Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 14:20:01
Changelog for FileZilla 3 (8047 changes):
2016-03-23 10:16 codesquid, revision 73852016-03-23 10:15 codesquid, revision 7384Handle directories when queuing the recursion results.
2016-03-23 10:15 codesquid, revision 7383Use local filters, not remote ones when starting local recursive operation.
2016-03-23 10:14 codesquid, revision 7382Add small function to compile the regexes of a vector of filters.
2016-03-22 17:09 codesquid, revision 7381Use the right operation object to display local progress.
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/local_recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/local_recursive_operation.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/recursive_operation_status.cpp
2016-03-16 10:47 codesquid, revision 7379Partially re-implement adding local directories to queue.
- M /FileZilla3/trunk
- M /FileZilla3/trunk/configure.ac
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/uk_UA.po
- M /FileZilla3/trunk/locales/zh_TW.po
- M /FileZilla3/trunk/NEWS
2016-03-16 08:40 codesquid, revision 7375Merge translations and version bump from 3.16.x branch.
- M /FileZilla3/trunk/src/putty/cproxy.c
- M /FileZilla3/trunk/src/putty/MERGEREVISION
- M /FileZilla3/trunk/src/putty/misc.h
- M /FileZilla3/trunk/src/putty/proxy.c
- M /FileZilla3/trunk/src/putty/ssh.c
- M /FileZilla3/trunk/src/putty/sshcrc.c
- M /FileZilla3/trunk/src/putty/sshecc.c
- M /FileZilla3/trunk/src/putty/unix/uxnet.c
- M /FileZilla3/trunk/src/putty/windows/winnpc.c
- M /FileZilla3/trunk/src/putty/windows/winpgntc.c
- M /FileZilla3/trunk/src/putty/windows/winsecur.c
2016-03-15 23:03 codesquid, revision 7371Merge upstream PuTTY changes.
2016-03-14 13:40 codesquid, revision 7367Request Unicode build with NSIS 3. The move to NSIS 3 is due to the DLL hijacking vulnerability in older NSIS versions. Fixes #10785 reported by Rojan Rijal.
2016-03-14 09:26 codesquid, revision 7366Update to most recent version of UAC plugin for NSIS
- M /FileZilla3/trunk/src/interface/clearprivatedata.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/local_recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/local_recursive_operation.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation_status.cpp
- M /FileZilla3/trunk/src/interface/remote_recursive_operation.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2016-03-11 10:25 codesquid, revision 7365Create local recursive operation instance and handle its destruction.
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/local_recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- 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
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- A /FileZilla3/trunk/src/interface/recursive_operation.cpp
- A /FileZilla3/trunk/src/interface/recursive_operation.h
- M /FileZilla3/trunk/src/interface/recursive_operation_status.cpp
- M /FileZilla3/trunk/src/interface/remote_recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/remote_recursive_operation.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2016-03-10 10:57 codesquid, revision 7364Rip out queueing local directories, it's an inuntanglable mess. This functionality will be rewritten from scratch.
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation_status.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation_status.h
- M /FileZilla3/trunk/src/interface/remote_recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/remote_recursive_operation.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2016-03-09 13:41 codesquid, revision 7363Add local recursive operation status.
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- A /FileZilla3/trunk/src/interface/local_recursive_operation.cpp
- A /FileZilla3/trunk/src/interface/local_recursive_operation.h
- M /FileZilla3/trunk/src/interface/Makefile.am
- 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
2016-03-08 08:40 codesquid, revision 7362Move CFolderProcessingThread out of the queue into own file and begin separating the logic. The goal is to have adding local directories to the queue behave exactly as adding remote directories to the queue, with the recursive operation status below the local file list. Under the hood, both local and remote recursive operations should have the same interface. This common functionality can then at a later step be used to have a local file search and possibly even a comparative search.
- M /FileZilla3/trunk/src/interface/clearprivatedata.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- D /FileZilla3/trunk/src/interface/recursive_operation.cpp
- D /FileZilla3/trunk/src/interface/recursive_operation.h
- M /FileZilla3/trunk/src/interface/recursive_operation_status.cpp
- A /FileZilla3/trunk/src/interface/remote_recursive_operation.cpp
- A /FileZilla3/trunk/src/interface/remote_recursive_operation.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2016-03-04 16:11 codesquid, revision 7360Rename recursive_operation.c/h to remote_recursive_operation.c/h
2016-03-04 11:34 codesquid, revision 7359Improve Windows 10 compatibility.
2016-03-04 11:22 codesquid, revision 7358Fix two harmless warnings.
- M /FileZilla3/trunk/src/interface/chmoddialog.cpp
- M /FileZilla3/trunk/src/interface/conditionaldialog.cpp
- M /FileZilla3/trunk/src/interface/dialogex.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage.cpp
- M /FileZilla3/trunk/src/interface/splitter.cpp
- M /FileZilla3/trunk/src/interface/toolbar.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/src/interface/xh_toolb_ex.cpp
2016-02-29 10:16 codesquid, revision 7351Replace wxDynamicCast with dynamic_cast
2016-02-29 10:15 codesquid, revision 7350Bump to 3.16.0
- A /FileZilla3/trunk/data/INetC.dll
- M /FileZilla3/trunk/data/install.nsi.in
- A /FileZilla3/trunk/data/offer.nsh
2016-02-29 10:08 codesquid, revision 7349If building the installer with a special define, optional third-party offers can be displayed during setup. Installations from the auto-updater and installations do not display nor installer any offers.
2016-02-29 10:05 codesquid, revision 7348Add a new leftover file due to da_DK renamed to da.
- A /FileZilla3/trunk/locales/da.po
- D /FileZilla3/trunk/locales/da_DK.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nb_NO.po
2016-02-29 07:49 codesquid, revision 7347Updated translations.
2016-02-22 13:51 codesquid, revision 7345Do not reset queue completion action after queue completion.
2016-02-22 13:41 codesquid, revision 7343Bump to 3.16.0-rc1
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_CN.po
2016-02-22 13:20 codesquid, revision 7342Updated translations
Clarify wording.