Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 07:20:01
Changelog for FileZilla 3 (8047 changes):
2009-02-02 10:23 botg, revision 29882009-02-02 10:05 botg, revision 2987MSW toolbar likes alpha channels more than masks.
2009-01-31 16:15 botg, revision 2986Forgot to optimize file
2009-01-31 14:55 botg, revision 2985Fix sync browsing menuitem state.
2009-01-31 14:53 botg, revision 2984Version bump
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/ca.po
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/ko_KR.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/ru.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/zh_TW.po
2009-01-31 09:40 botg, revision 2983Updated translations
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
2009-01-30 15:23 botg, revision 2979Fix some warnings.
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- A /FileZilla3/trunk/src/interface/resources/16x16/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2009-01-28 21:15 botg, revision 2976Implement synchronized browsing.
2009-01-27 17:37 botg, revision 2975Fix #4188, GetBookmarks didn't load bookmarks for predefined sites complaining loudly.
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/import.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.h
2009-01-26 22:53 botg, revision 2974Fix #4185, TinyXML cannot handle Unicode filenames well.
- M /FileZilla3/trunk/src/interface/conditionaldialog.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2009-01-26 22:46 botg, revision 2973Fix button height inconsistencies
2009-01-25 15:28 botg, revision 2972May need to expand editor command from PATH if adding to custom associations
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
- M /FileZilla3/trunk/src/interface/viewheader.cpp
2009-01-24 16:28 botg, revision 2971Route some code paths through CState to prepare for the synchronized browsing feature.
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- 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/RemoteListView.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2009-01-24 14:11 botg, revision 2970More CLocalPath usage.
2009-01-24 13:26 botg, revision 2969Fix a nullpointer dereference.
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/include/local_path.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.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/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
- M /FileZilla3/trunk/src/interface/viewheader.cpp
- M /FileZilla3/trunk/tests/localpathtest.cpp
2009-01-22 13:01 botg, revision 2968Make use of CLocalPath. Much more code still needs to be converted.
2009-01-21 13:34 botg, revision 2967Update local path test
2009-01-21 11:19 botg, revision 2966Fix edit label hiding under item on OS X if creating new site
2009-01-20 16:00 botg, revision 2965Fix compile error
- M /FileZilla3/trunk/src/engine/engine.vcproj
- A /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/engine/Makefile.am
- A /FileZilla3/trunk/src/include/local_path.h
- M /FileZilla3/trunk/src/include/Makefile.am
- A /FileZilla3/trunk/tests/localpathtest.cpp
- M /FileZilla3/trunk/tests/Makefile.am
2009-01-20 15:47 botg, revision 2964First half of a new class to handle local paths.
2009-01-18 22:29 botg, revision 2963Minor test addition.
2009-01-18 21:56 botg, revision 2962Oops, committed wrong .xrc file. Other one can stay though, it just foreshadows things to come soon ;)
- M /FileZilla3/trunk/src/interface/optionspage_language.cpp
- M /FileZilla3/trunk/src/interface/optionspage_language.h
- M /FileZilla3/trunk/src/interface/resources/toolbar.xrc
2009-01-15 22:47 botg, revision 2961Patch by Adrien Cunin to keep "Default system language" on top and to display locale code.
2009-01-15 17:03 botg, revision 2960Search for program in $PATH if not absolute
- 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/optionspage_edit.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2009-01-14 22:32 botg, revision 2959Prompt for an editor on unassociated file types.
2009-01-14 22:32 botg, revision 2958Fix error in debug build.
- 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/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/optionspage_edit.cpp
- M /FileZilla3/trunk/src/interface/optionspage_edit.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2009-01-11 19:00 botg, revision 2957Add option to use system's text editor as default editor. Show the faulty command if an associated program cannot be found.
2009-01-10 15:34 botg, revision 2956Actually use UAC::Exec to execute program unelevated. Was missing from previous commit.
2009-01-08 15:50 botg, revision 2955Further performance improvements of wrapping engine
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
2009-01-08 14:04 botg, revision 2954Implement different double-click actions.
- 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_filelists.cpp
- A /FileZilla3/trunk/src/interface/optionspage_filelists.h
- M /FileZilla3/trunk/src/interface/optionspage_interface.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
2009-01-08 12:00 botg, revision 2953Interface for setting double-click action in file lists.
2009-01-08 12:00 botg, revision 2952Fix warnings
2009-01-08 11:31 botg, revision 2951Second half of commit 2951.
2009-01-07 17:27 botg, revision 2950Get rid of wxString in CSocketEvent, not threadsave.
2009-01-07 16:48 botg, revision 2949One more.
2009-01-07 16:43 botg, revision 2948Add a missing test.
2009-01-07 16:40 botg, revision 2947Version bump
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/da_DK.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/fr_CA.po
- M /FileZilla3/trunk/locales/hu_HU.po
- M /FileZilla3/trunk/locales/ja_JP.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2009-01-06 18:37 botg, revision 2946Updated translations.
2009-01-06 13:49 botg, revision 2945Need to replace %a if using account logon type on FTP proxies
2009-01-03 20:38 botg, revision 2944Add missing file to dist target.
2009-01-03 17:08 botg, revision 2943Silly typo in fix for #4097
2009-01-03 16:54 botg, revision 2942Another one.
2009-01-03 15:43 botg, revision 2941Compile fix
2009-01-03 15:38 botg, revision 2940Version bump
- M /FileZilla3/trunk/locales/da_DK.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/hu_HU.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/ja_JP.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2009-01-03 15:19 botg, revision 2939Updated translations.
2009-01-03 15:02 botg, revision 2938Add the "bytes" suffix in all cases if requested.
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
2009-01-03 14:59 botg, revision 2937Clarify some strings.
- M /FileZilla3/trunk/src/putty/logging.c
- M /FileZilla3/trunk/src/putty/Makefile.am
- M /FileZilla3/trunk/src/putty/MERGEREVISION
- M /FileZilla3/trunk/src/putty/network.h
- M /FileZilla3/trunk/src/putty/psftp.c
- 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/ssh.h
- D /FileZilla3/trunk/src/putty/sshgss.h
- M /FileZilla3/trunk/src/putty/sshmd5.c
- M /FileZilla3/trunk/src/putty/sshpubk.c
- M /FileZilla3/trunk/src/putty/sshrsa.c
- M /FileZilla3/trunk/src/putty/sshsha.c
- M /FileZilla3/trunk/src/putty/unix/unix.h
- M /FileZilla3/trunk/src/putty/unix/uxnet.c
- M /FileZilla3/trunk/src/putty/unix/uxsftp.c
- M /FileZilla3/trunk/src/putty/unix/uxstore.c
- M /FileZilla3/trunk/src/putty/windows/winmisc.c
- M /FileZilla3/trunk/src/putty/windows/winnet.c
- M /FileZilla3/trunk/src/putty/windows/winsftp.c
- M /FileZilla3/trunk/src/putty/windows/winstuff.h
- M /FileZilla3/trunk/src/putty/x11fwd.c
2009-01-03 12:30 botg, revision 2936Merge upstream changes.
2009-01-02 23:00 botg, revision 2935Don't show proxy password in log, fixes #4131
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
2009-01-02 16:20 botg, revision 2934Support for yet another MVS format (Who designed that monstrosity?). Closes #4122
2009-01-02 16:19 botg, revision 2933Fix typo
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
2009-01-02 00:58 botg, revision 2932Select parent after deleting item.
2009-01-02 00:20 botg, revision 2931Typo
2009-01-01 16:35 botg, revision 2930Add missing colon.
2009-01-01 11:46 botg, revision 2929Mention the new features
- M /FileZilla3/trunk/docs/filezilla.man
- M /FileZilla3/trunk/docs/fzdefaults.xml.man
- M /FileZilla3/trunk/README
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/resources/MacInfo.plist.in
- M /FileZilla3/trunk/src/interface/resources/version.rc.in
2008-12-31 11:28 botg, revision 2928Happy new year.
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
2008-12-30 19:51 botg, revision 2927Clarify some messages.
2008-12-30 19:44 botg, revision 2926Version bump
- M /FileZilla3/trunk/AUTHORS
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/cs_CZ.po
- M /FileZilla3/trunk/locales/da_DK.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/fr.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
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-12-30 15:23 botg, revision 2925Updated translations.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
2008-12-30 14:28 botg, revision 2924Fix encoding issues with thousands separator. Reported in Ubuntu LP: #3C12246
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.h
- M /FileZilla3/trunk/src/interface/ipcmutex.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
2008-12-30 13:26 botg, revision 2923Global bookmarks.
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
2008-12-29 15:10 botg, revision 2922New bookmark management dialog.
2008-12-29 14:10 botg, revision 2921Missing const.
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2008-12-29 13:29 botg, revision 2920Implement browse button, use current directories as default
2008-12-28 15:50 botg, revision 2919Equal button height
- A /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- A /FileZilla3/trunk/src/interface/bookmarks_dialog.h
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/16x16/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/16x16/Makefile.am
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.h
2008-12-26 17:09 botg, revision 2918Implement adding site-specific bookmarks through main menu.
2008-12-26 14:09 botg, revision 2917Get bookmarks working.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
2008-12-22 15:54 botg, revision 2916Show bookmarks in menu.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
2008-12-20 10:44 botg, revision 2915Some UI work towards bookmarks.
2008-12-19 17:43 botg, revision 2914Some systems do not have setenv.
2008-12-19 17:39 botg, revision 2913Assume that non-Unicode builds do not support RTL.
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/proxy.h
- M /FileZilla3/trunk/src/interface/QueueView.h
2008-12-19 17:28 botg, revision 2912Fix a few warnings
2008-12-18 07:47 botg, revision 2911Include arpa/inet.h as well, some systems have alternate location of htons declaration (HPUX with _XOPEN_SOURCE_EXTENDED defined). Include it unconditionally like it's done in PuTTY, good enough.
2008-12-15 20:55 botg, revision 2910Updated manpage.
2008-12-15 14:03 botg, revision 2909Fix crash.
2008-12-14 13:26 botg, revision 2908Update specs
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2008-12-13 15:22 botg, revision 2907Add button to rename filter sets and rearrange other buttons a bit.
2008-12-13 14:14 botg, revision 2906This locking scheme seems to be sane enough
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/logging_private.h
- M /FileZilla3/trunk/src/include/engineprivate.h
- M /FileZilla3/trunk/src/include/optionsbase.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/optionspage_logging.cpp
- M /FileZilla3/trunk/src/interface/optionspage_logging.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2008-12-12 21:58 botg, revision 2905Logging to file. Logfile rotation not yet implemented on non-Windows, need to figure out a good locking scheme.
- M /FileZilla3/trunk/src/dbus/session_manager.cpp
- M /FileZilla3/trunk/src/dbus/wxdbusconnection.cpp
- M /FileZilla3/trunk/src/dbus/wxdbusconnection.h
2008-12-12 10:30 botg, revision 2904Rewrite the dispatch loop. Proper.
- M /FileZilla3/trunk/configure.in
- M /FileZilla3/trunk/src/dbus/wxdbusconnection.cpp
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
2008-12-11 18:52 botg, revision 2903Compile fixes
2008-12-11 09:40 botg, revision 2902Case correctness...
2008-12-10 15:36 botg, revision 2901Display filesize with thousands separators if option set.
- M /FileZilla3/trunk/data/install.nsi.in
- M /FileZilla3/trunk/data/Makefile.am
- A /FileZilla3/trunk/data/UAC_unicode.dll
- A /FileZilla3/trunk/data/UAC_unicode.dll.txt
2008-12-10 15:29 botg, revision 2900Improve Vista compatibility. After installation, start FileZilla unelevated.
2008-12-09 14:32 botg, revision 2899Needed to regen configure on systems without pkg-config installed, e.g. MinGW environments.
2008-12-09 14:12 botg, revision 2898Fix freeze on exit
- M /FileZilla3/trunk/configure.in
- A /FileZilla3/trunk/src/dbus
- A /FileZilla3/trunk/src/dbus/Makefile.am
- A /FileZilla3/trunk/src/dbus/session_manager.cpp
- A /FileZilla3/trunk/src/dbus/session_manager.h
- A /FileZilla3/trunk/src/dbus/wxdbusconnection.cpp
- A /FileZilla3/trunk/src/dbus/wxdbusconnection.h
- A /FileZilla3/trunk/src/dbus/wxdbusmessage.cpp
- A /FileZilla3/trunk/src/dbus/wxdbusmessage.h
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/Makefile.am
2008-12-04 14:41 botg, revision 2897Support for GNOME Session D-Bus API through libdbus. Users of GNOME 2.24 need this GNOME patch: http://bugzilla.gnome.org/show_bug.cgi?id=559469
2008-12-03 17:33 botg, revision 2896Icelandic month names
- 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/LocalListView.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
2008-12-03 15:35 botg, revision 2895Small cleanup.
2008-12-02 18:01 botg, revision 2894Don't paint progress bar over its own border.
2008-12-02 17:48 botg, revision 2893Need to update m_pDirectoryListing
2008-12-02 17:46 botg, revision 2892Version bump
2008-12-02 17:36 botg, revision 2891Take filters into account if updating number of files on deletion.
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/nb_NO.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/ru.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_CN.po
2008-12-02 17:23 botg, revision 2890Updated translations.
2008-12-02 16:53 botg, revision 2889Revert revision 2886, actually a wxWidgets regression.
2008-12-02 16:46 botg, revision 2888Fix nullpointer dereference on engines without associated item in ProcessReply; slightly speed up ResetEngine by directly accessing the item's server item; increase m_activeCount if starting automatic refresh.
2008-12-02 16:45 botg, revision 2887Fix an assertion.
2008-12-01 15:50 botg, revision 2886Minor performance improvement.
- M /FileZilla3/trunk/src/interface/listingcomparison.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2008-12-01 14:28 botg, revision 2885Fix odd toolbar togglebutton behavior on MSW.
2008-12-01 14:05 botg, revision 2884More #ifdefery
2008-12-01 13:52 botg, revision 2883Need to handle the resize prior to reloading the splitter positions.
2008-11-30 19:30 botg, revision 2882Fix compilation error.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
2008-11-30 15:38 botg, revision 2881Greatly speed up refresh of remote directory listing when new files got added
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2008-11-30 15:01 botg, revision 2880Some more small performance optimizations
2008-11-30 14:18 botg, revision 2879Avoid slow wxFileName, speeds up CFileListCtrl::GetType
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/window_state_manager.cpp
- M /FileZilla3/trunk/src/interface/window_state_manager.h
2008-11-30 13:52 botg, revision 2878Restore correct splitter positions on maximized windows on wxGTK
2008-11-29 20:53 botg, revision 2877Number of files wasn't updated if removing the last file(s) in a listing
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
2008-11-29 15:05 botg, revision 2876Fix warnings
2008-11-29 14:57 botg, revision 2875Don't timeout while waiting for lock.
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/commands.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- 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/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2008-11-28 20:10 botg, revision 2874Automatic refresh of remote file list once queue finishes.
2008-11-27 17:11 botg, revision 2873Typo
- M /FileZilla3/trunk/src/interface/resources/windows_manifest.xml
- M /FileZilla3/trunk/src/putty/Makefile.am
- M /FileZilla3/trunk/src/putty/windows/Makefile.am
- M /FileZilla3/trunk/src/putty/windows/psftp.rc
- A /FileZilla3/trunk/src/putty/windows/windows_manifest.xml
2008-11-27 16:55 botg, revision 2872fzsftp and fzputtygen need the manifest as well.
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/resources/filezilla.rc
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/windows_manifest.xml
2008-11-26 23:25 botg, revision 2871The default manifest provided by wxWidgets does not have requestedExecutionLevel set. As such, madness like the filesystem virtualization (%LOCALAPPDATA%/VirtualStore) was active. The new manifest sets requestedExecutionLevel to "asInvoker" and thus avoids the virtual store.
2008-11-26 16:13 botg, revision 2870Remove unused variables.
2008-11-26 16:04 botg, revision 2869Version bump to 3.1.6-rc1
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/cs_CZ.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/uk_UA.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-11-25 17:46 botg, revision 2868Updated translations.
- 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/optionspage_interface.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/splitter.cpp
2008-11-24 15:19 botg, revision 2867Add message log position option to settings dialog. Also fix some minor issues.
2008-11-24 15:15 botg, revision 2866Avoid problems caused by lazy maximize on GTK, just use negative sash positions for gravity 1.0 in all cases.
2008-11-24 00:36 botg, revision 2865Handle error case if GetFileInfo inside GetNextFile fails.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/splitter.cpp
- M /FileZilla3/trunk/src/interface/splitter.h
2008-11-23 23:19 botg, revision 2864Fix two small regressions.
- 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
- A /FileZilla3/trunk/src/interface/splitter.cpp
- A /FileZilla3/trunk/src/interface/splitter.h
- M /FileZilla3/trunk/src/interface/window_state_manager.cpp
2008-11-23 15:59 botg, revision 2863New CSplitterWindowEx class for a nice cleanup of everything splitter related.
2008-11-23 14:59 botg, revision 2862Can not use %f format specifier to store floating point numbers in settings files. %f is locale-dependent.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
2008-11-20 00:27 botg, revision 2861Queue and message log can be positioned side by side.
2008-11-19 16:40 botg, revision 2860Blind fix for potential race condition.
2008-11-19 00:18 botg, revision 2858Another small fix for Turkish locale.
2008-11-19 00:11 botg, revision 2857Add test for MLSD output. Use current locale for the test.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
- M /FileZilla3/trunk/src/engine/misc.cpp
- M /FileZilla3/trunk/src/include/misc.h
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
2008-11-17 13:55 botg, revision 2856Directory listing parser fixes for Turkish locale.
2008-11-17 13:54 botg, revision 2855Better dialog titles.
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
2008-11-17 13:24 botg, revision 2854Add context menu to export individual sites.
- 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/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/pathcache.cpp
- M /FileZilla3/trunk/src/engine/pathcache.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2008-11-16 20:57 botg, revision 2853Cache cleanup. Might need more testing.
2008-11-15 15:30 botg, revision 2852Fix art provider on some locales (e.g. Turkish) where theres a different relationship between lowercase and uppercase ASCII characters. Reported by Pardus package maintainers.
2008-11-15 14:28 botg, revision 2851Correct number of added files.
2008-11-15 14:27 botg, revision 2850Version bump
- 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/queue.h
2008-11-15 13:03 botg, revision 2849Further speedup
2008-11-14 19:51 botg, revision 2848Save some more CPU cycles
- M /FileZilla3/trunk/locales/ca.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/mk_MK.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-11-13 11:28 botg, revision 2847Updated translations
- M /FileZilla3/trunk/src/interface/dndobjects.cpp
- M /FileZilla3/trunk/src/interface/dndobjects.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
2008-11-12 20:03 botg, revision 2846Fix #3992, link information needs to be part of the remote data object for drag&drop of symbolic links.
2008-11-12 19:44 botg, revision 2845Typo in comment.
2008-11-12 17:49 botg, revision 2844wxDisplay does not react to changed display layout. Crude hack, but should work.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
2008-11-09 14:33 botg, revision 2840Work in progress: Alternative message log position.
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.h
2008-11-09 11:56 botg, revision 2839Implement tab highlighting.
2008-11-08 19:41 botg, revision 2838Don't store the full path for every item in the forest, it's enough to store the path for the roots.
2008-11-07 18:33 botg, revision 2837Fix for #3949 wasn't complete, missed a spot.
2008-11-07 13:55 botg, revision 2836Avoid trying to read 0 bytes.
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filezillaapp.h
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
- M /FileZilla3/trunk/src/interface/settingsdialog.h
- M /FileZilla3/trunk/src/Makefile.am
2008-11-04 13:00 botg, revision 2835Revert accidental commit.
- M /FileZilla3/trunk/autogen.sh
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filezillaapp.h
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
- M /FileZilla3/trunk/src/interface/settingsdialog.h
- M /FileZilla3/trunk/src/Makefile.am
2008-11-04 10:45 botg, revision 2834Remove leftover strings
2008-11-03 10:45 botg, revision 2833Some systems have neither MSG_NOSIGNAL nor SO_NOSIGPIPE. Need to block SIGPIPE the old fashioned way.
2008-10-31 18:32 botg, revision 2831Fix #3930, don't crash if clearing quickconnect bar while it is hidden.
- 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/queue.h
2008-10-30 14:38 botg, revision 2830Don't use filter manager inside the worker thread. wxString isn't threadsafe.
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/fr_CA.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/sl_SI.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/vi_VN.po
2008-10-30 10:52 botg, revision 2829Updated translations
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
2008-10-29 16:46 botg, revision 2828Fix #3949, deleting a subdirectory did not remove the item from the tree since it is still selected when RefreshItem is called.
2008-10-28 19:42 botg, revision 2827#3937 fix typo.
2008-10-28 15:38 botg, revision 2826Fix #3900, duplicate help menu under OS
2008-10-25 17:35 botg, revision 2825Fix requirements.
2008-10-25 17:34 botg, revision 2824Fix possible double-free.
2008-10-24 16:44 botg, revision 2823Fix bug in parsing chunk length.
2008-10-24 16:20 botg, revision 2822Fix #3922, don't show message boxes on silent installers.
2008-10-23 22:31 botg, revision 2821Remove a debugging return that should not be there.
2008-10-23 22:28 botg, revision 2820Minor cleanup inspired by #3927
2008-10-23 21:08 botg, revision 2819Need to deallocate buffer with delete [], fixes #3926
2008-10-22 09:45 botg, revision 2817Need to deallocate buffer with delete [], fixes #3925
2008-10-22 09:45 botg, revision 2816Version bump
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/nl.po
- A /FileZilla3/trunk/locales/nn_NO.po
2008-10-22 09:03 botg, revision 2815Updated translations
2008-10-21 20:36 botg, revision 2814Fix buffer size
2008-10-21 18:25 botg, revision 2813Fix #3913, numpad keys in prefix search.
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
2008-10-19 23:08 botg, revision 2812Busted by const police.
- M /FileZilla3/trunk/src/interface/listctrlex.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
2008-10-19 23:06 botg, revision 2811Fix #3861, transfer status lines will no longer overlap scrollbar. Also fixes theming issues.
2008-10-19 12:17 botg, revision 2810Need to inherit foreground colour for info text
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/commands.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.h
2008-10-19 12:11 botg, revision 2809Better handling of symlinks, fixes #3153
2008-10-18 14:38 botg, revision 2808Fix grammar.
2008-10-18 10:47 botg, revision 2807Need to explicitly fetch background colour for darkness test
2008-10-18 09:36 botg, revision 2806If using dark window backgrounds, use brighter colors.
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
2008-10-16 12:45 botg, revision 2805Use smaller font sizes for message log and directory trees and fix alignment of view header labels
2008-10-16 12:44 botg, revision 2804Version bump
2008-10-16 09:50 botg, revision 2803Updated translation
2008-10-15 13:11 botg, revision 2802Fix crashes and memory corruption if renaming local directories. Reported by Ubuntu LP: #283744
2008-10-15 13:09 botg, revision 2801Version bump
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/fr_CA.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/lt_LT.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/uk_UA.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-10-15 10:31 botg, revision 2800Updated translations.
2008-10-15 10:30 botg, revision 2799Need to init variable in all constructors.
2008-10-15 10:30 botg, revision 2798Add a separator.
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/commands.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/interface/state.cpp
2008-10-15 09:50 botg, revision 2797Prevent future reports like #3882, if directory cannot be CWDed into after reconnect, list current directory instead.
2008-10-14 19:05 botg, revision 2796Fix speed limits if using SFTP.
2008-10-14 18:13 botg, revision 2795Don't try to check /net for subdirectories on OS X, it is very slow.
- M /FileZilla3/trunk/src/interface/dragdropmanager.cpp
- M /FileZilla3/trunk/src/interface/dragdropmanager.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- 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
2008-10-14 14:39 botg, revision 2794Do not needlessly refresh local file lists on drag&drop operations beginning on local side and drop target being an internal window.
2008-10-14 11:55 botg, revision 2793Fix #3885, send user agent to http proxies.
2008-10-14 11:15 botg, revision 2792We do not want SIGPIPE if writing to a socket fails, supress it.
2008-10-09 15:10 botg, revision 2790Implement #3883, start FileZilla after installation.
- M /FileZilla3/trunk/src/interface/defaultfileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/defaultfileexistsdlg.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2008-10-08 21:22 botg, revision 2789Fix #3858, previously selected default file exist action working but not reselected.
2008-10-08 16:10 botg, revision 2788Typo
2008-10-08 16:09 botg, revision 2787Version bump
- M /FileZilla3/trunk/locales/bg_BG.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/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/pl_PL.po
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/ru.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-10-08 15:16 botg, revision 2786Updated translations.
2008-10-08 14:58 botg, revision 2785Fix #3783
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.h
- M /FileZilla3/trunk/src/interface/QueueView.h
2008-10-08 14:24 botg, revision 2784Fully working manual transfer dialog.
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2008-10-07 21:34 botg, revision 2783Last bits of UI magic.
2008-10-06 17:08 botg, revision 2782Make sure all servers have a name.
- 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/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
2008-10-06 16:58 botg, revision 2781Add some helper routines to CServer, further implement manual transfer dialog.
2008-10-06 16:24 botg, revision 2780The order in which libs are requested from wx-config matters. Looks like that script is flawed, it should resolve the dependencies on its own.
2008-10-06 15:50 botg, revision 2779Missed yet another wx lib.
2008-10-06 15:49 botg, revision 2778Need to link against wx core library as well. Bump minimum required wxWidgets version.
2008-10-05 19:04 botg, revision 2777Fix warning
- A /FileZilla3/trunk/src/interface/auto_ascii_files.cpp
- A /FileZilla3/trunk/src/interface/auto_ascii_files.h
- 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/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2008-10-05 10:22 botg, revision 2776Move auto ascii handling into new class. Bring parts of the manual transfer dialog to life.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- A /FileZilla3/trunk/src/interface/manual_transfer.cpp
- A /FileZilla3/trunk/src/interface/manual_transfer.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
2008-10-04 11:56 botg, revision 2775Prototype manual transfer dialog.
2008-10-02 14:37 botg, revision 2774Fix race condition, need to set state to CSocket::connecting after getting the final socket thread.
2008-10-02 13:18 botg, revision 2773Don't link to unneeded wx components.
- 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/resources/menus.xrc
- M /FileZilla3/trunk/src/interface/resources/quickconnectbar.xrc
2008-10-02 09:13 botg, revision 2772Ability to show/hide quickconnect bar.
2008-10-02 08:59 botg, revision 2771Get rid of unneeded include.
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.h
2008-10-01 23:15 botg, revision 2770Faster queue saving, makes about 16% difference. Don't save priority if priority is normal (default).
2008-10-01 21:45 botg, revision 2769Resolve ambiguous implicit cast.
2008-10-01 21:02 botg, revision 2768Get rid of unused variable.
2008-09-30 18:09 botg, revision 2767Update displayed files if changing format.
2008-09-30 08:25 botg, revision 2766Be a bit more verbose if fzsftp could not be started.
2008-09-29 21:12 botg, revision 2765Fix ! operator
2008-09-29 21:09 botg, revision 2764Copy changes from 3.1.3.1 tag
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/include/refcount.h
2008-09-29 19:57 botg, revision 2763Clean up CDirectoryListing
2008-09-29 15:37 botg, revision 2762Fix memory leak, thank you valgrind.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/include/Makefile.am
- A /FileZilla3/trunk/src/include/refcount.h
- M /FileZilla3/trunk/src/include/serverpath.h
2008-09-29 12:07 botg, revision 2745Reference counted CServerPath
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.h
2008-09-29 12:00 botg, revision 2744Fix potential problem if OnClose gets called with pending data and OnReceive causes a redirect.
2008-09-27 22:51 botg, revision 2743Download speed limits weren't working.
2008-09-27 21:52 botg, revision 2742Remove some trailing whitespace.
2008-09-27 18:09 botg, revision 2741Timing issue, need to retrigger close event if received prior to SetActive.
- M /FileZilla3/trunk/src/interface/optionspage_edit.cpp
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
2008-09-27 16:50 botg, revision 2740If validation fails, switch to the problem page.
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2008-09-27 13:49 botg, revision 2739Display more information on file changed notification.
2008-09-27 13:23 botg, revision 2738Keep drive letter for removable media drives, e.g. CD-ROM drives.
- 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/Mainfrm.h
2008-09-26 18:00 botg, revision 2737React to added or removed drive letters.
2008-09-26 09:48 botg, revision 2735Show server details on edit status dialog.
2008-09-25 20:27 botg, revision 2734Fix #3772, allow editing of files with same name but in different remote paths.
2008-09-25 13:23 botg, revision 2733Last part of #3803
- 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/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/queueview_failed.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2008-09-24 22:22 botg, revision 2732Fix #3781, need to truncate filenames if longer than MAX_PATH (MSW)
- 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/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queueview_failed.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2008-09-24 09:34 botg, revision 2731Change CEditHandler to identify remote files by path and server in addition to filename and make local filename independent of remote filename. Lays the foundation to fix #3772 and #3781.
2008-09-24 09:01 botg, revision 2730Solaris doesn't have d_type member in struct dirent, fixes part of #3803
2008-09-24 09:01 botg, revision 2729Fix a warning.
2008-09-23 14:45 botg, revision 2728Fix compile errors on Solaris, part of #3803
2008-09-22 14:48 botg, revision 2727Fix wording.
2008-09-22 12:37 botg, revision 2726Fix compile error.
2008-09-22 11:57 botg, revision 2725Updated tooltip for comparison button.
2008-09-22 11:54 botg, revision 2724Call gnutls_global_deinit even if gnutls_global_init fails, else further connections will attempt to use a partially initialized gnutls with undefined behaviour.
2008-09-21 23:44 botg, revision 2723Call gnutls_global_deinit even if gnutls_global_init fails, else further connections will attempt to use a partially initialized gnutls with undefined behaviour.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/optionspage_sizeformatting.cpp
2008-09-21 17:52 botg, revision 2722Less code duplication.
- 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/optionspage_sizeformatting.cpp
- M /FileZilla3/trunk/src/interface/optionspage_sizeformatting.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2008-09-21 17:43 botg, revision 2721Add configuration option for number of decimal places in filesize formatting.
2008-09-21 13:50 botg, revision 2720Can't use precompiled headers if dependency tracking is disabled.
2008-09-21 12:51 botg, revision 2719Version bump
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/uk_UA.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-09-21 12:45 botg, revision 2718Updated translations
2008-09-19 14:59 botg, revision 2717Minor fix without real world relevance.
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/include/local_filesys.h
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.h
2008-09-19 12:29 botg, revision 2716Speedup of CRecursiveOperation::ProcessDirectoryListing
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
- M /FileZilla3/trunk/tests/dirparsertest.cpp
2008-09-19 11:51 botg, revision 2715Add another exotic directory listing format.
2008-09-19 09:46 botg, revision 2714Remove a debug printf
2008-09-18 23:00 botg, revision 2713Increase idle disconnect time a bit.
- M /FileZilla3/trunk/src/putty/int64.c
- M /FileZilla3/trunk/src/putty/Makefile.am
- 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
- A /FileZilla3/trunk/src/putty/sshgss.h
- M /FileZilla3/trunk/src/putty/unix/uxnet.c
- M /FileZilla3/trunk/src/putty/unix/uxproxy.c
2008-09-17 23:11 botg, revision 2712Merge in upstream changes.
2008-09-17 22:51 botg, revision 2711Send connection failure event if TryConnectHost always immediately returns. Most likely cause: User has a broken firewall.
2008-09-17 16:57 botg, revision 2710Fix small memory leak.
The req == reqq asserts can be triggered by the server, change them to gracefully fail without triggering the operating system's crash handler. Fixes #3780