Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-04 07:00:01
Changelog for FileZilla 3 (8068 changes):
2015-08-04 08:34 codesquid, revision 6874- 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/resources/xrc/menus.xrc
2015-08-04 07:15 codesquid, revision 6873Add export to all queue tab context menus.
2015-08-03 22:32 codesquid, revision 6872Fixed compile error introduced in r6871
2015-08-03 22:25 codesquid, revision 6871Add translator comment
- M /FileZilla3/trunk/src/interface/fzputtygen_interface.cpp
- M /FileZilla3/trunk/src/interface/fzputtygen_interface.h
- M /FileZilla3/trunk/src/interface/settings/optionspage_connection_sftp.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
2015-08-03 14:30 codesquid, revision 6870Revert some changes that led to translation changes.
- M /FileZilla3/trunk/src/interface/resources/xrc/sitemanager.xrc
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.h
- M /FileZilla3/trunk/src/interface/xrc_helper.h
2015-08-03 08:49 codesquid, revision 6869Hide controls that aren't relevant to the current protocol and logon type selection.
2015-08-03 08:41 codesquid, revision 6868Set CDirectoryListing::listing_has_dirs when adding an unsure directory.
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
2015-08-01 10:37 codesquid, revision 6867If deleting a directory tree navigate out of the deleted subdir when refreshing. #10591
2015-08-01 10:36 codesquid, revision 6866Typo.
2015-07-31 18:44 codesquid, revision 6865Register App Path for Win+R. #10613
2015-07-31 15:36 codesquid, revision 6864Fix copy-paste error found by Coverity.
2015-07-31 15:19 codesquid, revision 6863Fix a warning.
- M /FileZilla3/trunk/src/interface/recursive_operation_status.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation_status.h
2015-07-31 13:00 codesquid, revision 6862Do not update recursion progress more than 5 times per second.
2015-07-31 11:53 codesquid, revision 6861Cache lookup is now O(log n) instead of O(n)
2015-07-30 16:25 codesquid, revision 6860Fix compile error
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/server.h
- A /FileZilla3/trunk/src/interface/fzputtygen_interface.cpp
- A /FileZilla3/trunk/src/interface/fzputtygen_interface.h
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/resources/xrc/sitemanager.xrc
- M /FileZilla3/trunk/src/interface/settings/optionspage_connection_sftp.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_connection_sftp.h
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.h
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2015-07-30 15:48 codesquid, revision 6859Patch by Ander Juaristi with some minor modifications: Allow entering site-specific SFTP private keys in the Site Manager. Modifications: - Fixed order of LogonType enum - Moved/renamed the two new files - Fixed XRC layout - Diable keyfile browse button along with text control
2015-07-30 13:14 codesquid, revision 6858Fixed typo in comment.
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/engine/timeex.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/include/optional.h
- M /FileZilla3/trunk/src/include/timeex.h
2015-07-30 12:46 codesquid, revision 6857Make some additional types movable.
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/include/local_path.h
- M /FileZilla3/trunk/src/include/refcount.h
- M /FileZilla3/trunk/src/include/serverpath.h
2015-07-30 10:03 codesquid, revision 6856Make some classes move-constructible.
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/hu_HU.po
- M /FileZilla3/trunk/locales/hy.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/ja_JP.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/ru.po
2015-07-30 08:37 codesquid, revision 6855Updated translations.
2015-07-29 13:28 codesquid, revision 6854CServerPath::Segmentize did a lot of needless copying.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/proxy.h
2015-07-29 13:27 codesquid, revision 6853Mention proxy type in connection message.
2015-07-28 20:28 codesquid, revision 6852Additional debug logging.
2015-07-28 16:40 codesquid, revision 6851Same as r6592 but for connecting from the command-line. Closes #10605
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/listingcomparison.cpp
- M /FileZilla3/trunk/src/interface/listingcomparison.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/search.cpp
2015-07-28 15:46 codesquid, revision 6850Further removal of wxLongLong.
Small cleanup.