aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-08[cleanup] remove slingboxStefan Saraev
2015-07-08Merge pull request #7142 from hudokkow/drop_hdhomerunh.udo
Drop internal HDHomeRun support
2015-07-08Merge pull request #7218 from phil65/setfocus_for_panel_containerMartijn Kaijser
[guilib] - listen to GUI_MSG_SETFOCUS for all container types
2015-07-08Merge pull request #7426 from uNiversaI/translateMartijn Kaijser
[AutorunMediaJob] make hardcoded strings translatable
2015-07-08Merge pull request #7410 from mkortstiege/coverityPär Björklund
fix a few coverity warnings
2015-07-08Merge pull request #7456 from Paxxi/win10_versionPär Björklund
Added detection for Windows 10 in systeminfo
2015-07-08Added detection for Windows 10 in systeminfoPär Björklund
2015-07-08Merge pull request #7452 from mkortstiege/fix-radio-overlapMatthias Kortstiege
[guilib] fix label overlap in radiobutton control (#15854)
2015-07-08Merge pull request #7451 from olafhering/masterMatthias Kortstiege
various compiler warnings
2015-07-08Merge pull request #7359 from Montellese/skin_settingsMartijn Kaijser
support saving skin settings as addon data instead of in guisettings.xml
2015-07-08Merge pull request #7340 from phil65/order_infolabelMatthias Kortstiege
[guilib] add Container.SortOrder InfoLabel
2015-07-08Merge pull request #7205 from mkortstiege/textbox-textcolorMatthias Kortstiege
[guilib] use textcolor from labelInfo for textboxes
2015-07-08Merge pull request #7267 from AlwinEsch/pvr-code-cleanup-6Martijn Kaijser
[epg] Swap everything from 'std::map<unsigned int, CEpg*>' to 'EPGMAP'
2015-07-08Drop internal HDHomeRun supporthudokkow
2015-07-08Merge pull request #7168 from mk01/master_CURLjenkins4kodi
2015-07-08[guilib] - nuke Container.Sort InfoLabelphil65
2015-07-08[guilib] add Container.SortOrder InfoLabelphil65
2015-07-08Merge pull request #7282 from evilhamster/disablecue_multiplefilesPeter Frühberger
[xbmc][music] Better handling of tags for multifile cue files
2015-07-08[guilib] fix label overlap in radiobutton control (#15854)Matthias Kortstiege
2015-07-08[guilib] use textcolor from labelInfo for textboxesMatthias Kortstiege
2015-07-08[CURL] xbmc/URL.cpp adapted to parse URI containing IPv6Matus Kral
address. It recognises strings conforming to RFC 2373. This means at least '::x' . The parsed address is NOT checked for actual correctness, availability etc (but this is not present for IPv4 too). In case a port is specified within URI too, IPv6 address MUST be enclosed within [] eg [fd00::1]:8080. If port is not specified, enclosing is not required.
2015-07-08Merge pull request #7309 from ace20022/exif_xp_commentMartijn Kaijser
[libexif] Add processing of comment tags used by Windows.
2015-07-08[cximage]: use integers for arithmetic in CxImage::CheckFormatOlaf Hering
ximaenc.cpp: In member function 'bool CxImage::CheckFormat(BYTE*, DWORD, DWORD)': ximaenc.cpp:1126:28: warning: NULL used in arithmetic [-Wpointer-arith] if (buffer==NULL || size==NULL){ Signed-off-by: Olaf Hering <olaf@aepfle.de>
2015-07-08[cximage]: remove undefined operation on variable in dcr_sony_decryptOlaf Hering
Untangle code in dcr_sony_decrypt to fix the following warning: libdcr.c: In function 'dcr_sony_decrypt': libdcr.c:2475:51: warning: operation on 'p->sony_decrypt_p' may be undefined [-Wsequence-point] *data++ ^= p->sony_decrypt_pad[p->sony_decrypt_p++ & 127] = p->sony_decrypt_pad[(p->sony_decrypt_p+1) & 127] ^ p->sony_decrypt_pad[(p->sony_decrypt_p+65) & 127]; Signed-off-by: Olaf Hering <olaf@aepfle.de>
2015-07-08[cximage]: remove warning about statement with no effectOlaf Hering
The local variable 'k' remains initialized from the earlier loop. Remove the variable to avoid misleading compiler warning. ximadsp.cpp: In member function 'int CxImage::OptimalThreshold(long int, RECT*, CxImage*)': ximadsp.cpp:3337:9: warning: statement has no effect [-Wunused-value] for (k;k<=gray_max;k++) if (p[k] > 0) L -= p[k]*log(p[k]/w2)/w2; ^ ximadsp.cpp:3350:9: warning: statement has no effect [-Wunused-value] for (k;k<=gray_max;k++){ Signed-off-by: Olaf Hering <olaf@aepfle.de>
2015-07-08Merge pull request #7448 from phil65/typoMatthias Kortstiege
[cosmetics] - fix method typos ("Availalbe" --> "Available")
2015-07-08Merge pull request #7420 from tobbi/coverity_719001Matthias Kortstiege
Fix another instance of coverity #719001
2015-07-08Merge pull request #7336 from Razzeee/SortByAudioDateAddedMatthias Kortstiege
Add dateAdded to musiclibrary and use it for sorting
2015-07-08[cximage]: remove undefined operation on variableOlaf Hering
ximadsp.cpp: In member function 'bool CxImage::Lut(BYTE*)': ximadsp.cpp:2797:26: warning: operation on 'iSrc' may be undefined [-Wsequence-point] *iSrc++ = pLut[*iSrc]; Signed-off-by: Olaf Hering <olaf@aepfle.de>
2015-07-08Merge pull request #6974 from uNiversaI/sysinfo2h.udo
[confluence][core] update build info formatting in SettingsSystemInfo
2015-07-08Merge pull request #7073 from arnova/webdav_propfindjenkins4kodi
2015-07-07Added dateAdded to song table for musiclibrary and ask the user to refresh ↵Razzee
musiclibrary Added the "date added" sorting to some musiclibrary views Show the date that we sort by in these views AdvancedSettings for musiclibrary can now handle dateadded like videolibrary already does Handle the extraction of the file added date in one place (for music database and video database)
2015-07-07Merge pull request #7434 from phil65/confluence_widget_labelronie
[Confluence] Fix for widget labels (labels out of sync)
2015-07-07Merge pull request #7411 from mkortstiege/png-iccp-cleanupMatthias Kortstiege
[confluence] get rid of iCCP warnings from libpng
2015-07-07fix a few coverity warningsMatthias Kortstiege
2015-07-07[cosmetics] - fix method typos ("Availalbe" --> "Available")phil65
2015-07-07Merge pull request #7439 from ksooo/pr7079-followupKai Sommerfeld
[PVR] Series Recordings - Coverity / Code Cleanup
2015-07-07Merge pull request #7447 from koying/quickPRChris Browet
cosmetic: misplaced parenthesis
2015-07-07cosmetic: misplaced parenthesisChris Browet
2015-07-07[PVR] Series Recordings: Reduce PVR_ADDON_TIMERTYPE_VALUES_ARRAY_SIZE value, ↵Kai Sommerfeld
avoiding too large data structures.
2015-07-07[PVR] Series Recordings: Coverity. Only use dynamic_cast if you really don't ↵Kai Sommerfeld
know the actual type.
2015-07-07[PVR] Series Recordings: Some minor changes requested by opdenkampKai Sommerfeld
2015-07-07[guiinfo] Fix listitem.hastimerscheduleKai Sommerfeld
2015-07-07[PVR] Series Recordings: Fix Coverity warningsKai Sommerfeld
2015-07-07Merge pull request #7228 from a11599/refreshratejenkins4kodi
2015-07-07Merge pull request #7033 from ace20022/std_typeindexAndreas Zelend
[swig] Use std::type_index instead of a homegrown implementation.
2015-07-07Merge pull request #7444 from Paxxi/vsprojPär Björklund
Recent merge broke project files, missing closing xml tag
2015-07-07Recent merge broke project files, missing closing xml tagPär Björklund
2015-07-07Merge pull request #7093 from Memphiz/airtunes_featuresjenkins4kodi
2015-07-07Merge pull request #7430 from Memphiz/fix_glstring_badaccessMemphiz
[ios/gl/gles] - Fix glstring possible bad access