Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 19:20: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
2014-06-19 09:17 codesquid, revision 5674Modernize code a bit.
2014-06-19 09:16 codesquid, revision 5673Move res out of loop for debug printing.
2014-06-19 09:07 codesquid, revision 5672Additional fixes for setting bestWidth, use the max of actualWidth and desiredWidth.
2014-06-19 08:53 codesquid, revision 5671Be more conservative when setting new max value in iterative wrapping.
2014-06-19 08:52 codesquid, revision 5670Fix a typo.
2014-06-19 08:50 codesquid, revision 5669OS X wrapping fixes. It seems every platform handles wxStaticBox differently.
2014-06-18 22:23 codesquid, revision 5668Update libtool check.
2014-06-18 21:53 codesquid, revision 5667Change order of tests.
2014-06-18 19:51 codesquid, revision 5666Add check for -stdlib=libc++
2014-06-18 17:55 codesquid, revision 5665Fix a typo.
2014-06-18 17:08 codesquid, revision 5664Wrapping on GTK+3 now works.
- M /FileZilla3/trunk/src/interface/settings/settingsdialog.cpp
- M /FileZilla3/trunk/src/interface/settings/settingsdialog.h
2014-06-18 16:43 codesquid, revision 5663Get rid of useless enum. Makes it easier to remove pages for debugging.
- M /FileZilla3/trunk/configure.ac
- A /FileZilla3/trunk/m4/ax_cxx_compile_stdcxx_11.m4
- M /FileZilla3/trunk/m4/check_cxx11.m4
- M /FileZilla3/trunk/src/engine/string_coalescer.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
2014-06-17 18:10 codesquid, revision 5662Add check for C++11 support.
- M /FileZilla3/trunk/configure.ac
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.h
2014-06-17 17:19 codesquid, revision 5661Don't depend on GTK+2 if wx uses GTK+3
2014-06-17 17:09 codesquid, revision 5660Fix parsing of IPv6 addresses.
2014-06-17 16:55 codesquid, revision 5659Improve IPv6 address test.
2014-06-17 16:47 codesquid, revision 5658Remove scrolling workaround, this was just a bug in wx3.0.0 fixed in wx3.0.1
2014-06-17 16:47 codesquid, revision 5657Use perfect forwarding.
2014-06-15 15:54 codesquid, revision 5655Minor simplification.
2014-06-15 15:54 codesquid, revision 5654OS X has no wxCB_SORT. Let's perform insertion sort instead.
2014-06-15 15:43 codesquid, revision 5653Avoid conflicting method name.
2014-06-15 15:32 codesquid, revision 5652Adjust spacing for beauty.
2014-06-15 14:12 codesquid, revision 5649Fix dropdown button size on OS X.
2014-06-15 14:11 codesquid, revision 5648Another compile error.
2014-06-15 11:41 codesquid, revision 5647Fix compile error.
wxWidgets 3.0.1 has been tagged. Bump minimum required wx version to 3.0.1, FZ needs the fixes in there.