aboutsummaryrefslogtreecommitdiff
path: root/lib/gui/elistbox.h
AgeCommit message (Collapse)Author
2008-03-30change "Behaviour" to "Behavior" in all files ... including allAndreas Monzner
translations.. so no new translation is needed
2008-03-25use long instead of int where pointers are castedAndreas Oberritter
2007-11-10dont export unneeded eListboxStyle class to python...Andreas Monzner
2007-11-09add foregroundcolor selected and backgroundcolor selected to local listboxAndreas Monzner
styles (backgroundColorSelected, foregroundColorSelected in skin) add EntryForegroundColorSelected support to GraphMultiEPG add possibility to set selected foregroundcolor for listboxmulticontent entries
2007-09-25fix partial clipping for eListboxPythonMultiContentAndreas Monzner
2007-08-20make local listbox styles working for text listsFelix Domke
2007-08-17remove incorrent setTransparentFelix Domke
2007-08-15add 'local style' for listboxes (still needs support in listbox content)Felix Domke
2007-04-12itemheight is now a property of the listbox contentFelix Domke
2006-02-27remove test cruft, add possibility for a seperatorFelix Domke
2006-02-03add ability to enable wrap around in listboxAndreas Monzner
2006-01-25add selchanged signal to listboxAndreas Monzner
2006-01-17predeclare eListbox because it is used by iListboxContentAndreas Oberritter
2005-12-19add needed functionsAndreas Monzner
2005-12-13add option cursorHome to eListbox::entryResetAndreas Monzner
2005-12-12add scrollbar to listboxAndreas Monzner
2005-11-30jumping to an entry beginning with a character nearly works nowStefan Pluecken
2005-11-28listbox: add ability to disable selection highlightFelix Domke
2005-05-14 - work on timersFelix Domke
- add eInput widget - add python/Tools - add flexible listbox content
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-25 - work on actionsFelix Domke
- changed time when screens are acutally constructed - added service name (not working atm) and event info (now&next)
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
2005-01-28 - add listboxFelix Domke
- add listbox example to python (press space, use 1..5) - fix label text positions