Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-03-14 | Change Signature of Signals to obey namespace | zecke | 3 | -28/+25 |
Make example compile | ||||
2004-03-13 | Move XML class to internal PIM | zecke | 48 | -221/+378 |
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-08 | Removed unneeded comment | drw | 1 | -2/+1 |
2004-03-05 | add OCheckListItem | mickeyl | 2 | -11/+213 |
change my email address | ||||
2004-03-02 | Added OTicker class to libopie2 | drw | 1 | -10/+12 |
2004-03-02 | run the optimize_connect script | alwin | 6 | -41/+41 |
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here) | ||||
2004-03-01 | fix includes | chicken | 7 | -27/+0 |
2004-02-21 | the usual cosmetics | mickeyl | 3 | -74/+98 |
2004-02-21 | Install OWait as well. | zecke | 3 | -2/+174 |
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-16 | More control file clean-up...mostly done, except for task-opie-* | drw | 1 | -1/+0 |
2004-02-14 | Make info in *.control files a little more consistent (mostly modified ↵ | drw | 1 | -1/+1 |
Maintainer, Files and Section fields) | ||||
2004-02-07 | Forward port the recent API docu of the FileSelector | zecke | 2 | -1/+131 |
2004-02-06 | Remove OCheckItem... | zecke | 3 | -217/+2 |
Forward port the recent API docu of the FileSelector | ||||
2004-02-05 | Janitor: remove ulong ref | zecke | 1 | -2/+1 |
2004-01-27 | Guess what? return QS_FALSE; | zecke | 1 | -0/+2 |
2004-01-21 | catch up with moves on cvs server | mickeyl | 4 | -9/+18 |
2004-01-15 | libopie1 (bigscreen) --> libopie2/opieui | mickeyl | 12 | -0/+2545 |
2004-01-15 | libopie1 --> libopie2 + namespace cleanups, code layout, etc. | mickeyl | 12 | -3/+2285 |
2004-01-15 | more libopie1 --> libopie2 with namespace cleanups and code layout cleanups | mickeyl | 11 | -4/+2375 |
2003-12-20 | - start cleaning up (lot of stuff left) | mickeyl | 7 | -71/+75 |
- use odebug classes | ||||
2003-12-03 | remove X11 abstraction classes - they will come back later but using | mickeyl | 5 | -184/+0 |
the same strategy as zecke did when porting Opie to Qt/X11 | ||||
2003-12-03 | remove OToolbar - QPEToolBar is deprecated anyway | mickeyl | 3 | -98/+0 |
2003-12-02 | move qt3 only stuff in a dedicated directory and remove from building ↵ | mickeyl | 1 | -16/+4 |
process for now | ||||
2003-12-02 | revert the changes approaching to compile libopie2 under X11 | mickeyl | 1 | -1/+1 |
it broke signals and slots and has to be done like zecke did it with libqpe | ||||
2003-12-01 | slowly start to refactor & cleanup libopie2 before merging it with libopie1 | mickeyl | 2 | -3/+3 |
2003-10-07 | individually package libopie2 parts and make libopie2 a virtual package | mickeyl | 1 | -0/+11 |
2003-09-25 | fix wrong include | mickeyl | 1 | -1/+1 |
2003-09-16 | remove unneccessary #include | mickeyl | 1 | -1/+0 |
2003-09-03 | more compatibility stuff | tille | 10 | -0/+445 |
2003-08-25 | libopie2 compiles for qt3/x11 now | tille | 2 | -6/+16 |
run: qmake "platform=x11" libopie2.pro | ||||
2003-06-28 | support OListViewItem specific overload of expand to give those the chance | mickeyl | 2 | -0/+17 |
to compute stuff "just in time" - this is also known as lazy computation patch by tille | ||||
2003-06-26 | first bunch of fixes for Qt 3.x compilation | mickeyl | 1 | -0/+2 |
2003-06-02 | some .cvsignore fixes | schurig | 1 | -0/+1 |
2003-05-01 | more work on a higher level listview interface | mickeyl | 2 | -11/+117 |
2003-05-01 | - restructure opieui example directory | mickeyl | 2 | -51/+235 |
- start work on ONamedListViewItem providing a slightly higher level interface | ||||
2003-04-30 | add some more documentation | mickeyl | 1 | -2/+2 |
2003-04-16 | add OTaskbarAppletWrapper for reducing the repetition of boiler-plate-code | mickeyl | 3 | -2/+165 |
2003-04-13 | Add apie comments | zecke | 4 | -4/+9 |
QString -> const QString& fix | ||||
2003-04-07 | started to document the whole stuff | mickeyl | 1 | -2/+1 |
2003-03-30 | $(QTDIR)/lib --> $(OPIEDIR)/lib | mickeyl | 1 | -1/+1 |
2003-03-30 | remove unnecessary usage of and thus the dependency on libstdc++ | mickeyl | 1 | -51/+25 |
2003-03-30 | convert my beloved "not" to "!" to make ancient compilers happy, but not me... | mickeyl | 2 | -77/+77 |
2003-03-28 | skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵ | mickeyl | 23 | -0/+9952 |
and comment... |