Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-25 04:50:01
Changelog for FileZilla 3 (8047 changes):
2014-06-30 07:19 codesquid, revision 5753- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/settings.xrc
2014-06-29 10:23 codesquid, revision 5752Language change now always requires a restart. Too much breaks if changing language if the GUI is up.
2014-06-29 10:08 codesquid, revision 5751I've encountered random crashes in the spell checker for text controls. Disable spell checker on OS X, it's not really needed in an FTP client.
2014-06-29 09:56 codesquid, revision 5750Fix update dialog in right-to-left languages.
2014-06-29 09:34 codesquid, revision 5749Add tooltip.
2014-06-29 09:34 codesquid, revision 5748Minor performance improvement.
2014-06-28 09:30 codesquid, revision 5747Terminate URL with slash.
2014-06-28 09:29 codesquid, revision 5746Fix language comparison, runtime was rightfully complaining about a bad operator.
2014-06-28 08:13 codesquid, revision 5745Reposition pages in RTL mode.
2014-06-28 07:41 codesquid, revision 5744Custom drawing code isn't needed on wxMAC either, so we can now completely remove it.
2014-06-28 07:18 codesquid, revision 5743Use a hyperlink control to link to help page about date/time formatting.
2014-06-27 21:19 codesquid, revision 5742The custom tab drawing code isn't needed anymore under Windows either.
2014-06-27 21:18 codesquid, revision 5741No need for CFilterDC on wxGTK.
2014-06-27 06:42 codesquid, revision 5740wxAUI works a lot better with wxGTK in version 3. Disable a bunch of old workarounds.
2014-06-26 18:40 codesquid, revision 5738Fix a rare memory leak.
2014-06-26 18:39 codesquid, revision 57373.9.0-beta2 is here.
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/vi_VN.po
2014-06-26 18:21 codesquid, revision 5736Update translation files.
2014-06-26 17:13 codesquid, revision 5735Use wxStdDialogButtonSizer in conditional dialogs.
2014-06-24 16:53 codesquid, revision 5734When toggling tree visibility if enabling directory comparison, set the corresponding option so that menu and toolbar states are updated. Fixes #9620.
2014-06-24 16:44 codesquid, revision 5733Disable wrapping warnings.
2014-06-23 19:01 codesquid, revision 5732Add more spacing between OK and Cancel in settings dialog.
2014-06-23 06:44 codesquid, revision 5729Fix comparison, sort function now returns positve/negative numbers instead of +/-1. Reported in #9607, introduced by #9402.
2014-06-23 06:30 codesquid, revision 5728Adjust the throbber's minsize after loading the animation.
2014-06-22 17:05 codesquid, revision 5727Only mark background as transparent on wxGTK,, otherwise under Windows the background is never cleared and junk filling it up eventually.
2014-06-22 16:04 codesquid, revision 5726Fix spurious error message when closing FileZilla, fixes #9600.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/file_utils.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/settings/optionspage_dateformatting.cpp
- M /FileZilla3/trunk/src/interface/timeformatting.cpp
- M /FileZilla3/trunk/src/interface/welcome_dialog.cpp
2014-06-22 15:59 codesquid, revision 5725Replace IsEmpty with empty, patch by XhmikosR.
2014-06-22 15:47 codesquid, revision 5724Another wxStaticBox fix, these subtle differences between platforms...
2014-06-22 15:26 codesquid, revision 5723Fix sizing of settings dialog under GTK.
2014-06-22 14:08 codesquid, revision 5722With some GTK themes, initially reported static box size is wrong. This is an attempt to work around it.
2014-06-22 13:51 codesquid, revision 5721Mark activity indicators as having a transparent background.
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/interface/buildinfo.cpp
- M /FileZilla3/trunk/src/interface/cmdline.cpp
- M /FileZilla3/trunk/src/interface/dialogex.cpp
- M /FileZilla3/trunk/src/interface/dndobjects.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/file_utils.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2014-06-22 13:48 codesquid, revision 5720Return wxString() instead of empty string literals or wxEmptyString. Patch by XhmikosR.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- 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/serverpath.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/serverpath.h
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/dndobjects.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
2014-06-22 13:23 codesquid, revision 5719Replace CServerPath's IsEmpty and Clear with empty and clear.
- M /FileZilla3/trunk/src/dbus/desktop_notification.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/pathcache.cpp
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/auto_ascii_files.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/chmoddialog.cpp
- M /FileZilla3/trunk/src/interface/cmdline.cpp
- M /FileZilla3/trunk/src/interface/dndobjects.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/file_utils.cpp
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filteredit.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/inputdialog.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.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/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/sftp_crypt_info_dlg.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/systemimagelist.cpp
- M /FileZilla3/trunk/src/interface/toolbar.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
- M /FileZilla3/trunk/src/interface/welcome_dialog.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2014-06-22 13:06 codesquid, revision 5718Use empty() instead of comparing against empty string literal. Patch by XhmikosR, modified to use empty() instead of IsEmpty().
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/option_change_event_handler.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
2014-06-22 12:58 codesquid, revision 5717std::size_t is same as size_t.
2014-06-21 20:47 codesquid, revision 5715Fix endless loop when minimizing to tray: Show(false) triggers OnIconize again.
2014-06-21 18:11 codesquid, revision 5714Version bump
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/uk_UA.po
2014-06-21 15:00 codesquid, revision 5713Updated translations
- M /FileZilla3/trunk/src/dbus/dbushandler.cpp
- M /FileZilla3/trunk/src/dbus/wxdbusconnection.cpp
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/engine/option_change_event_handler.cpp
- M /FileZilla3/trunk/src/engine/pathcache.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/string_coalescer.cpp
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filteredit.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queueview_failed.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/recentserverlist.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/systemimagelist.cpp
- M /FileZilla3/trunk/src/interface/toolbar.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/tests/dirparsertest.cpp
2014-06-21 13:15 codesquid, revision 5712Use auto instead of std::iterator, patch by XhmikosR.
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/xrc/certificate.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
2014-06-21 12:25 codesquid, revision 5711Use wxStdDialogButtonSizer in additional dialogs.
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/statusbar.h
2014-06-21 11:58 codesquid, revision 5710Fix coverity warnings.
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.h
- M /FileZilla3/trunk/src/interface/resources/xrc/menus.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/sitemanager.xrc
2014-06-21 11:58 codesquid, revision 5709Whitespace cleanup. Patch by XhmikosR.
2014-06-21 11:53 codesquid, revision 5708Use a more modern HTML dialect. Patch by XhmikosR.
- M /FileZilla3/trunk/src/engine/timeex.cpp
- M /FileZilla3/trunk/src/include/timeex.h
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
2014-06-21 10:28 codesquid, revision 5707Some initialization fixes based on patch by XhmikosR.
2014-06-21 10:11 codesquid, revision 5706Convert more dialog to use wxStdDialogButtonSizer
2014-06-21 08:13 codesquid, revision 5705On OSX minimum toolbar button size is 24x24. Add border around icons accordingly, otherwise the icons look horribly blurred.
2014-06-21 07:51 codesquid, revision 5704Get rid of extra horizontal line above toolbar under Windows.
2014-06-21 07:41 codesquid, revision 5703Fix background of queue tabs if FileZilla starts maximized.
- M /FileZilla3/trunk/src/interface/export.cpp
- M /FileZilla3/trunk/src/interface/import.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
2014-06-20 18:54 codesquid, revision 5702Fix sizers of import and export dialog, minor code cleanup.
2014-06-20 17:29 codesquid, revision 5701Use wxStdDialogButtonSizer for bookmark dialogs.
2014-06-20 17:10 codesquid, revision 5700Use AC_CHECK_TOOL to search for windres.
Change order in which windres is being searched: Use host_alias first.