summaryrefslogtreecommitdiff
path: root/libqtaux
AgeCommit message (Collapse)AuthorFilesLines
2007-01-29Each file in this commit exhibits a problem where a variable is made inerik1-1/+1
some way but never used. This is a tricky problem with Qt since almost all UI forms are made but not used (like QLabel). But I am pretty confident that these changes are correct and do not have any aspect of a change to the UI. In most cases, there are just variables that are made and then copied over (like in iteration over lists or assignment of pointers based on conditionals).
2005-06-06Default build of libqtaux should be set to yesdrw1-1/+1
2005-03-12Fix OColorButton so it does not emit a colorSelected signal inside of ↵drw2-43/+51
resizeEvent
2005-01-09CONTROL files : reset version to 'standard' formatwimpie1-1/+1
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file)
2005-01-04CONTROL files : changed VERSION stringwimpie1-1/+1
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-384/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+384
2004-09-12OColorButton::~OColorButton ( )zecke1-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-12Do not limit the Image to 16x16 but use width() and height()zecke2-2/+13
+ magic numbers to make the Image fit the button
2004-09-10No unused parameters, added a newline at the endzecke1-3/+5
2004-08-05compensate for oticker movalmickeyl1-2/+4
2004-08-05proper copyright headerllornkcor2-2/+5
2004-06-02- convert to odebug frameworkar1-4/+6
2004-03-31added missed include file for QColorDragmouse1-0/+4
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 PIMzecke2-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-02reorder includes, printf-->qdebug, reformat sourcemickeyl1-46/+53
2004-03-02Added OTicker class to libopie2drw2-0/+276
2004-03-02applied the patch generated by the optimize_connect script fromalwin2-2/+2
TT.
2004-03-01fix includeschicken5-11/+0
2004-02-25Revert drw s commitzecke3-564/+590
Do not expose private API Better include the .moc
2004-02-21Moved class defines in qcolordialog.cpp to header so that apps can properly ↵drw2-589/+563
link to libqtaux
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-1/+1
Maintainer, Files and Section fields)
2004-01-15more libopie1 --> libopie2 with namespace cleanups and code layout cleanupsmickeyl5-4/+246
2004-01-13introduce libqtaux in order to get a LGPL clean libopie2 after the mergemickeyl15-0/+4162
with libopie1