aboutsummaryrefslogtreecommitdiff
path: root/cmake/treedata
AgeCommit message (Collapse)Author
2018-04-04[posix] utils: move to platform folderAnton Fedchin
2018-04-04[darwin] powermanagement: move implementation to platform folderAnton Fedchin
2018-04-04[linux] powermanagement: move implementation to platform folderAnton Fedchin
2018-04-04[android] powermanagement: move implementation to platform folderAnton Fedchin
2018-04-04[win32] powermanagement: move implementation to platform folderAnton Fedchin
2018-04-04[win10] powermanagement: move implementation to platform folderAnton Fedchin
2018-04-04[darwin] peripherals: move implementation to platform folderAnton Fedchin
2018-04-04[android] peripherals: move implementation to platform folder.Anton Fedchin
2018-04-04[linux] peripherals: move implementation to platform folder.Anton Fedchin
2018-04-04[win32] peripherals: move implementation to platform folder.Anton Fedchin
2018-04-04[win10] peripherals: move implementation to platform folder.Anton Fedchin
2018-04-04[darwin] network: move implementation to platform folder.Anton Fedchin
2018-04-04[linux] network: move implementation to platform folder.Anton Fedchin
2018-04-04[android] network: move implementation to platform folder.Anton Fedchin
2018-04-04[win32] network: move implementation to platform folder.Anton Fedchin
2018-04-04[win10] network: move implementation to platform folderAnton Fedchin
2018-04-04[darwin] storage: move implementation to platform folderAnton Fedchin
2018-04-04[linux] storage: move implementation to platform folderAnton Fedchin
2018-04-04[android] storage: move implementation to platform folder.Anton Fedchin
2018-04-04[win32] storage: move implementation to platform fileAnton Fedchin
2018-04-04[win10] storage: move implementation to platform folder.Anton Fedchin
2018-04-04[win32] filesystem: move implementation to platform folderAnton Fedchin
2018-04-04[win10] filesystem: move implementation to platform folderAnton Fedchin
2018-02-15RetroPlayer: Separate GUI bridge codeGarrett Brown
And add some much-needed documentation.
2018-02-15RetroPlayer: Rename windows/ folder to guiwindows/Garrett Brown
Original idea credit vel0city.
2018-02-15Game API v1.0.36: Controller topology (hub support)Garrett Brown
2018-02-09[windows] move IRSS classes to win32 platform.Anton Fedchin
2018-01-05Game add-ons: Move input code to subdirectoryGarrett Brown
2017-12-28[win10] implemented uwp own StorageProvider.Anton Fedchin
2017-12-28[win10] implemented uwp own PowerSyscall class.Anton Fedchin
2017-12-21[weather][refactor] move weather related classes into its own subdir weatherxhaggi
2017-12-20added: a base video tag loader classnotspiff
and an associated factory. move nfo handling in VideoInfoScanner behind the new interface. rename PARTIAL_NFO to OVERRIDE_NFO as it is more descriptive. this is a preparatory step for adding support for video info from container tags.
2017-12-13[linux] move xbmc/input/linux -> xbmc/platform/linux/inputLukas Rusak
2017-12-13[linux] move xbmc/linux -> xbmc/platform/linuxLukas Rusak
2017-12-11fixed: get rid of additional build/ in swig build pathnotspiff
2017-11-30cmake: add RetroPlayer/process/gbm to gbm.txtLukas Rusak
2017-11-21 modified: cmake/modules/FindSSE.cmakeAhto Taat
modified: cmake/treedata/freebsd/subdirs.txt
2017-11-10RetroPlayer: Android supportGarrett Brown
2017-11-03Merge pull request #12990 from lrusak/imx-removalLukas Rusak
[linux] remove imx platform
2017-11-02[win10] add uwp to cmakeDale Stammen
2017-11-01[linux] remove imx platformLukas Rusak
2017-10-30Fix issues that cause wrong artist and album art and nfo files to be used:DaveTBlake
- Fix export to XML writing data for more than one artist into NFO file. - Check that an artist or album path is found before exporting that item to an NFO file. Check GetArtistPath is successful, and clear path and log when fails, before attempting to process NFO file for artist. - Fix import to handle artists with same name by checking for match using mbid first. - Update art table when merging artist after import or scraping NFO files. This processes <art> tag, previously saved by export but never imported or merged, so art had to be re-selected manually. Note artist thumbURL (strImage) and fanart (strFanart) is that available remotely (from Fanart.tv or TADB), not the images selected. Skins will also be able to display this artwork using ListItem.Art() - When getting local album artist art during initial scan to library: only look in the folder immediately above the album folder (when it contains only 1 album), and only for the first album artist if the album is a collaboration. Avoid repeatedly processing the same artist by maintaining a set. - Check when getting album path that it is unique for that album and does not contain songs fro other albums. Implement new artist info folder: - Overcomes the previous restrictions on local artist art and nfo files. Adds local support for album artists that are on collaboration albums (more than one album artist), artists with music on multiple sources, song artists (no albums) and other artists involved in the music in some way e.g. composer, producer etc. - Provides a single location that can be used by addons for other artist artwork, extra fanart etc. - Artist folder names Normalise album and artist folder names to remove reserved characters Add routines to get folder name allowing for complex duplicates Improve music library export facility: - Replace series of yes/no responses with a dialog box and store previous values (using CServiceBroker) for use next time. - Single file output has unique (timestamped) file name. - Separate file (nfo) output can be to a selected location. - Support export of info and art for *all* artists in library, (not just scraped album artists with a unique folder containing all music below it) - Add options for a) what items exported, b) exporting items that have not been scraped, c) to export just artwork. Complimenting the increase in data that could be exported. - Add music lib job queue and export as an asynchronous job, optionally showing progress dialog (UI kept on main thread). Export hanging no longer locks UI. - Add new LibraryBuiltin method for music export with extended parameters, leaving original for backwards compatibility (for now?). Change JSON to use new method for both music and video. Add music source - minor changes to UI: - On adding a new music source to the library, before scanning prompt optionally enter Artist Info Folder setting. Locate folder directly, not go to settings, as in middle of adding source. - When scan is initiated from file view context menu the option to do full rescan of tags (allowing changed system settings and tag processing to be applied regardless of files themselves being unchanged) is offered. Unnecessary when adding a new music source to the library, or from normal "Update Library" facility. This replaces the <promptfulltagscan> advanced setting added in PR11557.
2017-10-12[amlogic] Fix RetroPlayer on Amlogic hardwareGarrett Brown
Error in the log was: ERROR: Failed to create RetroPlayer - no process info registered
2017-10-01RetroPlayer: Nearest neighbor scaling support for WindowsVelocityRa
2017-09-28RetroPlayer: Add renderer for Windows, OpenGL and OpenGLESGarrett Brown
2017-09-07Merge pull request #12761 from garbear/disable-top2Garrett Brown
Disable top bar: FullscreenGame version
2017-09-07Implement FullscreenGame windowGarrett Brown
2017-09-06[guiinfo][cmake] add header-only directory xbmc/guiinfo.Kai Sommerfeld
2017-09-06[addons][cmake] add header-only directories in xbmc/addons/kodi-addon-dev-kit.Kai Sommerfeld
2017-08-25Merge pull request #12639 from garbear/video-settingsGarrett Brown
Game OSD: New dialog for video settings