Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-07 | missed line in 30e2b006c108c | Jonathan Marshall | |
2013-04-07 | Merge pull request #2487 from ulion/touch_focus_unfocus_fix | jmarshallnz | |
[Fix] Generic touch focus and unfocus gui control correctly. | |||
2013-04-07 | Make picture INFO correct and complete | sfontes | |
2013-04-07 | mouse was activated on unknown mouse actions (e.g. middle double click). ↵ | Jonathan Marshall | |
thanks to petriposio | |||
2013-04-07 | get rid of m_hasRendered as m_hasProcessed covers all bases | Jonathan Marshall | |
2013-04-06 | Merge pull request #2555 from Fice/bookmarks_context | Arne Morten Kvarving | |
Context Menu in Bookmarks Dialog | |||
2013-04-07 | FIX for #2147: all bookmark thumbnails for a movie had the same path, hence ↵ | Fice | |
overwriting each other | |||
2013-04-07 | Added Context Menu(with a delete entry) to GUIDialogVideoBookmarks | Fice | |
2013-04-06 | remove unnecessary includes | spiff | |
2013-04-06 | added jenkins make files for mingw libs | WiSo | |
2013-04-06 | Merge pull request #1540 from leechguy/master | Arne Morten Kvarving | |
[Fix] Option for auto login of a specific selected user profile | |||
2013-04-06 | Adds <autologin></autologin> to profiles.xml. | LeechGuy | |
When set to an invalid profile index the lastloaded profile will be loaded. When set to a valid index, XBMC will load that profile. | |||
2013-04-06 | Merge pull request #2147 from Fice/quick_bookmarks | Arne Morten Kvarving | |
Bookmarks via Keypress | |||
2013-04-06 | Show a KaiDialog when a Bookmark was created via Keypress | Fice | |
2013-04-06 | made the bookmark actions available in keymaps | Fice | |
2013-04-06 | Made AddBookmark and AddEpisodeBookmark to global functions, so we can call ↵ | Fice | |
them from different places | |||
2013-04-06 | Merge pull request #2435 from dezi/master | Arne Morten Kvarving | |
Added hotplug support for Linux input devices. | |||
2013-04-06 | Merge pull request #2186 from phil65/replacewindowandfocus-builtin | Arne Morten Kvarving | |
Added ReplaceWindowAndFocus() builtin | |||
2013-04-06 | Added ReplaceWindowAndFocus() builtin | phil65 | |
2013-04-06 | [fix] add missing select in SQL query after ↵ | Martijn Kaijser | |
93ab18b6e36e487b704209bb32432812394da7cb | |||
2013-04-06 | [WIN32] updated sqlite to 3.7.16.1 | WiSo | |
2013-04-06 | Merge pull request #2552 from wsoltys/dirent | wsoltys | |
[WIN32] replace old dirent emulation with a more complete one. | |||
2013-04-06 | Merge pull request #2192 from DasMarx/cacheFixes | Arne Morten Kvarving | |
Cache fixes, e.g. after pathsubstituion | |||
2013-04-06 | fixed: add header changes missing in #2045 | spiff | |
2013-04-06 | Merge pull request #2045 from jmarshallnz/hasprocessed | Arne Morten Kvarving | |
tag animations as ready to go once processed once, not when rendered once | |||
2013-04-06 | Merge pull request #2022 from ronie/skin-startup | Arne Morten Kvarving | |
Always load Startup.xml | |||
2013-04-06 | Merge pull request #2549 from popcornmix/avoid_resize | Arne Morten Kvarving | |
[rbp] Ensure GPU does resize when caching thumbnails | |||
2013-04-06 | udp: fix non-blocking and interrupt handling. | Nicolas George | |
In non-blocking mode, lowest-level read protocols are supposed block only for a short amount of time to let retry_transfer_wrapper() check for interrupts. Also, checking the interrupt_callback in the receiving thread is wrong, as interrupt_callback is not guaranteed to be thread-safe and the job is already done by retry_transfer_wrapper(). The error code was also incorrect. Bug reported by Andrey Utkin. | |||
2013-04-06 | udp: Fix sign of error codes. | Michael Niedermayer | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2013-04-06 | dvdplayer: complete the update of ffmpeg interrupt interface | Joakim Plate | |
The old interface could not handle being called from another thread | |||
2013-04-06 | [rbp] Ensure GPU does resize when caching thumbnails | popcornmix | |
On a Pi, imageres and fanartres are set quite low (typically 512 and 720 or lower). So, when caching the artwork there is a resize step involved. The OMXImage jpeg decoder has the option to resize "for free". Unfortunately this currently only limits the resize to current GUI resolution, so there is often a second resize done by the ARM. This is very slow. The larger decoded image also requires more RAM. With fanartres=512, you currently get resize during decode of 1920x1080 to 1280x720 (gui res). Then before encode there is a resize to 910x512. The two stage resize reduces image quality. This fix takes a bit more care to include the imageres/fanartres resize during the decode. I needed to make the 16:9 check a little more lax to also detect a 16:9 image after it's been resized. I've gone for differs from 16:9 by 1%, rather than the existing exact match of 16:9. | |||
2013-04-06 | fixed: cannot pass non-pod through varargs | spiff | |
2013-04-06 | fixed: sort predicate is passed const references | spiff | |
2013-04-06 | changed: degrade logging to from INFO to DEBUG | spiff | |
thanks to nemphys | |||
2013-04-06 | fixed: stupid c&p mistake | spiff | |
2013-04-06 | Merge pull request #2033 from PhenX/master | Arne Morten Kvarving | |
Handle keystrokes in the web interface remote (up, down, left, right,… | |||
2013-04-06 | Merge pull request #1954 from anuj-m/master | Arne Morten Kvarving | |
[vaapi] Fix crash while playing mpeg2 files | |||
2013-04-06 | Merge pull request #2379 from juanfont/fpsdetect | Arne Morten Kvarving | |
Speed up ffmpeg format probing if we'll trust codec fps for playback | |||
2013-04-06 | Merge pull request #2447 from aglebov/on-double-click | Arne Morten Kvarving | |
[python] Notify python code about double clicks | |||
2013-04-06 | Merge pull request #2454 from FernetMenta/scale | Arne Morten Kvarving | |
LinuxRenderer: avoid double pass rendering if no scaling is done | |||
2013-04-06 | Merge pull request #2023 from jmarshallnz/allow_zero_auto_width_labels | Arne Morten Kvarving | |
allow <width>auto</width> for label controls | |||
2013-04-06 | send a MOUSE_MOVE message with no offsetX or offsetY when focusing controls ↵ | Jonathan Marshall | |
from the touch handler. fixes spurious popups of the video or music OSDs | |||
2013-04-05 | Merge pull request #2492 from Voyager1/simple_set_management | Voyager1 | |
Very simple movie set management: edit/clear set and add/remove set members | |||
2013-04-06 | move the focus on tap to CApplication::OnEvent() rather than being in the ↵ | Jonathan Marshall | |
touch handler | |||
2013-04-06 | Movie set management added: allow add/remove movies within the sets view | Voyager1 | |
2013-04-06 | Movie set management: add to set, remove from set, new set creation | Voyager1 | |
2013-04-05 | Merge pull request #2457 from nate1280/preserve_playcount | jmarshallnz | |
Preserve playcount on file update | |||
2013-04-05 | Preserve playcount on file update | Nathan | |
Attempt to preserve the playcount of a file when its updated (i.e. better quality file). Episodes are matched on showID, season and episode. Movies are matched on imdbID and year. | |||
2013-04-05 | Merge pull request #2550 from pieh/scrollbugs | jmarshallnz | |
fix couple of scrolling / scrollbar bugs | |||
2013-04-05 | Merge pull request #2536 from ulion/non_ascii_filter_word_fix | jmarshallnz | |
[Fix] work with non-ascii filter word which can not be seperated by space |