summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/default.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-02-01less includesharlekin1-1/+0
2002-10-30Console configuration widget done, Environment variables can now be setwazlaf1-4/+5
2002-10-24deactivated irda and bluetooth special mode until they are ready, as long as ↵harlekin1-6/+6
there is allready a serial connection via irda or bluetooth these are of course usable via the normal serial layer
2002-10-21Fix the addPage bug... and avoid some compiler warnings. REMEMBER WARNINGS ↵zecke1-1/+1
ARE BUGS
2002-10-20added preliminary support for configuring the keyboard for each profile.hash1-0/+8
2002-10-15 next isConnected tryharlekin1-1/+1
2002-10-14A small console emulation layer...zecke1-4/+12
And some configuration stuff fonts are working colors are not fully working BackGround and ForeGround both are black :(
2002-10-14- add modem layer so dialer can be used within Connectjosef1-0/+5
2002-10-14The new old TerminalWidget I'm anything but happy about itzecke1-6/+6
2002-10-13- let metafactory manage new ReceiveLayer objectsjosef1-0/+16
- include Receive::SX, ::SY, ::SZ into default.cpp - use metafactory in transferdialog for receive operations too
2002-10-12some more stuff - modem config, bluetooth.. -, not finishedharlekin1-4/+12
2002-10-11suspending connections in rawMode... closeRawIO afterwards pleasezecke1-4/+4
Progress for FileTransfer FileTransferLayer updates. ErrorCodes + Better methods cancel and better progress default switch to FileTransfer TabWidget is a OTabWidget again
2002-10-11altered, to use widgetLayer over widgetibotty1-1/+1
2002-10-09flow now has mode none too .-), irda config widget and beginning of layer, ↵harlekin1-6/+8
first sweep, rest later
2002-10-09PLANS:zecke1-0/+7
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 dunnozecke1-2/+3
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-08Default added the TerminalEmulation Widgetzecke1-2/+3
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-08SzModem:zecke1-0/+65
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