aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-07missed line in 30e2b006c108cJonathan Marshall
2013-04-07Merge pull request #2487 from ulion/touch_focus_unfocus_fixjmarshallnz
[Fix] Generic touch focus and unfocus gui control correctly.
2013-04-07Make picture INFO correct and completesfontes
2013-04-07mouse was activated on unknown mouse actions (e.g. middle double click). ↵Jonathan Marshall
thanks to petriposio
2013-04-07get rid of m_hasRendered as m_hasProcessed covers all basesJonathan Marshall
2013-04-06Merge pull request #2555 from Fice/bookmarks_contextArne Morten Kvarving
Context Menu in Bookmarks Dialog
2013-04-07FIX for #2147: all bookmark thumbnails for a movie had the same path, hence ↵Fice
overwriting each other
2013-04-07Added Context Menu(with a delete entry) to GUIDialogVideoBookmarksFice
2013-04-06remove unnecessary includesspiff
2013-04-06added jenkins make files for mingw libsWiSo
2013-04-06Merge pull request #1540 from leechguy/masterArne Morten Kvarving
[Fix] Option for auto login of a specific selected user profile
2013-04-06Adds <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-06Merge pull request #2147 from Fice/quick_bookmarksArne Morten Kvarving
Bookmarks via Keypress
2013-04-06Show a KaiDialog when a Bookmark was created via KeypressFice
2013-04-06made the bookmark actions available in keymapsFice
2013-04-06Made AddBookmark and AddEpisodeBookmark to global functions, so we can call ↵Fice
them from different places
2013-04-06Merge pull request #2435 from dezi/masterArne Morten Kvarving
Added hotplug support for Linux input devices.
2013-04-06Merge pull request #2186 from phil65/replacewindowandfocus-builtinArne Morten Kvarving
Added ReplaceWindowAndFocus() builtin
2013-04-06Added ReplaceWindowAndFocus() builtinphil65
2013-04-06[fix] add missing select in SQL query after ↵Martijn Kaijser
93ab18b6e36e487b704209bb32432812394da7cb
2013-04-06[WIN32] updated sqlite to 3.7.16.1WiSo
2013-04-06Merge pull request #2552 from wsoltys/direntwsoltys
[WIN32] replace old dirent emulation with a more complete one.
2013-04-06Merge pull request #2192 from DasMarx/cacheFixesArne Morten Kvarving
Cache fixes, e.g. after pathsubstituion
2013-04-06fixed: add header changes missing in #2045spiff
2013-04-06Merge pull request #2045 from jmarshallnz/hasprocessedArne Morten Kvarving
tag animations as ready to go once processed once, not when rendered once
2013-04-06Merge pull request #2022 from ronie/skin-startupArne Morten Kvarving
Always load Startup.xml
2013-04-06Merge pull request #2549 from popcornmix/avoid_resizeArne Morten Kvarving
[rbp] Ensure GPU does resize when caching thumbnails
2013-04-06udp: 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-06udp: Fix sign of error codes.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-06dvdplayer: complete the update of ffmpeg interrupt interfaceJoakim Plate
The old interface could not handle being called from another thread
2013-04-06[rbp] Ensure GPU does resize when caching thumbnailspopcornmix
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-06fixed: cannot pass non-pod through varargsspiff
2013-04-06fixed: sort predicate is passed const referencesspiff
2013-04-06changed: degrade logging to from INFO to DEBUGspiff
thanks to nemphys
2013-04-06fixed: stupid c&p mistakespiff
2013-04-06Merge pull request #2033 from PhenX/masterArne Morten Kvarving
Handle keystrokes in the web interface remote (up, down, left, right,…
2013-04-06Merge pull request #1954 from anuj-m/masterArne Morten Kvarving
[vaapi] Fix crash while playing mpeg2 files
2013-04-06Merge pull request #2379 from juanfont/fpsdetectArne Morten Kvarving
Speed up ffmpeg format probing if we'll trust codec fps for playback
2013-04-06Merge pull request #2447 from aglebov/on-double-clickArne Morten Kvarving
[python] Notify python code about double clicks
2013-04-06Merge pull request #2454 from FernetMenta/scaleArne Morten Kvarving
LinuxRenderer: avoid double pass rendering if no scaling is done
2013-04-06Merge pull request #2023 from jmarshallnz/allow_zero_auto_width_labelsArne Morten Kvarving
allow <width>auto</width> for label controls
2013-04-06send 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-05Merge pull request #2492 from Voyager1/simple_set_managementVoyager1
Very simple movie set management: edit/clear set and add/remove set members
2013-04-06move the focus on tap to CApplication::OnEvent() rather than being in the ↵Jonathan Marshall
touch handler
2013-04-06Movie set management added: allow add/remove movies within the sets viewVoyager1
2013-04-06Movie set management: add to set, remove from set, new set creationVoyager1
2013-04-05Merge pull request #2457 from nate1280/preserve_playcountjmarshallnz
Preserve playcount on file update
2013-04-05Preserve playcount on file updateNathan
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-05Merge pull request #2550 from pieh/scrollbugsjmarshallnz
fix couple of scrolling / scrollbar bugs
2013-04-05Merge pull request #2536 from ulion/non_ascii_filter_word_fixjmarshallnz
[Fix] work with non-ascii filter word which can not be seperated by space