Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-16 | Merge pull request #1796 from jmarshallnz/slash_those_slashes | jmarshallnz | |
don't blindly add slashes at the end of sources. fixes #13550 | |||
2012-11-17 | [gles] no need to blend if we have no alpha | Jonathan Marshall | |
2012-11-17 | [gles] ensure we use the NOBLEND texture shader only if no diffuse color is ↵ | Jonathan Marshall | |
specified. fixes #13558. | |||
2012-11-17 | [extendedprogressbar] ensure window close animations are run. fixes #13566. | Jonathan Marshall | |
2012-11-17 | [extendedprogressbar] refactor UpdateState to ensure m_iCurrentItem is ↵ | Jonathan Marshall | |
always valid, so that we don't close the dialog prematurely | |||
2012-11-17 | [extendedprogressbar] reset m_iCurrentItem on window init | Jonathan Marshall | |
2012-11-16 | pvr: Sort recordings view by date as default (most recent recording on top) | Christian Fetzer | |
2012-11-16 | [pvr] Save path history on PVR window unload, so that it is available when ↵ | Harald Axmann | |
the window is restored. | |||
2012-11-16 | [pvr] Show last view when restoring the PVR window. | Harald Axmann | |
Workaround for the problem, that the default PVR window is shown, when the empty items list loses the focus during update. This is accomplished by adding some dummy entry. | |||
2012-11-16 | Merge pull request #1803 from pieh/selecting_old_item | jmarshallnz | |
Fix: focus staying in middle of list in CGUIDialogSelect and CGUIWindowSettingsCategory | |||
2012-11-16 | [aml/droid] build static build-side pcre | Cory Fields | |
This way a 2nd 'make' works without LD_LIBRARY_PATH tricks | |||
2012-11-16 | Merge pull request #1800 from ronie/screensaver-slideshow | jmarshallnz | |
remove broken slideshow screensaver | |||
2012-11-16 | Merge pull request #1244 from pieh/dialog_select_reload_crash | jmarshallnz | |
GUIDialogSelect: fix crashes on skin reload when select dialog is active | |||
2012-11-16 | fixed: set the default of audiooutput.normalizelevels to true to restore the ↵ | bobo1on1 | |
default behavior lost in a743caa061f3f2979343eb69600deba6e1417a4f | |||
2012-11-16 | Remove erroneous check for shairport/ao.h, fixes build failure for airtunes ↵ | Andres Mejia | |
support. | |||
2012-11-16 | remove broken slideshow screensaver | ronie | |
check for slideshow setting in order to be backwards compatible check empty() in case the screensaver was uninstalled | |||
2012-11-16 | fixed: no need for RunLimiter prototype in IAEStream | bobo1on1 | |
2012-11-16 | settings: fix default values of "locale.language" and "locale.country" | montellese | |
2012-11-16 | reset m_focusedControl in CGUIControlGroup::ClearAll() | pieh | |
fixes focus staying in middle of setting list when jumping through setting tabs | |||
2012-11-16 | DialogSelect: autoselect first item if no item was preselected | pieh | |
fixes focus staying on same item when we show dialog next time | |||
2012-11-16 | Merge pull request #1785 from Montellese/custom_nodes_location | Sascha Montellese | |
custom library node cleanup | |||
2012-11-16 | make sure we setup the peripheral manager dialog prior to init'ing the ↵ | Jonathan Marshall | |
window. part of #13556 | |||
2012-11-16 | make sure we setup the picture info dialog prior to init'ing the window. ↵ | Jonathan Marshall | |
part of #13556 | |||
2012-11-16 | make sure we setup the visualisation preset list prior to init'ing the ↵ | Jonathan Marshall | |
window. part of #13556 | |||
2012-11-16 | [osx] fixed build | Jonathan Marshall | |
2012-11-15 | Merge pull request #1777 from Montellese/dont_group_in_files_view | Sascha Montellese | |
don't group movies into sets in files view | |||
2012-11-15 | Merge pull request #1774 from koying/fixthumburlnoaspect | arnova | |
FIX: No update path for pre-frodo scrapped thumb url without "aspect" attribute | |||
2012-11-16 | adds AELimiter.h/cpp to the win32 build | Jonathan Marshall | |
2012-11-16 | fix compile warnings | Jonathan Marshall | |
2012-11-15 | Merge pull request #1788 from bobo1on1/volampfix | bobo1on1 | |
Re-added volume amplification for softae and coreae, xcode build and windows build will need updating. | |||
2012-11-15 | Merge pull request #1797 from Montellese/delete_xsps | Sascha Montellese | |
videodb: allow deletion of smartplaylists | |||
2012-11-15 | Merge pull request #1786 from FernetMenta/addongui | Lars Op den Kamp | |
fix: addon gui | |||
2012-11-15 | Merge pull request #1778 from fetzerch/bugfix-search | Lars Op den Kamp | |
pvr: Fixed search dialog | |||
2012-11-15 | Merge pull request #1773 from da-anda/pvr-keymap-2 | Lars Op den Kamp | |
[pvr] add missing channel up/down key bindings in remaining keymap files | |||
2012-11-15 | [WIN32] fixed: setup, some addons containing .h in the directory name were ↵ | Martin van Beurden | |
excluded from copying to the packaging directory. | |||
2012-11-15 | fixed: clamp the amplification factor to 1.0f - 1000.0f | bobo1on1 | |
2012-11-15 | added: description of units of volume amplification | bobo1on1 | |
2012-11-15 | fix include paths after bd0e2f5b436b08fbe07244e6a3f5958a02a67cd4 | montellese | |
2012-11-16 | don't resolve file directories in xbmcvfs.listdir. fixes #13551 | Jonathan Marshall | |
2012-11-16 | fixes deletion of sources without slash at end | Jonathan Marshall | |
2012-11-15 | Merge pull request #1764 from elupus/udffolder | Joakim Plate | |
fixed: bluray iso playback selection dialog | |||
2012-11-15 | Merge pull request #1790 from bobo1on1/normalnormalizer | bobo1on1 | |
fixed: audiooutput.normalizelevels is reversed, for now just invert the ... | |||
2012-11-15 | Merge pull request #1787 from Memphiz/airtunesvolumefix | Memphiz | |
[airtunes] - fix volume range of airtunes (affects windows only - other ... | |||
2012-11-15 | Merge pull request #1782 from davilla/fix-osx-incudes | davilla | |
[osx] fixed borked include paths, osx matches command-line make now | |||
2012-11-15 | [cosmetic] Fix docstring (again) for audioSuspend/audioRemsume to have the ↵ | Jim Carroll | |
correct method names. | |||
2012-11-15 | [cosmetic] Fix docstring for audioSuspend/audioRemsume to have the correct ↵ | Jim Carroll | |
method names. | |||
2012-11-15 | videodb: allow deletion of smartplaylists | montellese | |
2012-11-15 | unwrap bluray:// URLs for external players. fixes #13498 | Jonathan Marshall | |
2012-11-15 | jsonrpc: remove mostly unimportant log message | montellese | |
2012-11-15 | don't show the progress dialog during cleaning of the video library when ↵ | Jonathan Marshall | |
<backgroundupdate> is enabled. fixes #13547 |