Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-01 00:30:01
Changelog for FileZilla 3 (8045 changes):
2008-11-30 15:38 botg, revision 2881- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2008-11-30 15:01 botg, revision 2880Some more small performance optimizations
2008-11-30 14:18 botg, revision 2879Avoid slow wxFileName, speeds up CFileListCtrl::GetType
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/window_state_manager.cpp
- M /FileZilla3/trunk/src/interface/window_state_manager.h
2008-11-30 13:52 botg, revision 2878Restore correct splitter positions on maximized windows on wxGTK
2008-11-29 20:53 botg, revision 2877Number of files wasn't updated if removing the last file(s) in a listing
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
2008-11-29 15:05 botg, revision 2876Fix warnings
2008-11-29 14:57 botg, revision 2875Don't timeout while waiting for lock.
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/commands.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- 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/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2008-11-28 20:10 botg, revision 2874Automatic refresh of remote file list once queue finishes.
2008-11-27 17:11 botg, revision 2873Typo
- M /FileZilla3/trunk/src/interface/resources/windows_manifest.xml
- M /FileZilla3/trunk/src/putty/Makefile.am
- M /FileZilla3/trunk/src/putty/windows/Makefile.am
- M /FileZilla3/trunk/src/putty/windows/psftp.rc
- A /FileZilla3/trunk/src/putty/windows/windows_manifest.xml
2008-11-27 16:55 botg, revision 2872fzsftp and fzputtygen need the manifest as well.
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/resources/filezilla.rc
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/windows_manifest.xml
2008-11-26 23:25 botg, revision 2871The default manifest provided by wxWidgets does not have requestedExecutionLevel set. As such, madness like the filesystem virtualization (%LOCALAPPDATA%/VirtualStore) was active. The new manifest sets requestedExecutionLevel to "asInvoker" and thus avoids the virtual store.
2008-11-26 16:13 botg, revision 2870Remove unused variables.
2008-11-26 16:04 botg, revision 2869Version bump to 3.1.6-rc1
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/cs_CZ.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/uk_UA.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-11-25 17:46 botg, revision 2868Updated translations.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/optionspage_interface.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/splitter.cpp
2008-11-24 15:19 botg, revision 2867Add message log position option to settings dialog. Also fix some minor issues.
2008-11-24 15:15 botg, revision 2866Avoid problems caused by lazy maximize on GTK, just use negative sash positions for gravity 1.0 in all cases.
2008-11-24 00:36 botg, revision 2865Handle error case if GetFileInfo inside GetNextFile fails.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/splitter.cpp
- M /FileZilla3/trunk/src/interface/splitter.h
2008-11-23 23:19 botg, revision 2864Fix two small regressions.
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/Options.cpp
- A /FileZilla3/trunk/src/interface/splitter.cpp
- A /FileZilla3/trunk/src/interface/splitter.h
- M /FileZilla3/trunk/src/interface/window_state_manager.cpp
2008-11-23 15:59 botg, revision 2863New CSplitterWindowEx class for a nice cleanup of everything splitter related.
2008-11-23 14:59 botg, revision 2862Can not use %f format specifier to store floating point numbers in settings files. %f is locale-dependent.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
2008-11-20 00:27 botg, revision 2861Queue and message log can be positioned side by side.
2008-11-19 16:40 botg, revision 2860Blind fix for potential race condition.
2008-11-19 00:18 botg, revision 2858Another small fix for Turkish locale.
2008-11-19 00:11 botg, revision 2857Add test for MLSD output. Use current locale for the test.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
- M /FileZilla3/trunk/src/engine/misc.cpp
- M /FileZilla3/trunk/src/include/misc.h
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
2008-11-17 13:55 botg, revision 2856Directory listing parser fixes for Turkish locale.
2008-11-17 13:54 botg, revision 2855Better dialog titles.
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
2008-11-17 13:24 botg, revision 2854Add context menu to export individual sites.
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/directorycache.h
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/pathcache.cpp
- M /FileZilla3/trunk/src/engine/pathcache.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2008-11-16 20:57 botg, revision 2853Cache cleanup. Might need more testing.
2008-11-15 15:30 botg, revision 2852Fix art provider on some locales (e.g. Turkish) where theres a different relationship between lowercase and uppercase ASCII characters. Reported by Pardus package maintainers.
2008-11-15 14:28 botg, revision 2851Correct number of added files.
2008-11-15 14:27 botg, revision 2850Version bump
- 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
2008-11-15 13:03 botg, revision 2849Further speedup
2008-11-14 19:51 botg, revision 2848Save some more CPU cycles
- M /FileZilla3/trunk/locales/ca.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/mk_MK.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-11-13 11:28 botg, revision 2847Updated translations
- M /FileZilla3/trunk/src/interface/dndobjects.cpp
- M /FileZilla3/trunk/src/interface/dndobjects.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
2008-11-12 20:03 botg, revision 2846Fix #3992, link information needs to be part of the remote data object for drag&drop of symbolic links.
2008-11-12 19:44 botg, revision 2845Typo in comment.
2008-11-12 17:49 botg, revision 2844wxDisplay does not react to changed display layout. Crude hack, but should work.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
2008-11-09 14:33 botg, revision 2840Work in progress: Alternative message log position.
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.h
2008-11-09 11:56 botg, revision 2839Implement tab highlighting.
2008-11-08 19:41 botg, revision 2838Don't store the full path for every item in the forest, it's enough to store the path for the roots.
2008-11-07 18:33 botg, revision 2837Fix for #3949 wasn't complete, missed a spot.
2008-11-07 13:55 botg, revision 2836Avoid trying to read 0 bytes.
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filezillaapp.h
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
- M /FileZilla3/trunk/src/interface/settingsdialog.h
- M /FileZilla3/trunk/src/Makefile.am
2008-11-04 13:00 botg, revision 2835Revert accidental commit.
- M /FileZilla3/trunk/autogen.sh
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filezillaapp.h
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
- M /FileZilla3/trunk/src/interface/settingsdialog.h
- M /FileZilla3/trunk/src/Makefile.am
2008-11-04 10:45 botg, revision 2834Remove leftover strings
2008-11-03 10:45 botg, revision 2833Some systems have neither MSG_NOSIGNAL nor SO_NOSIGPIPE. Need to block SIGPIPE the old fashioned way.
2008-10-31 18:32 botg, revision 2831Fix #3930, don't crash if clearing quickconnect bar while it is hidden.
- 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
2008-10-30 14:38 botg, revision 2830Don't use filter manager inside the worker thread. wxString isn't threadsafe.
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/fr_CA.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/sl_SI.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/vi_VN.po
2008-10-30 10:52 botg, revision 2829Updated translations
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
2008-10-29 16:46 botg, revision 2828Fix #3949, deleting a subdirectory did not remove the item from the tree since it is still selected when RefreshItem is called.
2008-10-28 19:42 botg, revision 2827#3937 fix typo.
Fix #3900, duplicate help menu under OS