Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 18:20: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
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.
2016-05-09 07:14 codesquid, revision 7479Add CLocalPath::operator<
2016-05-09 07:14 codesquid, revision 7478Tag 3.17.0.1
- M /FileZilla3/trunk/locales/cs_CZ.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/hy.po
2016-05-09 06:46 codesquid, revision 7477Updated translations
2016-05-09 06:43 codesquid, revision 7476Change constness.
2016-05-07 20:05 codesquid, revision 7475Remove commented out line.
2016-05-07 17:28 codesquid, revision 7474Add quotes around argument. Fixes privilege escalation vulnerability in installer. #10832 reported by Cyril Vallicari from Ug_0 Security.
2016-05-05 19:41 codesquid, revision 7473Initialize uninitialized variable, fixes resuming SFTP downloads.
2016-05-05 19:31 codesquid, revision 7472Cleanup arithmetic.
2016-04-27 13:41 codesquid, revision 7463Avoid making and modifying a temporary copy of the input string in CServerPath::SetSafePath.
2016-04-27 11:50 codesquid, revision 7462Fixed typos.
2016-04-26 20:08 codesquid, revision 7461Do not attempt to open update dialog right when FileZilla is closing.
2016-04-25 07:49 codesquid, revision 7460For some bizarre reason loading the catalogs for the default locale fails on English non-US Windows installations, resulting in fallback to C locale. Ignore catalog loading errors if the default locale is requested.
2016-04-22 13:40 codesquid, revision 7459Fix small logic error, we only need one token.
2016-04-22 13:08 codesquid, revision 7457Fix date.
2016-04-22 13:01 codesquid, revision 7456Version bump to 3.17.0
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nb_NO.po
2016-04-22 12:15 codesquid, revision 7455Updated translations
2016-04-22 12:11 codesquid, revision 7454Spelling
2016-04-21 12:21 codesquid, revision 7453Fix typo that resulted in two strings marked translatable even though they shouldn't be.
2016-04-21 07:46 codesquid, revision 7452Small dialog size adjustment.
2016-04-20 17:18 codesquid, revision 7451Treat items as links if they have a URL tooltip.
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/resources/xrc/update.xrc
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.h
- M /FileZilla3/trunk/src/interface/welcome_dialog.cpp
2016-04-20 16:56 codesquid, revision 7450Load resources into update dialog and push them through to welcome dialog.
Get rid of debugging preprocessor defines.