summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-08add backup appllornkcor1-2/+4
2002-10-08addllornkcor1-0/+0
2002-10-08fixllornkcor2-1/+1
2002-10-08forgotllornkcor1-0/+9
2002-10-08someone forgot thisllornkcor1-0/+6
2002-10-08fixllornkcor1-2/+3
2002-10-08fixed m3u handlingllornkcor4-123/+76
2002-10-08- added an "All Tabs" tab entry, which will affect all tabssandman5-16/+73
- enabled "What's this" help mode -- many tooltips still missing
2002-10-08small config fixllornkcor1-3/+3
2002-10-07Fix sorted stuffzecke2-10/+12
Case number 4 is still to go
2002-10-07Fix bug with category ids in sortedzecke1-2/+2
2002-10-07Fixed the "can't suspend 38xx's anymore by pressing power" bug -- I forgotsandman1-2/+2
to remove a break, when I moved the keyfilter code from the launcher to ODevice
2002-10-07We're now using a home made painting of cellszecke5-160/+126
This will theoretically speed up things Currently it's noticeable slower on SQL Cause we do up to 80 queries for 10 different items. As you see a cache could be the answer to these problems. The reason for custom drawing is speed and memory consumption. Take the unlikely case of 10.000 items We would have 40.000 QTableItem but would only show 40 of them at a time. The rest seems to be wasted
2002-10-07Symlink .h files from libopie/pim/kergoth1-0/+1
2002-10-07...hash1-0/+1
2002-10-07forgot about a otabwidget specialityharlekin1-0/+1
2002-10-07reworked config dialog gui a bit and adapted it to opieharlekin5-122/+110
2002-10-07added OBackendFactory for advanced backend accesseilers2-2/+8
2002-10-07added OBackendFactory for advanced backend accesseilers8-4/+220
2002-10-07- forgot : QObject()josef1-0/+1
2002-10-07Fix sorted SQL queryzecke2-4/+10
2002-10-07Switch to sorted stuff for TableView as defaultzecke2-2/+6
Stefan it's safe
2002-10-07TodoView is a mess because I tried hard to makezecke8-38/+78
it work with templates... I've to clean this up Then I made the way free to use sorted my next step is to make the paint hack work
2002-10-07- first cleanupsjosef5-59/+73
- basic load/save works now, but none of the standard widget options is remembered?
2002-10-07- finish factorization :)josef4-223/+371
- does not work yet, but only minor bugs are left
2002-10-07changed WidgetLayer to a new (well partial) image storageibotty2-17/+36
WidgetLayer is now to be considered stable. there wont be any api removals. newwidget.{h,cpp} will inherit WidgetLayer, soon. i will try to be logic compatible with current widget.{h,cpp}, but will NOT guarantee api compatibility.
2002-10-07Fix not showing completed taskszecke1-1/+2
2002-10-07Re add fileszecke33-0/+3718
for todo
2002-10-07Initial revisionzecke2-0/+28
2002-10-07make place for the new todozecke14-2838/+0
2002-10-07- oops... QComboBox doesn't handle non-consecutive valuesjosef2-12/+59
2002-10-07- when editing, replace edited profile instead of inserting new onejosef4-35/+117
- now save nearly all settings (not loaded yet)
2002-10-07Sorted works enough in the SQL backend let's commit itzecke6-16/+130
2002-10-07- add first widget for transfer dialogjosef2-0/+122
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