Commit Graph

216 Commits

Author SHA1 Message Date
Klaus Schmidinger 62daedf95e The plugin Makefiles now have a separate 'install' target 2012-12-21 10:14:32 +01:00
Klaus Schmidinger 4132f5e745 Removed some redundancy in the Makefile/Make.global/Make.config mechanism 2012-12-19 12:10:28 +01:00
Klaus Schmidinger 63d47f1f5d Fixed setting the --package-name and --package-version options in the calls to xgettext in several plugin Makefiles 2012-12-18 13:17:17 +01:00
Klaus Schmidinger 4151e73dcc Added several missing "`ls $^`" in the calls to xgettext in plugin Makefiles and the "newplugin" script 2012-12-18 09:33:30 +01:00
Klaus Schmidinger 6ca541e876 Fixed some #include statements in plugins to use <vdr/...> instead of "vdr/..." 2012-12-03 13:46:46 +01:00
Klaus Schmidinger 97e242d1b5 The new functions cControl::GetRecording() and cControl::GetHeader() can be used to retrieve information about what the current player is playing 2012-04-28 13:09:42 +02:00
Klaus Schmidinger 3d32b07862 The disk usage is no longer automatically added to the title of the main and "Recordings" menus 2012-04-23 09:07:55 +02:00
Klaus Schmidinger 4bc2a502a4 No longer using GetFont() (which is not thread safe) in the 'osddemo' plugin 2012-03-13 15:28:15 +01:00
Klaus Schmidinger 66639dc187 Made the "overloaded-virtual" warning an error to detect hidden overloaded virtual functions 2012-03-11 16:01:52 +01:00
Klaus Schmidinger 2050f7ac7b Added new parameter LiveView to ChannelSwitch() 2012-03-11 14:50:04 +01:00
Klaus Schmidinger ea16f64773 Adapted menu column widths of 'skincurses' to the wider HD OSD sizes 2012-03-11 14:44:49 +01:00
Klaus Schmidinger a05b544414 Replaced some non-ASCII characters 2012-03-11 13:34:12 +01:00
Klaus Schmidinger 860786f809 Added a new plugin interface for implementing EPG handlers 2012-03-10 15:10:43 +01:00
Klaus Schmidinger 57f58a1546 Removed the obsolete function cEITScanner::UsesDevice(); added new parameter LiveView to cStatus::ChannelSwitch() 2012-03-07 14:39:38 +01:00
Klaus Schmidinger 680b1b8f87 Removed the calls to EITScanner.UsesDevice(this) from dvb[hs]ddevice.c 2012-03-07 14:00:28 +01:00
Klaus Schmidinger f2d8f17018 Removed an obsolete command line option 2012-02-27 12:35:45 +01:00
Klaus Schmidinger 083ee1f74e The code for the RCU remote control unit has been moved into a separate plugin named "rcu" 2012-02-27 12:30:45 +01:00
Klaus Schmidinger 882691e32f cReadDir::Next() now skips directory entries "." and ".." 2012-02-17 14:02:13 +01:00
Klaus Schmidinger 7a8cadd393 Removed superfluous calls to SetVideoFormat() from device constructors 2012-02-15 13:22:03 +01:00
Klaus Schmidinger fbe4f2a056 Some improvements to the Makefiles 2012-01-18 12:40:17 +01:00
Klaus Schmidinger d661735e15 Added option -o to pic2mpg 2012-01-08 13:29:01 +01:00
Klaus Schmidinger 9eeecef612 Fixed handling images that are rotated by 180 degrees in pic2mpg 2011-12-04 12:50:00 +01:00
Klaus Schmidinger d2342ae2ef The dvbsddevice plugin now supports the new option --outputonly 2011-08-27 11:40:21 +02:00
Klaus Schmidinger 97ad2fa95d Direct access to several class members is now deprecated 2011-08-21 11:34:30 +02:00
Klaus Schmidinger c13d6e6070 The pic2mpg script of the 'pictures' plugin now generates HD images 2011-08-14 13:50:26 +02:00
Klaus Schmidinger ba5bae0d1c Fixed handling rotated images 2011-07-23 14:29:18 +02:00
Klaus Schmidinger e572cbda47 Implemented signal strength and quality handling 2011-06-02 13:28:42 +02:00
Klaus Schmidinger 8cb8e6333a The primary device is now only avoided for recording if it is an old SD full featured card 2011-05-21 13:40:47 +02:00
Klaus Schmidinger 2993351536 Now sorting the source file names in the call to xgettext 2011-05-21 12:40:42 +02:00
Klaus Schmidinger ee382b4ad2 Avoiding a gcc 4.6 compiler error in the skincurses plugin 2011-05-15 21:44:08 +02:00
Klaus Schmidinger 8e3c9f553f Fixed a possible NULL pointer dereference in osddemo.c 2011-04-17 13:05:13 +02:00
Klaus Schmidinger 79f8c5f38e Removed an obsolete local variable in dvbsdffosd.c 2011-04-17 12:57:29 +02:00
Klaus Schmidinger fa85bb7c01 Some fixes in the "osddemo" plugin 2011-03-28 16:26:49 +02:00
Klaus Schmidinger 9f4a264454 Changed the compiler optimization flag to -O3 2011-02-27 10:06:06 +01:00
Klaus Schmidinger 0b8356aa92 Improved and cleaned up transparent text drawing 2011-02-26 12:13:59 +01:00
Klaus Schmidinger e85852672f Fixed reallocating memory in the "pictures" plugin 2011-02-20 17:19:54 +01:00
Klaus Schmidinger 6c7089afd2 Implemented support for TrueColor OSD 2011-02-20 15:12:56 +01:00
Klaus Schmidinger 6c0612546e Added LDFLAGS to the linker calls in the Makefiles 2010-12-26 12:11:58 +01:00
Klaus Schmidinger 0542371ead Added Language and fixed Language-Team header of *.po (cont'd) 2010-10-24 14:43:13 +02:00
Klaus Schmidinger 1cad1a89be Added Language and fixed Language-Team header of *.po 2010-10-24 13:55:43 +02:00
Klaus Schmidinger 61f4576808 Made 'dist' target dependent on up to date *.po 2010-10-24 13:47:36 +02:00
Klaus Schmidinger dfae319686 Passing package name and version to xgettext 2010-10-24 13:36:47 +02:00
Klaus Schmidinger e0dcecf96d Some spelling fixes 2010-10-24 13:26:10 +02:00
Klaus Schmidinger 07c7bc2951 Fixed some include statements 2010-09-12 11:29:00 +02:00
Klaus Schmidinger 27852272bc Updated the Finnish OSD texts 2010-06-13 11:10:32 +02:00
Klaus Schmidinger cdea3827d3 Updated the Lithuanian OSD texts 2010-02-28 12:50:41 +01:00
Klaus Schmidinger 91115a64e4 Moved strictly necessary Makefile options into Make.global 2010-02-06 15:02:35 +01:00
Klaus Schmidinger 0889960232 The PCR pid is now recorded for channels where this is different from the video PID 2010-01-30 11:10:25 +01:00
Klaus Schmidinger af494287cf Added support for DVB cards with multiple fontends 2010-01-04 14:16:11 +01:00
Klaus Schmidinger 3e05217a5f Displaying genre and parental rating in the recording info 2010-01-03 14:59:16 +01:00
Klaus Schmidinger fc3b402d43 Implemented handling the "Parental Rating Descriptor" 2010-01-03 14:28:33 +01:00
Klaus Schmidinger 56627cd12d Implemented handling the "Content Descriptor" 2010-01-03 12:20:37 +01:00
Klaus Schmidinger 491c6d0a85 Fixed stopping subtitle display when switching the primary device 2010-01-01 15:15:36 +01:00
Klaus Schmidinger 2b7c81f72d Moved support for full featured DVB cards of the TT/FuSi design into the new plugin 'dvbsddevice' 2009-12-31 15:38:18 +01:00
Klaus Schmidinger 6a208294be Several code modifications to avoid compiler warnings 2009-12-06 12:57:45 +01:00
Klaus Schmidinger fa5db6d777 The 'sky' plugin is no longer part of the VDR source 2009-12-05 14:27:57 +01:00
Klaus Schmidinger b2715518f8 Added Slovakian language texts 2009-11-01 15:51:18 +01:00
Klaus Schmidinger 611625ca3d Updated Chinese language texts 2009-10-18 15:28:23 +02:00
Klaus Schmidinger 20c8cd161f Changed the project's URLs and email to tvdr.de 2009-10-18 14:18:22 +02:00
Klaus Schmidinger 86b8a2ec24 Fixed renamed constants 2008-09-07 11:55:36 +02:00
Klaus Schmidinger 0206d90a49 Updated the Turkish language texts of the hello plugin 2008-09-06 14:30:00 +02:00
Klaus Schmidinger c7c6394e10 Fixed setting the OSD level in the 'osddemo' example 2008-04-13 13:02:53 +02:00
Klaus Schmidinger 127100a625 Removed the full path from the 'logger' call in the getskyepg.pl script 2008-03-22 10:20:10 +01:00
Klaus Schmidinger 11d81e4213 Updated the Croatian language texts 2008-03-18 17:19:26 +01:00
Klaus Schmidinger 0e0a1dfdda Added Russian translations to the 'skincurses' and 'pictures' plugins 2008-03-14 13:00:08 +01:00
Klaus Schmidinger 2d88d1fe86 Cleanups in *.po files 2008-03-01 14:33:17 +01:00
Klaus Schmidinger e2c3582834 Made the 'pic2mpg' script of the 'pictures' plugin work with relative paths 2008-02-29 14:38:44 +01:00
Klaus Schmidinger 3a2246a12b Made the 'pic2mpg' script of the 'pictures' plugin work with uppercase filename extensions 2008-02-25 18:11:33 +01:00
Klaus Schmidinger 1b1267674f The scrollbar handle now always has a height that is at least the width of the scrollbar 2008-02-23 10:50:28 +01:00
Klaus Schmidinger 3a70484121 Revised the fix of calculating the scrollbar height in the skins 2008-02-22 17:02:31 +01:00
Klaus Schmidinger 31a0318de4 Implemented cSkinCursesDisplayMenu::SetScrollbar(); fixed calculating the scrollbar sizes in the skins 2008-02-17 14:29:24 +01:00
Klaus Schmidinger dc7c5464fc Introduced 'operator const void * ()' in cString 2008-02-17 13:47:12 +01:00
Klaus Schmidinger 1a0beec1bf Added new cStatus functions to the 'status' plugin 2008-02-16 15:41:05 +01:00
Klaus Schmidinger 9495aa9923 Using cString::sprintf() instead of asprintf() 2008-02-15 14:57:48 +01:00
Klaus Schmidinger 8f5da3f68b Fixed setting the OSD area in the pictures plugin 2008-02-09 12:15:52 +01:00
Klaus Schmidinger 538cbdb26a Added option -i to the pictures plugin's pic2mpg to ignore unknown file types 2008-02-02 11:34:43 +01:00
Klaus Schmidinger 317240e970 Updated the Italian OSD texts 2008-02-01 15:25:56 +01:00
Klaus Schmidinger dc2fb473a7 Added french texts 2008-01-27 15:44:58 +01:00
Klaus Schmidinger a51eb0895c Updated the Makefile of the skincurses plugin 2008-01-19 11:42:41 +01:00
Klaus Schmidinger f75b1f2e77 Updated the Finnish OSD texts 2008-01-19 11:37:21 +01:00
Klaus Schmidinger b013f4ce83 Fixed the Play function in the pictures plugin 2008-01-19 11:21:32 +01:00
Klaus Schmidinger 95764d4bd5 Added '-Wno-parentheses' to the compiler options in order to avoid silly compiler warnings 2008-01-13 13:00:23 +01:00
Klaus Schmidinger d607265f69 Added the 'pictures' plugin 2008-01-13 11:44:38 +01:00
Klaus Schmidinger 7823790beb Improved the 'i18n' target in plugin Makefiles 2007-11-04 11:00:16 +01:00
Klaus Schmidinger 714e61b090 Added a note about how to initiate internationalization support to the 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-14 09:29:59 +02:00
Klaus Schmidinger 59bc94fba2 Now generating translation files without line numbers; updated the Finnish OSD texts 2007-10-13 09:54:09 +02:00
Klaus Schmidinger 3a4b7f065c Adapted to the new Level parameter of cOsd 2007-08-26 20:36:59 +02:00
Klaus Schmidinger 69db18ef8f Explicitly looking for vdr.mo; text files for plugins named 'vdr-name.mo'; revoked 'best match' 2007-08-19 14:34:44 +02:00
Klaus Schmidinger 3883fb8e16 Added i18n to the 'skincurses' plugin 2007-08-15 14:11:11 +02:00
Klaus Schmidinger a551b5b124 Moved the "all" target in plugin Makefiles before the "Implicit rules" 2007-08-15 13:20:04 +02:00
Klaus Schmidinger 8edb431b2c Added the "...or (at your option) any later version" phrase to the license information of all plugins, and also the "newplugin" script 2007-08-12 11:13:43 +02:00
Klaus Schmidinger 0f7a4af168 Switched I18N to gettext 2007-08-11 12:39:06 +02:00
Klaus Schmidinger 8ff2c73d9b Fixed clearing color buttons in the 'curses' skin 2007-07-20 14:45:44 +02:00
Klaus Schmidinger 9ebd38230c Fixed a name clash between skincurses.c and the new cOsd position functions 2007-06-23 09:08:21 +02:00
Klaus Schmidinger 81e44bce19 Renamed Utf8NumSyms() to Utf8StrLen() 2007-06-16 09:05:22 +02:00
Klaus Schmidinger 3224fffe87 Implemented UTF-8 handling in skincurses 2007-06-15 12:24:06 +02:00
Klaus Schmidinger ddcb37300f The getskyepg.pl script now replaces "&amp;" with "&" 2006-12-02 10:00:08 +01:00
Klaus Schmidinger bab6955557 Made the getskyepg.pl script of the 'sky' plugin send a user agent message to the server 2006-12-01 14:39:59 +01:00
Klaus Schmidinger 1b79274fae The 'skincurses' plugin now adjusts the size of the OSD to the size of the console window 2006-09-10 14:25:55 +02:00
Klaus Schmidinger 2aa6df4b7c Added --remove-destination to the 'cp' command for binaries in the Makefiles of the plugins 2006-09-10 14:10:51 +02:00