Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2002-10-08 | fix | llornkcor | 2 | -1/+1 |
2002-10-08 | forgot | llornkcor | 1 | -0/+9 |
2002-10-08 | someone forgot this | llornkcor | 1 | -0/+6 |
2002-10-08 | fix | llornkcor | 1 | -2/+3 |
2002-10-08 | fixed m3u handling | llornkcor | 4 | -123/+76 |
2002-10-08 | - added an "All Tabs" tab entry, which will affect all tabs | sandman | 5 | -16/+73 |
- enabled "What's this" help mode -- many tooltips still missing | ||||
2002-10-08 | small config fix | llornkcor | 1 | -3/+3 |
2002-10-07 | Fix sorted stuff | zecke | 2 | -10/+12 |
Case number 4 is still to go | ||||
2002-10-07 | Fix bug with category ids in sorted | zecke | 1 | -2/+2 |
2002-10-07 | Fixed the "can't suspend 38xx's anymore by pressing power" bug -- I forgot | sandman | 1 | -2/+2 |
to remove a break, when I moved the keyfilter code from the launcher to ODevice | ||||
2002-10-07 | We're now using a home made painting of cells | zecke | 5 | -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-07 | Symlink .h files from libopie/pim/ | kergoth | 1 | -0/+1 |
2002-10-07 | ... | hash | 1 | -0/+1 |
2002-10-07 | forgot about a otabwidget speciality | harlekin | 1 | -0/+1 |
2002-10-07 | reworked config dialog gui a bit and adapted it to opie | harlekin | 5 | -122/+110 |
2002-10-07 | added OBackendFactory for advanced backend access | eilers | 2 | -2/+8 |
2002-10-07 | added OBackendFactory for advanced backend access | eilers | 8 | -4/+220 |
2002-10-07 | - forgot : QObject() | josef | 1 | -0/+1 |
2002-10-07 | Fix sorted SQL query | zecke | 2 | -4/+10 |
2002-10-07 | Switch to sorted stuff for TableView as default | zecke | 2 | -2/+6 |
Stefan it's safe | ||||
2002-10-07 | TodoView is a mess because I tried hard to make | zecke | 8 | -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 cleanups | josef | 5 | -59/+73 |
- basic load/save works now, but none of the standard widget options is remembered? | ||||
2002-10-07 | - finish factorization :) | josef | 4 | -223/+371 |
- does not work yet, but only minor bugs are left | ||||
2002-10-07 | changed WidgetLayer to a new (well partial) image storage | ibotty | 2 | -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-07 | Fix not showing completed tasks | zecke | 1 | -1/+2 |
2002-10-07 | Re add files | zecke | 33 | -0/+3718 |
for todo | ||||
2002-10-07 | Initial revision | zecke | 2 | -0/+28 |
2002-10-07 | make place for the new todo | zecke | 14 | -2838/+0 |
2002-10-07 | - oops... QComboBox doesn't handle non-consecutive values | josef | 2 | -12/+59 |
2002-10-07 | - when editing, replace edited profile instead of inserting new one | josef | 4 | -35/+117 |
- now save nearly all settings (not loaded yet) | ||||
2002-10-07 | Sorted works enough in the SQL backend let's commit it | zecke | 6 | -16/+130 |
2002-10-07 | - add first widget for transfer dialog | josef | 2 | -0/+122 |
2002-10-07 | - load profiles correctly when editing them | josef | 4 | -7/+19 |
- save their general values after editing them - fix compilation of widget_layer (temporary workaround?) | ||||
2002-10-07 | i'll do session->profile | hash | 1 | -2/+2 |
2002-10-07 | First SQL backend Resource | zecke | 10 | -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-07 | added sz_transfer.* to the list | hash | 1 | -2/+3 |
2002-10-07 | oops, that shouldnt be there | hash | 1 | -0/+0 |
2002-10-07 | separated from the interface | hash | 3 | -0/+87 |
2002-10-07 | returned to formal state | hash | 1 | -7/+0 |
2002-10-07 | returned to the orignal state \(i hope\) | hash | 1 | -44/+0 |
2002-10-07 | i'll do the UI for filetransfers too | hash | 1 | -10/+1 |
2002-10-07 | fixed the qt 2.3.4 font size change | hash | 1 | -1/+1 |
2002-10-06 | Added logout menu-applet to build system | sandman | 1 | -0/+1 |
2002-10-06 | - reversed the sort order of menu applet positions | sandman | 2 | -3/+3 |
- added logout applet to the base opie-taskbar ipk | ||||
2002-10-06 | added two new icons for menu-applets to inline | sandman | 3 | -1642/+1702 |
2002-10-06 | - added a new logout menu-applet | sandman | 5 | -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 change | sandman | 2 | -0/+25 |
- the "OPIE - please wait" logo is displayed while the launcher is loading | ||||
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. |