summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-09is that right?hash1-1/+1
2002-10-09Changes regarding the tips of Robert Wittamseilers4-59/+50
2002-10-09A small testsuitezecke7-4/+170
the stuff from the remote goes to the stdout There is a send button and a multilineedit be sure to hit \n before sending... Some debug code... in some files debugged IOSerial it should be fine now
2002-10-09added method, to reload configuration, without having to restart it...ibotty1-0/+6
2002-10-09*** empty log message ***harlekin1-1/+2
2002-10-09What should be done next..eilers1-0/+16
2002-10-09IOSerial fixletzecke2-3/+7
if failed to ioctl m_fd is != 0 so set it 0 and initialize m_read, m_error properly TabWidget was a OTabWidget again but there is a bug somewhere in the removePage code. I hopefully kindly asked drw to take a look at it MainWindiw Close does not terminate Screen is funny to look at... everytime a different background. when using QTabWidget I see nothing when using OTabWidget i've vertical scrollbars and see the content
2002-10-09PLANS:zecke17-41/+248
move around some stuff to done, open to progress... Default add EmulationLayer stuff (vt102) EmulationLayer tried to use WidgetLayer but this did not work out KeyTrans make sure to load the Q*Dict first before accessing it! ibotty please check if this was correct MainWindow make generation of Sessions possible TabWidget go back to QTabWidget for now... this is much more testedt and I do not have to debug it. Besides that OTabWidget is a kewl widget and we will take it as soon as Sessions are tested enough TabWidget also implement setCurrent for sessions Vt102 make it compile... const QByteArray != const QByteArray&
2002-10-08default I dunnozecke9-13/+212
IOLayerBase the return values for speed()/parity()/flow() added MainWindow debug code :( opie-console.pro addition of serialconfigwidget.* ProfileManager fix removing of Profiles quite rude way of doing it Configure stuff is done and roughly tested The migration is done! TO WAZLAF: you might want to adjust Parity stuff for your needs!
2002-10-08fix addAll* from menullornkcor1-8/+17
2002-10-08lets please get a working serial connectionhash1-0/+3
2002-10-08Default added the TerminalEmulation Widgetzecke9-7/+427
MainWindow: do save the profiles on deconstruction MetaFactory Brown Paper bag bug fixed. take care of the right name in terminalWidget.... opie-console.pro add the widgets IOLayerBase a basic widget for speed, parity and flow control settings Terminal Widget a the ported TerminalConfiguration dialog
2002-10-08more fixes 2llornkcor1-17/+8
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