Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-08 | [cleanup] remove slingbox | Stefan Saraev | |
2015-07-08 | Merge pull request #7142 from hudokkow/drop_hdhomerun | h.udo | |
Drop internal HDHomeRun support | |||
2015-07-08 | Merge pull request #7218 from phil65/setfocus_for_panel_container | Martijn Kaijser | |
[guilib] - listen to GUI_MSG_SETFOCUS for all container types | |||
2015-07-08 | Merge pull request #7426 from uNiversaI/translate | Martijn Kaijser | |
[AutorunMediaJob] make hardcoded strings translatable | |||
2015-07-08 | Merge pull request #7410 from mkortstiege/coverity | Pär Björklund | |
fix a few coverity warnings | |||
2015-07-08 | Merge pull request #7456 from Paxxi/win10_version | Pär Björklund | |
Added detection for Windows 10 in systeminfo | |||
2015-07-08 | Added detection for Windows 10 in systeminfo | Pär Björklund | |
2015-07-08 | Merge pull request #7452 from mkortstiege/fix-radio-overlap | Matthias Kortstiege | |
[guilib] fix label overlap in radiobutton control (#15854) | |||
2015-07-08 | Merge pull request #7451 from olafhering/master | Matthias Kortstiege | |
various compiler warnings | |||
2015-07-08 | Merge pull request #7359 from Montellese/skin_settings | Martijn Kaijser | |
support saving skin settings as addon data instead of in guisettings.xml | |||
2015-07-08 | Merge pull request #7340 from phil65/order_infolabel | Matthias Kortstiege | |
[guilib] add Container.SortOrder InfoLabel | |||
2015-07-08 | Merge pull request #7205 from mkortstiege/textbox-textcolor | Matthias Kortstiege | |
[guilib] use textcolor from labelInfo for textboxes | |||
2015-07-08 | Merge pull request #7267 from AlwinEsch/pvr-code-cleanup-6 | Martijn Kaijser | |
[epg] Swap everything from 'std::map<unsigned int, CEpg*>' to 'EPGMAP' | |||
2015-07-08 | Drop internal HDHomeRun support | hudokkow | |
2015-07-08 | Merge pull request #7168 from mk01/master_CURL | jenkins4kodi | |
2015-07-08 | [guilib] - nuke Container.Sort InfoLabel | phil65 | |
2015-07-08 | [guilib] add Container.SortOrder InfoLabel | phil65 | |
2015-07-08 | Merge pull request #7282 from evilhamster/disablecue_multiplefiles | Peter 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 textboxes | Matthias Kortstiege | |
2015-07-08 | [CURL] xbmc/URL.cpp adapted to parse URI containing IPv6 | Matus 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-08 | Merge pull request #7309 from ace20022/exif_xp_comment | Martijn Kaijser | |
[libexif] Add processing of comment tags used by Windows. | |||
2015-07-08 | [cximage]: use integers for arithmetic in CxImage::CheckFormat | Olaf 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_decrypt | Olaf 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 effect | Olaf 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-08 | Merge pull request #7448 from phil65/typo | Matthias Kortstiege | |
[cosmetics] - fix method typos ("Availalbe" --> "Available") | |||
2015-07-08 | Merge pull request #7420 from tobbi/coverity_719001 | Matthias Kortstiege | |
Fix another instance of coverity #719001 | |||
2015-07-08 | Merge pull request #7336 from Razzeee/SortByAudioDateAdded | Matthias Kortstiege | |
Add dateAdded to musiclibrary and use it for sorting | |||
2015-07-08 | [cximage]: remove undefined operation on variable | Olaf 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-08 | Merge pull request #6974 from uNiversaI/sysinfo2 | h.udo | |
[confluence][core] update build info formatting in SettingsSystemInfo | |||
2015-07-08 | Merge pull request #7073 from arnova/webdav_propfind | jenkins4kodi | |
2015-07-07 | Added 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-07 | Merge pull request #7434 from phil65/confluence_widget_label | ronie | |
[Confluence] Fix for widget labels (labels out of sync) | |||
2015-07-07 | Merge pull request #7411 from mkortstiege/png-iccp-cleanup | Matthias Kortstiege | |
[confluence] get rid of iCCP warnings from libpng | |||
2015-07-07 | fix a few coverity warnings | Matthias Kortstiege | |
2015-07-07 | [cosmetics] - fix method typos ("Availalbe" --> "Available") | phil65 | |
2015-07-07 | Merge pull request #7439 from ksooo/pr7079-followup | Kai Sommerfeld | |
[PVR] Series Recordings - Coverity / Code Cleanup | |||
2015-07-07 | Merge pull request #7447 from koying/quickPR | Chris Browet | |
cosmetic: misplaced parenthesis | |||
2015-07-07 | cosmetic: misplaced parenthesis | Chris 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 opdenkamp | Kai Sommerfeld | |
2015-07-07 | [guiinfo] Fix listitem.hastimerschedule | Kai Sommerfeld | |
2015-07-07 | [PVR] Series Recordings: Fix Coverity warnings | Kai Sommerfeld | |
2015-07-07 | Merge pull request #7228 from a11599/refreshrate | jenkins4kodi | |
2015-07-07 | Merge pull request #7033 from ace20022/std_typeindex | Andreas Zelend | |
[swig] Use std::type_index instead of a homegrown implementation. | |||
2015-07-07 | Merge pull request #7444 from Paxxi/vsproj | Pär Björklund | |
Recent merge broke project files, missing closing xml tag | |||
2015-07-07 | Recent merge broke project files, missing closing xml tag | Pär Björklund | |
2015-07-07 | Merge pull request #7093 from Memphiz/airtunes_features | jenkins4kodi | |
2015-07-07 | Merge pull request #7430 from Memphiz/fix_glstring_badaccess | Memphiz | |
[ios/gl/gles] - Fix glstring possible bad access |