summaryrefslogtreecommitdiff
path: root/PLUGINS/src/skincurses
AgeCommit message (Collapse)Author
2012-12-19Removed some redundancy in the Makefile/Make.global/Make.config mechanismKlaus Schmidinger
2012-12-18Fixed setting the --package-name and --package-version options in the calls ↵Klaus Schmidinger
to xgettext in several plugin Makefiles
2012-04-23The disk usage is no longer automatically added to the title of the main and ↵Klaus Schmidinger
"Recordings" menus
2012-03-11Made the "overloaded-virtual" warning an error to detect hidden overloaded ↵Klaus Schmidinger
virtual functions
2012-03-11Adapted menu column widths of 'skincurses' to the wider HD OSD sizesKlaus Schmidinger
2012-01-18Some improvements to the MakefilesKlaus Schmidinger
2011-08-21Direct access to several class members is now deprecatedKlaus Schmidinger
2011-05-21Now sorting the source file names in the call to xgettextKlaus Schmidinger
2011-05-15Avoiding a gcc 4.6 compiler error in the skincurses pluginKlaus Schmidinger
2011-02-27Changed the compiler optimization flag to -O3Klaus Schmidinger
2011-02-20Implemented support for TrueColor OSDKlaus Schmidinger
2010-12-26Added LDFLAGS to the linker calls in the MakefilesKlaus Schmidinger
2010-10-24Added Language and fixed Language-Team header of *.po (cont'd)Klaus Schmidinger
2010-10-24Added Language and fixed Language-Team header of *.poKlaus Schmidinger
2010-10-24Made 'dist' target dependent on up to date *.poKlaus Schmidinger
2010-10-24Passing package name and version to xgettextKlaus Schmidinger
2010-06-13Updated the Finnish OSD textsKlaus Schmidinger
2010-02-28Updated the Lithuanian OSD textsKlaus Schmidinger
2010-02-06Moved strictly necessary Makefile options into Make.globalKlaus Schmidinger
2010-01-03Displaying genre and parental rating in the recording infoKlaus Schmidinger
2010-01-03Implemented handling the "Parental Rating Descriptor"Klaus Schmidinger
2010-01-03Implemented handling the "Content Descriptor"Klaus Schmidinger
2009-11-01Added Slovakian language textsKlaus Schmidinger
2009-10-18Changed the project's URLs and email to tvdr.deKlaus Schmidinger
2008-03-14Added Russian translations to the 'skincurses' and 'pictures' pluginsKlaus Schmidinger
2008-03-01Cleanups in *.po filesKlaus Schmidinger
2008-02-23The scrollbar handle now always has a height that is at least the width of ↵Klaus Schmidinger
the scrollbar
2008-02-22Revised the fix of calculating the scrollbar height in the skinsKlaus Schmidinger
2008-02-17Implemented cSkinCursesDisplayMenu::SetScrollbar(); fixed calculating the ↵1.5.15Klaus Schmidinger
scrollbar sizes in the skins
2008-02-15Using cString::sprintf() instead of asprintf()Klaus Schmidinger
2008-02-01Updated the Italian OSD textsKlaus Schmidinger
2008-01-19Updated the Makefile of the skincurses 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-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-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-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