summaryrefslogtreecommitdiff
path: root/libopie2/opieui/olistview.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-07-03use slightly darker colormickeyl1-2/+2
2005-01-21- make opie compilable against qte 2.3.10 snapshotar1-4/+4
change QT_VERSION > 290 into QT_VERSION <= 0x030000
2004-09-10Fix warnings about unused parameters and no newline at the end of filezecke1-8/+12
2004-08-26fix bogus NOP as pointed out by zeckemickeyl1-1/+1
2004-06-02- convert to odebug frameworkar1-8/+8
2004-03-26Add WFlags to the c'tor so we eventually can use thiszecke1-2/+2
in the designer... but anyway making it more consistent with Qt Ah and this is binary incompatible but the API isn't marked as stable anyway
2004-03-13Move XML class to internal PIMzecke1-0/+7
Add namespaces!!! Opie::Core and Opie::Core::Private Opie::Net and Opie::Net::Private Opie::Ui and Opie::Ui::Private Opie::MM and Opie::MM::Private Opie::DB and Opie::DB::Private PIM classes are not yet converted because we will do other work on it as well
2004-03-05add OCheckListItemmickeyl1-3/+150
change my email address
2004-03-01fix includeschicken1-3/+0
2003-12-20- start cleaning up (lot of stuff left)mickeyl1-10/+10
- use odebug classes
2003-06-28support OListViewItem specific overload of expand to give those the chancemickeyl1-0/+6
to compute stuff "just in time" - this is also known as lazy computation patch by tille
2003-05-01more work on a higher level listview interfacemickeyl1-9/+84
2003-05-01- restructure opieui example directorymickeyl1-0/+109
- start work on ONamedListViewItem providing a slightly higher level interface
2003-03-28skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵mickeyl1-0/+423
and comment...