summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/opie-console.pro
AgeCommit message (Collapse)AuthorFilesLines
2002-10-30Console configuration widget done, Environment variables can now be setwazlaf1-2/+4
2002-10-24do not build quickbutton anymoreharlekin1-2/+2
2002-10-17buttonbar addedharlekin1-2/+2
2002-10-14A small console emulation layer...zecke1-2/+4
And some configuration stuff fonts are working colors are not fully working BackGround and ForeGround both are black :(
2002-10-14The new old TerminalWidget I'm anything but happy about itzecke1-17/+11
2002-10-14- only allow sessions if all components (layer, widgetstack) are availablejosef1-2/+2
- add io_modem to .pro file so it gets compiled - fix io_modem compilation (untested, but better than nothing)
2002-10-13- make dialer accessible transparently when opening a modem sessionjosef1-2/+4
- implement sending data (currently written to stdout for debug purpose)
2002-10-13Move some stuff in filetransfer aroundzecke1-2/+6
make pid == 0 after a finished process. Introduce the FileReceive class it does not parse progress though
2002-10-13Scripting functionality added. What this currently does is catch keys in the ↵wazlaf1-2/+2
emulation_layer and store them in a "Script" instance. This can later be saved to a file and on request "replayed" by sending the typed keys to the associated IOLayer
2002-10-13oops, function_keyboard.cpp wasnt righthash1-1/+1
2002-10-13added keyboard_function.*hash1-0/+2
2002-10-12some more stuff - modem config, bluetooth.. -, not finishedharlekin1-9/+11
2002-10-12This is targetted to the people tellingzecke1-2/+2
in computer science classes that I'm toolkit dependant This is a Process Controller which will be used to work around the limit of only beeing able to do one FileTransfer at a Time
2002-10-11suspending connections in rawMode... closeRawIO afterwards pleasezecke1-3/+3
Progress for FileTransfer FileTransferLayer updates. ErrorCodes + Better methods cancel and better progress default switch to FileTransfer TabWidget is a OTabWidget again
2002-10-11added emulation_widgetibotty1-2/+2
removed widget
2002-10-09bluetooth removed from build for now (does not exist yet)wazlaf1-2/+2
2002-10-09flow now has mode none too .-), irda config widget and beginning of layer, ↵harlekin1-4/+5
first sweep, rest later
2002-10-08default I dunnozecke1-2/+4
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/+6
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-7/+9
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-07- load profiles correctly when editing themjosef1-2/+4
- save their general values after editing them - fix compilation of widget_layer (temporary workaround?)
2002-10-07added sz_transfer.* to the listhash1-2/+3
2002-10-06wrote first incarnation of widget_layer.cpp.ibotty1-2/+4
edited widget_layer.h accordingly.
2002-10-06- more factorization (is nearly complete now ;)josef1-0/+2
- move config plugins into separate file (3 classes and virtual superclass) - first stub for save function
2002-10-05otabwidget instead of qtabwidgetharlekin1-1/+2
2002-10-05included my new filesibotty1-2/+17
2002-10-04- first stub for configuration dialogjosef1-2/+4
- does not yet use metafactory, this is next on my todo list Doh! got my account right, finally :)
2002-10-02Commit my files so other people can play with themzecke1-3/+5
2002-09-28io_layer take Profile instead of Configzecke1-2/+11
Profile added including some Config like stuff io_serial getBaud -> baud a default for gcc3 later tabdwidget will be our central widget profileconfig I needed groups() and clearAll that's pretty much it
2002-09-26main /s/setMainWindow/showMainWindowzecke1-2/+10
First implementation of the gui
2002-09-26fix unused variable warningszecke1-2/+2
Added IOLayer* layer() to file_transfer.h
2002-09-25preliminary skeletonwazlaf1-0/+11