Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-05 21:10:01
Changelog for FileZilla 3 (8068 changes):
2014-07-04 19:41 codesquid, revision 57772014-07-04 19:36 codesquid, revision 5776Bump to 3.9.0-rc1
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/sv.po
2014-07-04 15:21 codesquid, revision 5775Updated translations
2014-07-04 12:08 codesquid, revision 5774On MSW, set os and subsystem version to 5.1 since binutils's ld defaults to 4.0
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
2014-07-04 08:04 codesquid, revision 5773Get rid of a warning.
2014-07-02 17:26 codesquid, revision 5770Add linker flags to enable ASLR and DEP.
2014-07-02 14:01 codesquid, revision 5769Fix creating and closinig tabs on OS X. #9627
2014-07-02 09:09 codesquid, revision 5768Only load a single specific xrc file if it exists instead of all xrc files.
- M /FileZilla3/trunk/src/interface/resources/xrc/netconfwizard.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/quickconnectbar.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/toolbar.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/xrcclean.sh
2014-07-01 17:14 codesquid, revision 5767Update script to clean XRC files. Added special option to minify files removing structure.
2014-07-01 15:02 codesquid, revision 5766Fix assertion in date/time comparison.
2014-07-01 14:28 codesquid, revision 5764Fix a copy&paste error when hiding remote directory tree.
2014-07-01 14:20 codesquid, revision 5763Version bump to 3.9.0-beta3
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/hy.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/ko_KR.po
- M /FileZilla3/trunk/locales/vi_VN.po
2014-07-01 14:15 codesquid, revision 5762Updated translations.
2014-07-01 13:29 codesquid, revision 5761Update svn:ignore.
2014-07-01 13:27 codesquid, revision 5760Fix one last nullpointer dereference.
2014-07-01 13:05 codesquid, revision 5759Set correct initial parent to avoid reparenting. Reparenting doesn't work during construction on OS X, afterwards main window is unresponsive. Oddly enough, this only happens on OS X if a display is connected. On a headless machine controlled via VNC this does not happen.
2014-07-01 12:58 codesquid, revision 5758Another bug.
2014-07-01 12:55 codesquid, revision 5757And yet another nullpointer dereference spotted by returning early from the constructor.
2014-07-01 12:48 codesquid, revision 5756Fix another nullpointer dereference.
2014-07-01 12:43 codesquid, revision 5755Fix potential nullpointer dereference.
2014-06-30 19:45 codesquid, revision 5754Default-initialize members.
2014-06-30 07:19 codesquid, revision 5753Generate greyscale images for the toolbar if using GTK3 build of wx.
- 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.
Mark activity indicators as having a transparent background.