Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 18:20:01
Changelog for FileZilla 3 (8047 changes):
2009-10-28 22:09 botg, revision 34922009-10-28 22:08 botg, revision 3491Keep measurement results individually for each notebook.
2009-10-28 18:32 botg, revision 3490Don't use bold font for active tab
2009-10-28 16:04 botg, revision 3489Close tab on middleclick
2009-10-28 15:40 botg, revision 3488Open new tab on doubleclicking background.
2009-10-28 15:38 botg, revision 3487Avoid crash in UpdateLayout after having closed tabs. Fixes #4934
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.h
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2009-10-28 14:58 botg, revision 3486Move confirmation whether to interrupt old connection to CMainFrame
2009-10-28 09:40 botg, revision 3485When creating new tab, use splitter positions and column settings of currently active tab.
2009-10-27 21:37 botg, revision 3484Fix layout issues after closing settings dialog while multiple tabs are open.
2009-10-27 21:35 botg, revision 3483All contexts need to be aware of the one queue.
2009-10-27 21:32 botg, revision 3482Fix remembering last server.
2009-10-27 15:18 botg, revision 3481Correct a condition, first half always evaluated to true.
2009-10-27 15:17 botg, revision 3480Version bump
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/zh_TW.po
2009-10-27 14:54 botg, revision 3479Updated translations
2009-10-27 14:25 botg, revision 3478Fix top tab rendering on dark themes
2009-10-27 14:21 botg, revision 3477Move conflicting accelerator key
2009-10-27 10:40 botg, revision 3476Work around odd assertion
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
2009-10-26 19:35 botg, revision 3475Properly track bookmarks across all active tabs.
- M /FileZilla3/trunk/src/interface/clearprivatedata.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2009-10-26 19:02 botg, revision 3474Use reconnect information from previous tab.
2009-10-26 18:41 botg, revision 3473Use individual bookmarks for each tab
2009-10-26 15:53 botg, revision 3472Fix assertions if recreating menu bar.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2009-10-26 15:00 botg, revision 3471Reuse idle contexts.
2009-10-25 19:51 botg, revision 3470Tab navigation keys
2009-10-25 18:18 botg, revision 3469Handle close button on tabs.
2009-10-25 11:10 botg, revision 3468First stage of tab closing
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/state.cpp
2009-10-25 10:05 botg, revision 3467React to tab change event
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2009-10-24 18:13 botg, revision 3466Update UI on context changes and update tab labels.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2009-10-24 15:12 botg, revision 3465Add menu items to create and close tabs. The former one working.
2009-10-24 12:57 botg, revision 3464Allow creation of multiple sets of controls. Not much useful yet though.
2009-10-24 10:44 botg, revision 3463Move creation of context specific controls to a new function.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2009-10-23 20:54 botg, revision 3462Get rid of CMainFrame::m_pState, use contextmanager instead.
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
2009-10-23 16:02 botg, revision 3461Queue should now be fully converted to context manager.
2009-10-23 13:21 botg, revision 3460Need to compare server name and connection limit.
2009-10-22 19:44 botg, revision 3459Further transition towards context manager. Cleanup of TryStartNextTransfer.
2009-10-22 19:40 botg, revision 3458Notify all contexts about filter changes.
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2009-10-22 17:37 botg, revision 3457Notify all contexts about filter changes.
2009-10-22 12:44 botg, revision 3456Disconnect all contexts on clearing reconnect history.
2009-10-22 12:44 botg, revision 3455Need to cancel recursive operations as well if disconnecting to clear reconnect.
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.h
- M /FileZilla3/trunk/src/interface/state.cpp
2009-10-22 12:24 botg, revision 3454Use explicit pointer to own CState instance.
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2009-10-22 09:22 botg, revision 3452Clean up connection tracking, no longer set window title directly from CState.
2009-10-18 13:07 botg, revision 3450Use a more recent mingwm10.dll
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
2009-10-18 10:27 botg, revision 3449Add "Open" iten to local directory tree context menu.
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- 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/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
- A /FileZilla3/trunk/src/interface/welcome_dialog.cpp
- A /FileZilla3/trunk/src/interface/welcome_dialog.h
2009-10-15 09:47 botg, revision 3448Add a pretty welcome dialog.
2009-10-15 09:44 botg, revision 3447Add much more verbose logging capabilities, should hopefully help with #4847.
2009-10-14 14:00 botg, revision 3446Remove a line of dead code.
2009-10-13 15:25 botg, revision 3445Fix action mismatch for default file exists action
2009-10-12 16:39 botg, revision 3444Initialize threading support in libdbus
2009-10-11 23:13 botg, revision 3443Update manpage
2009-10-11 20:47 botg, revision 3442Fix 64bit builds
- M /FileZilla3/trunk/src/interface/buildinfo.cpp
- M /FileZilla3/trunk/src/interface/buildinfo.h
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
2009-10-10 16:18 botg, revision 3441Better handle an assert.
2009-10-10 16:17 botg, revision 3440Version bump
- M /FileZilla3/trunk/locales/ar.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/ro_RO.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_CN.po
2009-10-10 10:14 botg, revision 3439Updated translations
2009-10-09 18:25 botg, revision 3438Fix crashes, #4875
2009-10-09 14:16 botg, revision 3437Add a missing feature in list of changes
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.h
2009-10-09 14:16 botg, revision 3436Use context manager to obtain current state in quickconnect bar.
2009-10-08 18:28 botg, revision 3435Further work on context manager.
2009-10-07 22:45 botg, revision 3434Fix #4861, setting initial focus using XRC instruction can result in a radiobutton event on MSW.
2009-10-05 16:25 botg, revision 3433Fix access to uninitialized variables
2009-10-04 14:13 botg, revision 3432Typos
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/servercapabilities.h
2009-10-04 09:18 botg, revision 3431Use REST+STOR instead of APPE if server advertises REST STREAM.
2009-10-03 15:18 botg, revision 3430Fix column reordering, loses #4849
2009-10-03 14:06 botg, revision 3429Fix a typo
2009-10-03 12:29 botg, revision 3428Fix another strange wrapping issue
- M /FileZilla3/trunk/locales/da_DK.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2009-10-03 12:29 botg, revision 3427Updated translations
2009-10-03 08:17 botg, revision 3426Version bump
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/settings.xrc
2009-10-02 20:19 botg, revision 3425Make sure all dialogs have an initially focused element so that they can be closed using escape key.
2009-10-01 09:18 botg, revision 3424Set initial focus to path control.
2009-10-01 09:06 botg, revision 3423Perform case-insensitive comparison on MSW.
2009-09-29 15:03 botg, revision 3422Ignore modified listings when waiting for synchronized dirchange, fixes #4647
2009-09-28 14:32 botg, revision 3421Don't adjust initial tree height
2009-09-28 09:28 botg, revision 3420Finish too needs to be translated.
2009-09-26 18:49 botg, revision 3418Ensure Next/Back buttons on wizard are translated.
2009-09-26 18:30 botg, revision 3417More missing mnemonics
2009-09-26 17:44 botg, revision 3416Typos
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/settings.xrc
2009-09-26 12:09 botg, revision 3415Missing mnemonics.
2009-09-26 10:03 botg, revision 3414Fix format argument.
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/nn_NO.po
- M /FileZilla3/trunk/locales/oc.po
- M /FileZilla3/trunk/locales/pl_PL.po
2009-09-25 22:37 botg, revision 3413Translation updates
2009-09-25 22:23 botg, revision 3412Version bump
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/hr.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/vi_VN.po
2009-09-24 16:02 botg, revision 3411Updated translations
2009-09-22 23:37 botg, revision 3407Honor the filesize settings a bit more.
- M /FileZilla3/trunk/src/interface/defaultfileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2009-09-22 19:48 botg, revision 3406Also use wxChoice in session specific default file exists dialog.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2009-09-21 21:16 botg, revision 3405Fix #4831, mark filename column as fixed and sanitize stored settings.
2009-09-21 21:14 botg, revision 3404Typo
2009-09-21 21:02 botg, revision 3403Forgot to capture EACCESS/EGAIN in TryLock
- M /FileZilla3/trunk/src/interface/clearprivatedata.cpp
- M /FileZilla3/trunk/src/interface/ipcmutex.cpp
- M /FileZilla3/trunk/src/interface/ipcmutex.h
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
2009-09-21 10:02 botg, revision 3397Handle EINTR and other locking failures, should fix #4417
- M /FileZilla3/trunk/src/dbus/power_management_inhibitor.cpp
- M /FileZilla3/trunk/src/dbus/power_management_inhibitor.h
2009-09-20 15:01 botg, revision 3375There's no more org.freedesktop.PowerManagement on Ubuntu 9.10, fall back to org.gnome.SessionManager to inhibit idle suspend
2009-09-20 14:58 botg, revision 3374Make sure all tabs fit also on wxGTK
2009-09-20 14:55 botg, revision 3373Don't leave debug code enabled
2009-09-20 14:24 botg, revision 3372wxGTK also needs that strange offset
2009-09-20 12:12 botg, revision 3371Fix border of list controls on SFTP and filetype pages
2009-09-20 12:10 botg, revision 3370Typo
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/settings.xrc
- M /FileZilla3/trunk/src/interface/settings/optionspage_fileexists.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_fileexists.h
2009-09-20 10:04 botg, revision 3369Reduce space requirements of file exists settings page.
2009-09-20 09:47 botg, revision 3368Only accept wx 2.8.x, not 2.9.x or higher.
2009-09-20 09:25 botg, revision 3367Make sure tabs fit entirely on OS X
2009-09-19 21:51 botg, revision 3366More wrapping oddities fixed
- M /FileZilla3/trunk/src/interface/power_management.cpp
- M /FileZilla3/trunk/src/interface/power_management.h
- M /FileZilla3/trunk/src/interface/settings/optionspage_interface.cpp
2009-09-17 14:24 botg, revision 3365Check for OS X >= 10.5 in powermanagement code. Based on patch by John Ratliff.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
2009-09-17 12:51 botg, revision 3364Add missing virtual destructors and fix two potential memory leaks.
2009-09-16 21:03 botg, revision 3363Fix copy&paste error
2009-09-16 20:43 botg, revision 3362Two harmless file descriptor leaks. Upstream has been notified.
2009-09-16 14:21 botg, revision 3361Also increase advertised window on SFTP. Though usually SFTP performance is limited due to the inherent protocol properties.
Double send buffer size and vastly increase recv buffer. The latter is TCP's advertised receiver window and goes directly into the bandwidth delay product. New values capable of saturating 100Mbit/s at 333ms RTT.