aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/FileTransfer.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-803/+0
| | | | | | Windows part should be complete. For the Unix part, more changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@592 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Small code improvements.Dennis Syrovatsky2006-05-221-4/+2
| | | | | | Fixed bug with it - the server didn't send message FileListData when the requested folder is unavailable for any reasons. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@574 3789f03b-4d11-0410-bbf8-ca57d06f2519
* The CFTMsgReader and the CFTMsgWriter classes was moved to rfb workspace.Dennis Syrovatsky2006-04-171-20/+125
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@531 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added FileTransfer::procFileUploadCancelMsg() andDennis Syrovatsky2005-12-181-6/+30
| | | | | | | | FileTransfer::procFileDownloadFailedMsg() methods. Code improvements. Major changes in the FTMsgReader class. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@459 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added confirmation dialog for file transfer operation.Dennis Syrovatsky2005-12-181-2/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@458 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Deleted the FTDialog::BrowseDlg class.Dennis Syrovatsky2005-12-151-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@452 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added code for local and remote renaming files and folders.Dennis Syrovatsky2005-12-141-0/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@449 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added create folder possibility.Dennis Syrovatsky2005-12-141-0/+11
| | | | | | | Now the user can create folders on the local and remote sides. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@448 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added code for canceling file transfer.Dennis Syrovatsky2005-12-141-3/+38
| | | | | | | Code improvements. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@445 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added dialog for canceling file transfer.Dennis Syrovatsky2005-12-141-0/+4
| | | | | | | Added new class FTDialog::CancelingDlg. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@444 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added code for controling the progress of the file transfer.Dennis Syrovatsky2005-12-141-10/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@443 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added status strings for copy operation.Dennis Syrovatsky2005-12-141-7/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@442 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Code improvements.Dennis Syrovatsky2005-12-141-0/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@441 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Changed FTMsgReader::readFileDownloadData() method.Dennis Syrovatsky2005-12-141-3/+46
| | | | | | | | | Added the FileTransfer::downloadFile() method. Added the FileTransfer::procFileDownloadDataMsg(). Code improvements. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@440 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added code for FileTransfer::procFLRDownload() method.Dennis Syrovatsky2005-12-131-0/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@439 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added code for download operationDennis Syrovatsky2005-12-131-1/+22
| | | | | | | | to the FileTransfer::CheckDownloadQueue() method. Code improvements. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@438 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Code evalution.Dennis Syrovatsky2005-12-051-4/+17
| | | | | | | Now it's possible the deleting files and folders on both sides (local and remote). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@434 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added checkDeleteQueue() method to the FileTransfer class.Dennis Syrovatsky2005-12-051-1/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@433 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added new methods to the class FolderManager for delete operation.Dennis Syrovatsky2005-12-051-2/+25
| | | | | | | | | Added delete queue and some methods for making delete operation to the FileTransfer class. Code improvements. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@432 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Changed flags for reading from "r" to "rb", for writing from "w" to "wb"Dennis Syrovatsky2005-11-301-6/+72
| | | | | | | | | in the FileReader and FileWriter. Added FileTransfer::procFLRUpload(...) method. Now It's possible the upload files and folders. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@423 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added window messages to FTDialogDennis Syrovatsky2005-11-281-41/+46
| | | | | | | for operating upload, download and transfer queue. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@420 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added getDirSize() method to the FolderManager class.Dennis Syrovatsky2005-11-281-2/+90
| | | | | | | | Added checkTransferQueue() method to the File Transfer class. Code improvements. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@419 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Big code evolution for file transfer feature.Dennis Syrovatsky2005-11-281-0/+33
| | | | | | | | | | Added methods to the TransferQueue class for flag managing. Added upload() and download() methods to the FileTransfer class. Reconstruction of FTProgress class. Code improvements. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@418 3789f03b-4d11-0410-bbf8-ca57d06f2519
* The FTMsgWriter class is finished.Dennis Syrovatsky2005-11-231-1/+1
| | | | | | | Now this class may send any messages of the file transfers protocol. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@413 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added parent window handle to the creation methodDennis Syrovatsky2005-11-211-2/+2
| | | | | | | of the file transfer dialog. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@409 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added methods for processing file transfer message FileListData.Dennis Syrovatsky2005-11-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@408 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Code improvements.Dennis Syrovatsky2005-11-171-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@407 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Major code evolution.Dennis Syrovatsky2005-11-101-0/+80
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@398 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Code evolution.Dennis Syrovatsky2005-11-101-7/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@395 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Code improvements.Dennis Syrovatsky2005-11-101-4/+31
| | | | | | | Added FileTransfer::processFTMsg(...) method. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@394 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Code improvements.Dennis Syrovatsky2005-11-101-11/+0
| | | | | | | Added FTDialog::showLocalLVItems(...) method. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@389 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Code improvements.Dennis Syrovatsky2005-11-091-0/+6
| | | | | | | | Added code for FTDialog::FTDialogProc(...) method. Now user can see the list of local drives in the File Transfers dialog. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@388 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Code improvements.Dennis Syrovatsky2005-11-091-1/+6
| | | | | | | | Added code for addLocalLVItems and addRemoteLVItems. Deleted some descriptions of methods from header file FTDialog.h git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@387 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added file transfers object to CView class.Dennis Syrovatsky2005-11-091-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@386 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added FileTransfer::initialize(...) method.Dennis Syrovatsky2005-11-091-2/+19
| | | | | | | Minor code improvements. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@385 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added FileTransfer::createFileTransfer.Dennis Syrovatsky2005-11-071-1/+11
| | | | | | | Code improvements. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@383 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added FileTransfer and FTDialog classes.Dennis Syrovatsky2005-11-021-0/+37
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@366 3789f03b-4d11-0410-bbf8-ca57d06f2519