aboutsummaryrefslogtreecommitdiff
path: root/addons
AgeCommit message (Collapse)Author
2012-09-23[lang] fixed: removed translator's data along with email addresses from PO ↵alanwww1
files to avoid spam
2012-09-23Merge pull request #1439 from t-nelson/buttonmenu_typoTrent Nelson
GUIDialogButtonMenu wouldn't wrap bottom to top in Confluence
2012-09-23[lang] September update of internal addons language filesalanwww1
2012-09-23[lang] September update of skin.confluence language filesalanwww1
2012-09-21include stdint.h for int64_t typedefFneufneu
this fix build on Windows and FreeBSD after 85b5e477ba79e8e7fb23aa0aaa8f02aa8f3a3b1b
2012-09-19fix win32 buildpieh
2012-09-18added CanOpenDirectory() to AddonCallbacksAddonLars Op den Kamp
2012-09-18added documentation for libXBMC_addon.h methodsLars Op den Kamp
2012-09-18expose CFile operations to add-onsLars Op den Kamp
2012-09-17GUIDialogButtonMenu wouldn't wrap bottom to top in Confluencet-nelson
2012-09-17Merge pull request #1281 from jmarshallnz/plugins_drop_progressjmarshallnz
Plugins drop progress dialog
2012-09-09fix address line in GPL headersmontellese
2012-09-09Changed: [Confluence] Made the Full screen player controls 20% bigger (may ↵Jezz_X
need to redo the graphics in future for better sharpness)
2012-09-07[confluence] adds progress control to busy dialogJonathan Marshall
2012-09-06[osx] revert change to x86_64-osx, we do not track internal dylibs that waydavilla
2012-09-06[pvr] added x86_64-osx to library naming.huceke
2012-09-06[pvr] fixed on arm there is no seperate PLATFORM in lib name.huceke
2012-09-05[pvr] added PVR support to XBMC (taken from ↵Lars Op den Kamp
https://github.com/opdenkamp/xbmc/commit/c576c080532a0e4c4ffc7babd57782f80a6951ba) add-ons are not included, but can be found here: https://github.com/opdenkamp/xbmc-pvr-addons
2012-09-04[tmdb] - fix the german description of this addon since it was fucked up.Memphiz
2012-09-03release: bump versions for September merge windowMartijn Kaijser
2012-08-14Fixed: [Confluence] don't hide the TV Show fanart while the "TV Tunes" ↵Jezz_X
add-on is playing the shows theme music
2012-08-14Fixed: [Confluence] Punctuation in Music Codec info (and spiffs sanity at ↵Jezz_X
the same time)
2012-08-12[webinterface.default] more relative paths (missed in ↵montellese
6b20411ea87962174a5f0f3ee60319531b0a9578)
2012-08-10changed: bump python API to v2.1spiff
- xbmc.Monitor (0ef8e7043f, ecc29a4) - addStreamInfo (2be4199) - content type for multi-content plugins (67ee34f) - sort title to setInfo (898cab7a) - resume point and total time override (13c0875fd) - startServer (f0e3806ce4c6) - add missing onPlayback* events (0ea2bdcf4) - vfs module extended (5a0237bcd) - artist title to setinfo (2a4d47ed22) - addControls and removeControls (9a6bfa1c78) - allow full-blown info labels (ae484f241)
2012-08-08[droid] show android apps next to scripts in confluenceCory Fields
2012-08-08[droid] update necessary addons after android changesCory Fields
2012-08-08[droid] don't use dxt compression for androidtheuni
It's unlikely to be there, and just leads to needless constant decompressing
2012-08-03[webinterface.default] use relative paths everywheremontellese
2012-08-01release: bump versions for August merge windowmontellese
2012-07-11Changed: [Confluence] set the default fan art background image aspect ratio ↵Jezz_X
from stretch to scale so it maintains the correct aspect if your using anything but 16x9 aspect, 16x9 users wont notice any difference fixes #13171
2012-07-08add artists/album universal scrapers for music and last.fm for musicvideosMartijn Kaijser
2012-07-08update common scraper modulesMartijn Kaijser
2012-07-08remove broken scrapersMartijn Kaijser
2012-07-03Merge pull request #887 from Pulse-Eight/cec1.6Lars Op den Kamp
cec - libCEC 1.7 and firmware v2 support (for wake over CEC)
2012-07-02cec: libCEC 1.7.1 support and fixes. libCEC 1.6.1+ is needed when using ↵Lars Op den Kamp
firmware v2 on the CEC adapter, which adds wake over CEC * added a new setting to control whether to put the TV in standby when the player is put in standby. * added some button mappings: all menu related buttons -> menu, previous channel -> teletext, added support for the channels list on samsung, mapped next fav -> menu (when available) * display the firmware version and firmware revision date in the peripheral manager (if available) * handle the new CEC alert callback (libCEC 1.6+) * replaced 'Put this PC in standby mode when the TV is switched off' with an enum that allows the user to chose between 'Ignore', 'Suspend' and 'Shutdown' * display a warning if the port cannot be opened because of permission problems or when the port is busy * map NEXT_FAVORITE, DOT and AN_RETURN to XINPUT_IR_REMOTE_TITLE (context menu) * added libCEC 1.7.0 support, which adds physical address autodetection for AMD graphics cards, and some nVidia cards on Linux. when the address is autodetected, then the 'HDMI port number' and 'connected to HDMI device' settings will be hidden * fixed - crash when changing settings without libCEC started. * fixed - range of wake and power-off devices * fixed - update the correct standby device setting ('standby_devices' not 'wake_devices') * fixed - don't get the settings from the eeprom, but always use the settings provided in xbmc * fixed - ignore OnScreensaverDeactivated message if it was triggered by a shutdown/suspend command. If the screensaver is activated and hence the tv is in standby, a shutdown command will first deactivate the screensaver and then start the shutdown. The tv will be turned on but immediately send a standby command which may be ignored if it is still powering on. * fixed - don't crash when XBMC was compiled with libCEC support, but libcec.dll/.so/.dylib can't be loaded. display a kaitoast warning instead. * fixed - re-check the menu language and audiosystem status after the user changes settings * fixed - keypress handling. handle diagonal buttons properly * fixed - include system.h in Peripheral.h, or HAVE_LIBCEC may not be defined * fixed - don't reinit the connection when libCEC detected that the connection was lost, but just display a warning message. the OS will detect that the device has been removed and will already close the connection * fixed - ensure that the callbacks are reset to NULL before setting them * win32 - pthreadVC2.dll is no longer needed and not included in the zip anymore, so don't try to copy it
2012-07-01release: bump versions for July merge windowMemphiz
2012-07-01[confluence] fix textwidth of smartplaylist editor edit controlJonathan Marshall
2012-06-20Added: [Confluence] Another Media Info view in video library for movies and ↵Jezz_X
TV shows
2012-06-20Added: [Confluence] Current artist fanart as background for Full screen ↵Jezz_X
visualization window and skin setting to disable it
2012-06-15Updated: [Confluence] Roboto fontJezz_X
2012-06-14Fixed: [Confluence] Forgot to fix the login screen when merged ↵Jezz_X
Confluence-lite skin (thanks vdrfan for pointing it out)
2012-06-14Fixed: [Confluence] Removed some old codeJezz_X
2012-06-09Fixed: [Confluence] Log error and no background in screen calibrationJezz_X
2012-06-05webinterface.default: fall back to Player.GetItem if Playlist.GetItems ↵montellese
returns an empty list (fixes #13084)
2012-06-05webinterface.default: fix thumbnail of "Now Playing" itemmontellese
2012-06-04[Confluence] removed unused strings (thanks to Takoi for the list - closes ↵alanwww1
#13079 )
2012-06-04Fixed: "Service Settings" got reverted to "Network Settings" on merge of ↵Jezz_X
confluence lite
2012-06-02Added: [Confluence] the option to use the NO CAPS font set againJezz_X
2012-06-01Added: [Confluence] <disabledcolor> tag to label and fadelabel controls ↵Jezz_X
defaults because add-ons can disable text in there settings if they wish
2012-06-01Fixed: [Confluence] Only fade out the now playing text (bottom left) when ↵Jezz_X
changing windows if it wont show on the next window