summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/transferdialog.h
AgeCommit message (Collapse)AuthorFilesLines
2002-10-26- nonmodal file transfer (doesn't work yet!)josef1-0/+2
2002-10-18- implement proper disconnect for modem connectionsjosef1-1/+1
- let transfer dialog use widgetStack()
2002-10-16- if send/receive child processes exit, clicking on 'cancel' doesn't inform thejosef1-0/+3
user about process cancellation because this is already done at this time.
2002-10-13- let metafactory manage new ReceiveLayer objectsjosef1-0/+3
- 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-3/+11
- 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-3/+5
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-0/+3
- setup sig handlers for sent(), progress(), error()
2002-10-12- embed transferdialog into menujosef1-2/+7
2002-10-07- add first widget for transfer dialogjosef1-0/+30