Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2023-02-04 22:20:01
Changelog for FileZilla 3 (7859 changes):
2008-03-15 15:12 botg, revision 21892008-03-14 21:01 botg, revision 2188Further separation between generic status bar code and FZ specific status bar code.
2008-03-14 20:25 botg, revision 2187Fix segfaults if menus.xrc is invalid.
2008-03-14 19:00 botg, revision 2186RFE [ 1914401 ] Move Edit -> Import/Export to File menu
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/Makefile.am
- A /FileZilla3/trunk/src/interface/statusbar.cpp
- A /FileZilla3/trunk/src/interface/statusbar.h
2008-03-14 14:34 botg, revision 2185Move status bar code into own class.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2008-03-13 22:47 botg, revision 2184Don't override the textcontrol's context menu if renaming files.
2008-03-13 22:47 botg, revision 2183Version bump
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/fr_CA.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-03-13 22:12 botg, revision 2182Updates translations
- M /FileZilla3/trunk/src/interface/chmoddialog.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2008-03-13 21:39 botg, revision 2181Fix [ 1913875 ] SGID permissions value not calculated.
2008-03-13 21:27 botg, revision 2180Use default editor if opening extensionless files.
2008-03-12 19:24 botg, revision 2179Disable some context menu items if not connected.
2008-03-12 14:42 botg, revision 2178Compile error
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/include/local_filesys.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
2008-03-11 23:30 botg, revision 2177Move more duplicate code into CLocalFileSystem.
- 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
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queueview_failed.cpp
- M /FileZilla3/trunk/src/interface/queueview_failed.h
2008-03-10 19:18 botg, revision 2176Work around a limitation in the generic wxListCtrl and apply [ 1911972 ] Handling DEL key in queue window
- M /FileZilla3/trunk/src/engine/engine.vcproj
- A /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/engine/Makefile.am
- A /FileZilla3/trunk/src/include/local_filesys.h
- M /FileZilla3/trunk/src/include/Makefile.am
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
2008-03-10 14:48 botg, revision 2175Move some local filesystem functions into the engine.
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
2008-03-10 14:44 botg, revision 2174Handle F2 and DEL keys
2008-03-10 14:41 botg, revision 2173Don't try to rename with empty name
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
2008-03-08 23:40 botg, revision 2172Don't follow symlinks if deleting local directories
2008-03-07 19:45 botg, revision 2170String change: In some languages, the checkbox labels were quite long on the filetype page. Move explanation into a static label.
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
2008-03-07 16:32 botg, revision 2169Small performance improvement.
2008-03-07 11:01 botg, revision 2168Fix segfault if dropping file on a remote fill item in comparison mode.
2008-03-07 11:00 botg, revision 2167Version bump
2008-03-07 10:31 botg, revision 2166Added Vietnamese translation.
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/de.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/pl_PL.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-03-06 16:10 botg, revision 2165Updated translations
2008-03-06 16:09 botg, revision 2164Fix [ 1908807 ] CQueueView::SetActive declaration is wrong
2008-03-04 21:58 botg, revision 2163Fix [ 1908772 ] sun CC does not allow ++m_engineData.begin()
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/window_state_manager.cpp
- M /FileZilla3/trunk/src/interface/window_state_manager.h
2008-03-04 19:27 botg, revision 2162Fix initial window size on very small display resolutions.
2008-03-03 22:04 botg, revision 2161Fix a typo.
2008-03-02 20:55 botg, revision 2160Minor fixes
2008-03-02 20:39 botg, revision 2159Fix segfault if loading another key after a wrong password.
2008-03-02 13:41 botg, revision 2158Catch close notification events.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/optionspage_connection_sftp.cpp
2008-02-29 08:17 botg, revision 2157Fix warnings
2008-02-28 21:17 botg, revision 2156Typo
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/include/server.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2008-02-28 21:17 botg, revision 2155Display site name in title if using Site Manager.
2008-02-28 21:00 botg, revision 2154More spelling fixes
2008-02-28 20:23 botg, revision 2153Spelling
2008-02-28 17:48 botg, revision 2152Fix display of filesizes on non-Windows systems
2008-02-28 10:40 botg, revision 2151Compile fix
- M /FileZilla3/trunk/src/interface/resources/blukis/Makefile.am
- M /FileZilla3/trunk/src/interface/resources/cyril/Makefile.am
2008-02-27 20:17 botg, revision 2150OS X compile fix
- M /FileZilla3/trunk/data/install.nsi.in
- M /FileZilla3/trunk/src/interface/optionspage_themes.cpp
- M /FileZilla3/trunk/src/interface/resources/blukis/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/blukis/theme.xml
- M /FileZilla3/trunk/src/interface/resources/cyril/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/cyril/theme.xml
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/theme.xml
- D /FileZilla3/trunk/src/interface/resources/themes.xml
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.h
2008-02-27 12:20 botg, revision 2149[ 1901788 ] Use individual theme.xml files instead of global themes.xml
2008-02-27 09:25 botg, revision 2148Get PKA working with SSH2.
2008-02-26 23:51 botg, revision 2147Add fzputtygen to zip archive
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/ja_JP.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/sl_SI.po
- M /FileZilla3/trunk/locales/zh_CN.po
2008-02-26 19:39 botg, revision 2146Updated translations
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/interface/optionspage_connection_sftp.cpp
- M /FileZilla3/trunk/src/putty/cmdgen.c
- M /FileZilla3/trunk/src/putty/psftp.c
- M /FileZilla3/trunk/src/putty/putty.h
- M /FileZilla3/trunk/src/putty/ssh.c
2008-02-25 17:59 botg, revision 2145Put all the pieces together. So far SSH1 only.
2008-02-25 14:30 botg, revision 2144Fix typo
- M /FileZilla3/trunk/src/include/optionsbase.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/optionspage_connection_sftp.cpp
- M /FileZilla3/trunk/src/interface/optionspage_connection_sftp.h
2008-02-24 22:47 botg, revision 2143Finish the SFTP settings page.
- M /FileZilla3/trunk/locales/ca.po
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/cs_CZ.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-02-24 17:08 botg, revision 2142Updated translations
- M /FileZilla3/trunk/src/interface/inputdialog.cpp
- M /FileZilla3/trunk/src/interface/inputdialog.h
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/Makefile.am
- A /FileZilla3/trunk/src/interface/optionspage_connection_sftp.cpp
- A /FileZilla3/trunk/src/interface/optionspage_connection_sftp.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
- M /FileZilla3/trunk/src/putty/cmdgen.c
- M /FileZilla3/trunk/src/putty/fzprintf.c
2008-02-23 14:24 botg, revision 2141Partially implement options page for SFTP public key authentication.
2008-02-22 19:00 botg, revision 2140Compilefix
2008-02-22 14:56 botg, revision 2139Implement fzputtygen. Really not intended for human use.
2008-02-21 18:30 botg, revision 2138Install fzputtygen.
2008-02-21 16:09 botg, revision 2137Compile fix
2008-02-21 15:01 botg, revision 2136Speed up local file listing. Under *nix, previous code called stat twice. Under win it called GetFileAttributes twice and stat once. New code just calls stat once on *nix and GetFileAttributes once on Windows.
- A /FileZilla3/trunk/src/putty/cmdgen.c
- A /FileZilla3/trunk/src/putty/fzprintf.c
- A /FileZilla3/trunk/src/putty/fzprintf.h
- M /FileZilla3/trunk/src/putty/fzsftp.c
- M /FileZilla3/trunk/src/putty/fzsftp.h
- A /FileZilla3/trunk/src/putty/import.c
- M /FileZilla3/trunk/src/putty/Makefile.am
- A /FileZilla3/trunk/src/putty/notiming.c
- M /FileZilla3/trunk/src/putty/putty.h
- M /FileZilla3/trunk/src/putty/sftp.c
- M /FileZilla3/trunk/src/putty/unix/Makefile.am
- M /FileZilla3/trunk/src/putty/windows/Makefile.am
2008-02-21 11:35 botg, revision 2135Initial import of fzputtygen. It will later be used by the SFTP page in the settings dialog to verify and convert private keys into PuTTY's native format.
2008-02-20 00:12 botg, revision 2134Fail if server sends multiple prompts. Requires interactive login.
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/optionspage_connection.cpp
- A /FileZilla3/trunk/src/interface/optionspage_connection_ftp.cpp
- A /FileZilla3/trunk/src/interface/optionspage_connection_ftp.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
2008-02-19 22:00 botg, revision 2133Apply [ 1896533 ] New FTP Sub-Category in the "Connection" Dialog
2008-02-19 16:57 botg, revision 2131Don't crash if resources could not be loaded.
2008-02-19 16:03 botg, revision 2119Sync with 3.0.7.x branch
2008-02-19 15:21 botg, revision 2118Fix timeouts if keep-alive enabled
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filezillaapp.h
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
2008-02-18 17:27 botg, revision 2117Language id might changedepending on wx version, use language code instead in wrapping engine.
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2008-02-18 14:25 botg, revision 2116Fix some warnings
2008-02-17 23:39 botg, revision 2115Fix [ 1895058 ] File rename bug
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/cs_CZ.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/ja_JP.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/sk_SK.po
2008-02-17 17:14 botg, revision 2114Updated translations
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
2008-02-16 16:33 botg, revision 2113Fix [ 1891263 ] Site Manager: tab doesn't work with no site selected
2008-02-16 09:29 botg, revision 2112Spelling
2008-02-16 09:27 botg, revision 2111Small fix for tz detection.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
2008-02-15 18:34 botg, revision 2110Automatic timezone offset detection.
2008-02-15 13:23 botg, revision 2109Implement mtime command
2008-02-15 13:22 botg, revision 2108Update wording.
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/putty/psftp.c
- M /FileZilla3/trunk/src/putty/sftp.c
- M /FileZilla3/trunk/src/putty/sftp.h
2008-02-15 00:01 botg, revision 2107Preserve file modification times. TODO: mtime command, auto timezone detection.
2008-02-14 23:48 botg, revision 2106Fix warnings
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
2008-02-14 23:37 botg, revision 2105Third and final part of patch [ 1893787 ] Bypass proxy settings feature
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2008-02-14 23:36 botg, revision 2104Second part of [ 1893787 ] Bypass proxy settings feature
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/include/server.h
2008-02-14 23:19 botg, revision 2103Part of patch [ 1893787 ] Bypass proxy settings feature
2008-02-14 23:19 botg, revision 2102Remove dead code, fix menu state.
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/quickconnectbar.xrc
2008-02-14 14:52 botg, revision 2101Fix spelling
2008-02-14 14:40 botg, revision 2100Small cleanup to not show the user redundant information.
2008-02-13 23:09 botg, revision 2098Block timeouts if waiting for interactive login.
2008-02-13 23:08 botg, revision 2097Version bump
2008-02-13 23:04 botg, revision 2096Add more default ASCII file types
2008-02-13 10:53 botg, revision 2095Updated translations
2008-02-13 10:44 botg, revision 2094Add transfer queue item to main menu.
2008-02-13 10:38 botg, revision 2093At least MSW still needs the SetFont call.
2008-02-12 22:36 botg, revision 2092Only use required size of info text as window size. Fixes visual problems on OS X
2008-02-12 19:30 botg, revision 2091Fix timeouts which were broken since 3.0.4-rc1 and also time-out on if the replies to skip never arrive.
- M /FileZilla3/trunk/locales/cs_CZ.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/sk_SK.po
2008-02-12 15:39 botg, revision 2090Updated translations
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2008-02-11 20:32 botg, revision 2089Remove some duplicate code. 130 lines gone.
- M /FileZilla3/trunk/src/interface/import.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
2008-02-11 15:01 botg, revision 2088Center import, netconf and update dialogs/wizards on parent.
2008-02-11 14:52 botg, revision 2086Use FzCl for CFBundleSignature
2008-02-10 20:39 botg, revision 2083Simplify GetDataDir and similar functions under __WXMAC__
2008-02-10 19:55 botg, revision 2082Updated translation
2008-02-10 19:48 botg, revision 2081Fix infinite loop
2008-02-10 19:17 botg, revision 2080Unselect local-only filters in remote sets in OnOK.
2008-02-10 16:39 botg, revision 2079Reverse debug code
2008-02-10 15:54 botg, revision 2078Logic error
2008-02-10 15:40 botg, revision 2077Version bump.
- M /FileZilla3/trunk/AUTHORS
- M /FileZilla3/trunk/locales/cs_CZ.po
- M /FileZilla3/trunk/locales/id_ID.po
- A /FileZilla3/trunk/locales/th_TH.po
2008-02-10 13:48 botg, revision 2076Added Thai translation and updated others.
2008-02-10 10:32 botg, revision 2075If listing does not have time precision, use MDTM if preserving timestamps.
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- A /FileZilla3/trunk/src/interface/optionspage_logging.cpp
- A /FileZilla3/trunk/src/interface/optionspage_logging.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/StatusView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.h
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
2008-02-09 19:42 botg, revision 2074Timestamps in message log.
- 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/filteredit.h
- 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/QueueView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
2008-02-08 22:59 botg, revision 2073Local listings can be filtered by attributes (Windows) or permissions (other) now.
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
2008-02-08 20:32 botg, revision 2072Disable download option from context menu if local directory cannot be writable (e.g. My Computer on MSW).
2008-02-08 20:19 botg, revision 2071Fix [ 1260246 ] Renaming file to existing name doesn't update file list
2008-02-08 20:01 botg, revision 2070Fix [ 1326119 ] Transfer Queue window doesn't Remember size and position
2008-02-08 09:58 botg, revision 2069Missing ifdefs
2008-02-08 09:53 botg, revision 2068Center conditional dialogs on parent
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2008-02-08 09:28 botg, revision 2067Fix [ 1872569 ] OS X: File change notification hidden behind main window
2008-02-07 19:45 botg, revision 2066Prevent opening multiple close confirmation dialogs
- M /FileZilla3/trunk/locales/ca.po
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/ja_JP.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-02-07 09:33 botg, revision 2065Updated translations
2008-02-06 22:26 botg, revision 2064msgmerge -U fails with gettext 0.17 from darwinports.
2008-02-04 15:36 botg, revision 2063Clarify meaning of "overwrite if newer".
2008-02-04 15:35 botg, revision 2062Cache font for massive speedup
2008-02-03 23:58 botg, revision 2061Cache font for massive speedup
2008-02-03 20:08 botg, revision 2060Don't omit args.
2008-02-03 19:05 botg, revision 2059Fix assertion on non-MSW
2008-02-03 14:31 botg, revision 2058Fix restoring of queue size if maximized on MSW.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/optionspage_themes.cpp
- M /FileZilla3/trunk/src/interface/optionspage_themes.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.h
2008-02-02 23:32 botg, revision 2057Adjustable toolbar icon sizes. Fixes [ 1782142 ] No way to set the Interface to use Medium or Large Icons
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/xh_toolb_ex.h
2008-02-02 21:06 botg, revision 2056Create toolbar from saved icon size
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.h
- A /FileZilla3/trunk/src/interface/xh_toolb_ex.cpp
- A /FileZilla3/trunk/src/interface/xh_toolb_ex.h
2008-02-02 18:54 botg, revision 2055Infrastructure for different toolbar icon sizes.
2008-02-02 18:53 botg, revision 2054List the available theme sizes
2008-02-02 18:50 botg, revision 2053Small correction
2008-02-02 16:37 botg, revision 2052Relax size requirements
2008-02-02 15:11 botg, revision 2051Fix syntax errors and a typo
2008-02-01 17:54 botg, revision 2050Change working in file exists dialog.
- A /FileZilla3/trunk/locales/ca.po
- D /FileZilla3/trunk/locales/ca_ES.po
- A /FileZilla3/trunk/locales/de.po
- D /FileZilla3/trunk/locales/de_DE.po
- A /FileZilla3/trunk/locales/el.po
- D /FileZilla3/trunk/locales/el_GR.po
- A /FileZilla3/trunk/locales/es.po
- D /FileZilla3/trunk/locales/es_ES.po
- A /FileZilla3/trunk/locales/fr.po
- D /FileZilla3/trunk/locales/fr_FR.po
- A /FileZilla3/trunk/locales/it.po
- D /FileZilla3/trunk/locales/it_IT.po
- A /FileZilla3/trunk/locales/nl.po
- D /FileZilla3/trunk/locales/nl_NL.po
- A /FileZilla3/trunk/locales/ru.po
- D /FileZilla3/trunk/locales/ru_RU.po
- A /FileZilla3/trunk/locales/sv.po
- D /FileZilla3/trunk/locales/sv_SE.po
- A /FileZilla3/trunk/locales/tr.po
- D /FileZilla3/trunk/locales/tr_TR.po
- M /FileZilla3/trunk/src/interface/locale_initializer.cpp
2008-01-31 15:20 botg, revision 2049Fix [ 1736254 ]
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/tests/dirparsertest.cpp
2008-01-31 14:37 botg, revision 2048Yet another localized listing format.
- M /FileZilla3/trunk/configure.in
- M /FileZilla3/trunk/data/filezilla.desktop
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.h
2008-01-31 12:27 botg, revision 2047Apply patches from openSUSE
2008-01-31 09:56 botg, revision 2046Fix infinite loop if dragging root.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2008-01-31 09:21 botg, revision 2045Fix [ 1883228 ] Ctrl+A doesn't select all files in Unix version
2008-01-30 15:38 botg, revision 2043Fix [ 1882521 ] MSW: Ctrl + Space not working in file list
2008-01-30 11:19 botg, revision 2042Fix a segfault if copying filters.
2008-01-30 11:18 botg, revision 2041Version bump
2008-01-30 11:10 botg, revision 2040Updated translations
2008-01-30 10:58 botg, revision 2039Don't increase error count if connection establishment fails and another engine is still connected to same server.
- M /FileZilla3/trunk/src/engine/commands.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.h
2008-01-29 20:40 botg, revision 2038Mitigate symptoms of [ 1882446 ]
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/download.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/logview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/queueview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/refresh.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/upload.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/download.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/logview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/queueview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/refresh.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/upload.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/uploadadd.png
2008-01-29 09:31 botg, revision 2033Fix [ 1782147 ] A few Blukis Icons look jagged in Medium and Small sizes
2008-01-28 19:01 botg, revision 2032Handle files with leading dash.
- M /FileZilla3/trunk/locales/eu_ES.po
- M /FileZilla3/trunk/locales/fr_CA.po
- M /FileZilla3/trunk/locales/fr_FR.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/ku.po
- M /FileZilla3/trunk/locales/Makefile.am
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-01-28 09:58 botg, revision 2031Updated translations. Validate c-format.
2008-01-27 22:03 botg, revision 2030Fix signedness warnings
2008-01-27 19:19 botg, revision 2029Finish overhaul of de_DE.po
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2008-01-26 18:10 botg, revision 2028Fix some typos and visual glitches.
2008-01-26 00:52 botg, revision 2027Invalidate working directories if deleting/renaming a directory. Same logic as in FTP protocol.
2008-01-24 09:26 botg, revision 2023Missed a break
2008-01-24 09:22 botg, revision 2022Version bump
- M /FileZilla3/trunk/locales/de_DE.po
- M /FileZilla3/trunk/locales/fr_FR.po
- M /FileZilla3/trunk/locales/pt_PT.po
2008-01-24 09:17 botg, revision 2021More translation updates
2008-01-24 00:45 botg, revision 2020Typo
2008-01-23 00:06 botg, revision 2019Fix spelling.
- A /FileZilla3/trunk/docs/filezilla.man
- A /FileZilla3/trunk/docs/fzdefaults.xml.man
- A /FileZilla3/trunk/docs/fzsftp.man
- M /FileZilla3/trunk/Makefile.am
2008-01-22 21:24 botg, revision 2018Add man pages.
2008-01-21 10:19 botg, revision 2017More translation updates
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/de_DE.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-01-20 17:11 botg, revision 2016More translation updates
2008-01-20 15:13 botg, revision 2015Typo
- M /FileZilla3/trunk/src/interface/conditionaldialog.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
2008-01-20 00:12 botg, revision 2014Fix [ 1870118 ] No refresh after selecting "Show hidden files". Improve wording and fix a small glitch.
2008-01-20 00:08 botg, revision 2013This should fix a rare nullpointer dereference if using the primary connection, part 2.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
2008-01-19 17:43 botg, revision 2012This should fix a rare nullpointer dereference if using the primary connection.
2008-01-19 16:32 botg, revision 2011More translation updates
2008-01-19 14:36 botg, revision 2010Info text needs to be refreshed after resize.
2008-01-19 14:11 botg, revision 2009Refresh after chmod
2008-01-18 14:08 botg, revision 2008More translation updates
2008-01-17 22:05 botg, revision 2007Fix [ 1874278 ] Action after queue completion "shutdown" does not work
2008-01-17 14:23 botg, revision 2006More translation updates
2008-01-17 13:19 botg, revision 2005Priority inversion
2008-01-17 13:09 botg, revision 2004More translation updates
2008-01-17 12:46 botg, revision 2003More updates
2008-01-17 11:20 botg, revision 2002Typo
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
- M /FileZilla3/trunk/src/interface/state.cpp
2008-01-17 11:07 botg, revision 2001Implement local tree context menu.
2008-01-15 17:51 botg, revision 2000Make a few strings easier to understand
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
2008-01-15 14:52 botg, revision 1999Handle F2 and DEL keys.
2008-01-15 14:14 botg, revision 1998Fix [ 1870113 ] [3.0.5.2]Renaming folder seems not to update dir-cache
2008-01-15 13:58 botg, revision 1997More translation updates
2008-01-15 13:26 botg, revision 1996More translation fixes.
2008-01-14 22:23 botg, revision 1995Allow F2 key to rename sites.
2008-01-14 18:34 botg, revision 1994Don't allow filters and sets with empty name
2008-01-14 15:59 botg, revision 1993Updated translation
2008-01-14 15:47 botg, revision 1992Fix wording, file editing works for local files too.
2008-01-13 19:48 botg, revision 1991Allow sites to be moved/copied using drag&drop.
2008-01-13 19:25 botg, revision 1990Don't needlessly disable "New Site/Directory" buttons. Closes [ 1805121 ] Site Manager interface improvements
2008-01-13 17:53 botg, revision 1989Yet another update
2008-01-13 15:25 botg, revision 1988Remember if a node is expanded or not. (RFE 1806322)
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2008-01-13 15:19 botg, revision 1987Fix assertion in filetype dialog.
2008-01-13 15:01 botg, revision 1986Fix uninitialized variable.
- 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/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
2008-01-13 11:22 botg, revision 1985Implement [ 1783130 ] Remember Window size on Site Manager
- M /FileZilla3/trunk/locales/de_DE.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/zh_CN.po
2008-01-13 11:14 botg, revision 1984Further translation updates
- M /FileZilla3/trunk/src/interface/interface.vcproj
- 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
- A /FileZilla3/trunk/src/interface/window_state_manager.cpp
- A /FileZilla3/trunk/src/interface/window_state_manager.h
2008-01-12 20:18 botg, revision 1983Move window size and position handling into own class so it can be reused by site manager later on.
2008-01-12 17:12 botg, revision 1982Another bunch of fixes
2008-01-12 16:14 botg, revision 1981More translation fixes.
2008-01-12 15:46 botg, revision 1980Translation fixes
2008-01-12 15:40 botg, revision 1979Typo
2008-01-11 22:12 botg, revision 1978Typo
2008-01-11 22:12 botg, revision 1977Version bump
2008-01-11 21:59 botg, revision 1976Updated translation
2008-01-11 19:16 botg, revision 1975Fix [ 1869623 ] [3.0.5.1]Failed to set language to default system language
2008-01-11 18:52 botg, revision 1974Fix filter button state if cancelling dialog
2008-01-11 16:45 botg, revision 1973Fix selection jumping back to a parent directory if some child is unaccessible. Bug is old, but hasn't surfaced until after revision 1894
2008-01-11 15:48 botg, revision 1972Fix CServerPath::operator<, hopefully closes [ 1869313 ] moving folder on server crashes filezilla
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.h
2008-01-11 10:05 botg, revision 1971Fix http downloads as used by update check.
2008-01-11 10:05 botg, revision 1970Version bump
2008-01-11 09:57 botg, revision 1969Updated
- M /FileZilla3/trunk/README
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/version.rc.in
2008-01-11 09:55 botg, revision 1968Update copyright year
2008-01-10 21:26 botg, revision 1966Fix segfault
2008-01-10 08:32 botg, revision 1965Fix links
2008-01-10 08:25 botg, revision 1964Version bump
- M /FileZilla3/trunk/locales/ca_ES.po
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/de_DE.po
- M /FileZilla3/trunk/locales/pt_PT.po
2008-01-09 20:22 botg, revision 1963Updated translations
2008-01-09 20:10 botg, revision 1962Fix [ 1867611 ] [3.0.5-r1]Dialog for uploading after editing file to small
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/directorycache.h
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2008-01-09 00:17 botg, revision 1961Fix "[ 1863979 ] New files not downloaded if directory listing is cached" by adding a 30 minute cache timeout. TODO: Refactor entire caching system
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/tests/dirparsertest.cpp
2008-01-05 16:30 botg, revision 1960HP NonStop servers are broken, they have padding issues.
2008-01-04 21:26 botg, revision 1959Small cleanup. Faster and uses less memory.
2008-01-04 20:50 botg, revision 1958Fix [ 1863986 ] File exists dialog: "Apply to current queue only" now working
2008-01-04 20:47 botg, revision 1957Fix an assertion
2008-01-04 13:12 botg, revision 1956Fix automatic servertype detection on reconnect.
2008-01-04 11:44 botg, revision 1955Fix [ 1852601 ] Site Manager Dropdown menu sort order
- M /FileZilla3/trunk/locales/de_DE.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/sl_SI.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-01-03 15:00 botg, revision 1954Updated
- A /FileZilla3/trunk/src/interface/dragdropmanager.cpp
- A /FileZilla3/trunk/src/interface/dragdropmanager.h
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2008-01-02 15:25 botg, revision 1953Improve visual feedback on drag&drop operations as far as technically possible.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/include/server.h
- M /FileZilla3/trunk/tests/dirparsertest.cpp
2008-01-02 11:07 botg, revision 1952Compatibility with HP NonStop servers.
2008-01-02 10:52 botg, revision 1951Fix infinite loop. Strange that noone found this bug, was in FZ3 since May 2006
2008-01-01 15:45 botg, revision 1950Use proper wildcard.
2007-12-31 15:51 botg, revision 1948Uninstaller did leave defaultfilters.xml behind.
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
2007-12-31 15:33 botg, revision 1947Fix warnings.
2007-12-31 15:32 botg, revision 1946Version bump
- M /FileZilla3/trunk/AUTHORS
- A /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/cs_CZ.po
- M /FileZilla3/trunk/locales/de_DE.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it_IT.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/zh_TW.po
2007-12-31 15:07 botg, revision 1945Updated locales
- M /FileZilla3/trunk/src/putty/MERGEREVISION
- M /FileZilla3/trunk/src/putty/putty.h
- M /FileZilla3/trunk/src/putty/settings.c
- M /FileZilla3/trunk/src/putty/ssh.c
- M /FileZilla3/trunk/src/putty/unix/uxnet.c
- M /FileZilla3/trunk/src/putty/windows/psftp.rc
- M /FileZilla3/trunk/src/putty/windows/version.rc2
- M /FileZilla3/trunk/src/putty/windows/winhandl.c
- M /FileZilla3/trunk/src/putty/windows/winnet.c
- M /FileZilla3/trunk/src/putty/windows/winstuff.h
2007-12-31 14:19 botg, revision 1944Merged with upstream rev. 7814
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2007-12-31 12:03 botg, revision 1943Update edit status dialog.
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
2007-12-30 16:33 botg, revision 1942Implement editing of local files.
2007-12-30 11:44 botg, revision 1941Silence output on non-debug builds
2007-12-30 11:42 botg, revision 1940Synchronized browsing won't make it for 3.0.5.
- M /FileZilla3/trunk/src/interface/listingcomparison.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/optionspage_interface.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2007-12-30 11:13 botg, revision 1939Add a threshold for date based comparison.
2007-12-30 00:06 botg, revision 1938This might fix a reported problem.
2007-12-30 00:01 botg, revision 1937Fix comparison menuitem states.
2007-12-29 23:42 botg, revision 1936Fix crash in ReselectItems.
2007-12-29 23:30 botg, revision 1935Don't unnecessarily disable comparison mode if downloading or deleting files.
2007-12-29 23:23 botg, revision 1934Promote warnings about unroutable addresses in PASV replies to Status.
2007-12-29 23:20 botg, revision 1933More spelling fixes.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2007-12-29 23:10 botg, revision 1932Lonely should be yellow instead of fill.
2007-12-29 15:53 botg, revision 1931Correct spelling
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/queueview_failed.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2007-12-29 15:46 botg, revision 1930Preparatory work for local file editing.
2007-12-29 13:27 botg, revision 1929Fix warnings.
2007-12-29 10:53 botg, revision 1928Add comparison to menu.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/listingcomparison.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
2007-12-28 21:28 botg, revision 1927Hide remote info text if comparing, fix typo in date based comparison.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- 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/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
2007-12-28 11:04 botg, revision 1926Add additional comparison mode.
2007-12-28 10:49 botg, revision 1925Fix [ 1815180 ] Queue duplicates
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/optionspage_language.cpp
2007-12-27 13:35 botg, revision 1924Fix language selection on non-GTK platforms.
- A /FileZilla3/trunk/locales/el_GR.po
- D /FileZilla3/trunk/locales/gr.po
2007-12-27 10:52 botg, revision 1923Fix name of Greek locale
- M /FileZilla3/trunk/src/interface/locale_initializer.cpp
- M /FileZilla3/trunk/src/interface/locale_initializer.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2007-12-27 00:16 botg, revision 1922More fixes for locale initialization
- M /FileZilla3/trunk/src/interface/locale_initializer.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/optionspage_language.cpp
2007-12-27 00:03 botg, revision 1921Fix settings file parsing and don't display language changed message if language didn't change.
- D /FileZilla3/trunk/locales/bg.po
- A /FileZilla3/trunk/locales/bg_BG.po
- D /FileZilla3/trunk/locales/cs.po
- A /FileZilla3/trunk/locales/cs_CZ.po
- D /FileZilla3/trunk/locales/de.po
- A /FileZilla3/trunk/locales/de_DE.po
- D /FileZilla3/trunk/locales/es.po
- A /FileZilla3/trunk/locales/es_ES.po
- D /FileZilla3/trunk/locales/eu.po
- A /FileZilla3/trunk/locales/eu_ES.po
- D /FileZilla3/trunk/locales/fi.po
- A /FileZilla3/trunk/locales/fi_FI.po
- D /FileZilla3/trunk/locales/gl.po
- A /FileZilla3/trunk/locales/gl_ES.po
- D /FileZilla3/trunk/locales/hu.po
- A /FileZilla3/trunk/locales/hu_HU.po
- D /FileZilla3/trunk/locales/km.po
- A /FileZilla3/trunk/locales/km_KH.po
- D /FileZilla3/trunk/locales/lt.po
- A /FileZilla3/trunk/locales/lt_LT.po
- D /FileZilla3/trunk/locales/lv.po
- A /FileZilla3/trunk/locales/lv_LV.po
- D /FileZilla3/trunk/locales/mk.po
- A /FileZilla3/trunk/locales/mk_MK.po
- D /FileZilla3/trunk/locales/nl.po
- A /FileZilla3/trunk/locales/nl_NL.po
- D /FileZilla3/trunk/locales/ru.po
- A /FileZilla3/trunk/locales/ru_RU.po
- D /FileZilla3/trunk/locales/sk.po
- A /FileZilla3/trunk/locales/sk_SK.po
- D /FileZilla3/trunk/locales/sl.po
- A /FileZilla3/trunk/locales/sl_SI.po
- D /FileZilla3/trunk/locales/tr.po
- A /FileZilla3/trunk/locales/tr_TR.po
- M /FileZilla3/trunk/src/interface/locale_initializer.cpp
- M /FileZilla3/trunk/src/interface/optionspage_language.cpp
2007-12-26 23:07 botg, revision 1920Use proper language file names and a few other fixes.
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filezillaapp.h
- A /FileZilla3/trunk/src/interface/locale_initializer.cpp
- A /FileZilla3/trunk/src/interface/locale_initializer.h
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/optionspage_language.cpp
- M /FileZilla3/trunk/src/interface/optionspage_language.h
2007-12-26 14:18 botg, revision 1919Proper locale initialization under wxGTK
2007-12-25 17:47 botg, revision 1918Fix problem with some dirsort modes
2007-12-25 16:17 botg, revision 1917Compile fix
2007-12-25 16:13 botg, revision 1916Reverse tab switching keys in RTL mode
2007-12-25 14:39 botg, revision 1915Fix drawing under wxGTK
2007-12-25 11:14 botg, revision 1914Fix positioning if using RTL languages
2007-12-25 11:14 botg, revision 1913Keepalive timer needs to be stopped on disconnect.
Fix compilo