summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-06- password line-edit now gets focus on user changesandman2-0/+25
- the "OPIE - please wait" logo is displayed while the launcher is loading
2002-10-06use m3u now. probably buggy stillllornkcor5-295/+559
2002-10-06fix select and scrollllornkcor1-2/+9
2002-10-06QProgressBar widget are now also painted in liquid style -- this is onlysandman1-6/+82
possible by intercepting the paint events, since TT forgot to make this widget styleable.
2002-10-06plans updatewazlaf1-2/+2
2002-10-06fix spellingllornkcor1-1/+1
2002-10-06wrote first incarnation of widget_layer.cpp.ibotty3-19/+246
edited widget_layer.h accordingly.
2002-10-06- more factorization (is nearly complete now ;)josef7-80/+221
- move config plugins into separate file (3 classes and virtual superclass) - first stub for save function
2002-10-06ogg mimetype must be the same as in .desktop filellornkcor1-1/+1
2002-10-06As promised here is the switchingzecke2-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 factorizationjosef3-69/+65
- use QDialog::accept() instead of applyButtonPressed() - prepare plugin-specific load/save of data
2002-10-06made setImage virualibotty1-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 factorizationjosef4-14/+52
2002-10-06- restructure menu to use metafactoryjosef4-52/+95
- this is work in progress
2002-10-06Man man,zecke1-1/+1
NO default parameters in the implementation please! patch by ibotty
2002-10-06As spotted on the MailinListzecke1-1/+1
no default arguments in the implementation!
2002-10-06Sandman how did this compile?zecke1-1/+1
inline setRotation( const QString& rotation ) { mRotation = rot; } I fixed that now
2002-10-06- support "Rotation" setting in .desktop applnk filesandman5-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-06key navigation didn't work in toolbars, which had separators (e.g. qpdf orsandman1-1/+1
drawpad) - now this is accounted for and they are skipped
2002-10-06backout the QTool/MenuBar changes ... the bug is in libqpesandman1-3/+3
2002-10-06- uses OFileSelector nowsandman2-6/+6
- menu/toolbars are now QPE variants
2002-10-06- some tweaks to get a better stipple alignment (Qt/E does not understandsandman1-3/+15
X11ParentRelative bg mode) - toolbar separators are not drawn anymore
2002-10-06forgot something (virtually falling asleep now)ibotty1-0/+7
2002-10-06initial proposalibotty1-0/+114
2002-10-05otabwidget instead of qtabwidgetharlekin7-19/+43
2002-10-05So now switching is about to be implemented the next commit will have a ↵zecke4-17/+50
completed OListe/OFileView switch
2002-10-05making otabwidget more simular to qtabwidget - drwharlekin2-0/+49
2002-10-05initial commitibotty1-0/+103
2002-10-05the commit formally known as "removed temporary and object files"ibotty7-213/+0
2002-10-05removed temporary and object files...ibotty2-1664/+0
2002-10-05initial commitibotty6-0/+3122
2002-10-05Implemented the factoryzecke1-13/+31
now I can finally do switching
2002-10-05initial commitibotty16-0/+4628
to get something started (and increase my stats ;)
2002-10-05included my new filesibotty1-2/+17
2002-10-05more steps to make ofileselector modularzecke9-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-05buttons resizable and clickable againharlekin10-17/+49
2002-10-05*** empty log message ***harlekin1-0/+0
2002-10-05fixed bug #252thufir2-0/+5
2002-10-05The control files lacked a \n at the end - this screwed the packages filesandman6-7/+10
2002-10-05No comments (# ...) in control files pleasesandman1-1/+0
2002-10-05The control file lacked a \n at the end - this screwed the Packages filesandman1-1/+1
2002-10-05The control file lacked a \n at the end - this screwed the control filesandman1-1/+1
2002-10-05control lacked a \n at the end - this screwed the Packages filesandman1-1/+1
2002-10-05line continuation ( \ ) does not work in control files - wildcards dosandman1-11/+1
2002-10-05Updatet PLANSzecke2-1/+36
and Profile Documentation
2002-10-05lets write what is going on, and what we should do herehash1-0/+5
2002-10-05type fixesharlekin1-3/+3
2002-10-05small changes and additionsfbarros10-39/+38
2002-10-05Initial translationfbarros2-4/+4
2002-10-04Next tryzecke1-0/+3
include <qglobal.h> to get _OS_LINUX from tt