Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-09 00:10:01
Changelog for FileZilla 3 (8068 changes):
2017-08-29 13:29 codesquid, revision 85572017-08-29 13:17 codesquid, revision 8556Revert accidental deletion.
2017-08-29 13:10 codesquid, revision 8555Add missing continue;
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
- M /FileZilla3/trunk/src/interface/splitter.cpp
- M /FileZilla3/trunk/src/interface/splitter.h
2017-08-29 13:10 codesquid, revision 8554Minor cleanup.
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
2017-08-29 11:09 codesquid, revision 8553Ignore empty segments in CLocalTreeView::MakeSubdirs (should never occur, but better be safe) and add an assertion if expanding item with empty first child while setting a selection.
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/treectrlex.cpp
- M /FileZilla3/trunk/src/interface/treectrlex.h
2017-08-27 13:14 codesquid, revision 8549Use int instead of bool to keep track whether we're changing selections.
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/queueview_failed.cpp
2017-08-21 09:04 codesquid, revision 8540Abort queue processing if cancelling the ask for password dialog instead of removing the individual item.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/resources/xrc/menus.xrc
2017-08-21 08:43 codesquid, revision 8539Added Close Once as queue completion action.
2017-08-16 19:46 codesquid, revision 8538Improve tooltip of filters button.
2017-08-16 19:34 codesquid, revision 8536Fix a link dependency
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- M /FileZilla3/trunk/src/pugixml/pugixml.vcxproj
2017-08-14 15:56 codesquid, revision 8535Update VS project files.
2017-08-14 15:48 codesquid, revision 8534Bump to 3.27.1
2017-08-14 15:47 codesquid, revision 8533Mention Azerbaijani translator.
- A /FileZilla3/trunk/locales/az.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/it.po
2017-08-14 14:50 codesquid, revision 8532Updated translations.
2017-08-14 14:47 codesquid, revision 8531Minor reformatting.
2017-08-14 14:12 codesquid, revision 8530Fix bounds.
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
2017-08-13 13:59 codesquid, revision 8526Fix warnings.
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/welcome_dialog.cpp
- M /FileZilla3/trunk/src/interface/welcome_dialog.h
2017-08-13 13:59 codesquid, revision 8525Display initial directory access dialog after welcome dialog
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/menus.xrc
2017-08-13 13:58 codesquid, revision 8524Add menu item to show directory access dialog
2017-08-13 13:56 codesquid, revision 8523Improve text for sandbox dirs dialog
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/osx_sandbox_userdirs.cpp
- M /FileZilla3/trunk/src/interface/osx_sandbox_userdirs.h
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
2017-08-13 13:56 codesquid, revision 8522Add dialog to add/remove sandbox permissions
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/osx_sandbox_userdirs.cpp
- M /FileZilla3/trunk/src/interface/osx_sandbox_userdirs.h
2017-08-13 13:55 codesquid, revision 8521Add selected userdirs to local directory tree if using the app sandbox.
2017-08-10 20:12 codesquid, revision 8520Fix possible crash due to wxListCtrl oddities
2017-07-31 15:43 codesquid, revision 8513#11357 Change advertised client version.
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2017-07-24 19:36 codesquid, revision 8512Trivial reformatting.
Fix silent installation, the uninstaller was not being run. Also add the /quiet flag which acts like silent, except for showing error messages.