Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 01:50:01
Changelog for FileZilla 3 (8047 changes):
2008-10-15 13:11 botg, revision 28022008-10-15 13:09 botg, revision 2801Version bump
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/fr_CA.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/lt_LT.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/uk_UA.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-10-15 10:31 botg, revision 2800Updated translations.
2008-10-15 10:30 botg, revision 2799Need to init variable in all constructors.
2008-10-15 10:30 botg, revision 2798Add a separator.
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/commands.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/interface/state.cpp
2008-10-15 09:50 botg, revision 2797Prevent future reports like #3882, if directory cannot be CWDed into after reconnect, list current directory instead.
2008-10-14 19:05 botg, revision 2796Fix speed limits if using SFTP.
2008-10-14 18:13 botg, revision 2795Don't try to check /net for subdirectories on OS X, it is very slow.
- M /FileZilla3/trunk/src/interface/dragdropmanager.cpp
- M /FileZilla3/trunk/src/interface/dragdropmanager.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
2008-10-14 14:39 botg, revision 2794Do not needlessly refresh local file lists on drag&drop operations beginning on local side and drop target being an internal window.
2008-10-14 11:55 botg, revision 2793Fix #3885, send user agent to http proxies.
2008-10-14 11:15 botg, revision 2792We do not want SIGPIPE if writing to a socket fails, supress it.
2008-10-09 15:10 botg, revision 2790Implement #3883, start FileZilla after installation.
- M /FileZilla3/trunk/src/interface/defaultfileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/defaultfileexistsdlg.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2008-10-08 21:22 botg, revision 2789Fix #3858, previously selected default file exist action working but not reselected.
2008-10-08 16:10 botg, revision 2788Typo
2008-10-08 16:09 botg, revision 2787Version bump
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/ru.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-10-08 15:16 botg, revision 2786Updated translations.
2008-10-08 14:58 botg, revision 2785Fix #3783
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.h
- M /FileZilla3/trunk/src/interface/QueueView.h
2008-10-08 14:24 botg, revision 2784Fully working manual transfer dialog.
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2008-10-07 21:34 botg, revision 2783Last bits of UI magic.
2008-10-06 17:08 botg, revision 2782Make sure all servers have a name.
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/include/server.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
2008-10-06 16:58 botg, revision 2781Add some helper routines to CServer, further implement manual transfer dialog.
2008-10-06 16:24 botg, revision 2780The order in which libs are requested from wx-config matters. Looks like that script is flawed, it should resolve the dependencies on its own.
2008-10-06 15:50 botg, revision 2779Missed yet another wx lib.
2008-10-06 15:49 botg, revision 2778Need to link against wx core library as well. Bump minimum required wxWidgets version.
2008-10-05 19:04 botg, revision 2777Fix warning
- A /FileZilla3/trunk/src/interface/auto_ascii_files.cpp
- A /FileZilla3/trunk/src/interface/auto_ascii_files.h
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
Move auto ascii handling into new class. Bring parts of the manual transfer dialog to life.