Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-05 12:00:01
Changelog for FileZilla 3 (8068 changes):
2016-05-17 08:41 codesquid, revision 75112016-05-17 07:51 codesquid, revision 7510Allow list operation if not connected.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/toolbar.cpp
2016-05-17 07:50 codesquid, revision 7509Allow searching when not connected.
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/search.h
2016-05-17 07:31 codesquid, revision 7508Handle changes in search mode and disable remote search if not connected.
2016-05-16 12:59 codesquid, revision 7507Fix compile error.
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/menus.xrc
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/search.h
2016-05-16 07:44 codesquid, revision 7506Implement uploading from search dialog.
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/search.h
2016-05-16 07:25 codesquid, revision 7505Fix and re-enable remote operations.
2016-05-15 16:45 codesquid, revision 7504Start/Stop buttons now react to local search events as well.
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
2016-05-15 16:23 codesquid, revision 7503Get rid of explicit listing size. We can just get the size of the container instead.
2016-05-14 21:04 codesquid, revision 7502Use std::wstring internally in CServerPath.
2016-05-14 17:37 codesquid, revision 7501Remove the calls to vector::reserve, it prevents amortized O(1) push_back.
2016-05-14 16:02 codesquid, revision 7498Fix another compile error.
2016-05-14 15:39 codesquid, revision 7497Fix a typo.
2016-05-14 14:29 codesquid, revision 7496Fix compile error on non-Windows.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/include/local_path.h
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2016-05-13 15:18 codesquid, revision 7495Use std::wstring instead of wxString internally in CLocalPath
2016-05-13 14:54 codesquid, revision 7494Fix a few more warnings.
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
2016-05-13 14:53 codesquid, revision 7493Save a bit of memory and increase speed by using std::wstring instead of wxString, part deux.
2016-05-13 08:49 codesquid, revision 7491Fix harmless warning.
- M /FileZilla3/trunk/src/interface/local_recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/local_recursive_operation.h
- M /FileZilla3/trunk/src/interface/search.cpp
2016-05-12 17:51 codesquid, revision 7490Save a bit of memory and increase speed by using std::wstring instead of wxString
- M /FileZilla3/trunk/src/interface/local_recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/local_recursive_operation.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/remote_recursive_operation.h
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/search.h
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2016-05-12 17:50 codesquid, revision 7489Work in progress: Local file search.
2016-05-12 15:22 codesquid, revision 7487Use shared_optional::is_same to speed up comparison.
- 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/RemoteListView.cpp
2016-05-12 15:03 codesquid, revision 7486Don't set column search icon if it isn't changing.
2016-05-12 15:02 codesquid, revision 7485Move getting search object outside of loop.
2016-05-12 15:02 codesquid, revision 7484Remove some pre-Vista code for displaying sort icons in column headers.
2016-05-12 09:51 codesquid, revision 7483Fix sort object for paths.
Add CLocalPath::operator<