Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-02 | cleanup sorting to (almost) get rid of the old SORT_METHOD_FOO | montellese | |
2013-08-01 | gui: always get screen resolution from graphicscontext | Joakim Plate | |
This allows GFX to modify this info for stereo modes and calibration | |||
2013-08-01 | AE: allow to register audio callback directly into engine | Rainer Hochecker | |
2013-07-28 | addons: fix crash by not showing "Configure" option for skins | montellese | |
2013-07-25 | Remove unnecessary scope declared inside its own namespace | Garrett Brown | |
2013-07-25 | [cosmetics] update copyright headers | M. Kaijser | |
2013-07-15 | Merge pull request #2975 from Fice/empty | davilla | |
Prefer empty() over size() | |||
2013-07-15 | Prefer empty() over size() | Fice | |
2013-07-09 | fix missing initialization of new codec cb helper | Rainer Hochecker | |
2013-07-09 | Merge pull request #2933 from afedchin/fix_pvr_addon_slider | Lars Op den Kamp | |
[pvr] fix: CAddonCallbacksAddon::GetAddonSetting doesn't returns slider setting value. | |||
2013-07-09 | added 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-07-08 | Merge pull request #2846 from Montellese/multi_language_addons | Sascha Montellese | |
language agnostic script invocation | |||
2013-07-03 | [pvr] fix: CAddonCallbacksAddon::GetAddonSetting doesn't returns slider ↵ | Anton Fedchin | |
setting value. | |||
2013-07-01 | use CScriptInvocationManager instead of XBPython | montellese | |
2013-06-29 | removed: BackGroundInfo Loader multithreading (no longer needed) | arnova | |
2013-06-14 | [cosmetic] Fix variable name to match name declared in header and parent ↵ | Garrett Brown | |
constructor | |||
2013-06-11 | Add #include guards for HAS_PYTHON | Garrett Brown | |
This fixes compile of Addon.cpp and Weather.cpp if HAS_PYTHON is not defined | |||
2013-06-08 | Use the new HasExtension(..) function | Rawk | |
2013-06-08 | [pvr] bump API version to 1.8.0 and sync add-ons | Lars Op den Kamp | |
2013-06-07 | Merge remote-tracking branch 'fetzerch/menuhook-item' into june_window. ↵ | Lars Op den Kamp | |
closes #2812 | |||
2013-06-04 | Merge pull request #2820 from Fice/dnd_favourites_dir | jmarshallnz | |
[RFC] convert CFavourites into CFavouritesDirectory | |||
2013-06-04 | Merge pull request #2822 from davilla/die_LINUX-die | davilla | |
Die linux die | |||
2013-06-04 | [RFC] convert CFavourites into CFavouritesDirectory | Fice | |
2013-06-03 | reindent | spiff | |
2013-06-03 | added: support python based add-on installers | spiff | |
these are called as a vfs plugin with parameters. | |||
2013-06-03 | changed: allow libname for hidden extension points | spiff | |
needed for repository add-ons | |||
2013-06-02 | changed, use TARGET_xxx, die _LINUX die | davilla | |
2013-06-02 | pvr: Pass selected item to menu hooks | Christian Fetzer | |
Currently it is not possible to retrieve any information about the selected item in the addon's menu hook callback. Therefore menu hooks can only trigger actions per category, but not per item. This patch removes this limitation by extending CallMenuHook with an item parameter representing the type (PVR_MENUHOOK_CAT) and the data of the currently selected item. The type PVR_MENUHOOK_UNKNOWN indicates that no selection is available (as for settings hooks). | |||
2013-05-15 | remove unused methods from CSettings | montellese | |
2013-05-07 | Remove AddFileFolder(..) without return value | Rawk | |
2013-05-01 | settings: replace CSettings and CGUISettings with new CSettings | montellese | |
2013-05-02 | [musicdb] musicdb restructure for musicbrainz artist IDs - remove ↵ | night199uk | |
artist/album ID from CSong and place into artist/album, rewrite the info scanner music database and gui windows, and update the scanners and scrapers to support musicbrainz ID resolution | |||
2013-04-16 | Allow dashes in music videos on the first pass | Lee Pollock | |
2013-04-10 | Add missing thread names, improve existing thread names | Dag Wieers | |
This extends on the work of PR #2323. Since thread names are limited to 15 characters, we reduced the length of the name (removing starting C, get rid of spaces, remove trailing Thread, ...) where it made sense. ``` xbmc02:~ # pstree -p 715 xbmc.bin(715)-+-{EPGUpdater}(798) |-{EventServer}(790) |-{PeripheralBus}(778) |-{PeripheralBus}(779) |-{PVRAddon}(800) |-{PVRAddon}(932) |-{PVRGUIInfo}(933) |-{PVRManager}(799) |-{SoftAE}(777) |-{TCPServer}(791) |-{XBPython}(783) |-{XBPython}(784) |-{XBPython}(786) |-{XBPython}(787) |-{XBPython}(955) |-{XBPython}(972) `-{xbmc.bin}(792) ``` I would like to see more specific names for XBPython, PeripheralBus and PVRAddon. And also get rid of the remaining xbmc.bin thread name. | |||
2013-04-07 | settings: move some settings to CGUISettings | montellese | |
2013-04-07 | settings: move some more settings to CAdvancedSettings | montellese | |
2013-04-06 | remove unnecessary includes | spiff | |
2013-04-06 | Merge pull request #2022 from ronie/skin-startup | Arne Morten Kvarving | |
Always load Startup.xml | |||
2013-04-04 | cosmetics: cleanup unused Settings.h includes | montellese | |
2013-04-01 | settings: move resolution/calibration settings to CDisplaySettings | montellese | |
2013-04-01 | settings: move source settings into CMediaSourceSettings | montellese | |
2013-04-01 | ADD: No-Op scraper support to allow nfo based only library | Chris \"Koying\" Browet | |
2013-03-31 | fixed: avoid spurious dependencies for utils/CharsetConverter.h | spiff | |
from 200 files rebuilt to 56 (144 spurious) | |||
2013-03-26 | Fixed: CAddon::HasSettings() was broken after a call to ↵ | Garrett Brown | |
CAddon::SaveSettings() on creation of user settings | |||
2013-03-24 | Merge pull request #2456 from FernetMenta/addongui | jmarshallnz | |
addongui: fix fallback method if addon does not provide a skin file for ... | |||
2013-03-24 | Only add to preDeps when it's not in there. | ulion | |
2013-03-23 | fixed: addoninstaller unguarded null pointer after ↵ | Voyager1 | |
b0825b1a212849e52fca27409ea87e81591f7cf4 | |||
2013-03-21 | fixed: prevent infinite loop in add-on dependency checks | spiff | |
2013-03-18 | addongui: fix fallback method if addon does not provide a skin file for ↵ | xbmc | |
current skin | |||
2013-03-16 | changed: split off window id's to separate file | spiff | |
Key.h rebuilds from 291 to 129 (232 for new file) => 60 spurious rebuilds killed |