Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-09-12 | OColorButton::~OColorButton ( ) | zecke | 1 | -0/+1 |
{ + delete d->m_menu; delete d; } That was a tricky one to find. If a dynamically loaded shared object (dso) creates QObjects/QWidgets on the destruction of QApplication they will be freed. For normal applications these dso's have already been removed from the address-space leading to calling delete to or from a bogus part of memory leading to segfaults | ||||
2004-09-12 | Do not limit the Image to 16x16 but use width() and height() | zecke | 2 | -2/+13 |
+ magic numbers to make the Image fit the button | ||||
2004-09-10 | No unused parameters, added a newline at the end | zecke | 1 | -3/+5 |
2004-08-05 | compensate for oticker moval | mickeyl | 1 | -2/+4 |
2004-08-05 | proper copyright header | llornkcor | 2 | -2/+5 |
2004-06-02 | - convert to odebug framework | ar | 1 | -4/+6 |
2004-03-31 | added missed include file for QColorDrag | mouse | 1 | -0/+4 |
2004-03-28 | remove hardcoded build types "debug" and "release". these are set by the ↵ | mickeyl | 1 | -1/+1 |
build system | ||||
2004-03-13 | Move XML class to internal PIM | zecke | 2 | -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-02 | reorder includes, printf-->qdebug, reformat source | mickeyl | 1 | -46/+53 |
2004-03-02 | Added OTicker class to libopie2 | drw | 2 | -0/+276 |
2004-03-02 | applied the patch generated by the optimize_connect script from | alwin | 2 | -2/+2 |
TT. | ||||
2004-03-01 | fix includes | chicken | 5 | -11/+0 |
2004-02-25 | Revert drw s commit | zecke | 3 | -564/+590 |
Do not expose private API Better include the .moc | ||||
2004-02-21 | Moved class defines in qcolordialog.cpp to header so that apps can properly ↵ | drw | 2 | -589/+563 |
link to libqtaux | ||||
2004-02-14 | Make info in *.control files a little more consistent (mostly modified ↵ | drw | 1 | -1/+1 |
Maintainer, Files and Section fields) | ||||
2004-01-15 | more libopie1 --> libopie2 with namespace cleanups and code layout cleanups | mickeyl | 5 | -4/+246 |
2004-01-13 | introduce libqtaux in order to get a LGPL clean libopie2 after the merge | mickeyl | 15 | -0/+4162 |
with libopie1 |