aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-08Merge pull request #7082 from fritsch/sysfsunIjenkins4kodi
2015-05-08Merge pull request #7061 from FernetMenta/addonsRainer Hochecker
addons: pvr and audiodecoder are optional addons, disable by default
2015-05-08Merge pull request #7083 from FernetMenta/disptimeRainer Hochecker
dvdplayer: fix display time after 43b6cf683abf16bc41e9b7f624a678c285c…
2015-05-08Merge pull request #7086 from FernetMenta/audiologRainer Hochecker
Revert "[ActiveAE] - ActiveAESink: Change several LOGNOTICE to LOGDEB…
2015-05-08Merge pull request #7085 from HofiOne/Fix-Enhance-XCode-Buildsjenkins4kodi
2015-05-08Merge pull request #7084 from fritsch/imx-edidPeter Frühberger
IMX: Fix path to edid on default imx kernel
2015-05-08Revert "[ActiveAE] - ActiveAESink: Change several LOGNOTICE to LOGDEBUG to ↵Rainer Hochecker
reduce kodi.log "spamming"." - settings are not loaded at this time and debug logs go to nirvana This reverts commit b874868f0a5818dea33eab71fc16019856fcee43.
2015-05-08Fixed OS X i386 Xcode builds on x86_64 build machinesHofi
Without assigning App-OSX.xcconfig to Kodi.app target building i386 target will not fix dependent libraries when bundling the Kodi.app with copyframeworks-osx.command copyframeworks-osx.command uses XBMC_DEPENDS that composed like $(XBMC_DEPENDS_ROOT)/$(SDK_NAME)_$(CURRENT_ARCH)-target CURRENT_ARCH not set correctly, without assigning App-OSX.xcconfig the ONLY_ACTIVE_ARCH is not set and the builder machine architecture will be used instead of the targeted architecture.
2015-05-07IMX: Fix path to edid on default imx kernelfritsch
2015-05-07update re-Touched skinMartijn Kaijser
2015-05-07SysfsUtils: don't create files when writing values - silence warningsfritsch
2015-05-07Merge pull request #7066 from afedchin/win32_fix_monitor_powerMartijn Kaijser
[win32] Fix: CWinIdleTimer::StartZero - do not set ES_SYSTEM_REQUIRED…
2015-05-07dvdplayer: fix display time after 43b6cf683abf16bc41e9b7f624a678c285c85c97Rainer Hochecker
2015-05-07addons: pvr and audiodecoder are optional addons, disable by defaultRainer Hochecker
2015-05-08[README.pvr] update/point to compile proceduresuNiversaI
Add TOC and source/compile procedure info.
2015-05-08[README.linux] update/cleanup - keep up with current codeuNiversaI
Binary addons can be compiled separately from kodi. As such separate the procedures for both and update TOC Added audio Decoders procedures Cleanup and make it tidy.
2015-05-07[remote] add support to delete in MyPictures via remoteuNiversaI
2015-05-07[win32] Fix: CWinIdleTimer::StartZero - do not set ES_SYSTEM_REQUIRED and ↵Anton Fedchin
ES_DISPLAY_REQUIRED if DPMS is active.
2015-05-07Merge pull request #7077 from FernetMenta/paplayerRainer Hochecker
fixed: make sure we don't match a substring of an extension or a mime…
2015-05-06Merge pull request #7075 from hudokkow/gitignoreh.udo
Ignore android build artifact
2015-05-06fixed: make sure we don't match a substring of an extension or a mime typeArne Morten Kvarving
(fixes .aif being redirected to vgmstream)
2015-05-06Merge pull request #7076 from Paxxi/englishMartijn Kaijser
[strings] Fixed msg 31117 to match 31116
2015-05-06Fixed msg 31117 to match 31116Pär Björklund
2015-05-06Merge pull request #7054 from uNiversaI/patch-2Martijn Kaijser
[strings] fix capitalized second/third word
2015-05-07[strings] fix capitalized second/third worduNiversaI
The newer string are correct, however older strings suffer from this issue. Exceptions where left as is: * Words after : (colon) * Category names https://github.com/uNiversaI/kodi/blob/f5f938e428a3a81c957b2d934a73c168280846ca/addons/skin.confluence/language/English/strings.po#L237-L243 * CAPITALIZED long srings https://github.com/uNiversaI/kodi/blob/f5f938e428a3a81c957b2d934a73c168280846ca/addons/skin.confluence/language/English/strings.po#L508-L532#
2015-05-06Ignore android build artifacthudokkow
2015-05-06Allow uppercase input via SMSJohn Rennie
2015-05-05Control.cpp: remove trailing whitespacesPhilipp Te
2015-05-05Python: ControlList - add ALL items to the listPhilipp Te
Core does a reset on the list in guilib on GUI_MSG_BIND_LABEL. As such we need to send the FULL list up to core, not just the new appended items.
2015-05-05Revert "[davfile] use PROPFIND for Stat() and Exists()". Proper fix will ↵arnova
follow later. This reverts commit 91ffcad4197a18888ac1f4998ccf0fc8dd026f0e.
2015-05-05Merge pull request #7067 from xhaggi/fix-launch-addon-from-dialog-addoninfoSascha Woo
[addons] fix launch addon from within CGUIDialogAddonInfo
2015-05-05Merge pull request #7068 from xhaggi/fix-wrong-parameter-usage-in-appmessengerjenkins4kodi
2015-05-05Merge pull request #7052 from koying/fixeglrotatedfontsjenkins4kodi
2015-05-05[messenger] fix wrong parameter usage for TMSG_GUI_WINDOW_CLOSExhaggi
2015-05-05[addons] fix launch addon from within CGUIDialogAddonInfoxhaggi
2015-05-05Merge pull request #7057 from Memphiz/osx_fix_addon_installjenkins4kodi
2015-05-05configure.ac: pass $CFLAGS to $CC in XB_FIND_SONAMEMax Kellermann
Required for cross-compiling when CFLAGS contains -march=...
2015-05-05configure.ac: do Darwin specific check only on DarwinMax Kellermann
Reduces overhead on Linux and suppresses the error message when "file" is not installed.
2015-05-05[Confluence] fix misaligned date labelronie
2015-05-04[cmake] - only evaluate the sudo check on linux. On darwin with cmake 2.8.12 ↵Memphiz
the execute_process with the multiple commands inside doesn't seem to work (it detects that it needs sudo and so it doesn't install into the addons dir). Bumping to cmake 3.2.2 was an other solution which made it work but bumping cmake is considered to dangerous at this stage. Fixes missing addons on ios and osx builds.
2015-05-04Merge pull request #7042 from koying/fixdroidstoragejenkins4kodi
2015-05-04Merge pull request #7055 from koying/quickPRChris Browet
FIX: [sysfs] do not try to create files
2015-05-04FIX: [sysfs] do not try to create filesChris "koying" Browet
2015-05-04Merge pull request #7049 from FernetMenta/ffrwRainer Hochecker
dvdplayer: more fixes for ff/rw
2015-05-04Merge pull request #7037 from Jalle19/timer-delete-confusionSam Stenvall
[pvr] Fix wrong notifications when stopping/deleting recordings/timers
2015-05-04[pvr] change "recording deleted" to "timer deleted" to avoid confusionSam Stenvall
This particular message is only ever used when deleting timers
2015-05-04[AML] fix sysfs path for permissions checkStephan Raue
2015-05-03Merge pull request #6891 from opdenkamp/cec3Lars Op den Kamp
[cec] bump to libCEC 3.0.0
2015-05-03[cec] bump to libCEC 3.0.0Lars Op den Kamp
2015-05-03Merge pull request #7050 from InuSasha/features/confluence_livetvronie
[Skin] optimitation for picons in livetv