Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 18:30:01
Changelog for FileZilla 3 (8047 changes):
2014-06-20 17:06 codesquid, revision 56992014-06-20 17:03 codesquid, revision 5698Add a bit of room between OK and cancel buttons.
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/inputdialog.xrc
- A /FileZilla3/trunk/src/interface/resources/xrc/sitemanager.xrc
2014-06-20 16:25 codesquid, revision 5697Move sitemanager into own file. Use wxStdDialogButtonSizer for fileexists dialogs.
2014-06-20 14:43 codesquid, revision 5696Remove debug code.
2014-06-20 13:00 codesquid, revision 5695Fix crashes when removing lines.
2014-06-20 12:31 codesquid, revision 5694As we cannot specify tab position on OS X, pre-align with spaces.
2014-06-20 12:14 codesquid, revision 5693Small cleanup.
2014-06-20 12:00 codesquid, revision 5692Fix compile error
2014-06-20 11:36 codesquid, revision 5691Remove extra parenthesis.
2014-06-20 10:01 codesquid, revision 5690Fix a compile error.
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/inputdialog.xrc
2014-06-20 09:45 codesquid, revision 5689Use wxStdDialogButtonSizer for the input dialog.
2014-06-20 09:36 codesquid, revision 5688Add missing library in release builds.
2014-06-20 09:17 codesquid, revision 5687On Windows, we want to handle the context menu ourselves.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/servercapabilities.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
2014-06-20 09:02 codesquid, revision 5686Disable slow asserts, make others a bit faster.
2014-06-20 08:51 codesquid, revision 5685Disable some slow asserts.
2014-06-20 08:49 codesquid, revision 5684Changed a bit too much.
2014-06-20 08:42 codesquid, revision 5683Move some debug functionality from __WXDEBUG__ to WRAPDEBUG.
2014-06-20 08:34 codesquid, revision 5682Fix background of speedlimits icon and reposition controls.
2014-06-20 07:43 codesquid, revision 5681wxCommandEvent::IsChecked does not work for popup menus. Avoid it.
- M /FileZilla3/trunk/src/include/refcount.h
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/context_control.h
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.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/RemoteTreeView.h
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2014-06-20 07:13 codesquid, revision 5680Now that we're using C++11, use std::shared_ptr instead of our own CSharedPointer
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/settings.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/update.xrc
2014-06-20 07:05 codesquid, revision 5679Grid sizers shouldn't have both row and column count set, that results in assertions.
2014-06-19 15:13 codesquid, revision 5678Fix wrong row count.
2014-06-19 15:13 codesquid, revision 5677Further refactoring.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/commands.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/iothread.cpp
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/misc.cpp
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/engine/sizeformatting_base.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.h
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/include/externalipresolver.h
- M /FileZilla3/trunk/src/include/server.h
2014-06-19 14:35 codesquid, revision 5676Use wxString() and empty() where appropriate.
- M /FileZilla3/trunk/src/interface/settings/optionspage_connection_sftp.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_dateformatting.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_edit.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_edit_associations.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_filetype.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_ftpproxy.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_language.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_logging.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_proxy.cpp
- M /FileZilla3/trunk/src/interface/settings/settingsdialog.cpp
2014-06-19 14:08 codesquid, revision 5675Further refactoring.
- M /FileZilla3/trunk/src/interface/settings/optionspage_themes.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
Modernize code a bit.