Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-05 05:00:01
Changelog for FileZilla 3 (8068 changes):
2009-07-26 17:28 botg, revision 32692009-07-26 16:57 botg, revision 3268Speed up writing queue
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/include/refcount.h
- M /FileZilla3/trunk/src/include/serverpath.h
2009-07-26 10:01 botg, revision 3267Optimize CServerPath::SetSafePath for speed
2009-07-25 18:40 botg, revision 3266Add missing mnemonic to "select entry"
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/power_management.cpp
- M /FileZilla3/trunk/src/interface/resources/settings.xrc
- M /FileZilla3/trunk/src/interface/settings/optionspage_interface.cpp
2009-07-25 13:34 botg, revision 3265Add option to idle sleep prevention.
- M /FileZilla3/trunk/src/interface/power_management.cpp
- M /FileZilla3/trunk/src/interface/power_management.h
2009-07-25 12:49 botg, revision 3264Preventing idle sleep now also works on OS X
- M /FileZilla3/trunk/src/interface/power_management.cpp
- M /FileZilla3/trunk/src/interface/power_management.h
2009-07-25 10:53 botg, revision 3263Fix keywords
- M /FileZilla3/trunk/src/dbus/Makefile.am
- A /FileZilla3/trunk/src/dbus/power_management_inhibitor.cpp
- A /FileZilla3/trunk/src/dbus/power_management_inhibitor.h
- M /FileZilla3/trunk/src/interface/power_management.cpp
- M /FileZilla3/trunk/src/interface/power_management.h
2009-07-25 10:51 botg, revision 3262Prevent idle sleep on *nix, successfully tested with Gnome
2009-07-25 07:54 botg, revision 3261Missing critical section. Without, the reply could be dispatched (to nowhere) before the notify callback got set
2009-07-25 07:54 botg, revision 3260Typo
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- A /FileZilla3/trunk/src/interface/power_management.cpp
- A /FileZilla3/trunk/src/interface/power_management.h
2009-07-25 07:50 botg, revision 3259Add helper class to prevent system going into idle sleep during transfers
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2009-07-23 19:56 botg, revision 3258Add basic functionality for context manager.
- M /FileZilla3/trunk/src/interface/cmdline.cpp
- M /FileZilla3/trunk/src/interface/cmdline.h
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2009-07-23 14:05 botg, revision 3257Add -l option to select login type, closes #4559
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- 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/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.h
- 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
- M /FileZilla3/trunk/src/interface/viewheader.cpp
- M /FileZilla3/trunk/src/interface/viewheader.h
2009-07-23 14:01 botg, revision 3256CState no longer requires knowledge of remote list view.
2009-07-23 09:04 botg, revision 3255Fix a race in CSocket::Close leading to an infinite loop since m_pHost never got cleared.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/tests/dirparsertest.cpp
2009-07-22 14:28 botg, revision 3254Need to call parseAsMlsd before ParseAsUnix to avoid parsing conflict.
- M /FileZilla3/trunk/src/interface/listingcomparison.cpp
- M /FileZilla3/trunk/src/interface/listingcomparison.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2009-07-21 15:24 botg, revision 3253Further cutting of the gordian knot that is the interface's architecture.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- 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/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.h
- 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
- M /FileZilla3/trunk/src/interface/viewheader.cpp
- M /FileZilla3/trunk/src/interface/viewheader.h
2009-07-19 13:00 botg, revision 3252First step towards supporting multiple states aka contexts.
2009-07-18 15:18 botg, revision 3251Fix errors
2009-07-16 13:16 botg, revision 3250Proper timestamp format, coalesce some log messages, log value of wFunc if neither FO_COPY nor FO_MOVE
2009-07-14 21:54 botg, revision 3249Add option to only compile shell extension.
2009-07-14 21:51 botg, revision 3248Need to bump DLL version.
2009-07-09 16:51 botg, revision 3247Apply patch by Bernhard Aumayer to fix memory leak.
2009-07-09 14:06 botg, revision 3246Added file search to features list
2009-07-08 07:30 botg, revision 3245Do not canonify last segment on rm. Fixes #4650
2009-07-04 12:17 botg, revision 3244Fix typo, ftps:// does in fact have data type concept.
2009-07-01 22:12 botg, revision 3243Deselect ".." item on ctrl+a
2009-07-01 21:35 botg, revision 3242Typo
2009-07-01 21:35 botg, revision 3241Version bump
- M /FileZilla3/trunk/locales/da_DK.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/ro_RO.po
2009-06-30 17:56 botg, revision 3240Updated translations
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
2009-06-30 17:56 botg, revision 3239Insert new bookmarks sorted.
2009-06-28 09:06 botg, revision 3238Fix assertion
2009-06-28 09:03 botg, revision 3237Version bump
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2009-06-28 08:50 botg, revision 3236Updated translations
2009-06-25 12:56 botg, revision 3235Fix #4611, silence wxFileName::GetModificationTime
2009-06-25 12:47 botg, revision 3234Forgot to update ID_DISPLAYCERT.
2009-06-23 22:56 botg, revision 3233Don't create a reference to a temporary object.
2009-06-22 18:48 botg, revision 3232Typo
2009-06-22 18:29 botg, revision 3231Add missing files to Makefile.am
2009-06-22 16:26 botg, revision 3230Version bump
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/lt_LT.po
- M /FileZilla3/trunk/locales/lv_LV.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/sl_SI.po
2009-06-22 15:49 botg, revision 3229Updated translations
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/resources/settings.xrc
- M /FileZilla3/trunk/src/interface/settings/optionspage_edit.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_edit_associations.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_edit_associations.h
- M /FileZilla3/trunk/src/interface/settings/settingsdialog.cpp
2009-06-22 14:06 botg, revision 3228Add stateless local edit option.
- M /FileZilla3/trunk/src/FileZilla.sln
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- D /FileZilla3/trunk/src/interface/optionspage.cpp
- D /FileZilla3/trunk/src/interface/optionspage.h
- D /FileZilla3/trunk/src/interface/optionspage_connection.cpp
- D /FileZilla3/trunk/src/interface/optionspage_connection.h
- D /FileZilla3/trunk/src/interface/optionspage_connection_active.cpp
- D /FileZilla3/trunk/src/interface/optionspage_connection_active.h
- D /FileZilla3/trunk/src/interface/optionspage_connection_ftp.cpp
- D /FileZilla3/trunk/src/interface/optionspage_connection_ftp.h
- D /FileZilla3/trunk/src/interface/optionspage_connection_passive.cpp
- D /FileZilla3/trunk/src/interface/optionspage_connection_passive.h
- D /FileZilla3/trunk/src/interface/optionspage_connection_sftp.cpp
- D /FileZilla3/trunk/src/interface/optionspage_connection_sftp.h
- D /FileZilla3/trunk/src/interface/optionspage_dateformatting.cpp
- D /FileZilla3/trunk/src/interface/optionspage_dateformatting.h
- D /FileZilla3/trunk/src/interface/optionspage_debug.cpp
- D /FileZilla3/trunk/src/interface/optionspage_debug.h
- D /FileZilla3/trunk/src/interface/optionspage_edit.cpp
- D /FileZilla3/trunk/src/interface/optionspage_edit.h
- D /FileZilla3/trunk/src/interface/optionspage_fileexists.cpp
- D /FileZilla3/trunk/src/interface/optionspage_fileexists.h
- D /FileZilla3/trunk/src/interface/optionspage_filelists.cpp
- D /FileZilla3/trunk/src/interface/optionspage_filelists.h
- D /FileZilla3/trunk/src/interface/optionspage_filetype.cpp
- D /FileZilla3/trunk/src/interface/optionspage_filetype.h
- D /FileZilla3/trunk/src/interface/optionspage_ftpproxy.cpp
- D /FileZilla3/trunk/src/interface/optionspage_ftpproxy.h
- D /FileZilla3/trunk/src/interface/optionspage_interface.cpp
- D /FileZilla3/trunk/src/interface/optionspage_interface.h
- D /FileZilla3/trunk/src/interface/optionspage_language.cpp
- D /FileZilla3/trunk/src/interface/optionspage_language.h
- D /FileZilla3/trunk/src/interface/optionspage_logging.cpp
- D /FileZilla3/trunk/src/interface/optionspage_logging.h
- D /FileZilla3/trunk/src/interface/optionspage_proxy.cpp
- D /FileZilla3/trunk/src/interface/optionspage_proxy.h
- D /FileZilla3/trunk/src/interface/optionspage_sizeformatting.cpp
- D /FileZilla3/trunk/src/interface/optionspage_sizeformatting.h
- D /FileZilla3/trunk/src/interface/optionspage_themes.cpp
- D /FileZilla3/trunk/src/interface/optionspage_themes.h
- D /FileZilla3/trunk/src/interface/optionspage_transfer.cpp
- D /FileZilla3/trunk/src/interface/optionspage_transfer.h
- D /FileZilla3/trunk/src/interface/optionspage_updatecheck.cpp
- D /FileZilla3/trunk/src/interface/optionspage_updatecheck.h
- A /FileZilla3/trunk/src/interface/settings
- A /FileZilla3/trunk/src/interface/settings/optionspage.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_connection.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_connection.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_connection_active.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_connection_active.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_connection_ftp.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_connection_ftp.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_connection_passive.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_connection_passive.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_connection_sftp.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_connection_sftp.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_dateformatting.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_dateformatting.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_debug.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_debug.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_edit.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_edit.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_fileexists.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_fileexists.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_filelists.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_filelists.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_filetype.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_filetype.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_ftpproxy.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_ftpproxy.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_interface.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_interface.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_language.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_language.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_logging.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_logging.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_proxy.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_proxy.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_sizeformatting.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_sizeformatting.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_themes.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_themes.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_transfer.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_transfer.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_updatecheck.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_updatecheck.h
- A /FileZilla3/trunk/src/interface/settings/settingsdialog.cpp
- A /FileZilla3/trunk/src/interface/settings/settingsdialog.h
- D /FileZilla3/trunk/src/interface/settingsdialog.cpp
- D /FileZilla3/trunk/src/interface/settingsdialog.h
2009-06-22 10:41 botg, revision 3227Move all settings dialog code into new subdirectory.
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/settings.xrc
2009-06-21 19:11 botg, revision 3226Split off settings dialog into own xrc file
2009-06-21 16:58 botg, revision 3225Don't report success after failure to write to local file. Fixes #4066
2009-06-21 09:04 botg, revision 3221Fix #4496, use auto-reconnect if handling drag&drop.
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2009-06-20 18:39 botg, revision 3220Ask how to handle symbolic links on delete.
2009-06-20 15:34 botg, revision 3219Don't report success after error during upload.
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.h
2009-06-15 15:15 botg, revision 3218Display complete certificate chain.
2009-06-15 15:15 botg, revision 3217Version bump
- M /FileZilla3/trunk/locales/ca.po
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/oc.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2009-06-15 15:02 botg, revision 3216Updated translations
2009-06-15 14:49 botg, revision 3215Add F3 hotkey for search.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/Makefile.am
- A /FileZilla3/trunk/src/interface/volume_enumerator.cpp
- A /FileZilla3/trunk/src/interface/volume_enumerator.h
2009-06-12 12:49 botg, revision 3214Also use volume label enumerator thread in local file list. Defer getting label of A: to after all other labels.
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.h
2009-06-10 18:47 botg, revision 3213Fix downloading of symlinks if symlink target is not below search root
- M /FileZilla3/trunk/src/interface/resources/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/cancel.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/compare.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/filter.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/refresh.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/find.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/ascii.png
2009-06-09 21:28 botg, revision 3212Better find.png, size optimization for others.
2009-06-09 07:41 botg, revision 3211#4560, fix "Timer creation failed" popups.
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/zh_CN.po
2009-06-08 21:19 botg, revision 3210More translation updates
2009-06-07 23:16 botg, revision 3209Implement #4557, print number of selected files/dirs in confirmation dialog.
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/zh_TW.po
2009-06-07 23:14 botg, revision 3208More translation updates.
2009-06-07 21:37 botg, revision 3207Add search to menu.
2009-06-07 21:34 botg, revision 3206Improve wording of some strings
2009-06-07 14:56 botg, revision 3205Fix keywords
2009-06-07 08:37 botg, revision 3204Initial search conditions control size, try #2
2009-06-07 08:35 botg, revision 3203Update translation
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter.h
- M /FileZilla3/trunk/src/interface/search.cpp
2009-06-06 22:24 botg, revision 3202Validate and compile regular expressions.
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
2009-06-06 19:10 botg, revision 3201Fix filter types
2009-06-06 19:07 botg, revision 3200Fix warning
2009-06-06 18:29 botg, revision 3199Remove strange \v escape sequence
2009-06-06 18:20 botg, revision 3198Version bump
2009-06-06 18:20 botg, revision 3197Added Occitan translator
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/da_DK.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/ja_JP.po
- M /FileZilla3/trunk/locales/nl.po
- A /FileZilla3/trunk/locales/oc.po
- M /FileZilla3/trunk/locales/pl_PL.po
2009-06-06 17:48 botg, revision 3196Updated translations
2009-06-06 15:50 botg, revision 3195Fix size of initial condition.
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/search.cpp
2009-06-06 15:48 botg, revision 3194Add border around results
2009-06-06 15:37 botg, revision 3193Remember download target
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/search.h
2009-06-06 15:21 botg, revision 3192Implement delete.
2009-06-06 13:58 botg, revision 3191Fix typo and control indentation.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/search.h
2009-06-06 13:57 botg, revision 3190Working implementation of search results download dialog.
2009-06-05 20:41 botg, revision 3189Clarify semantics of GetPath
- A /FileZilla3/trunk/src/interface/resources/minimal/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/minimal/Makefile.am
2009-06-05 20:36 botg, revision 3188Add find.png for minimal theme
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/find.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/find.png
2009-06-05 18:35 botg, revision 3187Slightly reduce size
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/search.h
2009-06-03 22:40 botg, revision 3186Add context menu to results.
- A /FileZilla3/trunk/src/interface/resources/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/16x16/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/find.png
- A /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/find.png
- A /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/find.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/Makefile.am
2009-06-03 15:17 botg, revision 3185Add search toolbar icon
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/search.h
2009-06-03 13:36 botg, revision 3184Implement proper sorting and add some other UI glue.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
2009-06-02 17:49 botg, revision 3183Display share name of mapped drives
2009-06-02 14:26 botg, revision 3182Properly quote path to fzputtygen.
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter.h
- M /FileZilla3/trunk/src/interface/filteredit.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
2009-05-31 21:00 botg, revision 3181Filter results
2009-05-31 20:59 botg, revision 3180Fix compile error.
2009-05-31 19:00 botg, revision 3179Fix warning.
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter.h
- M /FileZilla3/trunk/src/interface/filteredit.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.h
- M /FileZilla3/trunk/src/interface/search.cpp
2009-05-31 16:01 botg, revision 3178Make available conditions configurable.
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/search.h
2009-05-31 10:24 botg, revision 3177Validate search filter
- M /FileZilla3/trunk/src/interface/listingcomparison.cpp
- 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/resources/menus.xrc
2009-05-30 18:43 botg, revision 3176Option to hide identical files in comparison.
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/search.h
- M /FileZilla3/trunk/src/interface/window_state_manager.cpp
- M /FileZilla3/trunk/src/interface/window_state_manager.h
2009-05-30 14:11 botg, revision 3175Set initial dialog size, remember last used size.
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/search.h
2009-05-30 13:37 botg, revision 3174Implement stop, stop on exit and set control states.
2009-05-30 13:36 botg, revision 3173Allow entering root search path.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2009-05-29 09:53 botg, revision 3172Disable search button if not connected or busy.
- M /FileZilla3/trunk/src/interface/chmoddialog.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2009-05-28 14:30 botg, revision 3171Fix permissions parsing
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2009-05-28 10:13 botg, revision 3170Do not directly open file changed dialog from activate event on MSW either, wreaks havoc with mouse input. Fixes #4537, possibly #4328
2009-05-28 10:12 botg, revision 3169Fix underscroes in SSH_AUTH_SOCK
2009-05-26 13:51 botg, revision 3168Fix compile error
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/toolbar.xrc
- A /FileZilla3/trunk/src/interface/search.cpp
- A /FileZilla3/trunk/src/interface/search.h
2009-05-21 12:52 botg, revision 3167First bits of search dialog. Needs much work still.
- M /FileZilla3/trunk/src/interface/dialogex.cpp
- M /FileZilla3/trunk/src/interface/dialogex.h
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
Generalize control replacement code