2004-05-31 14:14:33 +02:00
|
|
|
VDR Plugin 'skincurses' Revision History
|
|
|
|
----------------------------------------
|
|
|
|
|
2004-05-31 15:44:56 +02:00
|
|
|
2004-05-31: Version 0.0.1
|
2004-05-31 14:14:33 +02:00
|
|
|
|
|
|
|
- Initial revision.
|
2004-05-31 15:44:56 +02:00
|
|
|
|
|
|
|
2004-05-31: Version 0.0.2
|
|
|
|
|
|
|
|
- Fixed some default parameters.
|
2004-12-19 16:33:34 +01:00
|
|
|
|
2005-01-02 15:11:44 +01:00
|
|
|
2005-01-02: Version 0.0.3
|
2004-12-19 16:33:34 +01:00
|
|
|
|
|
|
|
- Made several functions threadsafe.
|
2005-01-02 15:11:44 +01:00
|
|
|
- New audio track display.
|
2005-05-16 14:45:11 +02:00
|
|
|
|
|
|
|
2005-05-16: Version 0.0.4
|
|
|
|
|
|
|
|
- New "recording info" display.
|
2005-10-01 12:20:25 +02:00
|
|
|
|
|
|
|
2005-10-01:
|
|
|
|
|
|
|
|
- Added a note about using this skin to the README file.
|
2005-11-26 13:55:38 +01:00
|
|
|
|
|
|
|
2005-11-26: Version 0.0.5
|
|
|
|
|
|
|
|
- Fixed SetProgress() in case Total is 0.
|
2006-04-14 11:36:41 +02:00
|
|
|
|
|
|
|
2006-04-14: Version 0.0.6
|
|
|
|
|
|
|
|
- Added a missing "Key$" in skincurses.c.
|
2006-06-03 13:21:33 +02:00
|
|
|
|
|
|
|
2006-06-03: Version 0.0.7
|
|
|
|
|
|
|
|
- Fixed handling tabbed item display.
|
2006-06-03 14:46:36 +02:00
|
|
|
- When the 'skincurses' plugin is loaded, it automatically sets the 'curses'
|
|
|
|
skin as the current one.
|
2006-09-10 14:25:55 +02:00
|
|
|
|
|
|
|
2006-09-10: Version 0.0.8
|
|
|
|
|
|
|
|
- The size of the OSD is now adjusted to the size of the console window.
|
2007-06-15 12:24:06 +02:00
|
|
|
|
|
|
|
2007-06-15: Version 0.1.0
|
|
|
|
|
|
|
|
- Implemented UTF-8 handling.
|
2007-06-23 09:08:21 +02:00
|
|
|
|
|
|
|
2007-06-23: Version 0.1.1
|
|
|
|
|
|
|
|
- Fixed a name clash with the new cOsd position functions.
|
2007-07-20 14:45:44 +02:00
|
|
|
|
|
|
|
2007-07-20: Version 0.1.2
|
|
|
|
|
|
|
|
- Fixed clearing color buttons.
|
2007-08-15 13:20:04 +02:00
|
|
|
|
|
|
|
2007-08-15: Version 0.1.3
|
|
|
|
|
|
|
|
- Moved the "all" target in the Makefile before the "Implicit rules",
|
|
|
|
so that a plain "make" will compile everything.
|
2007-08-15 14:11:11 +02:00
|
|
|
- Added internationalization.
|
2007-08-26 20:36:59 +02:00
|
|
|
|
|
|
|
2007-08-26: Version 0.1.4
|
|
|
|
|
|
|
|
- Adapted to the new Level parameter of cOsd.
|
2008-01-19 11:42:41 +01:00
|
|
|
|
|
|
|
2008-01-19:
|
|
|
|
|
|
|
|
- Updated the Makefile of the skincurses plugin (thanks to Rolf Ahrenberg).
|
2008-02-15 14:57:48 +01:00
|
|
|
|
2008-02-17 14:29:24 +01:00
|
|
|
2008-02-15: Version 0.1.5
|
2008-02-15 14:57:48 +01:00
|
|
|
|
|
|
|
- Using cString::sprintf() instead of asprintf().
|
2008-02-17 14:29:24 +01:00
|
|
|
- Implemented cSkinCursesDisplayMenu::SetScrollbar().
|
2008-02-22 17:02:31 +01:00
|
|
|
|
2008-02-23 10:50:28 +01:00
|
|
|
2008-02-23: Version 0.1.6
|
2008-02-22 17:02:31 +01:00
|
|
|
|
2008-02-23 10:50:28 +01:00
|
|
|
- Revised the fix of calculating the scrollbar height in the skins. The scrollbar
|
|
|
|
handle now always has a height that is at least the width of the scrollbar.
|
2008-03-14 13:00:08 +01:00
|
|
|
|
|
|
|
2008-03-14: Version 0.1.7
|
|
|
|
|
|
|
|
- Added Russian translations (thanks to Alexander Gross).
|
2010-01-03 12:20:37 +01:00
|
|
|
|
|
|
|
2010-01-03: Version 0.1.8
|
|
|
|
|
|
|
|
- Displaying "genre" in event descriptions.
|
2010-01-03 14:28:33 +01:00
|
|
|
- Displaying "parental rating" in event descriptions.
|
2010-02-28 12:50:41 +01:00
|
|
|
|
|
|
|
2010-02-28: Version 0.1.9
|
|
|
|
|
|
|
|
- Added Lithuanian language translations (thanks to Valdemaras Pipiras).
|
2011-05-15 21:44:08 +02:00
|
|
|
|
|
|
|
2011-05-15: Version 0.1.10
|
|
|
|
|
|
|
|
- Avoiding a gcc 4.6 compiler error (thanks to Tobias Grimm).
|
2012-03-11 14:44:49 +01:00
|
|
|
|
|
|
|
2012-03-11: Version 0.1.11
|
|
|
|
|
|
|
|
- Adapted menu column widths of 'skincurses' to the wider HD OSD sizes.
|
2012-04-23 09:07:55 +02:00
|
|
|
|
|
|
|
2012-04-23: Version 0.1.12
|
|
|
|
|
|
|
|
- Now displaying disk usage in the title of the main and "Recordings" menu,
|
|
|
|
which is no longer done by the VDR core.
|