summaryrefslogtreecommitdiff
path: root/epgsearch.cpp
AgeCommit message (Collapse)Author
2017-05-21Include file re-orderingJasmin 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.
2017-05-18Fixed lock order in SearchResult::GetEventJasmin Jessich
- SearchResult::GetEvent has now a new parameter Channel - Call EpgEvents::CreateEpgInfo only, if a Channel has been found.
2017-05-14Added comments concerning TODOsJasmin Jessich
2017-04-01VDR-2.3.1 compatibility patch by Nachteule.Rolf Ahrenberg
http://www.vdr-portal.de/board16-video-disk-recorder/board55-vdr-plugins/p1280013-vdr-live-vdr-2-3-1/#post1280013
2013-02-24Only some white space and formatting changes.Dieter Hametner
2008-12-04updated search timer editing to match epgsearch-0.9.25.beta7 (recommended, ↵Christian Wieninger
but not required)
2008-10-21some fixes for the directory entry within the edit timer menu, requiresChristian Wieninger
epgsearch-0.9.25.beta6
2008-02-21timer conflict implementation moved to timerconflict.cpp/hChristian Wieninger
2008-02-17first version with timer conflictsChristian Wieninger
2008-01-16- fix for #418 via DatePickerChristian Wieninger
2008-01-13- code for collecting and displaying EPG events in 'What's on' is now separatedChristian Wieninger
2007-10-19- added 'ignore missing EPG info' introduced in epgsearch-0.9.23Christian Wieninger
2007-08-03- support for new features in epgsearch-0.9.23Christian Wieninger
2007-06-06- trigger search timer update within frontendChristian Wieninger
2007-06-01- moved to uniform features detectorSascha Volkenandt
2007-05-27- adjusted service-api for first live releaseChristian Wieninger
2007-05-24- bug fix for version check of epgsearch serviceChristian Wieninger
2007-05-23- defaults from epgsearch setup for searchtimer creation (Bug 270)Christian Wieninger
2007-05-23- summary for search resultsChristian Wieninger
2007-05-08- additional version check before accessing the service interfaceChristian Wieninger
2007-05-06- admin password is now stored as <length>:<md5 hash of password> in ↵Christian Wieninger
live.AdminPasswordMD5 (default password keeps 'live', so please re-edit your password via OSD) - new function MD5Hash in tools - changed epgsearch to use MD5Hash of tools
2007-05-03- correctly displaying ':' in title, shorttext of search resultsChristian Wieninger
2007-05-03- search timers now display start/stop in common time formatChristian Wieninger
2007-05-01- Start/StopTimeFormatted now uses ZeroPad from tools.cppChristian Wieninger
2007-04-28- added a dropdown list in search timer's edit to select an existing ↵Christian Wieninger
recording directory
2007-04-26- extended searchresults with md5 methodsChristian Wieninger
2007-04-24- added deletion of search timersChristian Wieninger
2007-04-24- enabled toggling of searchtimers in searchtimer listChristian Wieninger
2007-04-23- 'use title', 'use subtitle', 'use description' is now preselected for new ↵Christian Wieninger
search timers
2007-04-23- bugfix for new search timersChristian Wieninger
2007-04-22- added helper classes for searchresultsChristian Wieninger
2007-04-19- added creation of new search timersChristian Wieninger
2007-04-17- changed search timer sorting to be the same as in epgsearch's OSDChristian Wieninger
2007-04-15changes for searchtimer editChristian Wieninger
2007-01-30- added readable channels specificationSascha Volkenandt
2007-01-25- added helper class for epgsearch servicesSascha Volkenandt