Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-05 12:20:01
Changelog for FileZilla 3 (8068 changes):
2014-03-03 20:19 codesquid, revision 5435- D /FileZilla3/trunk/src/interface/updatewizard.cpp
- D /FileZilla3/trunk/src/interface/updatewizard.h
2014-03-03 20:18 codesquid, revision 5434Old update wizard goes the way of the dodo.
2014-03-03 20:15 codesquid, revision 5433Honor autoupdate override from fzdefaults.xml and the --disable-autoupdatecheck configure option.
2014-03-03 18:47 codesquid, revision 5432Remove a fixme that bacame obsolete since removal of non-Unicode builds.
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/resources/settings.xrc
- M /FileZilla3/trunk/src/interface/settings/optionspage_updatecheck.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_updatecheck.h
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/updater.h
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
2014-03-03 13:56 codesquid, revision 5431Update settings dialog and make the updater honor the settings.
2014-03-03 13:44 codesquid, revision 5430Remove old update wizard from .xrc
- M /FileZilla3/trunk/src/interface/resources/update.xrc
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/updater.h
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.h
2014-03-03 11:58 codesquid, revision 5429Get the error page working.
2014-03-03 11:43 codesquid, revision 5428Handle icon sets without gifs.
2014-03-03 11:35 codesquid, revision 5427Fix NSIS compile error.
2014-03-03 11:32 codesquid, revision 5426Install .gifs
2014-03-03 11:27 codesquid, revision 5425Another compile error.
2014-03-03 11:23 codesquid, revision 5424Add newline at end of file.
- A /FileZilla3/trunk/src/interface/resources/update.xrc
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/updater.h
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.h
2014-03-03 10:38 codesquid, revision 5423Add download progress.
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/resources/16x16/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/16x16/throbber.gif
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.h
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/updater.h
- A /FileZilla3/trunk/src/interface/update_dialog.cpp
- A /FileZilla3/trunk/src/interface/update_dialog.h
2014-03-03 07:11 codesquid, revision 5422Partial implementation of the new updater dialog.
2014-03-02 14:25 codesquid, revision 5421Fix another stupid error in the same line as before.
2014-03-02 14:16 codesquid, revision 5420Fix compile error.
2014-03-02 14:15 codesquid, revision 5419Fix compile error.
2014-03-02 13:43 codesquid, revision 5418Need to use DetailPrint, not LogText.
2014-03-02 13:05 codesquid, revision 5417Fix calling uninstaller, add some logging.
2014-03-02 11:43 codesquid, revision 5416Auto-close installer and start FileZilla on update.
2014-03-02 11:24 codesquid, revision 5415Allow /update switch to work regardless of old version.
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- 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/settings/optionspage_updatecheck.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/updater.h
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
2014-03-01 16:10 codesquid, revision 5414Make use of new update mechanism.
2014-03-01 09:07 codesquid, revision 5413Beginnings of a new updater that can download updates in the background, with logic outside of GUI.
2014-02-28 17:02 codesquid, revision 5412Add 256x256 and 48x48 with 32bit color depth, as suggested by XhmikosR.
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.h
2014-02-28 09:27 codesquid, revision 5411Add resume support.
- M /FileZilla3/trunk/src/engine/timeex.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
- M /FileZilla3/trunk/src/include/timeex.h
Some cleanup and an additional debug message if getting control connection's peer address fails.