Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 08:50:01
Changelog for FileZilla 3 (8047 changes):
2013-04-01 17:00 codesquid, revision 50392013-03-11 08:04 codesquid, revision 5020Handle paths with embedded double-quotes.
2013-03-11 08:04 codesquid, revision 5019Fix assertion.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2013-02-09 12:56 codesquid, revision 4937Ignore .. item if having multiple items selected for transfer or deletion.
2013-01-13 19:27 codesquid, revision 4889Make inactive tab colour a tiny bit darker.
2013-01-13 17:12 codesquid, revision 4888Trim the port.
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_edit.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_edit_associations.cpp
2013-01-13 09:27 codesquid, revision 4887#8413: Improve handling of DDE commands.
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2013-01-13 09:06 codesquid, revision 4886#8309: Ignore drops where source and target are identical. Print nicer error message if trying to drag parent into own subdir in the local tree view.
2013-01-13 08:58 codesquid, revision 4885#8308: Copy -> Duplicate
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.h
2013-01-13 08:01 codesquid, revision 4884#8414: Add label indicating that filesize is given in bytes.
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.h
2013-01-13 08:00 codesquid, revision 4883Don't attempt writing XML files when loading them.
2013-01-06 08:46 codesquid, revision 4882When editing files, use high priority for the transfers, part 2.
2013-01-06 08:45 codesquid, revision 4881When editing files, use high priority for the transfers.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/queue.cpp
2012-12-30 11:11 codesquid, revision 4880Add priority to QueueFile
2012-12-30 10:03 codesquid, revision 4879Fix compile error
- M /FileZilla3/trunk/src/interface/resources/settings.xrc
- M /FileZilla3/trunk/src/interface/settings/optionspage_updatecheck.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_updatecheck.h
- M /FileZilla3/trunk/src/interface/settings/settingsdialog.cpp
2012-12-30 09:02 codesquid, revision 4878Remodel update page in preferences based on suggestion by Aleksandar Kovac.
2012-12-25 19:39 codesquid, revision 4872Create image list earlier.
2012-12-21 00:24 gathoye, revision 4871Scale drag-scroll hot area if list has a small rect.
2012-12-17 17:29 codesquid, revision 4870Had some difficulties to fell asleep. Had the idea to maintain and update the French translation.
2012-12-16 09:14 codesquid, revision 4869Further profiling, this actually seems the culprit.
- M /FileZilla3/trunk/src/interface/cmdline.cpp
- M /FileZilla3/trunk/src/interface/cmdline.h
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filezillaapp.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2012-12-11 21:21 codesquid, revision 4868Add infrastructure to profile startup of FileZilla.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2012-12-08 09:24 codesquid, revision 4866Apply patch #8344 with some small cleanup.
2012-12-08 09:09 codesquid, revision 4865Apply #8360, fixes a linking error.
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
2012-12-04 18:19 codesquid, revision 4864Most users don't understand "Kiosk mode". Use a more helpful message, and instead of failing, just convert the entry to "Ask for password".
2012-12-04 17:49 codesquid, revision 4863Another nice speed improvement.
Increase BUFFER_GRANULE, this leads to a nice performance improvement at the expense of a little memory.