summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-08Fixed the rotation setting -- launcher adds the curent rotation when thesandman1-5/+5
applnk is started - so the .desktop file only needs the relative rotation.
2002-10-08The sliders are now more useable with a stylussandman1-0/+2
2002-10-08more fixesllornkcor4-161/+104
2002-10-08fixed bug #250thufir5-16/+36
2002-10-08SzModem:zecke20-266/+544
Make it compile remove = 0 from sendFile Add a Type to Sz so it could cover SX,SY too MetaFactory: take QCString name QString uiString so Carsten will be able to translate and users can switch Language without losing profiles Default It's aware of all Default/BuiltIn Plugins and adds them to the factory Common typedef bool BOOL TT is not using bool because it wasn't available at that time they use uint : 1... maybe we should change UINT_8 to Q_UINT8... MainWindow: give the factory to the config widget use Default IOLayer reload should take Profile not Config ConfigDialog: make use of Factory and do not do new MetaFactory.. i should make the c'tor private and add MainWindow as friend ProfileEditorDialog: Huge clean ups to the architecture. I still need to convert the widgets. Use the factory right
2002-10-08email handling fixedeilers1-3/+3
2002-10-08contacteditor.cppeilers1-1/+2
2002-10-08fix load playlistllornkcor1-1/+2
2002-10-08remove sql refseilers2-2/+2
2002-10-08remove -lopiesqlzecke1-1/+1
2002-10-08someone kicked out ocolorbutton -- readdedsandman1-0/+2
2002-10-08Joined development branch: It uses the new PIM APIeilers10-1737/+1612
Some features in "View" added by Darwin Zins, but they are not finished..
2002-10-08forgot to #include profileibotty2-3/+3
and forgot to commit updated widget_layer.cpp (WARNING: api change (altered constructor))
2002-10-08updated documentationibotty1-6/+26
2002-10-08Fixed libopie.pro to include the new pim-API.eilers5-20/+74
The SQL-Stuff is currently deactivated. Otherwise everyone who wants to compile itself would need to install libsqlite, libopiesql... Therefore, the backend currently uses XML only..
2002-10-08needed by new todo appeilers2-0/+116
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