aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2014-08-16[win32] rename and generalise packaging folders. also simplify NSIS ↵Martijn Kaijser
installer to match package folders
2014-08-15gitignore: Add libstagefrightICS/MakefileBrandon McAnsh
Signed-off-by: Brandon McAnsh <brandonm@matricom.net>
2014-08-12[cosmetic] cleanup .gitignoreMartijn Kaijser
2014-08-09Merge pull request #5105 from fritsch/removecrystalhdMartijn Kaijser
Removecrystalhd
2014-07-30update .gitignoremontellese
2014-07-28CrystalHD: Rest in peacefritsch
2014-07-27[win32] integrate XBMC_PC.rc into CompileInfo.bat for automatic versioningmontellese
2014-07-27ignore addons/audioencoder.* directoriesmontellese
2014-07-12update .gitignoremontellese
2014-07-12update .gitignoremontellese
2014-07-10[win32] update BuildSetup.bat and installermontellese
2014-07-10[win32] add make-addon-depends.bat and cmake-based addon-depends systemmontellese
2014-07-10cmake: add xbmc-addons project, filled with audioencoder addonsmontellese
2014-05-24[gitignore] ignore every tar in /lib/win32 instead of a specific file.Martijn Kaijser
2014-05-18[darwin] fix building from user set prefix path. move XBMC_DEPENDS_ROOT to ↵S. Davilla
xconfig and set it during configure
2014-05-17Add kdev4 file to gitignoreAlwinEsch
2014-05-09prepare xbmc.json's addon.xml for auto-generationmontellese
2014-05-08Update docs and gitignore after libsamplerate dropDaniel Scheller
2014-05-06update .gitignore for win32montellese
2014-05-01Merge pull request #4499 from herrnst/remove-mp3codecRainer Hochecker
Drop MP3Codec/libmad from paplayer and dvdplayer in favor of FFmpeg
2014-05-01update gitignore after ffmpeg bumpVoyager1
2014-04-30Merge pull request #4309 from Montellese/jsonrpc_schema_creationSascha Montellese
JSON-RPC: automatically create JSON schema API description
2014-04-29[win32] auto-generate ServiceDescription.h on demandmontellese
2014-04-29Cleanup .gitignore for MP3Codec/libmad removalDaniel Scheller
2014-04-29Merge pull request #4107 from Voyager1/libdvd-updatejmarshallnz
Libdvdread and Libdvdnav update to latest version 4.2.1 - Libdvdcss to 1.2.13
2014-03-01More explicit ignore rules for cpluffTrent Nelson
2014-02-18gitignoreAlexandre Maloteaux
2014-02-11libdvdcss update to 1.2.13 - incl diff fileVoyager1
2013-12-23Merge pull request #3758 from jmarshallnz/xslt_scraperjmarshallnz
XSLT support in scrapers
2013-12-22[scrapers] Support XSLT transforms (XML->XML) in the scrapersnight199uk
2013-12-16git: add some missing files to git ignoreJoakim Plate
2013-10-18housecleaning: remove stale paths in .gitignoreS. Davilla
2013-10-11Merge pull request #2978 from smspillaz/wayland-gsoc-1Martijn Kaijser
Implement support for display on Wayland compositors
2013-10-12Initial wayland test frameworkSam Spilsbury
Secondary Author: Cory Fields wayland: Fixup test building - Build tests in the test dir, not the main make. - Guard objects and code appropriately - Remove support for all but weston += 1.0.99. pkg-config and versioning were not implemented before that anyway.
2013-10-12Listen for a new wl_keyboard from wl_seat_listener and create anSam Spilsbury
XKBKeymap implementing wayland::Keymap. This class keeps track of the keyboard state and MUST be updated every time a modifier or a key is pressed (eg, every time we get an event from the protocol). KeyboardProcessor implements the logic of converting XKB keysyms to XBMC keysyms. It also changes the focus state of the window and delivers key events to the XBMC event subsystem. TimeoutManager and WaylandEventLoop are just a simple abstraction for adding timeouts to the poll () / wl_display_dispatch () mainloop, in place so that we can implement key repeat
2013-10-12Added initial support for displaying on Wayland compositors.Sam Spilsbury
SDL and X11 builds are disabled when using the --enable-wayland switch. EGLNativeTypeWayland is an implementation of EGLNativeType which connects to a running wayland compositor if possible and starts rendering in a new surface. WinEventsWayland polls the wayland display for new events and updates the main surface. The wayland client libraries are loaded dynamically and their functions should not be used directly. Instead, IDllWaylandClient should be injected into any objects that need to call functions in those libraries. Because the autogenerated protocol functions are inline in the header files and not available to be looked up, the protocol needs to be used directly. Some of the helpers there are: 1. wayland::protocol::CreateWaylandObject -> creates a wl_proxy casted to the result type with a specific wl_interface as looked up in the client library. 2. wayland::protocol::CallMethodOnWaylandObject -> calls wl_proxy_marshal with on the proxy with the specified opcode and arguments 3. wayland::protocol::AddListenerOnWaylandObject -> adds a wl_listener to the wl_proxy 4. wayland::protocol::DestroyWaylandObject -> calls wl_proxy_destroy on the proxy. There may be some cases where additional constructor or destructor functions might need to be called before or after CreateWaylandObject and DestroyWaylandObject. Developers should consult the autogenerated wayland-*-protocol.h headers to determine the expected call order. XBMCSurface and XBMCConnection wrap most of the wayland connection and surface creation / destruction and provide outputs for getting the current resolution and EGL surface. There is currently no support for keyboard input, mouse input or multiple monitors.
2013-10-09[win32] update .gitignore with new ffmpeg-related DLLsmontellese
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