aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-01Merge pull request #8288 from arnova/up_dir_cache16.0a4-Jarvisjenkins4kodi
2015-11-01Merge pull request #8304 from koying/fix0bMartijn Kaijser
FIX: don't show size for non-file items
2015-10-31Merge pull request #8326 from zpon/regression-fixPär Björklund
Fix compile time error
2015-10-31Merge pull request #8329 from ronie/retouchedronie
[re-touched] update
2015-10-31[re-touched] updateronie
2015-10-31Merge pull request #8317 from pokowaka/fix_unit_testjenkins4kodi
2015-10-31Merge pull request #8306 from DaveTBlake/JSONConsistentArtistDataDave Blake
[Fix]jsonrpc getting consistent song and album artist data - names, IDs and MusicbrainzIDs
2015-10-31Fix regressions introduced by refactoring in commit ↵Søren Juul
9e9396b073ba973b2847896a11244a9f37ecbaff
2015-10-31Merge pull request #8307 from koying/chgdroidmediakeysjenkins4kodi
2015-10-31JSON when getting album or song ensure underlying query uses song_artist or ↵DaveTBlake
album_artist tables to fully populate artist credits. Hence artist names and id arrays will be consistent. As a bonus now gets MBID (as a vector to match names and ids) In CMusicInfoTag set "FieldArtist" = GetArtistString so sorts work on strArtists from Album and song tables. Hence not need fix in CAlbum or Csong populating artist vector from artistDesc when artist credits empty. Rework underlying queries for GetAlbums, GetSongs, GetRecentlyAddedAlbums, GetRecentlyPlayedAlbums, GetRecentlyPlayedAlbumSongs, GetRecentlyAddedAlbumSongs, GetTop100Albums to fully populate artist credits Bump JSON version for now artist data returned is consistent
2015-10-31Merge pull request #8324 from afedchin/fix_dx_hqscallersMartijn Kaijser
[WinRenderer] Fixed HQ scalers again.
2015-10-31Merge pull request #8319 from rmrector/silent_threadMartijn Kaijser
Lower "Thread start" logging level
2015-10-31Merge pull request #8322 from MartijnKaijser/stacktraceMartijn Kaijser
[win32] it's time we also name the stacktrace and crashdump Kodi
2015-10-30[WinRenderer] Fixed HQ scalers again.Anton Fedchin
2015-10-30Merge pull request #8321 from koying/fixdroidbackgroundChris Browet
[droid] Issues when playing file (via json) when minimized
2015-10-30Merge pull request #8221 from SkyCrawl/czech-keyboard-layoutMartijn Kaijser
Keyboard layout: Czech QWERTZ
2015-10-30[win32] it's time we also name the stacktrace and crashdump KodiMartijn Kaijser
2015-10-30FIX: [droid;amc] be sure that we have a surfaceChris "Koying" Browet
2015-10-30FIX: [droid] do not reuse destroyed native windowChris "koying" Browet
2015-10-29Merge pull request #8308 from un1versal/Office_Spaceronie
[confluence]fix 3D/subtitles menu alignment when VideoPlayer.HasMenu is not visible
2015-10-29Lower "Thread start" logging levelRyan Rector
2015-10-29Merge pull request #8280 from afedchin/fix_dx_hqscallersMartijn Kaijser
[WinRenderer] Fix HQ scallers, to avoid unnecessary scaling at Stage1…
2015-10-29Fix unit tests on linux/os-xErwin Jansen
- Older tag lib libraries handle tag types differently - Added missing comment setter for ID3v2
2015-10-29[confluence]fix alignment of subtitles menu in livetv OSD when ↵un1versal
VideoPlayer.HasMenu is not visible And align OSD record button to the right hand side of time progress.
2015-10-29CHG: [droid] proper handling of MEDIA keysChris "Koying" Browet
This allows MEDIA key to control Kodi when minimized
2015-10-29[confluence]fix 3D menu alignment when VideoPlayer.HasMenu is not visibleun1versal
and hopefully keep aligment it when VideoPlayer.HasMenu is also visible and videoplayer.isstereoscopic is also visible.
2015-10-29FIX: don't show size for non-file itemsChris "Koying" Browet
2015-10-29Merge pull request #8309 from mkortstiege/silent-globalsMatthias Kortstiege
[globals] remove macro XBMC_GLOBAL
2015-10-29Merge pull request #8315 from mkortstiege/silent-ar-warningsMatthias Kortstiege
[make] silent ar compiler warnings
2015-10-29Merge pull request #8313 from koying/fixsurfaceMartijn Kaijser
FIX: [droid;amcs] do not stop video when loosing main surface
2015-10-29[make] silent ar compiler warningsMatthias Kortstiege
In recent gnu binutils the ar binary operates in deterministic mode by default. This is rendering the 'u' option useless and is causing compiler warnings.
2015-10-29Merge pull request #8310 from mkortstiege/fix-togglebutton-autowidthMatthias Kortstiege
[guilib] fix togglebutton not properly resizing when using the altlabel
2015-10-29Merge pull request #8314 from Razzeee/improve-gitignore-clionMatthias Kortstiege
Remove .idea folder which get's created from JetBrains CLion
2015-10-29Remove .idea folder which get's created from JetBrains CLionKolja Lampe
2015-10-28Merge pull request #8311 from ksooo/coverity-1Kai Sommerfeld
[PVR, guiinfo] Some random Coverity fixes
2015-10-28FIX: [droid;amcs] do not stop video when loosing main surfaceChris "Koying" Browet
2015-10-28Merge pull request #8312 from hudokkow/thedroidsmustbecrazyChris Browet
[gitignore] More android artifacts
2015-10-28[droid] update readme to recommend Ubuntu 14.04Martijn Kaijser
2015-10-28[gitignore] More android artifactsh.udo
2015-10-28[d3d11] Fixed issue with stereoscopic 3D mode and DXVA scaling for some ↵Anton Fedchin
drivers which works incorrectly with DXVA processor and deferred context.
2015-10-28[WinRenderer] Fix HQ scallers, to avoid unnecessary scaling at Stage1 (with ↵Anton Fedchin
DXVA processor and color shader). This also fixes HQ scallers for TAB/SBS modes.
2015-10-28[globals] remove macro XBMC_GLOBALMatthias Kortstiege
2015-10-28[guilib] fix togglebutton not properly resizing when using the altlabelMatthias Kortstiege
2015-10-28[PVR] Fix: Coverity: CGUIInfoManager: divide_by_zero (actually a false positive)Kai Sommerfeld
2015-10-28[PVR] Fix: Coverity: CGUIDialogPVRRadioRDSInfo: uninit memberKai Sommerfeld
2015-10-28[PVR] Fix: Coverity: CPVRManagerStartJob: unused memberKai Sommerfeld
2015-10-28[PVR] Fix: Coverity: PVRGUIInfo: uninit memberKai Sommerfeld
2015-10-27Adding keyboard layout: Czech QWERTZSkyCrawl
2015-10-27Merge pull request #8291 from koying/fixdroidvolumeMartijn Kaijser
CHG: [droid] decouple kodi and system audio volumes
2015-10-27Merge pull request #8301 from ksooo/guiinfo-fix-listitem-isrecordingKai Sommerfeld
[guiinfo] Fixed LISTITEM_ISRECORDING for epg event items ...