Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 02:00:01
Changelog for FileZilla 3 (8047 changes):
2008-12-14 13:26 botg, revision 2908- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2008-12-13 15:22 botg, revision 2907Add button to rename filter sets and rearrange other buttons a bit.
2008-12-13 14:14 botg, revision 2906This locking scheme seems to be sane enough
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/logging_private.h
- M /FileZilla3/trunk/src/include/engineprivate.h
- M /FileZilla3/trunk/src/include/optionsbase.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/optionspage_logging.cpp
- M /FileZilla3/trunk/src/interface/optionspage_logging.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2008-12-12 21:58 botg, revision 2905Logging to file. Logfile rotation not yet implemented on non-Windows, need to figure out a good locking scheme.
- M /FileZilla3/trunk/src/dbus/session_manager.cpp
- M /FileZilla3/trunk/src/dbus/wxdbusconnection.cpp
- M /FileZilla3/trunk/src/dbus/wxdbusconnection.h
2008-12-12 10:30 botg, revision 2904Rewrite the dispatch loop. Proper.
- M /FileZilla3/trunk/configure.in
- M /FileZilla3/trunk/src/dbus/wxdbusconnection.cpp
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
2008-12-11 18:52 botg, revision 2903Compile fixes
2008-12-11 09:40 botg, revision 2902Case correctness...
2008-12-10 15:36 botg, revision 2901Display filesize with thousands separators if option set.
- M /FileZilla3/trunk/data/install.nsi.in
- M /FileZilla3/trunk/data/Makefile.am
- A /FileZilla3/trunk/data/UAC_unicode.dll
- A /FileZilla3/trunk/data/UAC_unicode.dll.txt
2008-12-10 15:29 botg, revision 2900Improve Vista compatibility. After installation, start FileZilla unelevated.
2008-12-09 14:32 botg, revision 2899Needed to regen configure on systems without pkg-config installed, e.g. MinGW environments.
2008-12-09 14:12 botg, revision 2898Fix freeze on exit
- M /FileZilla3/trunk/configure.in
- A /FileZilla3/trunk/src/dbus
- A /FileZilla3/trunk/src/dbus/Makefile.am
- A /FileZilla3/trunk/src/dbus/session_manager.cpp
- A /FileZilla3/trunk/src/dbus/session_manager.h
- A /FileZilla3/trunk/src/dbus/wxdbusconnection.cpp
- A /FileZilla3/trunk/src/dbus/wxdbusconnection.h
- A /FileZilla3/trunk/src/dbus/wxdbusmessage.cpp
- A /FileZilla3/trunk/src/dbus/wxdbusmessage.h
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/Makefile.am
2008-12-04 14:41 botg, revision 2897Support for GNOME Session D-Bus API through libdbus. Users of GNOME 2.24 need this GNOME patch: http://bugzilla.gnome.org/show_bug.cgi?id=559469
2008-12-03 17:33 botg, revision 2896Icelandic month names
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
2008-12-03 15:35 botg, revision 2895Small cleanup.
2008-12-02 18:01 botg, revision 2894Don't paint progress bar over its own border.
2008-12-02 17:48 botg, revision 2893Need to update m_pDirectoryListing
2008-12-02 17:46 botg, revision 2892Version bump
2008-12-02 17:36 botg, revision 2891Take filters into account if updating number of files on deletion.
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/nb_NO.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/ru.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_CN.po
2008-12-02 17:23 botg, revision 2890Updated translations.
2008-12-02 16:53 botg, revision 2889Revert revision 2886, actually a wxWidgets regression.
2008-12-02 16:46 botg, revision 2888Fix nullpointer dereference on engines without associated item in ProcessReply; slightly speed up ResetEngine by directly accessing the item's server item; increase m_activeCount if starting automatic refresh.
2008-12-02 16:45 botg, revision 2887Fix an assertion.
2008-12-01 15:50 botg, revision 2886Minor performance improvement.
- M /FileZilla3/trunk/src/interface/listingcomparison.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2008-12-01 14:28 botg, revision 2885Fix odd toolbar togglebutton behavior on MSW.
2008-12-01 14:05 botg, revision 2884More #ifdefery
Need to handle the resize prior to reloading the splitter positions.