summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-07- load profiles correctly when editing themjosef4-7/+19
- save their general values after editing them - fix compilation of widget_layer (temporary workaround?)
2002-10-07i'll do session->profilehash1-2/+2
2002-10-07First SQL backend Resourcezecke10-10/+896
The DB layout is not fully what we've in mind but for example I do lack the Categories infrastructure for that I've to implement sorted lists and then I'll make Todolist fast
2002-10-07added sz_transfer.* to the listhash1-2/+3
2002-10-07oops, that shouldnt be therehash1-0/+0
2002-10-07separated from the interfacehash3-0/+87
2002-10-07returned to formal statehash1-7/+0
2002-10-07returned to the orignal state \(i hope\)hash1-44/+0
2002-10-07i'll do the UI for filetransfers toohash1-10/+1
2002-10-07fixed the qt 2.3.4 font size changehash1-1/+1
2002-10-06Added logout menu-applet to build systemsandman1-0/+1
2002-10-06- reversed the sort order of menu applet positionssandman2-3/+3
- added logout applet to the base opie-taskbar ipk
2002-10-06added two new icons for menu-applets to inlinesandman3-1642/+1702
2002-10-06- added a new logout menu-appletsandman5-5/+192
- fixed the positions of all menu applets - changed the icons for logout/suspend
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