Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-10 | [droid] Hack Hack. Stop AE from chewing up the cpu | Cory Fields | |
I really don't like this, but it's the safest thing we could come up with for Frodo. On my hardware, cpu usage drops from 45% to 15% when idling when this change is made. Presumably we should be sleeping somewhere in the Android sink that we are not doing currently. For Android, we should be suspending, but it causes a race that is too complex to address at this point in the release cycle. When we do suspend, cpu usage drops further to 8%. This needs to be DROPPED post-Frodo, and completely re-evaluated. | |||
2012-12-10 | release: use Frodo RC splash | Cory Fields | |
2012-12-10 | Merge pull request #1919 from opdenkamp/trac13447 | davilla | |
fixed - re-initialise the add-on manager when loading a new profile | |||
2012-12-11 | fixed - re-initialise the add-on manager when loading a new profile, or we ↵ | Lars Op den Kamp | |
will first load all add-ons from the master profile, then switch profiles and then the disabled status in the database for that profile doesn't match the status in the add-on manager. closes #13447 | |||
2012-12-10 | Merge pull request #1916 from da-anda/keymap-xbox360w2 | davilla | |
[keymap] fix broken linux support for the XBOX360 controller | |||
2012-12-10 | Merge pull request #1910 from Memphiz/paplayerfix | davilla | |
[paplayer] - when player is paused - don't process streams but just yield... | |||
2012-12-10 | [vda/vtb] - videocoreref is flipped in y direction - somehow this influences ↵ | Memphiz | |
the rendercapture image in a way that it is flipped in y too (relevant for the bookmarks and boblight). glReadPixels always returns a y flipped image - so we flip it via matrices before rendering the capture image - for corevideobuf we now skip the flip for fixing the upside down bookmarks (commented with fixme - because we still don't understand why this is affecting rendercapture at all) | |||
2012-12-10 | Merge pull request #1917 from opdenkamp/pvr-addons-rc1 | davilla | |
[pvr] bump pvr add-ons | |||
2012-12-10 | [pvr] bump pvr add-ons to c1645d6b8b1f5ad657f1aff8806ee37427b470c0 | Lars Op den Kamp | |
2012-12-10 | Merge pull request #1914 from opdenkamp/trac13717 | davilla | |
[AE] fixed crashed on exit and next playlist item. closes #13717 | |||
2012-12-10 | Merge pull request #1901 from nemphys/pvr-iconpath-scan | Lars Op den Kamp | |
pvr: new advanced setting that allows to turn of channel icon auto scan during internal channel groups loading | |||
2012-12-10 | Merge pull request #1915 from JoostK/patch1 | Lars Op den Kamp | |
Fix ActivateWindowAndFocus window history behaviour | |||
2012-12-10 | [ios] - minimize is a senseless option for the shutdowntimer on ios - remove ↵ | Memphiz | |
that option for ios - fixes #13718 | |||
2012-12-10 | [keymap] fix broken linux support for the XBOX360 controller and add ↵ | Franz Koch | |
additional altnames/aliases for compatible hardware. The default windows keymap for the 360 controller doesn't work well on linux because the linux drivers use different button IDs. We fix it by adding separate keymap sections for the linux device names with corrected button IDs. Also some new altnames/aliases for compatible hardware got added (like some Logitech gamepads) | |||
2012-12-10 | [CA/AE] fixed crashed on exit and next playlist item by making critical ↵ | Memphiz | |
parts of the engine threadsafe. - signed off by memphiz & huceke | |||
2012-12-10 | Fix ActivateWindowAndFocus window history behaviour | JoostK | |
ActivateWindow does add the window to the history stack, as opposed to ReplaceWindow. Due to a copy-paste error ActivateWindowAndFocus works incorrectly as it replaces the window, not adding it to the window history stack as suggested by the name. | |||
2012-12-10 | fixed: line endings | bobo1on1 | |
2012-12-10 | disabled lastfm radio for now as last.fm pulled the plug on the api used, ↵ | Martin van Beurden | |
code will be removed completely at a later stage. removed lastfm source option. removed lastfm radio scrobble option. | |||
2012-12-10 | [AE] fixed crashed on exit and next playlist item. closes #13717 | Lars Op den Kamp | |
2012-12-10 | [WIN32] fixed: resolved special paths used with RunScript were not converted ↵ | Martin van Beurden | |
to system encoding, fixes #13651 | |||
2012-12-09 | Merge pull request #1906 from margro/fixtrac13515 | davilla | |
teletext: fixes #13515 transparent background issue on Windows systems | |||
2012-12-09 | [paplayer] - when player is paused - don't process streams but just yield ↵ | Memphiz | |
cpu to other threads | |||
2012-12-09 | teletext: fixes #13515 transparent background issue on Windows systems | Marcel Groothuis | |
This regression was introduced in commit 424a4d98877a1da4f7d33e006504c2830225fb71: the removal of SDL for Windows. This removed the HAS_SDL define and it turns out that the replacement SDL_memset4 define behaves different than the one from the SDL_stdinc.h header This change implements the SDL_memset4 replacement to match the SDL original. | |||
2012-12-09 | Merge pull request #1907 from MartijnKaijser/dependency_versioning | Martijn Kaijser | |
[addons] change current xbmc.foo version number to x.y.z | |||
2012-12-08 | [addons] change current version number to x.y.z and add abi backwards ↵ | Martijn Kaijser | |
fallback to x.y to prevent broken addons | |||
2012-12-08 | [WIN32] fixed: lame_enc.dll couldn't be loaded due to missing symbols. added ↵ | WiSo | |
some exports and removed id3tag_set_textinfo_utf16 because its not available in our internal liblame. I ifdefed it for windows but since it seems not to be used in XBMC it could be removed entirely. | |||
2012-12-08 | jsonrpc: fix empty properties in Player.GetItem when playing a non-library ↵ | montellese | |
item through Player.Open (fixes #13344) | |||
2012-12-08 | fixed: path substitution didn't work properly because we compared paths with ↵ | WiSo | |
slash at the end and paths without which didn't match. As we're comparing substrings here we can't use CompareWithoutSlashAtEnd(). | |||
2012-12-08 | Revert "fixed: path substitution didn't work properly for special paths. The ↵ | WiSo | |
key in m_pathSubstitutions was translated but the compared strPath not." This reverts commit 7a5f64c3266a0aa21429df70f122f6f05c0134b2. | |||
2012-12-07 | Merge pull request #1903 from ronie/bye-bye-love | ronie | |
remove slideshow screensaver icon | |||
2012-12-07 | remove slideshow screensaver icon | ronie | |
2012-12-07 | [droid] fixed, return the channels we can do, not what was asked for | S. Davilla | |
2012-12-07 | re enable manually add to library (reverse-merged from commit ↵ | Voyager1 | |
b507f10d44843cac48e81640c4b241c860dc479e) | |||
2012-12-07 | re enable manually add to library | Voyager1 | |
2012-12-07 | pvr: new advanced setting that allows to turn of channel icon auto scan ↵ | Dimitris Kazakos | |
during internal channel groups loading | |||
2012-12-07 | epg: cosmetics for fa84b0e | Dimitris Kazakos | |
2012-12-06 | Merge pull request #1897 from MartijnKaijser/version_bumpFrodo_beta3 | davilla | |
[release] bump version to beta3 | |||
2012-12-07 | [droid] libnfs: actually build it | Cory Fields | |
2012-12-06 | [droid] fix libcec build | Cory Fields | |
2012-12-06 | Merge pull request #1899 from OpenELEC/xbmc-fixes | Stephan Raue | |
WiiRemote: include unistd.h needed to build with gcc-4.7 | |||
2012-12-07 | WiiRemote: include unistd.h needed to build with gcc-4.7 | Stephan Raue | |
2012-12-07 | [cec] take 3, and now with the correct directory in the source tarball | Lars Op den Kamp | |
2012-12-06 | Merge pull request #1898 from opdenkamp/trac13627 | davilla | |
[epg] fixed range check for EPG_EVENT_CONTENTMASK_USERDEFINED | |||
2012-12-07 | [epg] fixed range check for EPG_EVENT_CONTENTMASK_USERDEFINED. closes #13627 | Lars Op den Kamp | |
2012-12-06 | Merge pull request #1894 from theuni/nfs-android | davilla | |
[droid] add and enable libnfs 1.5 now that it works with android | |||
2012-12-06 | Merge pull request #1893 from huceke/raspberrypi | davilla | |
Raspberrypi fixes | |||
2012-12-07 | [epg] fixed - delete tables that are no longer valid. fixed Delete() method ↵ | Lars Op den Kamp | |
from the db, so it deletes the table instead of entries | |||
2012-12-07 | [release] bump version to beta3 | Martijn Kaijser | |
2012-12-07 | [cec] libCEC 2.0.5 with fixed build flags | Lars Op den Kamp | |
2012-12-06 | Merge pull request #1719 from axmhari/pvr-library-update | Lars Op den Kamp | |
[pvr] Update internal naming of PVR items for better library integration |