Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-10 | [xrandr] - fix compilation with 10.04 | Memphis | |
2012-07-10 | ensure the music/video database config is cleared when changing profiles | Jonathan Marshall | |
2012-07-09 | Merge pull request #1124 from jmarshallnz/prompt_for_rescan | jmarshallnz | |
Prompt for rescan of music | |||
2012-07-09 | [WIN32] fixed: we don't want CThread::GetCurrentThread() here. | WiSo | |
2012-07-09 | Merge pull request #1140 from Karlson2k/UseJoystick_Globals_Fix | jmarshallnz | |
Fix SystemGlobals.cpp - remove g_Joystick when not needed | |||
2012-07-09 | Fix SystemGlobals.cpp - remove g_Joystick when not needed | Karlson2k | |
2012-07-09 | Merge pull request #1100 from dteirney/libcmyth-upstream | David Teirney | |
Bunch of changes for libcmyth to match upstream. | |||
2012-07-09 | [libcmyth] Rename proginfo_prodyear to proginfo_year and change type to ↵ | David Teirney | |
match upstream and mythbackend. | |||
2012-07-09 | [libcmyth] Add missing exports to the libcmyth.def file for Windows. | David Teirney | |
2012-07-09 | [libcmyth] Change include in the mysql include area to use winsock2.h rather ↵ | David Teirney | |
than winsock.h. For compilation on Windows. | |||
2012-07-09 | Change protocol version in token map to be unsigned int as it can never be ↵ | David Teirney | |
negative. | |||
2012-07-09 | [libcmyth] Pull across upstream changes to cmyth_get_bookmark_offset. | David Teirney | |
2012-07-09 | [libcmyth] Pull across changes for cmyth_get_bookmark_mark from upstream. | David Teirney | |
2012-07-09 | [libcmyth] Cosmetic: pull across MVP -> CMYTH naming changes from upstream ↵ | David Teirney | |
for safe_string.h. | |||
2012-07-09 | [libcmyth] Convert all long long fields and methods to int64. | David Teirney | |
Pulled from upstream as part of the changes that made for the protocol changes where long long values were changed to be sent in a single 64 bit field rather than two 32 bit hi and lo fields. | |||
2012-07-09 | cosmetic: initialize members in the order they were declared | vdrfan | |
2012-07-09 | joystick: fix typo (and build) | Cory Fields | |
2012-07-08 | Merge pull request #1108 from Montellese/movie_tagging | Sascha Montellese | |
add a tagging system for movies | |||
2012-07-08 | [osx/ios/atv2] update project files | montellese | |
2012-07-08 | smartplaylist: integrate tags | montellese | |
2012-07-08 | [win32] update project files | montellese | |
2012-07-08 | integrate new "Tags" node into the video library | montellese | |
2012-07-08 | videodb: add tag and taglinks tables for tagging support | montellese | |
2012-07-08 | Merge pull request #1111 from Karlson2k/UseJoystick | jmarshallnz | |
[input] Add 'Enable Joystick' to GUI settings. Fix for http://trac.xbmc.org/ticket/13146 | |||
2012-07-09 | Add new GUI setting for Joystick and use that setting | Karlson2k | |
2012-07-09 | Add support to CJoystick for IsEnabled Just like in CStatMouse | Karlson2k | |
2012-07-09 | Prevent of using uninitialized joystick variables in Application.cpp | Karlson2k | |
2012-07-09 | Move g_Joystick to SystemGlobals.cpp | Karlson2k | |
2012-07-09 | Fix init & clarification in CJoystick classes | Karlson2k | |
2012-07-08 | Merge pull request #1115 from Karlson2k/VS_project_cleanup | wsoltys | |
[Win32] Cleanup of VS projects + fix for OpenGL build | |||
2012-07-09 | fixes potential read off the end of array, thanks to night199uk | Jonathan Marshall | |
2012-07-08 | fixed: track progress percentage for audio streams for which the player ↵ | Martin van Beurden | |
can't determine duration but with duration known in metadata. (was removed in dd02c0c6d7). | |||
2012-07-08 | silence compiler warning in CAddonDll | montellese | |
2012-07-08 | Total cleanup of all VS projects + fix for OpenGL build | Evgeny Grin | |
Fix for OpenGL builds + Cleanup of XBMC.vcxproj Remove a lot of unused paths, libs and so on. Reflect general settings from DirectX builds to OpenGL builds. Fix for OpenGL builds that seems to be broken for more than month. Cleanup of XbmcThreads.vcxproj Removed extra includes and libs paths Cleanup of XbmcCommons.vcxproj Removed extra include dir from Release config Cleanup of Waveform.vcxproj Removed extra include dirs Cleanup of Milkdrop/Plugin.vcxproj Cleanup of directx_spectrum.vcxproj Removed extra libs from linker Cleanup of UnrarXLib.vcxproj Removed extra and outdated include paths Cleanup of squish_2010.vcxproj Cleanup of libXDAAP_win32.vcxproj Cleanup of StSoundLibrary.vcxproj Removed extra include dirs Cleanup of libsidplay.vcxproj Removed extra include dirs Cleanup of libRTV.vcxproj Cleanup of libpcre.vcxproj Cleanup of vc10_libmp3lame_dll.vcxproj + Fix linker warning Sync general settings of configs Cleanup of libmodplug_2010.vcxproj Cleanup of libmad.vcxproj Cleanup of hdhomerun.vcxproj Cleanup of libid3tag.vcxproj Cleanup of libhts_2010.vcxproj Cleanup of libexif.vcxproj Reflect optimization setting from Release(DLL) to Release Cleanup of libcmyth.vcproj Cleanup of libass_win32_vs2010.vcxproj Reflect general settings (not debug related) form Debug to Release configuration Cleanup of libapetag.vcxproj Cleanup of zlib.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Remove unneeded DXSDK include path Cleanup of Tiff.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Cleanup of png.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Cleanup of mng.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Cleanup of libdcr.vcxproj Update outdated precompiled header path Cleanup of Jpeg.vcxproj Update outdated precompiled header path Cleanup of jbig.vcxproj Update outdated precompiled header path Cleanup of jasper.vcxproj and sync Unicode & non-Unicode settings Cleanup of ImageLib.vcxproj and sync Debug & Unicode Debug, Release & Unicode Release Cleanup of cpluff.vcxproj | |||
2012-07-08 | restored: paplayer short crossfade on trackskip if crossfade is enabled ↵ | Martin van Beurden | |
functionality. | |||
2012-07-08 | fixed: paplayer crossfade. | Martin van Beurden | |
2012-07-08 | Merge pull request #1136 from ↵ | Arne Morten Kvarving | |
PartialGestalt/6010dded6aa59a2f1e6b5413f11eb4d4b7a1f01f [Fix for 13160] Update supported settings types in AddonDll.h | |||
2012-07-08 | Resync CAddonDll::TransferSettings types with core | PartialGestalt | |
2012-07-08 | [xrandr] update xbmc-xrandr.c base code | Joakim Plate | |
Supports selection of CRTC's in a better way | |||
2012-07-08 | [tinyxml] invalid reading of xml from FILE pointers | Joakim Plate | |
buf is not a null terminated string, so don't rely on it | |||
2012-07-08 | Merge pull request #1135 from MartijnKaijser/update_scrapers | Arne Morten Kvarving | |
Update broken music/musicvideo scrapers | |||
2012-07-08 | make artists/album universal scrapers and last.fm scrapers default | Martijn Kaijser | |
2012-07-08 | add artists/album universal scrapers for music and last.fm for musicvideos | Martijn Kaijser | |
2012-07-08 | update common scraper modules | Martijn Kaijser | |
2012-07-08 | remove broken scrapers | Martijn Kaijser | |
2012-07-08 | adds SaveFileStateJob.h to the Xcode project | Jonathan Marshall | |
2012-07-07 | Merge pull request #953 from jmarshallnz/update_version_transaction | jmarshallnz | |
Update version transaction | |||
2012-07-08 | cosmetics: align code | Jonathan Marshall | |
2012-07-08 | no need for begin/commit transaction in the derived UpdateOldVersion()'s | Jonathan Marshall | |
2012-07-08 | no need for try/catch block in UpdateVersionNumber | Jonathan Marshall | |