Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 14:00:01
Changelog for FileZilla 3 (8047 changes):
2016-06-07 14:55 codesquid, revision 75472016-06-07 11:34 codesquid, revision 7546Only sort drives after adding them.
2016-06-07 09:17 codesquid, revision 7545Simplify getting command-line arguments.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.h
2016-06-03 14:07 codesquid, revision 7544Minor speedup loading the queue if there is nothing to load.
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/context_control.h
2016-06-03 14:06 codesquid, revision 7543Allow rearranging tabs via drag&drop.
2016-06-03 14:05 codesquid, revision 7542wxAuiNotebook doesn't update m_curPage when doing Drag&drop. Do it manually.
2016-06-03 09:26 codesquid, revision 7541Minor cleanup.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
2016-06-01 19:56 codesquid, revision 7540Do not display an error if server disconnects us during idle time.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2016-06-01 08:34 codesquid, revision 7539Apply inverse of user-selected timezone offset when modifying remote file timestamps. Fixes #10852
2016-05-29 15:13 codesquid, revision 7538Fix compile error if having update checks disabled through configure.
2016-05-27 12:12 codesquid, revision 7536Fix typo preventing copying multiple URLs.
2016-05-27 12:02 codesquid, revision 7535Bump to 3.18.0
- M /FileZilla3/trunk/locales/co.po
- M /FileZilla3/trunk/locales/da.po
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/ko_KR.po
- M /FileZilla3/trunk/locales/nb_NO.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/zh_CN.po
2016-05-27 08:35 codesquid, revision 7534Updated translations
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
- M /FileZilla3/trunk/src/interface/welcome_dialog.cpp
2016-05-26 09:03 codesquid, revision 7533Add option to disable footers.
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
- M /FileZilla3/trunk/src/interface/welcome_dialog.cpp
- M /FileZilla3/trunk/src/interface/welcome_dialog.h
2016-05-24 12:38 codesquid, revision 7532Add welcome footer.
- M /FileZilla3/trunk/src/interface/local_recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/remote_recursive_operation.cpp
2016-05-24 12:37 codesquid, revision 7531Actually flatten the directory structure if told so when adding local directories to queue.
2016-05-24 12:36 codesquid, revision 7530When processing local directories, tell FilenameFilteredByFilter whether entry is file or directory.
2016-05-22 10:38 codesquid, revision 7529Also clear local and remote file data when clearing results.
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
2016-05-20 16:31 codesquid, revision 7524Use correct host format where there's a separate port field.
2016-05-20 16:12 codesquid, revision 7523Bump to 3.18.0-rc1
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
2016-05-20 14:34 codesquid, revision 7522Add option to disable drag&drop.
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
- M /FileZilla3/trunk/src/interface/resources/xrc/menus.xrc
2016-05-19 07:42 codesquid, revision 7521If opening context menu while holding shift, Getting item(s) as URL includes password. Closes #10829
- M /FileZilla3/trunk/src/engine/misc.cpp
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/include/misc.h
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2016-05-18 21:09 codesquid, revision 7519Percent-encode characters in URLs that aren't unreserved.
2016-05-18 12:54 codesquid, revision 7517Cleanup GetAsURL.
2016-05-18 09:53 codesquid, revision 7516Fix date validation to match later use of date.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/server.h
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/file_utils.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
Refactor functions to format CServer to string. Based on patch #10829 by jblitte.