summaryrefslogtreecommitdiff
path: root/libqtaux/ocolorbutton.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-03-12Fix OColorButton so it does not emit a colorSelected signal inside of ↵drw1-22/+28
resizeEvent
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()zecke1-2/+10
+ magic numbers to make the Image fit the button
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-1/+1
TT.
2004-03-01fix includeschicken1-3/+0
2004-01-15more libopie1 --> libopie2 with namespace cleanups and code layout cleanupsmickeyl1-0/+150