summaryrefslogtreecommitdiff
path: root/PLUGINS/src
AgeCommit message (Collapse)Author
2008-01-13Added the 'pictures' pluginKlaus Schmidinger
2007-11-04Improved the 'i18n' target in plugin MakefilesKlaus Schmidinger
2007-10-14Added a note about how to initiate internationalization support to the ↵Klaus Schmidinger
README.i18n file; the Makefile generated by the 'newplugin' script now has the 'i18n' target automatically create an initial 'po/pluginname.pot' file
2007-10-13Now generating translation files without line numbers; updated the Finnish ↵Klaus Schmidinger
OSD texts
2007-08-26Adapted to the new Level parameter of cOsdKlaus Schmidinger
2007-08-19Explicitly looking for vdr.mo; text files for plugins named 'vdr-name.mo'; ↵1.5.8Klaus Schmidinger
revoked 'best match'
2007-08-15Added i18n to the 'skincurses' pluginKlaus Schmidinger
2007-08-15Moved the "all" target in plugin Makefiles before the "Implicit rules"Klaus Schmidinger
2007-08-12Added the "...or (at your option) any later version" phrase to the license ↵Klaus Schmidinger
information of all plugins, and also the "newplugin" script
2007-08-11Switched I18N to gettextKlaus Schmidinger
2007-07-20Fixed clearing color buttons in the 'curses' skinKlaus Schmidinger
2007-06-23Fixed a name clash between skincurses.c and the new cOsd position functionsKlaus Schmidinger
2007-06-16Renamed Utf8NumSyms() to Utf8StrLen()Klaus Schmidinger
2007-06-15Implemented UTF-8 handling in skincursesKlaus Schmidinger
2006-12-02The getskyepg.pl script now replaces "&" with "&"Klaus Schmidinger
2006-12-01Made the getskyepg.pl script of the 'sky' plugin send a user agent message ↵Klaus Schmidinger
to the server
2006-09-10The 'skincurses' plugin now adjusts the size of the OSD to the size of the ↵Klaus Schmidinger
console window
2006-09-10Added --remove-destination to the 'cp' command for binaries in the Makefiles ↵Klaus Schmidinger
of the plugins
2006-06-24Fixed the Makefile of the 'servicedemo' plugin, so that it defines the ↵Klaus Schmidinger
PLUGIN macro; added a comment regarding the PLUGIN macro to the 'newplugin' script
2006-06-03When the 'skincurses' plugin is loaded, it automatically sets the 'curses' ↵Klaus Schmidinger
skin as the current one
2006-06-03Fixed handling tabbed item display in 'skincurses'Klaus Schmidinger
2006-04-24Fixed extracting APIVERSION to work with older versions of 'sed'; Fixed ↵Klaus Schmidinger
broken APIVERSION extraction line in 'newplugin'
2006-04-22Simplified the 'grep|awk|sed' command to retrieve the VDR/APIVERSION to a ↵Klaus Schmidinger
single 'sed' call
2006-04-22Updated the Finnish OSD textsKlaus Schmidinger
2006-04-21Updated the GPL copiesKlaus Schmidinger
2006-04-16Implemented APIVERSION for the VDR plugin API version numberKlaus Schmidinger
2006-04-15Removed DVBDIR from Makefile; it's now defined in Make.config if necessaryKlaus Schmidinger
2006-04-14Added a missing "Key$" in skincurses.cKlaus Schmidinger
2006-03-26Fixed format string handlingKlaus Schmidinger
2006-02-04Added Czech language textsKlaus Schmidinger
2006-01-08Fixed a typoKlaus Schmidinger
2006-01-04Fixed entry for "Sky Two"Klaus Schmidinger
2005-12-31Changed the API of the functions cStatus::Recording() and ↵Klaus Schmidinger
cStatus::Replaying(), so that they can provide the full file name of the recording
2005-11-26Fixed SetProgress() in the 'skincurses' plugin in case Total is 0Klaus Schmidinger
2005-11-11Added compiler options "-fPIC -g" to all pluginsKlaus Schmidinger
2005-10-01Added a note about using this skin to the README fileKlaus Schmidinger
2005-09-17Added a missing include statement to the 'sky' pluginKlaus Schmidinger
2005-08-28Removed unused MAINMENUENTRY from svdrpdemo.cKlaus Schmidinger
2005-08-27Implemented SVDRP command for pluginsKlaus Schmidinger
2005-08-21Added 'Service' functions to the plugin interfaceKlaus Schmidinger
2005-08-07Updated channels.conf.skyKlaus Schmidinger
2005-05-16Switched from 'summary.vdr' to 'info.vdr'Klaus Schmidinger
2005-01-09Implemented displaying audio channelKlaus Schmidinger
2005-01-02Implemented audio track menuKlaus Schmidinger
2004-12-26Made several functions threadsafe (cont'd)Klaus Schmidinger
2004-12-19Removed delay_ms(), using cCondWait::SleepMs() insteadKlaus Schmidinger
2004-12-19Made several functions threadsafeKlaus Schmidinger
2004-12-17Added support for AC3 replay over the DVB deviceKlaus Schmidinger
2004-11-05Changed channel number of 'itv2'Klaus Schmidinger
2004-10-16Improved buffer handlingKlaus Schmidinger