summaryrefslogtreecommitdiff
path: root/noncore
AgeCommit message (Collapse)AuthorFilesLines
2002-10-13fixes to modem stuffharlekin6-63/+82
2002-10-13keep track of the current sessionzecke2-5/+14
2002-10-13key presses should be now visible.ibotty1-0/+5
2002-10-13- let metafactory manage new ReceiveLayer objectsjosef6-11/+90
- include Receive::SX, ::SY, ::SZ into default.cpp - use metafactory in transferdialog for receive operations too
2002-10-13fullscreen for new connectionharlekin2-11/+12
2002-10-13- make dialer accessible transparently when opening a modem sessionjosef5-13/+63
- implement sending data (currently written to stdout for debug purpose)
2002-10-13Move some stuff in filetransfer aroundzecke10-15/+292
make pid == 0 after a finished process. Introduce the FileReceive class it does not parse progress though
2002-10-13- implement better state machine, with explanationjosef2-19/+109
- command order as used in kppp's connect.cpp
2002-10-13- first stub for modem dialer widgetjosef2-0/+148
- this is not yet used in opie-console; to do so, the modem-specific profile part (AT commands [atconfigdialog.cpp] and dial options [dialdialog.cpp]) should be used
2002-10-13Scripting functionality added. What this currently does is catch keys in the ↵wazlaf7-5/+178
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-13- extend file transfer dialog so it can receive too (without filename argument)josef4-40/+79
- fix error messages so they match the error code - don't show dialog maximized. It's still modal but we're coming near... - reset status to "ready" after interrupting or finishing operation - bugfix in filetransfer.cpp: don't kill process if pid is not set => before the fix, cancel() killed random processes!
2002-10-13segfault fixwazlaf1-3/+3
2002-10-13compilation fixeswazlaf1-11/+0
2002-10-13does not work... but committed to get things startedibotty2-0/+81
2002-10-13added call to calcGeometry in constructor of EmulationWidget.ibotty2-0/+5
hopefully fixes the 50x1 size problem
2002-10-13oops, function_keyboard.cpp wasnt righthash1-1/+1
2002-10-13added a couple more buttons to the barhash1-6/+9
2002-10-13better disable that for nowhash1-1/+1
2002-10-13added keyboard_function.*hash1-0/+2
2002-10-13added the keyboard open/close buttonhash2-0/+44
2002-10-13cant figure out why this segfaults when emits keyhash2-5/+88
2002-10-12Header file clean upzecke4-19/+19
use <> for global header "" for local 1. system header 2. Qt header 3. QPE Header 4. Opie Header 5. local header 6. the class declaration..
2002-10-12Updateszecke1-9/+18
2002-10-12Calmed down... 2nd try after mergezecke7-35/+60
Use MetaFactory cuase it's so nice and avoids thousands of if() else if stuff Fix a bug in filetransfer where cancel after exit leaded to a crash cause of bogus adresses in the QSocketNotifiers..
2002-10-12*** empty log message ***harlekin1-0/+10
2002-10-12- my bad: FileTransfer inherits from the layer -> there are the signals :)josef2-1/+55
- setup sig handlers for sent(), progress(), error()
2002-10-12- embed transferdialog into menujosef4-6/+65
2002-10-12added functionality to emulation_widgetibotty2-7/+239
2002-10-12some more stuff - modem config, bluetooth.. -, not finishedharlekin15-20/+887
2002-10-12- dhcp renew now really functionsmickeyl1-18/+44
- added dhcp renew support for udhcp
2002-10-12My proposal for a receiving layerzecke1-0/+113
2002-10-12Added a new sendFile methodzecke1-0/+25
We still need to talk about it what I did was sz --help and grpouped the things into Mode Ascii/Binary Features and BlockSize First of all we need to decide if we want such configurable filetransfers And if yes I've to talk to josef how to do that best. Not every Protocol supports the values in the file some support more some less. I suggest MetaFactory and one more kind of a 'Plugin'
2002-10-12Implemented Y-Moden and X-Modemzecke1-1/+14
The parsing needs to ne adjusted for these gusys though..
2002-10-12missing commitszecke3-4/+7
2002-10-12SWITCH to the ProcCtl interfacezecke2-32/+27
2002-10-12No does not have any public c'torzecke2-1/+10
2002-10-12This is targetted to the people tellingzecke4-5/+125
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 pleasezecke11-37/+197
Progress for FileTransfer FileTransferLayer updates. ErrorCodes + Better methods cancel and better progress default switch to FileTransfer TabWidget is a OTabWidget again
2002-10-11Spelling....zecke2-2/+2
2002-10-11initial upload for the keyboard widgethash2-0/+110
2002-10-11made scroll pure virtualibotty1-2/+2
2002-10-11altered, to use widgetLayer over widgetibotty2-2/+2
2002-10-11added missing line and an extern keywordibotty2-1/+3
2002-10-11added vt100 character translation tableibotty2-0/+12
2002-10-11applied patch to let it compileibotty1-1/+1
2002-10-11changed #include from widget.h to widget_layer.hibotty2-2/+2
2002-10-11changed references to widget into references to widgetLayer or EmulationWidget.ibotty7-19/+23
2002-10-11added emulation_widgetibotty1-2/+2
removed widget
2002-10-11initial not working commitibotty2-0/+125
2002-10-11Introduce rawIO in the IOLayerzecke7-107/+212
This is needed because ?-modem does not like buffered IO at all and we at least double buffered it While sz_transfer is now dead we've filetransfer which is using DirectIO between IOLayer and the SZ IOSerial got adjusted to the rawIO introduction