Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 13:20:01
Changelog for FileZilla 3 (8047 changes):
2009-04-13 13:49 botg, revision 31172009-04-13 09:48 botg, revision 3116Correct typo
2009-04-12 22:55 botg, revision 3115Don't hide main window if tray icon cannot not be set.
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/include/server.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
2009-04-12 22:11 botg, revision 3114URL to clipboard
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2009-04-12 21:40 botg, revision 3113Proper icon on wxGTK, restore taskbar (non-tray) button if user interaction is needed.
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
2009-04-12 19:08 botg, revision 3112Remove unused variable.
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2009-04-12 18:35 botg, revision 3111Do not display dialogs while minimized. Request user attention if not active.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/optionspage.cpp
- M /FileZilla3/trunk/src/interface/optionspage.h
- M /FileZilla3/trunk/src/interface/optionspage_interface.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2009-04-11 21:46 botg, revision 3110Implement minimize to tray.
2009-04-10 22:30 botg, revision 3109Sync browsing checkbox didn't work
2009-04-08 16:13 botg, revision 3108Fix URL wrapping, #4409
2009-04-04 22:44 botg, revision 3107Get rid of debugging code
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/queue.cpp
2009-04-03 17:56 botg, revision 3106Need to take header height into account on MSW.
2009-04-02 15:33 botg, revision 3105vector::erase is O(n), exploit fact that removal of queue items is likely to happen near the beginning
- M /FileZilla3/trunk/src/interface/conditionaldialog.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2009-04-02 09:44 botg, revision 3104Allow editing/opening multiple files at the same time, #4388
- M /FileZilla3/trunk/src/engine/misc.cpp
- M /FileZilla3/trunk/src/include/misc.h
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2009-04-01 17:40 botg, revision 3103Print wx and gnutls version numbers in about dialog.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/tests/dirparsertest.cpp
2009-04-01 16:09 botg, revision 3102Also handle leading whitespace and add a testcase.
2009-03-29 16:55 botg, revision 3101MLSD doesn't have padding issues so filenames with trailing whitespace are allowed.
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
2009-03-29 15:45 botg, revision 3100Eliminate some O(n) calls, replaced with O(1) alternatives
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/commands.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/interface/queue.cpp
2009-03-28 18:59 botg, revision 3099Small performance improvements
2009-03-28 18:45 botg, revision 3098Fix compile error
2009-03-27 22:51 botg, revision 3097Fix compile error
2009-03-27 22:31 botg, revision 3096Let ConvertPermissions handle numeric mode.
2009-03-27 14:39 botg, revision 3095Fix chmod dialog on listings without permissions.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/servercapabilities.h
2009-03-27 14:03 botg, revision 3094Enable MLSD support. Parse MLST feature line and send OPTS MLST if needed.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
2009-03-27 13:32 botg, revision 3093Fixes for MLSD parser.
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
Add flags indicating presence of perms and user/group in listing