summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/transferdialog.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-03-13Namespace changes for Appszecke1-1/+2
QAshMoney and Reader need to be valgrinded
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-6/+6
TT.
2004-02-23Opie Console: libopie->libopie2drw1-208/+208
2004-02-01less includesharlekin1-2/+0
2002-10-26- nonmodal file transfer (doesn't work yet!)josef1-2/+13
2002-10-21Fix the addPage bug... and avoid some compiler warnings. REMEMBER WARNINGS ↵zecke1-4/+4
ARE BUGS
2002-10-20Some fixes for receiving files via {x,y,z}modem:josef1-1/+6
- let transfer dialog reset progress bar when finished - typo: s/Sent/Received in received confirmation dialog - specify filename for xmodem (the man page is not very clear about this, but it doesn't work without filename!) - add --overwrite Here's the big problem: For user security, I'd rather use --rename than --overwrite (or make it configurable). But: * --rename is not supported at all by rx/rz/... * --overwrite is not supported by ymodem * --overwrite is always used by xmodem even if not used I want to kick the authors of rz now... Anybody knows a solution?
2002-10-18- implement proper disconnect for modem connectionsjosef1-2/+2
- let transfer dialog use widgetStack()
2002-10-16- if send/receive child processes exit, clicking on 'cancel' doesn't inform thejosef1-13/+31
user about process cancellation because this is already done at this time.
2002-10-13- let metafactory manage new ReceiveLayer objectsjosef1-11/+36
- include Receive::SX, ::SY, ::SZ into default.cpp - use metafactory in transferdialog for receive operations too
2002-10-13- extend file transfer dialog so it can receive too (without filename argument)josef1-34/+65
- 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-12Calmed down... 2nd try after mergezecke1-31/+39
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- my bad: FileTransfer inherits from the layer -> there are the signals :)josef1-1/+52
- setup sig handlers for sent(), progress(), error()
2002-10-12- embed transferdialog into menujosef1-4/+40
2002-10-07- add first widget for transfer dialogjosef1-0/+92