summaryrefslogtreecommitdiff
path: root/libopie2/opieui/opieui.pro
AgeCommit message (Collapse)AuthorFilesLines
2005-05-17remove OVersatileView and OVersatileViewItem from libopieui2. This widgetmickeyl1-9/+5
wasn't used in any application, it wasn't even completed and with the QListView in Qt4, there is something more thought-out coming soon.
2005-02-07work around qt_version() bug in Qt/Embedded 2.3.10mickeyl1-1/+1
2005-01-04 - use proper file headersmickeyl1-3/+3
- use namespaces - sort alphabetically in .pro file
2005-01-04CONTROL file : changed VERSION stringwimpie1-0/+2
added oledbox widget (like a checkbox but better suitable for visible non editable boolean feedback)
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-1022/+3
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-3/+1022
2004-08-05compensate for oticker movalmickeyl1-2/+0
2004-04-02Add OKeyConfigWidget to the .pro filezecke1-0/+2
and also allow single character shortcuts
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-13Move XML class to internal PIMzecke1-3/+0
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-02Added OTicker class to libopie2drw1-10/+12
2004-02-21Install OWait as well.zecke1-2/+4
If the API is considered too bad ( I remember the talk about OWait wait; on the stack ) we will have to sort it out
2004-02-06Remove OCheckItem...zecke1-4/+2
Forward port the recent API docu of the FileSelector
2004-01-21catch up with moves on cvs servermickeyl1-7/+2
2004-01-15libopie1 (bigscreen) --> libopie2/opieuimickeyl1-0/+2
2004-01-15libopie1 --> libopie2 + namespace cleanups, code layout, etc.mickeyl1-2/+12
2004-01-15more libopie1 --> libopie2 with namespace cleanups and code layout cleanupsmickeyl1-4/+14
2003-12-20- start cleaning up (lot of stuff left)mickeyl1-12/+10
- use odebug classes
2003-12-03remove X11 abstraction classes - they will come back later but usingmickeyl1-4/+0
the same strategy as zecke did when porting Opie to Qt/X11
2003-12-03remove OToolbar - QPEToolBar is deprecated anywaymickeyl1-2/+0
2003-12-02move qt3 only stuff in a dedicated directory and remove from building ↵mickeyl1-16/+4
process for now
2003-12-01slowly start to refactor & cleanup libopie2 before merging it with libopie1mickeyl1-1/+1
2003-09-03more compatibility stufftille1-0/+9
2003-08-25libopie2 compiles for qt3/x11 nowtille1-5/+15
run: qmake "platform=x11" libopie2.pro
2003-04-30add some more documentationmickeyl1-2/+2
2003-04-16add OTaskbarAppletWrapper for reducing the repetition of boiler-plate-codemickeyl1-2/+4
2003-03-30$(QTDIR)/lib --> $(OPIEDIR)/libmickeyl1-1/+1
2003-03-28skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵mickeyl1-0/+46
and comment...