Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 19:00: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.
Version bump