Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-21 | Include file re-ordering | Jasmin Jessich | |
- Reorder all included header files to this order: * own headers * STL headers * VDR headers * system headers This has been done in all source and all own header files. Normally the STL headers should have gone after the VDR headers, but due to an compilation error with GCC 6 and the definition of swap in vdr/tools.h if __STL_CONFIG_H is not defined, the STL headers need to be before the VDR headers. Please note, that GCC 4.x, 5.x and 6.x do no longer define __STL_CONFIG_H resulting in the definition of swap in vdr/tools.h. This was no problem till GCC 6.x. To overcome the error in GCC 6.x, __STL_CONFIG_H is now defined in some headers before including a VDR header file, so that vdr/tools.h doe not define swap any more. Klaus S. might change the definition in vdr/tools.h with the next VDR version. So the setting of "__STL_CONFIG_H" may be removed. - Added all missing system/STL/VDR header files to the own header files, so that they can be included as first file. - Removed all unnecessary header file includes in source and own header files. - Used #include "..." only for header files in the same directory and #include <...> for all header files which need to be searched via the -I and built in path. | |||
2015-02-13 | Dropped i18n support for VDR versions earlier than 1.5.7. | Dieter Hametner | |
2011-01-24 | Applied a patch provided by vdr-portal.de user 'copperhead' about | Dieter Hametner | |
recordings archived on HDDs. | |||
2007-08-19 | - First attempt to implement a backward compatible scheme of the new | Dieter Hametner | |
VDR 1.5.7 localization scheme. | |||
2007-08-03 | - some translations for new features in epgsearch-0.9.23 | Christian Wieninger | |
2007-07-29 | - Added finish translations from bug #377. | Dieter Hametner | |
2007-07-29 | - Made vdr ajax requests work also via a static page. This is for | Dieter Hametner | |
browsers that don't support javascript (e.g. PDA browsers) - Implemented for AJAX request a visual notification how requested action performed. - Adapted styles for this. - Moded images for rounded boxes (formerly tip-hint-??.png) to central image directory and renamed them according to their color. This makes them reusable in different themes. - Adapted themes to this move. | |||
2007-07-22 | - skiller2k1 added some missing translations. Tabified file. | Dieter Hametner | |
2007-07-22 | - Some changes to enhance W3C XHTML strict compatibility. | Dieter Hametner | |
- Timer are called with epgid instead channelid and eventid. | |||
2007-07-21 | - Introducing explicit pageenhance javascript class. See Changelog and | Dieter Hametner | |
the files itself for more info. | |||
2007-07-19 | - added support for sending vdr's internally used character encoding in ↵ | Sascha Volkenandt | |
responses | |||
2007-07-18 | - Setup option to use Ajax technology. If turned off no javascript is | Dieter Hametner | |
loaded but almost all functionality is exposed via single html pages. This can speed up loading over slow links at the cost of a fancy interface. - Infobox is only available with Ajax features enabled but can still be switched on/off when Ajax is active. - Added posibility to turn off the logo. When also infobox is turned off the menu line appears at the top of the page. This is helpful for PDA based browsers and low resolution screens. | |||
2007-06-20 | - translation fix | Christian Wieninger | |
2007-06-20 | - next try with french translation from Patrice Staudt | Christian Wieninger | |
2007-06-18 | - Don't throw error when channel has no epg information. Just display a | Dieter Hametner | |
message. Fixes #363 - Some indentation reordering in the whole file. | |||
2007-06-17 | - replaced header with id. | Dieter Hametner | |
2007-06-17 | - Added header and patching instructions | Dieter Hametner | |
2007-06-17 | - reset rev. to 1.88 | Christian Wieninger | |
2007-06-17 | - french translation provided by Patrice Staudt, thanks! | Christian Wieninger | |
2007-06-16 | - translation fix for tooltip in setup | Christian Wieninger | |
2007-06-14 | - Added option in live setup to disable infobox at all. Fixes #312 | Dieter Hametner | |
2007-06-14 | - Integrated french translations from #358 | Dieter Hametner | |
2007-06-13 | - show 'user friendly' error message in infobox. Fixes #315 | Dieter Hametner | |
- Tooltip text now independant of update state. Fixes #328 | |||
2007-06-06 | - fixed translation | Christian Wieninger | |
2007-06-06 | - trigger search timer update within frontend | Christian Wieninger | |
2007-06-05 | - check and save login/password only if changed | Christian Wieninger | |
- message "Setup saved." after saving | |||
2007-06-04 | - check for title when creating/editing a timer (#342) | Christian Wieninger | |
2007-06-04 | - check for login/password before saving setup (#351) | Christian Wieninger | |
2007-06-04 | - added translations for "Theme" | Michael Brückner | |
2007-06-03 | - support for local net without necessary login | Christian Wieninger | |
2007-06-01 | - added uniform features detector | Sascha Volkenandt | |
2007-06-01 | - another fix for "Details view" translation *grml* | Michael Brückner | |
2007-06-01 | - fixed translation of "Details view" in german. | Michael Brückner | |
2007-06-01 | - [0000336] finnish translation | Sascha Volkenandt | |
2007-06-01 | - fixed german translation of "Live Interactive VDR Enviroment" and | Michael Brückner | |
"List view". | |||
2007-05-31 | - configurable start page | Christian Wieninger | |
2007-05-31 | - fixed translation if no timers defined | Michael Brückner | |
2007-05-31 | - added translation for "Detailview" and "Listview" | Michael Brückner | |
2007-05-31 | - missing german translation from 0000336 | Sascha Volkenandt | |
2007-05-31 | - [0000336] finnish updates | Sascha Volkenandt | |
2007-05-30 | - imdb support (ticket 323) | Christian Wieninger | |
2007-05-30 | - fixed #333 (thx to rofafor!) | Michael Brückner | |
2007-05-29 | - added translation-fixes for aboutbox | Michael Brückner | |
- added hyperlink style for aboutbox | |||
2007-05-28 | - fixed bugs 316 and 325 | Christian Wieninger | |
2007-05-26 | - new translations for 'What's on?' | Christian Wieninger | |
2007-05-25 | - added translation for about box | Michael Brückner | |
2007-05-25 | - refixed #318 (thx to vejoun) | Michael Brückner | |
2007-05-25 | - first version of "userdef. times" in "What's on?" | Christian Wieninger | |
2007-05-25 | - merged 'What's on now' and 'What's on next' | Christian Wieninger | |
2007-05-25 | - search for repeats in what'on and schedule, if epgsearch is present | Christian Wieninger | |