aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-09Fixed: Update list if item was deleted from database but not from diskBl4ck09
2014-02-09Merge pull request #4176 from elupus/sub_fixesJoakim Plate
2014-02-09dvd/omxplayer: don't override video setting visibility if no subs are foundJoakim Plate
2014-02-09dvd/omxplayer Subs couldn't be turned on if no relevant subs existedJoakim Plate
2014-02-09Merge pull request #4181 from davilla/die-warnings-reduxJoakim Plate
2014-02-09dvd/omxplayer: add internal version of SetSubtitleVisibleJoakim Plate
2014-02-09[configure] use pkg-config for pulse audio detectionwsnipex
2014-02-09fixed, compiler warningS. Davilla
2014-02-10Merge pull request #3996 from koying/fixgesturejmarshallnz
2014-02-10Merge pull request #4170 from wsoltys/dsbufferjmarshallnz
2014-02-09[ios] fixed, stupid editorS. Davilla
2014-02-10Merge pull request #4175 from wsoltys/headerjmarshallnz
2014-02-09[cximage] Fix denial of service via a crafted photo file (CVE-2013-1438)Anssi Hannula
2014-02-09[ios] fixed atv2 runtime. missing link to libxml2S. Davilla
2014-02-09Revert "fixed, compiler warning. Let us try to keep assignments out of if sta...S. Davilla
2014-02-09Revert "[Fix][DVD/OMXPlayer] This fixes a regression introduced in 50a1d3c."Joakim Plate
2014-02-09dvdplayer: lock the correct section on log flushJoakim Plate
2014-02-09AE: ALSA - do not trust ELD regarding passthrough formatsRainer Hochecker
2014-02-09ActiveAE: consider list of supported audio formatsRainer Hochecker
2014-02-08fixed, compiler warning. Let us try to keep assignments out of if statmentsS. Davilla
2014-02-08[WIN32][DS] fixed: viz waveform would show a zero line at the end because of ...wsoltys
2014-02-08[WIN32] removed double includes.WiSo
2014-02-08[fix] skin.confluence - set focus to subtitle provider list using fake mouse ...amet
2014-02-08Merge pull request #4142 from ulion/ios_native_keyboard_with_xbmc_remote_appjmarshallnz
2014-02-07[buildsys] Fix parallel build with static ffmpeg.Trent Nelson
2014-02-07Merge pull request #4150 from xhaggi/fix-epg-usabilityLars Op den Kamp
2014-02-07Merge pull request #4157 from amet/fix_manual_buttonjmarshallnz
2014-02-06Merge pull request #4163 from Shine-/dxvarendererVoyager1
2014-02-07Merge pull request #4167 from Montellese/settings_overwrite_default_fixjmarshallnz
2014-02-06Fix DXVA rendering for 10-Bit filesShine
2014-02-06settings: fix not being able to overwrite the default value of string/addon s...montellese
2014-02-06- on touchbegan call the proper handler for focusing the controlMemphiz
2014-02-06FIX: [touch] properly handle touch/gesture actionsChris "Koying" Browet
2014-02-06[coreSubs] fix manual search button after 618cff753d20628920bb39d28ec40ba2619...amet
2014-02-06Merge pull request #4159 from Montellese/videolibrary_sort_fixesjmarshallnz
2014-02-06Merge pull request #4122 from jmarshallnz/separate_db_analyticsjmarshallnz
2014-02-06Try to support xbmc remote works with ios native keyboard as control targetulion
2014-02-05videolibrary: align available sort methodsmontellese
2014-02-06[database] drop old update code from pre-Eden. Minimum versions are video:60,...Jonathan Marshall
2014-02-06[database] bump music and video database versions as on mysql they may have m...Jonathan Marshall
2014-02-06[database] use IF EXISTS on DROP TABLE if we're not completely sure the table...Jonathan Marshall
2014-02-06[cosmetics] rename GetMinVersion -> GetSchemaVersion to make it clear what it...Jonathan Marshall
2014-02-06[cosmetics] tabs -> spaces, alignmentDmitry Blokhin
2014-02-06[cosmetics] rename UpdateOldVersion to UpdateTables for consistency. Drop unn...Jonathan Marshall
2014-02-06[database] allow subclasses to specify the minimum database version they supp...Jonathan Marshall
2014-02-06[mysql] don't recreate views on copy() - they'll be dropped and recreated in ...Dmitry Blokhin
2014-02-06[database] drop analytics prior to UpdateOldVersion, and reinstate afterwardsJonathan Marshall
2014-02-06[cosmetics] indenting in CreateTables, remove unnecessary loggingJonathan Marshall
2014-02-06[database] adds CreateAnalytics() for creation of indicies, triggers and viewsJonathan Marshall
2014-02-06[database] introduce CreateDatabase() to the baseclass that calls CreateTable...Jonathan Marshall