Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 17:50:01
Changelog for FileZilla 3 (8047 changes):
2008-03-19 00:38 botg, revision 2215- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
2008-03-18 15:55 botg, revision 2214Add menu item to copy current connection to site manager.
2008-03-18 15:27 botg, revision 2213Compilo
2008-03-18 15:26 botg, revision 2212Could read past array bounds on files > 1000 EB.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- A /FileZilla3/trunk/src/interface/resources/16x16/lock.png
- M /FileZilla3/trunk/src/interface/resources/16x16/Makefile.am
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/statusbar.h
2008-03-17 19:22 botg, revision 2207Format queue size based on user settings. Display icon if connection is encrypted. Took lock icon from GNOME's default theme (GPL); slightly adjusted hue.
2008-03-17 18:56 botg, revision 2197Merge from branch
2008-03-17 16:01 botg, revision 2196Fix infinite loop.
2008-03-17 12:20 botg, revision 2195Updates and fixes.
2008-03-16 19:02 botg, revision 2194Fix warning
2008-03-16 17:09 botg, revision 2193Typo
- 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/statusbar.cpp
2008-03-16 14:37 botg, revision 2192Add a small helper function.
- M /FileZilla3/trunk/src/interface/resources/blukis/theme.xml
- M /FileZilla3/trunk/src/interface/resources/cyril/theme.xml
2008-03-16 14:36 botg, revision 2191Fix [ 1915378 ] Obsolete Subdir element in theme.xml
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- A /FileZilla3/trunk/src/interface/resources/16x16/ascii.png
- A /FileZilla3/trunk/src/interface/resources/16x16/auto.png
- A /FileZilla3/trunk/src/interface/resources/16x16/binary.png
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/statusbar.h
2008-03-15 15:24 botg, revision 2190Display data type in status bar if protocol has a concept of data types. Taken icons from blukis theme as classic theme had no such icons.
- M /FileZilla3/trunk/src/interface/optionspage_connection_sftp.cpp
- M /FileZilla3/trunk/tests/dirparsertest.cpp
2008-03-15 15:12 botg, revision 2189Compile fix for ANSI builds.
2008-03-14 21:01 botg, revision 2188Further separation between generic status bar code and FZ specific status bar code.
2008-03-14 20:25 botg, revision 2187Fix segfaults if menus.xrc is invalid.
2008-03-14 19:00 botg, revision 2186RFE [ 1914401 ] Move Edit -> Import/Export to File menu
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/Makefile.am
- A /FileZilla3/trunk/src/interface/statusbar.cpp
- A /FileZilla3/trunk/src/interface/statusbar.h
2008-03-14 14:34 botg, revision 2185Move status bar code into own class.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2008-03-13 22:47 botg, revision 2184Don't override the textcontrol's context menu if renaming files.
2008-03-13 22:47 botg, revision 2183Version bump
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/fr_CA.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-03-13 22:12 botg, revision 2182Updates translations
- M /FileZilla3/trunk/src/interface/chmoddialog.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2008-03-13 21:39 botg, revision 2181Fix [ 1913875 ] SGID permissions value not calculated.
2008-03-13 21:27 botg, revision 2180Use default editor if opening extensionless files.
2008-03-12 19:24 botg, revision 2179Disable some context menu items if not connected.
2008-03-12 14:42 botg, revision 2178Compile error
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/include/local_filesys.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
Move more duplicate code into CLocalFileSystem.