Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2023-05-29 01:00:01
Changelog for FileZilla 3 (7905 changes):
2007-09-19 12:07 botg, revision 1671- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/it_IT.po
- M /FileZilla3/trunk/locales/zh_CN.po
2007-09-19 12:00 botg, revision 1670Updated
2007-09-18 19:11 botg, revision 1669Merge with upstream changes.
- M /FileZilla3/trunk/src/interface/import.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2007-09-18 14:23 botg, revision 1668Disable whitespace condensing of XML parser.
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/fr_FR.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/zh_TW.po
2007-09-18 13:55 botg, revision 1667Updated
2007-09-17 23:03 botg, revision 1666Work around wxComboBox oddities which seem to be caused by Windows itself. Fixes [ 1795890 ] Server-Path in address-bar not correct after copying files.
2007-09-15 23:15 botg, revision 1665Fix typo
2007-09-15 18:42 botg, revision 1663Fix "own version is beta" detection.
2007-09-15 18:42 botg, revision 1662Version bump
- M /FileZilla3/trunk/AUTHORS
- M /FileZilla3/trunk/locales/bg.po
- M /FileZilla3/trunk/locales/ca_ES.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/fr_FR.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2007-09-15 18:16 botg, revision 1661Updated
- M /FileZilla3/trunk/src/interface/conditionaldialog.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
2007-09-15 11:48 botg, revision 1660Apply [ 1786721 ] Some confirmations
2007-09-15 08:53 botg, revision 1659Fix [ 1795347 ] reset item from failure queue tab still with same errorcount
2007-09-14 23:01 botg, revision 1658Compilo
2007-09-14 21:26 botg, revision 1657Fix typos
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2007-09-14 19:27 botg, revision 1656Make use of the new size settings.
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- A /FileZilla3/trunk/src/interface/optionspage_sizeformatting.cpp
- A /FileZilla3/trunk/src/interface/optionspage_sizeformatting.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
2007-09-14 19:07 botg, revision 1655Added options page for filesize formatting.
- M /FileZilla3/trunk/src/interface/optionspage_dateformatting.cpp
- M /FileZilla3/trunk/src/interface/optionspage_dateformatting.h
2007-09-14 18:03 botg, revision 1654Small cleanup
2007-09-14 17:37 botg, revision 1653Make behavior of view splitter more consistent if shrinking frame very quickly. (Such as restoring from maximized state). Yet untested under non-Windows.
2007-09-14 10:27 botg, revision 1652This fixes another case of pane-creep. wxSplitterWindow::SetSashGravity is borked.
2007-09-13 14:01 botg, revision 1651Attempt to fix [ 1794291 ] Fail to get desktop path.
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
2007-09-13 13:59 botg, revision 1650Fix [ 1793923 ] miss setting interface for OPTION_TRANSFERRETRYCOUNT
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2007-09-11 18:49 botg, revision 1649Fix [ 1792101 ] Dragging Folder to Local doesn't show up
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/fr_CA.po
- M /FileZilla3/trunk/locales/fr_FR.po
- M /FileZilla3/trunk/locales/ko_KR.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/zh_CN.po
2007-09-11 18:12 botg, revision 1648Updated
2007-09-11 17:51 botg, revision 1647Disable changing of current tab on queue completion.
- M /FileZilla3/trunk/data/install.nsi.in
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- A /FileZilla3/trunk/src/interface/resources/finished.wav
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
2007-09-11 14:50 botg, revision 1646Apply patch [ 1785490 ] Action after queue completion
- M /FileZilla3/trunk/src/engine/backend.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.h
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
This should fix truncated transfers if using speed limits and the close notification comes while there's still data pending. Lousy broken network stack...