Timeline
12/07/10:
- 14:14 Ticket #72 (Renaming folder doesn't update view) created by
- 14:13 Ticket #71 (Dragging onto existing file displays wrong error message) created by
- Dragging onto an existing file displays: […] followed by: […] It …
11/07/10:
- 15:37 Ticket #53 (Swish can not find it's known_hosts file under non-latin username) closed by
- fixed
- 15:31 Changeset in swish [1dcbb7c] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetrefactor/commandsshell_folder_symlinktransifex
Use wide version of Windows username to find known_host file.
Fixes bug with Unicode usernames preventing access to known_host file. See #53.
- 13:08 Changeset in swish [6050cff] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetrefactor/commandsshell_folder_symlinktransifex
Updated version to 0.4.2.
- 11:23 Changeset in swish [ad0dea4] by
-
Tagging as swish-0.4.1 after releasing package on SourceForge? ( http://sourceforge.net/projects/swish/files/swish/swish-0.4.1/).
- 09:30 Changeset in swish [b368710] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetrefactor/commandsshell_folder_symlinktransifex
Recalculate whether Remove is enabled in host folder menu as it displays.
See #70.
09/07/10:
- 14:55 Ticket #70 (Cannot Disconnect/Remove a SWISH Connection) created by
- Swish Version 0.4.0 downloaded on 07/09/10. I set up an ssh connection in …
08/07/10:
- 15:32 Ticket #69 (Broken connection prevents reconnect) created by
- If the connection breaks, (maybe only if the window remains open at the …
07/07/10:
- 18:38 Changeset in swish [a3fe983] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetrefactor/commandsshell_folder_symlinktransifex
Allow to compile with Windows Vista SDK.
06/07/10:
- 07:25 Changeset in swish [c4a232f] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetrefactor/commandsshell_folder_symlinktransifex
Improve dialog message handling.
05/07/10:
- 20:14 Changeset in swish [e5738a5] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetrefactor/commandsshell_folder_symlinktransifex
Give dialog messages special handling.
In other words, this change uses the dialog message loop rather than simply subclassing the dialog window.
04/07/10:
- 20:31 Changeset in swish [2f89dd4] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetrefactor/commandsshell_folder_symlinktransifex
Revamped message and command dispatch.
All messages and commands are dispatched by chaining them through message map from the most derived subclass through the superclasses.
- 19:54 Changeset in swish [444b943] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetrefactor/commandsshell_folder_symlinktransifex
Updated ignore lists.
03/07/10:
- 12:44 Ticket #67 (Spinner arrows should be contained within text box) created by
- See MS Style guide
- 12:42 Ticket #66 (Reports error twice when user presses cancel while connecting) created by
- It shouldn't report an error at all. All other cases should report an …
- 12:40 Ticket #48 (Connection form allocates 100MB memory) closed by
- fixed: A very simple fix! :) We were incrementing the result of a function that …
- 12:39 Changeset in swish [1f3fdfc] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetrefactor/commandsshell_folder_symlinktransifex
Fixed memory leak in Ezel forms.
We were incrementing the result of a function that already performed the increment internally.
Fixes #48.
- 12:13 Changeset in swish [e3327b7] by
-
older_sdks
Some work towards compiling on older Windows SDKs such as the one that ships with VS2005.
Not finished.
- 10:26 Changeset in swish [989c858] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Fix double-drop failure.
We weren't destroying the progress dialog between drops so the second drop to the same folder would fail with E_UNEXPECTED.
- 10:24 Changeset in swish [f6f5286] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Fixes so we can compile with Windows 7 SDK.
26/06/10:
- 21:59 Changeset in swish [9e23b4a] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Display Drop errors to user.
See #65.
- 21:58 Ticket #65 (Don't allow any unreported failure) created by
- Currently, many operations in Swish fail silently if they hit an error. …
- 17:39 Ticket #51 (Confirm before overwriting remote file) closed by
- fixed
- 17:36 Ticket #64 (Progress not updated during upload of single file) closed by
- fixed
- 17:35 Changeset in swish [a8f5d3d] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Show progress within single file.
Update progress indicator with progress of partially updated file as well as between separate files.
Fixes #64.
- 17:35 Ticket #64 (Progress not updated during upload of single file) created by
25/06/10:
- 13:08 Changeset in swish [af6d02a] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Replaced remaining use of ATL in DropTarget?.
Closes #57.
- 13:08 Ticket #57 (Remove ATL and 'old classes' dependencies from DropTarget) closed by
- fixed
- 11:45 Ticket #56 (Move DropTarget code to separate project) closed by
- fixed
- 11:28 Changeset in swish [c952a19] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Refactored DropTarget? code into separate project.
Closes #56.
24/06/10:
- 19:13 Ticket #63 (a bug) created by
- Hi, first of all, I think your proyect is very interesting and usufull, I …
- 19:08 Ticket #62 (authentication by key) closed by
- duplicate: Duplicate of #18.
23/06/10:
- 19:40 Ticket #62 (authentication by key) created by
- I request the authentication that uses the key.
22/06/10:
- 21:02 Ticket #58 (Progress window appears in front of Replace File confirmation box) closed by
- fixed
- 21:02 Changeset in swish [7d5864a] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Fix DropTarget? progress window appearing in front of confirmation box.
When displaying a confirmation dialogue we temporarily disable the progress window and reenable it once it's been dismissed.
Fixes #58.
- 17:54 Ticket #61 (Use fancy Confirm Replace dialogue) created by
- The Windows ZIP folder uses SHConfirmOperation to display the nice, …
- 17:50 Ticket #60 (Use fancy progress dialogues for DropTarget) created by
- - XP has [ http://msdn.microsoft.com/en-us/library/bb776369%28VS.85%29.aspx …
- 17:46 Ticket #59 (Asynchronous transfer in DropTarget) created by
- Currently the drop source is blocked while files transfer. It would be …
- 17:41 Ticket #58 (Progress window appears in front of Replace File confirmation box) created by
- 17:39 Ticket #57 (Remove ATL and 'old classes' dependencies from DropTarget) created by
- 17:37 Ticket #56 (Move DropTarget code to separate project) created by
- 17:30 Changeset in swish [4ec135b] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Refactored UI out of DropTarget?.
- 17:17 Changeset in swish [7346c94] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Tweaked precompiled header.
19/06/10:
- 09:05 Changeset in swish [0980a52] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Ask user to confirm before overwriting an existing file.
Fixes #51.
- 08:42 Changeset in swish [ce8d575] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Fix opening read-only Stream.
Should never create a file if the caller opens it as read-only. Only if the caller wants to write to it.
- 08:09 Ticket #55 (Dropped file doesn't show up until after refresh) created by
- The DropTarget? probably isn't calling ShellNotify?
16/06/10:
- 18:55 Ticket #54 (Tab order is broken on New Connection form) created by
- 18:11 Changeset in swish [0890cf2] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Use Comet instead of ATL for CConsumerStub.
See #43.
- 14:56 Changeset in swish [8ad4998] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Added German translation contributed by Lars Westphal.
- 14:49 Changeset in swish [996b70c] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Improved error report when failing to get listing.
This involved two changes. Firstly I replaced the really old listing code with the new directory_iterator from the ssh library. This throws proper exceptions holding the error string. Secondly, I changed GetListing? so that it translates between C++ exceptions and IErrorInfo and back again in CSftpDirectory on the other side.
See #7.
15/06/10:
- 09:14 WikiStart edited by
- Updated screenshot to Windows 7 version (diff)
13/06/10:
- 14:31 Changeset in swish [e6cca05] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Move session class into ssh namespace.
- 14:02 Changeset in swish [d8f2842] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Added authentication and directory iterator.
- 10:38 Changeset in swish [d7c0210] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Suppress unreferenced parameter warnings.
- 09:39 Changeset in swish [4527b26] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Fix parameters.
- 09:36 Changeset in swish [0678b1d] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Use creation-by-moniker in ProviderFixture?.
- 09:36 Changeset in swish [d6eac9a] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Doc fix.
- 09:31 Changeset in swish [3ac3937] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Fix tests.
12/06/10:
- 11:30 Changeset in swish [c86d8d3] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Moved class provider declaration into provider.hpp.
- 11:09 Changeset in swish [08293fe] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Split CProvider in two.
CProvider is now a COM class which holds an instance of provider, a non-COM class the does most of the implementation. The provider class interface uses friendly C++ types instead of COM types.
See #7.
- 10:47 Changeset in swish [9ce6a64] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Split CProvider in two.
CProvider is now a COM class which holds an instance of provider, a non-COM class the does most of the implementation. The provider class interface uses friendly C++ types instead of COM types.
See #7.
- 09:01 Changeset in swish [6ff4933] by
-
masterburn-bootstrapperdecomtaminatedrop_target_zip_bugfeature/async_drop_targetolder_sdksrefactor/commandsshell_folder_symlinktransifex
Guard CProvider COM methods against exception escape.
See #7.
