Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 | ||||
2002-10-04 | - first stub for configuration dialog | josef | 5 | -12/+335 |
- does not yet use metafactory, this is next on my todo list Doh! got my account right, finally :) | ||||
2002-10-04 | wow, I somehow forgot to cvs ci these files | cniehaus | 28 | -0/+364 |
2002-10-04 | more updates by Daniele | cniehaus | 8 | -305/+325 |
2002-10-04 | oops | cniehaus | 1 | -1/+1 |
2002-10-04 | cool :) now we have ?, ¢ and |. | cniehaus | 1 | -0/+3 |
In case your charset is not showing anything: it is Eurosigh, eurocent and the pipe | ||||
2002-10-04 | updates | cniehaus | 128 | -418/+2599 |
2002-10-04 | power button disable not needed anymore in startscript, its now in odevice | harlekin | 1 | -5/+0 |
2002-10-04 | corrected typo | sandman | 1 | -1/+1 |
2002-10-04 | activate the Qtopia 1.6 styles | sandman | 1 | -1/+2 |
2002-10-04 | Added two styles from Qtopia 1.6 | sandman | 8 | -0/+2132 |
2002-10-04 | - ported all OPIE styles to the new Qtopia compatible style interface | sandman | 10 | -207/+71 |
- some cleanup in liquid (unused code) | ||||
2002-10-04 | changes to make the style interface BC with Qtopia 1.6, while still | sandman | 2 | -21/+20 |
supporting our extended features |