Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 18:20: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
Replace IsEmpty with empty, patch by XhmikosR.