Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-01-24 | Each file in this commit has an instance where a pointer is checked at | erik | 1 | -1/+1 |
one point in the code and then not checked in another point in the code. If it needed to be checked once, it needs to be checked the other time. If not the application could segfault. | ||||
2005-05-03 | add OAutoBoxLayout, a descendant of QBoxLayout which, depending on | mickeyl | 3 | -2/+151 |
Desktop-Height > Desktop-Width acts as a QHBoxLayout respectively a QVBoxLayout | ||||
2005-03-06 | -When going back from BigScreen to SmallScreen we resize the widgetstack, | zecke | 1 | -1/+6 |
show it and raise the 'main widget' This should fix all bugs alwin spotted while deploying OWidgetStack on Opie-Eye | ||||
2005-03-06 | Do not switch mode in the eventFilter when we're forced into one mode | zecke | 1 | -2/+2 |
(alwin thank you for noticing) | ||||
2004-11-11 | Remove owarn to be less verbose | zecke | 2 | -16/+0 |
2004-10-08 | small doxygen doc fixes | clem | 1 | -1/+1 |
2004-09-10 | Fix warnings about unused parameters and no newline at the end of file | zecke | 1 | -1/+1 |
2004-06-02 | - convert to odebug framework | ar | 2 | -13/+17 |
2004-04-04 | Opie::XYZ::Private -> Opie::XYZ::Internal | zecke | 3 | -7/+7 |
2004-03-13 | Move XML class to internal PIM | zecke | 5 | -22/+31 |
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-01-15 | libopie1 (bigscreen) --> libopie2/opieui | mickeyl | 11 | -0/+2543 |