aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2013-08-17[win32] ignore skins.nsiMartijn Kaijser
2013-08-01Merge pull request #2999 from dnunes/webinterfaceSascha Montellese
[webinterface.default] JS bugfix, cleanup and linting.
2013-07-29Cosmetic fixes:diego nunes
- Added Sublime Project files to gitignore; - Linting/cleanup of Webinterface JavaScript; - Cleanup of Webinterface CSS; Cosmetic changes to better fit the XBMC current code style.
2013-07-17[win32] add files created when running BuildSetup.bat to .gitignoremontellese
2013-07-09[win32] update gitignore for library.xbmc.codecmontellese
2013-07-08Improve recompile speed: Don't include git_revision.h in system.h (leads to ↵Garrett Brown
excessive recompiles)
2013-07-09added callback methods for binary add-ons to get codec id information from ↵Lars Op den Kamp
XBMC, so the dep on avcodec.h can be removed. only IDs used by pvr.hts and pvr.vdr.vnsi have been included
2013-05-10jni: build jni libraryCory Fields
2013-05-05[WIN32] grrr, libid3tag isn't used anymore.WiSo
2013-05-05[WIN32] updated .gitignoreWiSo
2013-05-04changed utils/Makefile to use Makefile.indavilla
2013-05-04clean up /xbmc refs and and sortdavilla
2013-04-13update gitignore for new ffmpeg 1.2 libsVoyager1
2013-03-19depends: remove python pil helper scripts and docs, they've been moved to ↵Cory Fields
depends
2013-02-05Updated libdvdcss, read and nav to the latest versionsPär Björklund
All XBMC modifications are kept intact Moved get/set state functions from vm.h to dvdnav_internal.h where they should be Added comments to clarify which functions are added by XBMC
2013-01-31[add] visualization.fishbmcMarcel Ebmer
2012-12-05[win32] build xbmc-pvr-addons with BuildSetup.batmontellese
2012-10-05[linux] remove remaining references to libid3tag/libapetagmontellese
2012-09-22[fix] Use proper paths for the python include in the test.Jim Carroll
2012-09-19updated .gitignore so it doesn't include /addons/pvr.*Lars Op den Kamp
2012-09-18[pvr] configure and build pvr add-ons if the tree is found in /pvr-addons, ↵Lars Op den Kamp
so these can be built and run within the tree.
2012-09-09@Montellese, @Memphiz, @jimfcarroll Replace the scripting engine with a ↵Jim Carroll
codegenerated one.
2012-09-07[UPnP] changed: make UPnP optional (enabled by default), fix some missing ↵Alasdair Campbell
#ifdef HAS_UPNP guards
2012-09-07[git] - add xbmc/main/Makefile to gitignoreMemphiz
2012-09-05[GSOC] Add xbmc-test to .gitignore.Andres Mejia
2012-09-05[GSOC] Add files from gtest to be ignored by git.Andres Mejia
2012-09-04Merge pull request #1282 from huceke/raspberrypihuceke
RaspberryPI support
2012-09-05[pvr] added PVR support to XBMC (taken from ↵Lars Op den Kamp
https://github.com/opdenkamp/xbmc/commit/c576c080532a0e4c4ffc7babd57782f80a6951ba) add-ons are not included, but can be found here: https://github.com/opdenkamp/xbmc-pvr-addons
2012-08-18[rbp] added omxplayer Makefile to .gitignoregimli
2012-08-08[droid] add new internal player for amlogic based SoCsdavilla
2012-08-08[droid] update gitignoreCory Fields
2012-08-08[droid] quit fighting it and just use a new file for android pathstheuni
2012-08-08[droid] generate Makefile for exportstheuni
2012-05-24[osx/ios] ignore xcode4 user settingsdavilla
2012-05-10Merge pull request #37 from Fneufneu/freebsdFneufneu
add FreeBSD support
2012-05-10[AE] update .gitignoreGeoffrey McRae
2012-05-07add freebsd Makefile to gitignoreFneufneu
2012-04-21Tests working under windows.Jim Carroll
2012-04-04[WIN32] changed: adapt .gitignore to new ffmpeg versionWiSo
2012-01-15Stop tracking autotools generated files in git.Andres Mejia
2012-01-07added system/librtmp.dll to .gitignore. libcurl brings this additional library.WiSo
2011-10-13changed libcec to be dyloaded like others, also change lib/libcec/Makefile ↵davilla
to be pure convenence make and remove the internal/external bits, libcec is a system lib. treat it that way.
2011-10-11[WIN32] added libcec.dll and pthread*.dll to .gitignore.WiSo
2011-10-11cec: use libcec as an internal lib and fetch it in "bootstrap". added ↵Lars Op den Kamp
--enable-external-libcec option to configure. to keep a permanent copy, remove "make download" from bootstrap to change the location of the tarball to another mirror, change lib/libcec/Makefile.in
2011-10-08update to include more Goom autogenerated filesdavilla
2011-10-08changed: added goom2k4 files to .gitignorevdrfan
2011-10-01[WIN32] add dnssd.dll and /system/airplay to .gitignore. move liplist.dll to ↵WiSo
/system/airplay as it has a bunch of other dll dependencies.
2011-09-30cec: added support for the Pulse-Eight CEC Adaptor. split up ↵Lars Op den Kamp
linux/PeripheralBusUSB into PeripheralBusUSBLibUdev and PeripheralBusUSBLibUSB. fixed automake files
2011-09-30Squashed original peripherals PR #383Lars Op den Kamp
This is a PR for a new "peripherals manager", /xbmc/peripherals, that detects devices and automatically configures them for use with XBMC. The device mappings and configurations can be defined in system/peripherals.xml. Users can modify settings via system->system->input->peripherals. It works as follows: - CPeripherals contains one or more CPeripheralBus instances. - CPeripheralBus contains the device scanning implementations for the different platforms we support. - The implementations for the devices can be found in peripheral/devices and all devices inherit from CPeripheral. - The devices that are detected are looked up in peripherals.xml, starting at the top of the file and going down. If no mapping was found for the device, an instance of one of the default classes will be created: CPeripheralHID, CPeripheralDisk or CPeripheralNIC. - in peripherals.xml, devices can be matched by vendor id (vendor="xxxx"), product id (product="xxxx"), bus type (bus="xxxx"), device class (class="xxxx") or a combination of these values. The class that will be instantiated for that device is defined in mapTo="xxxx" - the configuration for the device can be defined in peripherals.xml as well. Have a look at system/peripherals.xml, where you can find the possible settings in the demo entry at the bottom. When a device is inserted and there are any settings with configurable="true" present for that device, these settings will be added to the settings dialog, under system->system->input->peripherals. - an example of how these settings can be used can be found in CPeripheralHID, which checks for a "keymap" setting and will automatically switch the keymap XBMC uses to the one that is defined in the setting. TODO: - keep separate configs when the same device is found more than once - general review of this code.
2011-09-11[WIN32] added libnfs.dll to .gitignorewsoltys