Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 23:50:01
Changelog for FileZilla 3 (8047 changes):
2014-03-08 10:43 codesquid, revision 5439- M /FileZilla3/trunk/src/interface/resources/update.xrc
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
2014-03-08 10:42 codesquid, revision 5438Opening the update dialog now starts a check if downloaded file is not complete or the information is stale. If no file has been downloaded, show a link to the FileZilla website on new version.
2014-03-08 10:41 codesquid, revision 5437Don't start downloading automatically if auto-update is not compiled in.
2014-03-03 21:00 codesquid, revision 5436Trigger update dialog only if auto-update is compiled in.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- 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 20:19 codesquid, revision 5435Re-implement auto-popup of update dialog if a new version is available.
- 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
Make use of new update mechanism.