Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2002-10-06 | use m3u now. probably buggy still | llornkcor | 5 | -295/+559 |
2002-10-06 | fix select and scroll | llornkcor | 1 | -2/+9 |
2002-10-06 | QProgressBar widget are now also painted in liquid style -- this is only | sandman | 1 | -6/+82 |
possible by intercepting the paint events, since TT forgot to make this widget styleable. | ||||
2002-10-06 | plans update | wazlaf | 1 | -2/+2 |
2002-10-06 | fix spelling | llornkcor | 1 | -1/+1 |
2002-10-06 | wrote first incarnation of widget_layer.cpp. | ibotty | 3 | -19/+246 |
edited widget_layer.h accordingly. | ||||
2002-10-06 | - more factorization (is nearly complete now ;) | josef | 7 | -80/+221 |
- move config plugins into separate file (3 classes and virtual superclass) - first stub for save function | ||||
2002-10-06 | ogg mimetype must be the same as in .desktop file | llornkcor | 1 | -1/+1 |
2002-10-06 | As promised here is the switching | zecke | 2 | -15/+95 |
It's working as expected I'll clean up it a bit fix some UI bugs and then put it into the libopie.pro | ||||
2002-10-06 | - more factorization | josef | 3 | -69/+65 |
- use QDialog::accept() instead of applyButtonPressed() - prepare plugin-specific load/save of data | ||||
2002-10-06 | made setImage virual | ibotty | 1 | -6/+15 |
// setImage should be the only virtual public method. // feel free to flame... ;) added first protected var, more will follow | ||||
2002-10-06 | - more factorization | josef | 4 | -14/+52 |
2002-10-06 | - restructure menu to use metafactory | josef | 4 | -52/+95 |
- this is work in progress | ||||
2002-10-06 | Man man, | zecke | 1 | -1/+1 |
NO default parameters in the implementation please! patch by ibotty | ||||
2002-10-06 | As spotted on the MailinList | zecke | 1 | -1/+1 |
no default arguments in the implementation! | ||||
2002-10-06 | Sandman how did this compile? | zecke | 1 | -1/+1 |
inline setRotation( const QString& rotation ) { mRotation = rot; } I fixed that now | ||||
2002-10-06 | - support "Rotation" setting in .desktop applnk file | sandman | 5 | -65/+370 |
- changed properties dialog to make Rotation editable - fixed a long-standing QPE bug: launcher expects AppLnk::file() to return QString::null for *all real* applnks (as opposed to doclnks) -- but AppLnk itself initializes this field to the name of the dir, where the applnk is stored. This is why qcop "QPE/System" "linkChanged(QString)" xyz.desktop cleared a whole launcher tab I hope I didn't break anything with this change ;) | ||||
2002-10-06 | key navigation didn't work in toolbars, which had separators (e.g. qpdf or | sandman | 1 | -1/+1 |
drawpad) - now this is accounted for and they are skipped | ||||
2002-10-06 | backout the QTool/MenuBar changes ... the bug is in libqpe | sandman | 1 | -3/+3 |
2002-10-06 | - uses OFileSelector now | sandman | 2 | -6/+6 |
- menu/toolbars are now QPE variants | ||||
2002-10-06 | - some tweaks to get a better stipple alignment (Qt/E does not understand | sandman | 1 | -3/+15 |
X11ParentRelative bg mode) - toolbar separators are not drawn anymore | ||||
2002-10-06 | forgot something (virtually falling asleep now) | ibotty | 1 | -0/+7 |
2002-10-06 | initial proposal | ibotty | 1 | -0/+114 |
2002-10-05 | otabwidget instead of qtabwidget | harlekin | 7 | -19/+43 |
2002-10-05 | So now switching is about to be implemented the next commit will have a ↵ | zecke | 4 | -17/+50 |
completed OListe/OFileView switch | ||||
2002-10-05 | making otabwidget more simular to qtabwidget - drw | harlekin | 2 | -0/+49 |
2002-10-05 | initial commit | ibotty | 1 | -0/+103 |
2002-10-05 | the commit formally known as "removed temporary and object files" | ibotty | 7 | -213/+0 |
2002-10-05 | removed temporary and object files... | ibotty | 2 | -1664/+0 |
2002-10-05 | initial commit | ibotty | 6 | -0/+3122 |
2002-10-05 | Implemented the factory | zecke | 1 | -13/+31 |
now I can finally do switching | ||||
2002-10-05 | initial commit | ibotty | 16 | -0/+4628 |
to get something started (and increase my stats ;) | ||||
2002-10-05 | included my new files | ibotty | 1 | -2/+17 |
2002-10-05 | more steps to make ofileselector modular | zecke | 9 | -47/+284 |
We now got the API for a factory so switching should work in future and we now got a OPixmapProvider which provides us with pixmaps.... So an ImageViewer could install a differen OPixmapProvider and a different OFileView to make Previewing work | ||||
2002-10-05 | buttons resizable and clickable again | harlekin | 10 | -17/+49 |
2002-10-05 | *** empty log message *** | harlekin | 1 | -0/+0 |
2002-10-05 | fixed bug #252 | thufir | 2 | -0/+5 |
2002-10-05 | The control files lacked a \n at the end - this screwed the packages file | sandman | 6 | -7/+10 |
2002-10-05 | No comments (# ...) in control files please | sandman | 1 | -1/+0 |
2002-10-05 | The control file lacked a \n at the end - this screwed the Packages file | sandman | 1 | -1/+1 |
2002-10-05 | The control file lacked a \n at the end - this screwed the control file | sandman | 1 | -1/+1 |
2002-10-05 | control lacked a \n at the end - this screwed the Packages file | sandman | 1 | -1/+1 |
2002-10-05 | line continuation ( \ ) does not work in control files - wildcards do | sandman | 1 | -11/+1 |
2002-10-05 | Updatet PLANS | zecke | 2 | -1/+36 |
and Profile Documentation | ||||
2002-10-05 | lets write what is going on, and what we should do here | hash | 1 | -0/+5 |
2002-10-05 | type fixes | harlekin | 1 | -3/+3 |
2002-10-05 | small changes and additions | fbarros | 10 | -39/+38 |
2002-10-05 | Initial translation | fbarros | 2 | -4/+4 |
2002-10-04 | Next try | zecke | 1 | -0/+3 |
include <qglobal.h> to get _OS_LINUX from tt | ||||
2002-10-04 | Weird for some of you | zecke | 1 | -7/+7 |
_OS_LINUX_ does not get defined so now it's a if !define(_OS_LINUX) but this means you need to libuuid again I don't know how to fix that right. I should ask tt |