aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-10[xrandr] - fix compilation with 10.04Memphis
2012-07-10ensure the music/video database config is cleared when changing profilesJonathan Marshall
2012-07-09Merge pull request #1124 from jmarshallnz/prompt_for_rescanjmarshallnz
Prompt for rescan of music
2012-07-09[WIN32] fixed: we don't want CThread::GetCurrentThread() here.WiSo
2012-07-09Merge pull request #1140 from Karlson2k/UseJoystick_Globals_Fixjmarshallnz
Fix SystemGlobals.cpp - remove g_Joystick when not needed
2012-07-09Fix SystemGlobals.cpp - remove g_Joystick when not neededKarlson2k
2012-07-09Merge pull request #1100 from dteirney/libcmyth-upstreamDavid 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-09Change 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-09cosmetic: initialize members in the order they were declaredvdrfan
2012-07-09joystick: fix typo (and build)Cory Fields
2012-07-08Merge pull request #1108 from Montellese/movie_taggingSascha Montellese
add a tagging system for movies
2012-07-08[osx/ios/atv2] update project filesmontellese
2012-07-08smartplaylist: integrate tagsmontellese
2012-07-08[win32] update project filesmontellese
2012-07-08integrate new "Tags" node into the video librarymontellese
2012-07-08videodb: add tag and taglinks tables for tagging supportmontellese
2012-07-08Merge pull request #1111 from Karlson2k/UseJoystickjmarshallnz
[input] Add 'Enable Joystick' to GUI settings. Fix for http://trac.xbmc.org/ticket/13146
2012-07-09Add new GUI setting for Joystick and use that settingKarlson2k
2012-07-09Add support to CJoystick for IsEnabled Just like in CStatMouseKarlson2k
2012-07-09Prevent of using uninitialized joystick variables in Application.cppKarlson2k
2012-07-09Move g_Joystick to SystemGlobals.cppKarlson2k
2012-07-09Fix init & clarification in CJoystick classesKarlson2k
2012-07-08Merge pull request #1115 from Karlson2k/VS_project_cleanupwsoltys
[Win32] Cleanup of VS projects + fix for OpenGL build
2012-07-09fixes potential read off the end of array, thanks to night199ukJonathan Marshall
2012-07-08fixed: 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-08silence compiler warning in CAddonDllmontellese
2012-07-08Total cleanup of all VS projects + fix for OpenGL buildEvgeny 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-08restored: paplayer short crossfade on trackskip if crossfade is enabled ↵Martin van Beurden
functionality.
2012-07-08fixed: paplayer crossfade.Martin van Beurden
2012-07-08Merge pull request #1136 from ↵Arne Morten Kvarving
PartialGestalt/6010dded6aa59a2f1e6b5413f11eb4d4b7a1f01f [Fix for 13160] Update supported settings types in AddonDll.h
2012-07-08Resync CAddonDll::TransferSettings types with corePartialGestalt
2012-07-08[xrandr] update xbmc-xrandr.c base codeJoakim Plate
Supports selection of CRTC's in a better way
2012-07-08[tinyxml] invalid reading of xml from FILE pointersJoakim Plate
buf is not a null terminated string, so don't rely on it
2012-07-08Merge pull request #1135 from MartijnKaijser/update_scrapersArne Morten Kvarving
Update broken music/musicvideo scrapers
2012-07-08make artists/album universal scrapers and last.fm scrapers defaultMartijn Kaijser
2012-07-08add artists/album universal scrapers for music and last.fm for musicvideosMartijn Kaijser
2012-07-08update common scraper modulesMartijn Kaijser
2012-07-08remove broken scrapersMartijn Kaijser
2012-07-08adds SaveFileStateJob.h to the Xcode projectJonathan Marshall
2012-07-07Merge pull request #953 from jmarshallnz/update_version_transactionjmarshallnz
Update version transaction
2012-07-08cosmetics: align codeJonathan Marshall
2012-07-08no need for begin/commit transaction in the derived UpdateOldVersion()'sJonathan Marshall
2012-07-08no need for try/catch block in UpdateVersionNumberJonathan Marshall