aboutsummaryrefslogtreecommitdiff
path: root/lib/gui/elistboxcontent.h
AgeCommit message (Collapse)Author
2010-05-26add new multicontent TYPE_PROGRESS_PIXMAPghost
this fixes bug #539
2009-07-16allow use of alphablended pixmaps in multicontent listsFelix Domke
2009-02-23fixed compile errors with g++ 4.3 and replaced some c headers by theirAndreas Oberritter
c++ counterparts
2008-04-13add 'templates' in listboxcontent, to split the layout from actual data contentFelix Domke
2007-11-19update scrollbar in timerlist when a entry is removedAndreas Monzner
2007-09-25fix partial clipping for eListboxPythonMultiContentAndreas Monzner
2007-07-31renable callable func to selectable funcAndreas Monzner
2007-07-30add possibility to set a callable check functionAndreas Monzner
2007-07-28fixAndreas Monzner
2007-07-27code cleanup / more flexible codeAndreas Monzner
2007-07-26add function to set the selection rect (for partial selections),Andreas Monzner
add parameter to multicontent text entry to set a border width, add parameter to multicontent text entry to set backgroundcolor
2007-04-12itemheight is now a property of the listbox contentFelix Domke
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-11-25python object refcount debugging code second tryAndreas Monzner
2006-03-07add ability to set a callback build function in listbox multicontentAndreas Monzner
2006-02-27remove test cruft, add possibility for a seperatorFelix Domke
2006-01-26TYPE_PIXMAP_ALPHATEST in eListboxMultiContent, fix alphatestFelix Domke
2006-01-02add type to python multi content entrysAndreas Monzner
2005-12-12small optimiziationsAndreas Monzner
2005-10-07add invalidate to eListboxPythonStringContentAndreas Monzner
2005-08-16 - make invlidateEntry publicFelix Domke
2005-05-14 - work on timersFelix Domke
- add eInput widget - add python/Tools - add flexible listbox content
2005-04-25 - add new listbox content type for multiple stringsFelix Domke
- add first version of config class - a bit ugly
2005-02-27 - hopefully fixed some python/refcount stuff (__deref__ is still evil!)Felix Domke
- first work on skin support, not really far - improved infobar - deletes components when destroying screens - fixed elistbox and component - add ability to change bouqet - real query parser still unfinished
2005-02-07 - added iStaticServiceInformationFelix Domke
- added service list interface for dvb - started work on queries (currently only "instr" on servicename) - started work on infobar - added listbox with service - fixed dvbdb - remove some debug output
2005-01-31 - fixed dvb scanFelix Domke
- fixed dvbdb (reading/writing lamedb) - fixed (i.e. disallow) operator= in iObject (destroyed refcounts before) - implemented listboxcontent for servicelists - implemented getServiceInformation for non-playing services (still not happy with the result, though) - implemented first try of serviceSelector component
2005-01-28 - added ListBoxContents: based on std::list<std::string> and PyList with ↵Felix Domke
Strings - used the last one as a test for menulist