Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-05-20 13:10:02
Changelog for FileZilla 3 (8075 changes):
2014-08-06 09:21 codesquid, revision 5986- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
2014-08-06 08:59 codesquid, revision 5985Fix tab traversal of file lists.
2014-08-06 08:54 codesquid, revision 5984Fix tab order upon splitting.
2014-08-06 08:53 codesquid, revision 5983Enable tab traversal in views and fix tab order after attaching a content window or the header window.
2014-08-06 08:53 codesquid, revision 5982Enable tab traversal for tree controls.
2014-07-31 13:15 codesquid, revision 5955Enable tab traversal for view header.
2014-07-31 13:14 codesquid, revision 5954Bump to 3.9.0.2
2014-07-31 10:17 codesquid, revision 5953Update translations.
2014-07-31 08:18 codesquid, revision 5952Refresh dialog after changing certificate to display.
2014-07-30 14:44 codesquid, revision 5951Remove 10 lines at a time when the log gets too big.
2014-07-30 14:10 codesquid, revision 5950Fix nullpointer dereference on shutdown.
- M /FileZilla3/trunk/src/interface/dialogex.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
2014-07-30 13:16 codesquid, revision 5949Fix CMD+X and CMD+C
2014-07-30 13:08 codesquid, revision 5948Outside of debug builds, reset debug log level and raw listing if FZDEBUG environment variable is not 1.
2014-07-30 08:57 codesquid, revision 5947Only call SetInsertionPointEnd if not already at the end.
2014-07-29 19:50 codesquid, revision 5946Fix selecting newly created tabs.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/tests/dirparsertest.cpp
2014-07-29 14:22 codesquid, revision 5945Improve handling of some localized date formats, in particular with date/time of the format 29 jul 21:34
2014-07-29 12:05 codesquid, revision 5944The shell extension isn't part of SFC, so don't treat it as a PROTECTED library.
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
2014-07-28 18:50 codesquid, revision 5941Fix closing FileZilla if a recursive operation is active.
2014-07-28 18:49 codesquid, revision 5940Add comments in code to remind me of previous commit.
2014-07-28 18:33 codesquid, revision 5939GCC <= 4.7 does not like defaulted virtual destructors. Let's wait for Debian Stable to have GCC >= 4.8
2014-07-28 18:32 codesquid, revision 5938Disable Nagle algorithm a little bit earlier.
2014-07-28 14:16 codesquid, revision 5934Disable Nagle algorithm during TLS handshake.
- M /FileZilla3/trunk/src/engine/backend.h
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/include/engineprivate.h
- M /FileZilla3/trunk/src/include/externalipresolver.h
- M /FileZilla3/trunk/src/include/FileZillaEngine.h
- M /FileZilla3/trunk/src/include/local_filesys.h
- M /FileZilla3/trunk/src/include/local_path.h
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/include/server.h
- M /FileZilla3/trunk/src/include/serverpath.h
- M /FileZilla3/trunk/src/include/socket.h
- M /FileZilla3/trunk/src/include/timeex.h
2014-07-27 13:35 codesquid, revision 5922Refactor command and notification classes and mark a bunch of classes final.
2014-07-26 17:19 codesquid, revision 5920Handle a spurious GNUTLS_E_AGAIN from gnutls_record_recv.
2014-07-26 08:21 codesquid, revision 5919Get link target on *nix.
2014-07-26 08:20 codesquid, revision 5918Follow symbolic links when creating backup files.
2014-07-26 08:18 codesquid, revision 5917Follow symbolic links on Windows, part 2.
2014-07-25 19:59 codesquid, revision 5916Handle paths of the form \\?\c:\foo.bar and \\?\UNC\server\share\foo.bar
2014-07-25 14:11 codesquid, revision 5915Follow symbolic links on Windows.
2014-07-25 13:58 codesquid, revision 5914Remove debug code
2014-07-25 13:50 codesquid, revision 5913Load resources via CDialogEx::Load to benefit from the OSX Cmd+A/V fixes.
- M /FileZilla3/trunk/src/interface/dialogex.cpp
- M /FileZilla3/trunk/src/interface/dialogex.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2014-07-25 12:23 codesquid, revision 5912Handle Cmd+V and Cmd+A in dialogs. For some reason we cannot use the normal menu event handler as with the main menu for some reason. Intercept the event before it is being processed by wxDialog and below.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/viewheader.cpp
2014-07-24 09:18 codesquid, revision 5911Pasting via keyboard on OS X doesn't work with combo boxes and password entries. Not even EVT_CHAR_HOOK gets called. Accelerators work though, so use just that.
2014-07-23 16:52 codesquid, revision 5910Detect reparse points. They cannot be followed yet though.
2014-07-22 18:13 codesquid, revision 5909Do not show error message if "Create and enter" is used with enabled synchronized browsing. Fixes #9665
2014-07-22 15:49 codesquid, revision 5908Add comment for translators.
2014-07-22 09:22 codesquid, revision 5907
- M /FileZilla3/trunk/data
- M /FileZilla3/trunk/src/interface
- M /FileZilla3/trunk/src/interface/resources/sun
- M /FileZilla3/trunk/src/putty
2014-07-22 08:59 codesquid, revision 5905Update svn:ignore
2014-07-22 08:59 codesquid, revision 5904Bump to 3.9.0.1
2014-07-22 08:52 codesquid, revision 5903Updated translation
- M /FileZilla3/trunk/src/interface/resources/16x16/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/16x16/lock.png
- M /FileZilla3/trunk/src/interface/resources/16x16/logview.png
- M /FileZilla3/trunk/src/interface/resources/16x16/server.png
- M /FileZilla3/trunk/src/interface/resources/16x16/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/24x24/unknown.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/binary.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/auto.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/auto.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/binary.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/download.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/file.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/folder.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/lock.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/symlink.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/help.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/folderup.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/lock.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/binary.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/file.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/folderup.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/help.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/folderback.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/binary.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/bookmarks.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/file.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/help.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/logview.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/queueview.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/server.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/auto.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/filter.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/help.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/binary.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/download.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/folderback.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/lock.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/refresh.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/upload.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/ascii.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/compare.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/download.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/folder.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/help.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/lock.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/refresh.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/upload.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/ascii.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/auto.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/binary.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/compare.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/find.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/help.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/refresh.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/upload.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/auto.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/ascii.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/auto.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/file.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/logview.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/refresh.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/auto.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/binary.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/folder.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/logview.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/remotetreeview.png
2014-07-22 08:28 codesquid, revision 5902Small size reduction submitted by XhmikosR.
2014-07-21 15:08 codesquid, revision 5899Even if fzshellext.dll is unloaded, libgcc_s_sjlj-1.dll and libstdc++-6.dll stay loaded in Explorer and some programs using Explorer components. Try harder to get rid of old versions of these files.
2014-07-21 15:04 codesquid, revision 5898Bump to 3.9.0
2014-07-21 15:01 codesquid, revision 5897Fix language code mentioned in catalog.
- D /FileZilla3/trunk/locales/lo.po
- A /FileZilla3/trunk/locales/lo_LA.po
2014-07-21 15:01 codesquid, revision 5896Actually we need lo_LA coupled with a small patch for wx.
2014-07-21 14:41 codesquid, revision 5895Fix order of settings directories when looking for current locale
- A /FileZilla3/trunk/locales/lo.po
- D /FileZilla3/trunk/locales/lo_LA.po
2014-07-21 14:34 codesquid, revision 5894Remove LA country, wx doesn't know about it and it shouldn't be needed anyhow.
- D /FileZilla3/trunk/locales/la_LA.po
- A /FileZilla3/trunk/locales/lo_LA.po
2014-07-21 14:31 codesquid, revision 5893Fix language code of Lao.
2014-07-21 14:31 codesquid, revision 5892Added Lao translation.
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/uk_UA.po
2014-07-21 13:20 codesquid, revision 5891Updated translations
Fix preprocessor warning