Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 18:30:01
Changelog for FileZilla 3 (8047 changes):
2016-05-18 08:25 codesquid, revision 75152016-05-18 08:18 codesquid, revision 7514Fix #10837, during recursive operation, the "Enter directory" item in context menu was showing for files.
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
2016-05-18 07:19 codesquid, revision 7513Move some common functionality into CFileListCtrl.
2016-05-17 14:25 codesquid, revision 7512Stopping local search now works.
2016-05-17 08:41 codesquid, revision 7511Reset state if local search has ended.
2016-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
Don't set column search icon if it isn't changing.