Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 13:20:01
Changelog for FileZilla 3 (8047 changes):
2014-06-30 07:19 codesquid, revision 5753- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/settings.xrc
2014-06-29 10:23 codesquid, revision 5752Language change now always requires a restart. Too much breaks if changing language if the GUI is up.
2014-06-29 10:08 codesquid, revision 5751I've encountered random crashes in the spell checker for text controls. Disable spell checker on OS X, it's not really needed in an FTP client.
2014-06-29 09:56 codesquid, revision 5750Fix update dialog in right-to-left languages.
2014-06-29 09:34 codesquid, revision 5749Add tooltip.
2014-06-29 09:34 codesquid, revision 5748Minor performance improvement.
2014-06-28 09:30 codesquid, revision 5747Terminate URL with slash.
2014-06-28 09:29 codesquid, revision 5746Fix language comparison, runtime was rightfully complaining about a bad operator.
2014-06-28 08:13 codesquid, revision 5745Reposition pages in RTL mode.
2014-06-28 07:41 codesquid, revision 5744Custom drawing code isn't needed on wxMAC either, so we can now completely remove it.
2014-06-28 07:18 codesquid, revision 5743Use a hyperlink control to link to help page about date/time formatting.
2014-06-27 21:19 codesquid, revision 5742The custom tab drawing code isn't needed anymore under Windows either.
2014-06-27 21:18 codesquid, revision 5741No need for CFilterDC on wxGTK.
2014-06-27 06:42 codesquid, revision 5740wxAUI works a lot better with wxGTK in version 3. Disable a bunch of old workarounds.
2014-06-26 18:40 codesquid, revision 5738Fix a rare memory leak.
2014-06-26 18:39 codesquid, revision 57373.9.0-beta2 is here.
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/vi_VN.po
2014-06-26 18:21 codesquid, revision 5736Update translation files.
2014-06-26 17:13 codesquid, revision 5735Use wxStdDialogButtonSizer in conditional dialogs.
2014-06-24 16:53 codesquid, revision 5734When toggling tree visibility if enabling directory comparison, set the corresponding option so that menu and toolbar states are updated. Fixes #9620.
2014-06-24 16:44 codesquid, revision 5733Disable wrapping warnings.
2014-06-23 19:01 codesquid, revision 5732Add more spacing between OK and Cancel in settings dialog.
2014-06-23 06:44 codesquid, revision 5729Fix comparison, sort function now returns positve/negative numbers instead of +/-1. Reported in #9607, introduced by #9402.
2014-06-23 06:30 codesquid, revision 5728Adjust the throbber's minsize after loading the animation.
2014-06-22 17:05 codesquid, revision 5727Only mark background as transparent on wxGTK,, otherwise under Windows the background is never cleared and junk filling it up eventually.
2014-06-22 16:04 codesquid, revision 5726Fix spurious error message when closing FileZilla, fixes #9600.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/file_utils.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/settings/optionspage_dateformatting.cpp
- M /FileZilla3/trunk/src/interface/timeformatting.cpp
- M /FileZilla3/trunk/src/interface/welcome_dialog.cpp
2014-06-22 15:59 codesquid, revision 5725Replace IsEmpty with empty, patch by XhmikosR.
2014-06-22 15:47 codesquid, revision 5724Another wxStaticBox fix, these subtle differences between platforms...
2014-06-22 15:26 codesquid, revision 5723Fix sizing of settings dialog under GTK.
2014-06-22 14:08 codesquid, revision 5722With some GTK themes, initially reported static box size is wrong. This is an attempt to work around it.
2014-06-22 13:51 codesquid, revision 5721Mark activity indicators as having a transparent background.
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/interface/buildinfo.cpp
- M /FileZilla3/trunk/src/interface/cmdline.cpp
- M /FileZilla3/trunk/src/interface/dialogex.cpp
- M /FileZilla3/trunk/src/interface/dndobjects.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/file_utils.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2014-06-22 13:48 codesquid, revision 5720Return wxString() instead of empty string literals or wxEmptyString. Patch by XhmikosR.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- 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/serverpath.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/serverpath.h
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/dndobjects.cpp
- 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/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
2014-06-22 13:23 codesquid, revision 5719Replace CServerPath's IsEmpty and Clear with empty and clear.
- M /FileZilla3/trunk/src/dbus/desktop_notification.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/pathcache.cpp
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/auto_ascii_files.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/chmoddialog.cpp
- M /FileZilla3/trunk/src/interface/cmdline.cpp
- M /FileZilla3/trunk/src/interface/dndobjects.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/file_utils.cpp
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filteredit.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/inputdialog.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/sftp_crypt_info_dlg.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/systemimagelist.cpp
- M /FileZilla3/trunk/src/interface/toolbar.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
- M /FileZilla3/trunk/src/interface/welcome_dialog.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2014-06-22 13:06 codesquid, revision 5718Use empty() instead of comparing against empty string literal. Patch by XhmikosR, modified to use empty() instead of IsEmpty().
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/option_change_event_handler.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
2014-06-22 12:58 codesquid, revision 5717std::size_t is same as size_t.
2014-06-21 20:47 codesquid, revision 5715Fix endless loop when minimizing to tray: Show(false) triggers OnIconize again.
2014-06-21 18:11 codesquid, revision 5714Version bump
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/uk_UA.po
2014-06-21 15:00 codesquid, revision 5713Updated translations
- M /FileZilla3/trunk/src/dbus/dbushandler.cpp
- M /FileZilla3/trunk/src/dbus/wxdbusconnection.cpp
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/engine/option_change_event_handler.cpp
- M /FileZilla3/trunk/src/engine/pathcache.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/string_coalescer.cpp
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filteredit.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queueview_failed.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/recentserverlist.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/systemimagelist.cpp
- M /FileZilla3/trunk/src/interface/toolbar.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/tests/dirparsertest.cpp
2014-06-21 13:15 codesquid, revision 5712Use auto instead of std::iterator, patch by XhmikosR.
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/xrc/certificate.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
2014-06-21 12:25 codesquid, revision 5711Use wxStdDialogButtonSizer in additional dialogs.
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/statusbar.h
2014-06-21 11:58 codesquid, revision 5710Fix coverity warnings.
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.h
- M /FileZilla3/trunk/src/interface/resources/xrc/menus.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/sitemanager.xrc
2014-06-21 11:58 codesquid, revision 5709Whitespace cleanup. Patch by XhmikosR.
2014-06-21 11:53 codesquid, revision 5708Use a more modern HTML dialect. Patch by XhmikosR.
- M /FileZilla3/trunk/src/engine/timeex.cpp
- M /FileZilla3/trunk/src/include/timeex.h
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
2014-06-21 10:28 codesquid, revision 5707Some initialization fixes based on patch by XhmikosR.
2014-06-21 10:11 codesquid, revision 5706Convert more dialog to use wxStdDialogButtonSizer
2014-06-21 08:13 codesquid, revision 5705On OSX minimum toolbar button size is 24x24. Add border around icons accordingly, otherwise the icons look horribly blurred.
2014-06-21 07:51 codesquid, revision 5704Get rid of extra horizontal line above toolbar under Windows.
2014-06-21 07:41 codesquid, revision 5703Fix background of queue tabs if FileZilla starts maximized.
- M /FileZilla3/trunk/src/interface/export.cpp
- M /FileZilla3/trunk/src/interface/import.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
2014-06-20 18:54 codesquid, revision 5702Fix sizers of import and export dialog, minor code cleanup.
2014-06-20 17:29 codesquid, revision 5701Use wxStdDialogButtonSizer for bookmark dialogs.
2014-06-20 17:10 codesquid, revision 5700Use AC_CHECK_TOOL to search for windres.
2014-06-20 17:06 codesquid, revision 5699Change order in which windres is being searched: Use host_alias first.
2014-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.
2014-06-15 11:24 codesquid, revision 5646wxWidgets 3.0.1 has been tagged. Bump minimum required wx version to 3.0.1, FZ needs the fixes in there.
2014-06-15 11:06 codesquid, revision 5645Increase minimum page width to fit bulkier themes.
2014-06-15 10:47 codesquid, revision 5644wxStaticBoxSizer is tricky. Seems to work now.
2014-06-15 08:49 codesquid, revision 5643Another wxStaticBox fix.
2014-06-15 07:49 codesquid, revision 5642Align label and hyperlink.
2014-06-15 07:44 codesquid, revision 5641Avoid flicker when recreating the menu bar.
2014-06-15 06:26 codesquid, revision 5640Make toolbar undockable.
2014-06-15 06:25 codesquid, revision 5639Quote arguments to PKG_CHECK_MODULES
2014-06-15 06:19 codesquid, revision 5638Add missing include
2014-06-14 22:08 codesquid, revision 5636Update pkg.m4 with latest available version.
2014-06-14 21:42 codesquid, revision 5635Remove call to deprecated function.
2014-06-14 21:31 codesquid, revision 5634Fix setting of initial focus. Do it before opening the site manager at startup.
- M /FileZilla3/trunk/src/interface/resources/xrc/quickconnectbar.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/toolbar.xrc
2014-06-14 21:09 codesquid, revision 5633Get rid of leftmost separator to make it look a bit more modern.
2014-06-14 20:50 codesquid, revision 5632Merge with wx' changes.
2014-06-14 20:48 codesquid, revision 5631Fix an incorrect fix for wxString semantics.
2014-06-14 20:46 codesquid, revision 5630Fix compiler warning.
2014-06-14 20:25 codesquid, revision 5629Make use of wxSizer::Replace in wxDialogEx::ReplaceControl.
2014-06-14 11:30 codesquid, revision 5628Fix typo in error message, reported by Yngve Spjeld Landro.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/misc.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/import.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
2014-06-14 10:24 codesquid, revision 5627Several more fixes related to wxString semantics.
2014-06-14 09:14 codesquid, revision 5626Fix wrapping of wxStaticBoxSizer not adding enough extra border. Also fix cache invalidation.
- M /FileZilla3/trunk/src/interface/settings/settingsdialog.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
2014-06-14 09:11 codesquid, revision 5625Parent panel needs to be slightly bigger under Linux.
2014-06-13 08:12 codesquid, revision 5624Fix size of dialog under Linux.
2014-06-12 18:48 codesquid, revision 5622Fix warning about unable to delete directory when deleting files.
- D /FileZilla3/trunk/autogen.sh
- M /FileZilla3/trunk/configure.ac
- M /FileZilla3/trunk/INSTALL
- M /FileZilla3/trunk/Makefile.am
2014-06-12 18:44 codesquid, revision 5621Get rid of autogen.sh, autoreconf -i should suffice.
2014-06-12 18:29 codesquid, revision 5620Update wxwin.m4 to version from wx3 repository.
2014-06-12 18:28 codesquid, revision 5619Add test binary to svn:ignore
2014-06-12 17:40 codesquid, revision 5618Fix background of activity indicators.
2014-06-09 21:41 codesquid, revision 5617Fix viewing of current session certificate.
2014-06-09 09:07 codesquid, revision 5615Add a mapping from WSAECONNABORTED to ECONNABORTED.
2014-06-09 08:32 codesquid, revision 5614IsEnabled is no longer virtual. Deal with it.
2014-06-08 19:32 codesquid, revision 5613Add missing include.
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/dialogex.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2014-06-08 19:31 codesquid, revision 5612Fix warnings about deprecated functions.
2014-06-08 19:31 codesquid, revision 5611Fix Try locale fallbacks when starting FileZilla.
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- M /FileZilla3/trunk/src/interface/locale_initializer.cpp
- M /FileZilla3/trunk/src/interface/locale_initializer.h
2014-06-08 18:47 codesquid, revision 5610Try locale fallbacks when starting FileZilla.
2014-06-08 18:38 codesquid, revision 5609After a drag&drop, set control state.
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/auto_ascii_files.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/file_utils.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/locale_initializer.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_connection_sftp.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
2014-06-08 17:46 codesquid, revision 5608More runtime errors cause by [0] and the likes.
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/engine/misc.cpp
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
2014-06-08 17:19 codesquid, revision 5607Fix a lot of runtime errors.
2014-06-08 16:54 codesquid, revision 5606Fix another assert.
2014-06-08 16:43 codesquid, revision 5605Use en_US for English.
2014-06-08 16:34 codesquid, revision 5604Fix segfault.
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/led.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_themes.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
2014-06-08 16:01 codesquid, revision 5603Fix some compile errors related to wx3.
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.h
2014-06-08 16:00 codesquid, revision 5602Pass static box of issuer/subject as parent element in details.
2014-06-08 14:17 codesquid, revision 5601Delete size label if selecting permisisons filter.
- M /FileZilla3/trunk/configure.ac
- M /FileZilla3/trunk/locales/Makefile.am
- M /FileZilla3/trunk/m4/wxwin.m4
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/logging_private.h
- 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/socket.cpp
- M /FileZilla3/trunk/src/engine/string_coalescer.cpp
- M /FileZilla3/trunk/src/include/libfilezilla.h
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filezilla.h
- M /FileZilla3/trunk/src/interface/import.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_dateformatting.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/timeformatting.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
2014-06-08 14:15 codesquid, revision 5600Port to wxWidgets 3.0
2014-06-08 10:24 codesquid, revision 5599Fix compile error.
2014-06-08 10:16 codesquid, revision 5598Fix another case of bad row count
2014-06-08 10:12 codesquid, revision 5597Fix row count of some sizers.
2014-06-08 07:48 codesquid, revision 5596Fix export dialog.
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/tr.po
2014-06-05 08:38 codesquid, revision 5593Updated translations.
2014-06-05 06:58 codesquid, revision 5592Now it compiles.
2014-06-05 06:53 codesquid, revision 5591Why do different compilers have to behave differently?
2014-06-05 06:49 codesquid, revision 5590Fix more errors.
2014-06-04 19:50 codesquid, revision 5589Hopefully fix compile errors.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2014-06-04 19:45 codesquid, revision 5588Some more cleanup.
- M /FileZilla3/trunk/src/include/directorylisting.h
- 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/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- 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/search.cpp
2014-06-04 17:47 codesquid, revision 5587Unify sorting code.
- 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/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
- M /FileZilla3/trunk/src/interface/resources/xrc/settings.xrc
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_filelists.cpp
- A /FileZilla3/trunk/tests/cmpnatural.cpp
- M /FileZilla3/trunk/tests/Makefile.am
2014-06-01 09:06 codesquid, revision 5586Path by typz to make sort mode configurable, including an option to select natural sort. #9402
2014-06-01 09:00 codesquid, revision 5585Last-minute update.
2014-05-31 22:11 codesquid, revision 5584Prepare 3.8.1 release.
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/hy.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
2014-05-31 21:45 codesquid, revision 5583Updated translations
2014-05-31 20:23 codesquid, revision 5582Add missing include to fix compile error on OS X.
2014-05-31 20:10 codesquid, revision 5581Handle a potential signed/unsigned mismatch. Also, log some more.
2014-05-31 20:06 codesquid, revision 5580Fix typo
2014-05-31 19:53 codesquid, revision 5579More logging.
2014-05-31 19:33 codesquid, revision 5578There's some problem with the update system in the official builds, finding it seems difficult.
2014-05-31 19:16 codesquid, revision 5577Even more logging.
2014-05-31 19:09 codesquid, revision 5576Add additional log messages to make debugging the updater easier.
- M /FileZilla3/trunk/src/interface/resources/xrc/update.xrc
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.h
2014-05-30 10:12 codesquid, revision 5575Add debug function to always get updater log.
- 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/kab.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/vi_VN.po
2014-05-30 09:01 codesquid, revision 5574Updated translations.
2014-05-29 14:03 codesquid, revision 5573Use normal path syntax of Windows. Patch by XhmikosR.
2014-05-29 08:45 codesquid, revision 5572Make code a bit easier to understand.
2014-05-29 08:34 codesquid, revision 5571Fix cov1109939 and cov1109958, the latter being a null pointer dereference.
2014-05-29 08:31 codesquid, revision 5570Fix descriptor leak (cov1110000).
2014-05-29 08:25 codesquid, revision 5569Add missing break (cov1109962).
2014-05-29 08:22 codesquid, revision 5568Fix resource leak (cov1109984)
2014-05-29 08:18 codesquid, revision 5567Fix memory leak (cov1216481).
2014-05-28 19:07 codesquid, revision 5566Fix potential use-after-free (cov1216490)
2014-05-27 20:17 codesquid, revision 5565Add virtual destructore to CFolderProcessingEntry to avoid a resource leak. Fixes cov1216491.
2014-05-27 18:12 codesquid, revision 5564Make code a tiny bit more readable. Also, only include debug functionality if the DEBUG macro is set.
- M /FileZilla3/trunk/autogen.sh
- M /FileZilla3/trunk/src/interface/resources/pngclean.sh
- M /FileZilla3/trunk/src/interface/resources/xrc/xrcclean.sh
2014-05-27 16:45 codesquid, revision 5563Small shell script fixes based on patch by XhmikosR.
- M /FileZilla3/trunk/src/interface/resources/16x16/filezilla.png
- M /FileZilla3/trunk/src/interface/resources/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/16x16/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/16x16/throbber.gif
- M /FileZilla3/trunk/src/interface/resources/48x48/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/auto.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/file.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/folderup.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/ascii.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/auto.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/cancel.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/lock.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/queueview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/refresh.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/cancel.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/download.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/find.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/refresh.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/upload.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/ascii.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/ascii.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/filter.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/upload.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/auto.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/binary.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/cancel.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/download.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/help.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/queueview.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/refresh.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/upload.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/download.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/folderup.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/logview.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/queueview.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/refresh.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/upload.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/bookmarks.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/help.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/lock.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/logview.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/refresh.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/find.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/logview.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/refresh.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/upload.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/compare.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/download.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/lock.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/cancel.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/find.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/refresh.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/auto.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/cancel.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/server.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/upload.png
2014-05-27 06:42 codesquid, revision 5562Slightly reduce resource file sizes. Patch by XhmikosR.
2014-05-27 06:27 codesquid, revision 5561Bump _WIN32_WINNT.
2014-05-26 20:23 codesquid, revision 5560Fix warning, patch by XhmikosR.
2014-05-26 20:14 codesquid, revision 5558Set correct output directory prior to creating desktop icon.
2014-05-26 19:58 codesquid, revision 5557Revert a change with unexpected consequences. We do want the .po.new files always.
- M /FileZilla3/trunk/locales/Makefile.am
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/timeex.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/interface/cmdline.cpp
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/listingcomparison.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.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/RemoteTreeView.h
- M /FileZilla3/trunk/src/interface/resources/pngclean.sh
- M /FileZilla3/trunk/src/interface/settings/optionspage_transfer.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.h
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/tests/Makefile.am
2014-05-26 19:28 codesquid, revision 5556Whitespace cleanup. Patch by XhmikosR
2014-05-25 11:34 codesquid, revision 5555Patch by typz for retina support on OS X. #9403
2014-05-25 11:16 codesquid, revision 55543.8.1-rc3
2014-05-25 10:25 codesquid, revision 5553Fix xrc locations.
2014-05-25 09:56 codesquid, revision 5551Bump to 3.8.1-rc2 as rc1 had wrong filenames.
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/chmoddialog.cpp
- M /FileZilla3/trunk/src/interface/dialogex.cpp
- M /FileZilla3/trunk/src/interface/dialogex.h
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/sftp_crypt_info_dlg.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/verifyhostkeydialog.cpp
2014-05-25 09:14 codesquid, revision 5550Fix compiler warnings.
2014-05-25 09:14 codesquid, revision 5549Version bump to 3.8.1-rc1
2014-05-25 08:51 codesquid, revision 5548Updated translation.
2014-05-25 08:36 codesquid, revision 5547Complain when XP is being found.
- M /FileZilla3/trunk/src/interface/resources/xrc/settings.xrc
- M /FileZilla3/trunk/src/interface/settings/optionspage_interface.cpp
2014-05-25 08:36 codesquid, revision 5546Add setting to change a remembered choice.
2014-05-25 08:28 codesquid, revision 5545Fix assertion during forced application shutdown.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
2014-05-25 08:03 codesquid, revision 5544Add checkbox to remember selection when connecting while already connected.
2014-05-24 18:11 codesquid, revision 5543Fix double mnemonic.
2014-05-24 17:40 codesquid, revision 5542Remove code for Windows 2000.
- M /FileZilla3/trunk/configure.ac
- M /FileZilla3/trunk/INSTALL
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
2014-05-24 16:46 codesquid, revision 5541Bump minimum required GnuTLS version.
2014-05-24 16:45 codesquid, revision 5540XP is not supported anymore.
2014-05-24 16:43 codesquid, revision 5539Mention that libidn isn't needed on Windows
- M /FileZilla3/trunk/data/libgcc_s_sjlj-1.dll
- M /FileZilla3/trunk/data/libstdc++-6.dll
- M /FileZilla3/trunk/data/libwinpthread-1.dll
2014-05-24 16:24 codesquid, revision 5538Updated DLLs to new version.
- M /FileZilla3/trunk/configure.ac
- M /FileZilla3/trunk/src/Dependencies.props.example
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/include/setup.h
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- M /FileZilla3/trunk/src/interface/Makefile.am
2014-05-24 07:36 codesquid, revision 5537With XP support dropped, libidn is no longer needed on Windows.
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/locale_initializer.cpp
- M /FileZilla3/trunk/src/interface/locale_initializer.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
2014-05-24 06:51 codesquid, revision 5536Look in XDG_CONFIG_HOME for the settings.
2014-05-23 22:35 codesquid, revision 5535Fix warnings.
2014-05-23 22:21 codesquid, revision 5534Fix two more warnings. The one in Mainfrm.cpp was due to a (now fixed) documentation error in wx.
2014-05-23 22:03 codesquid, revision 5533Fix a warning.
- M /FileZilla3/trunk/src/engine/Makefile.am
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/putty/Makefile.am
- M /FileZilla3/trunk/src/putty/unix/Makefile.am
- M /FileZilla3/trunk/src/putty/windows/Makefile.am
- M /FileZilla3/trunk/tests/Makefile.am
2014-05-18 10:30 codesquid, revision 5532Fix automake warnings.
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nn_NO.po
- M /FileZilla3/trunk/locales/vi_VN.po
2014-05-11 21:48 codesquid, revision 5531Updated a few translations.
2014-05-11 16:34 codesquid, revision 5530Add missing parenthesis.
2014-05-11 11:28 codesquid, revision 5529Avoid a redundant insert.
2014-05-11 10:35 codesquid, revision 5528Small changes to CServerPath declaration to prevent the cause for the previous commit.
2014-05-11 10:11 codesquid, revision 5527Fix compile error, some compilers do not like the implicit conversion going on.
2014-05-10 16:41 codesquid, revision 5526Use new location of xrc files.
- M /FileZilla3/trunk/data/install.nsi.in
- M /FileZilla3/trunk/src/FileZilla.sln
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- D /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
- D /FileZilla3/trunk/src/interface/resources/menus.xrc
- D /FileZilla3/trunk/src/interface/resources/netconfwizard.xrc
- D /FileZilla3/trunk/src/interface/resources/quickconnectbar.xrc
- D /FileZilla3/trunk/src/interface/resources/settings.xrc
- D /FileZilla3/trunk/src/interface/resources/toolbar.xrc
- D /FileZilla3/trunk/src/interface/resources/update.xrc
- A /FileZilla3/trunk/src/interface/resources/xrc
- A /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- A /FileZilla3/trunk/src/interface/resources/xrc/inputdialog.xrc
- A /FileZilla3/trunk/src/interface/resources/xrc/menus.xrc
- A /FileZilla3/trunk/src/interface/resources/xrc/netconfwizard.xrc
- A /FileZilla3/trunk/src/interface/resources/xrc/quickconnectbar.xrc
- A /FileZilla3/trunk/src/interface/resources/xrc/settings.xrc
- A /FileZilla3/trunk/src/interface/resources/xrc/toolbar.xrc
- A /FileZilla3/trunk/src/interface/resources/xrc/update.xrc
- A /FileZilla3/trunk/src/interface/resources/xrc/xrcclean.sh
- D /FileZilla3/trunk/src/interface/resources/xrcclean.sh
2014-05-10 16:19 codesquid, revision 5525Move .xrc into own directory.
- M /FileZilla3/trunk/configure.ac
- D /FileZilla3/trunk/m4/check_cxx0x.m4
- A /FileZilla3/trunk/m4/check_cxx11.m4
2014-05-10 16:01 codesquid, revision 5524C++1x has become C++11.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- 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/resources/menus.xrc
2014-05-07 06:31 codesquid, revision 5523Patch by schittl, add item to create and enter directories to the context menus.
2014-05-01 21:41 codesquid, revision 5512Use HTTPS when linking to the FileZilla website.
- M /FileZilla3/trunk/data/libgcc_s_sjlj-1.dll
- M /FileZilla3/trunk/data/libstdc++-6.dll
- M /FileZilla3/trunk/data/libwinpthread-1.dll
2014-05-01 21:39 codesquid, revision 5511Stip libraries
2014-05-01 21:23 codesquid, revision 5510Need to map WSAECONNREFUSED.
2014-05-01 21:17 codesquid, revision 5509Fix script error.
2014-05-01 21:15 codesquid, revision 5508Reference new libraries in Makefile.
- M /FileZilla3/trunk/data/install.nsi.in
- A /FileZilla3/trunk/data/libgcc_s_sjlj-1.dll
- A /FileZilla3/trunk/data/libstdc++-6.dll
- A /FileZilla3/trunk/data/libwinpthread-1.dll
- M /FileZilla3/trunk/data/makezip.sh.in
- D /FileZilla3/trunk/data/mingwm10.dll
2014-04-26 10:49 codesquid, revision 5505Upgraded compiler infrastructure. Brings along new dependencies.
- A /FileZilla3/trunk/src/dbus/dbushandler.cpp
- A /FileZilla3/trunk/src/dbus/dbushandler.h
- M /FileZilla3/trunk/src/dbus/desktop_notification.cpp
- M /FileZilla3/trunk/src/dbus/Makefile.am
- M /FileZilla3/trunk/src/dbus/power_management_inhibitor.cpp
- M /FileZilla3/trunk/src/dbus/session_manager.cpp
2014-04-26 09:01 codesquid, revision 5504Having multiple wxDBusConnections is a bad idea as the very same unerlying dbus connection is being used. Only use one connection instead.
2014-04-21 10:20 codesquid, revision 5503Fix harmless warnings.
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/co.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2014-04-20 20:48 codesquid, revision 5502Updated translations.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/volume_enumerator.cpp
- M /FileZilla3/trunk/src/interface/volume_enumerator.h
2014-04-20 14:19 codesquid, revision 5501Reduce code duplication.
2014-04-20 09:46 codesquid, revision 5500Fix compile error on non-Windows.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
2014-04-19 12:46 codesquid, revision 5499Handle changed settings ourselves, don't wait for main window to call SettingsChanged.
- M /FileZilla3/trunk/src/interface/resources/settings.xrc
- M /FileZilla3/trunk/src/interface/settings/optionspage_transfer.cpp
2014-04-13 07:33 codesquid, revision 5498Apply patch by Tom (forum user 'schittli'): Use spin controls for number of concurrent transfers in the settings dialog.
2014-04-12 21:34 codesquid, revision 5497Remove $INSTDIR only if uninstalling for good.
2014-04-06 13:24 codesquid, revision 5491There's at least one SFTP server in the wild that spells out April, in French nonetheless.
2014-03-30 13:13 codesquid, revision 5490Fix typo.
2014-03-29 09:06 codesquid, revision 5489Allow longer SSH passwords.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2014-03-28 09:14 codesquid, revision 5486Another attempt at fixing the focus issue. Surprisingly complex feature.
2014-03-28 09:13 codesquid, revision 5485Bump version to 3.8.0
- M /FileZilla3/trunk/locales/bg_BG.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/vi_VN.po
2014-03-28 07:58 codesquid, revision 5484Updated translations
- M /FileZilla3/trunk/src/engine/sizeformatting_base.cpp
- M /FileZilla3/trunk/src/include/sizeformatting_base.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.h
2014-03-27 07:50 codesquid, revision 5483Fix #9259: Reset current offset if unsetting status line to prevent negative speeds in the momentary speed tooltip. Includes some refactoring to guard against negative speeds and to make the code perform a bit better.
2014-03-25 07:55 codesquid, revision 5482Fix focus selection when connecting to a site with a default local directory.
2014-03-25 07:45 codesquid, revision 5481Fix compile error
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/engine/Makefile.am
- A /FileZilla3/trunk/src/engine/msgbox.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/string_coalescer.cpp
- M /FileZilla3/trunk/src/include/Makefile.am
- A /FileZilla3/trunk/src/include/msgbox.h
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/clearprivatedata.cpp
- M /FileZilla3/trunk/src/interface/cmdline.cpp
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/dialogex.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/export.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filezilla.h
- M /FileZilla3/trunk/src/interface/file_utils.cpp
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filteredit.cpp
- M /FileZilla3/trunk/src/interface/import.cpp
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/listingcomparison.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queueview_failed.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_connection_sftp.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_edit.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_language.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_updatecheck.cpp
- M /FileZilla3/trunk/src/interface/settings/settingsdialog.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/speedlimits_dialog.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2014-03-25 07:29 codesquid, revision 5480Keep track of open message boxes.
- M /FileZilla3/trunk/src/interface/dialogex.cpp
- M /FileZilla3/trunk/src/interface/dialogex.h
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2014-03-24 12:18 codesquid, revision 5479Be more careful about when to show the file changed notification.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
2014-03-22 22:02 codesquid, revision 5477Implement power-related queue completion actions on OS X
2014-03-22 21:25 codesquid, revision 5476Add another library dependency.
2014-03-22 21:11 codesquid, revision 5475Fix compile error.
2014-03-22 21:07 codesquid, revision 5474Version bump
- M /FileZilla3/trunk/locales/bg_BG.po
- 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/ru.po
- M /FileZilla3/trunk/locales/zh_CN.po
2014-03-22 18:53 codesquid, revision 5473Updated translations.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
2014-03-22 14:07 codesquid, revision 5472Add queue completion option to suspend.
2014-03-22 14:04 codesquid, revision 5471Apply updater settings if opening updater dialog from settings.
2014-03-13 21:09 codesquid, revision 5465Reinitialize updater on settings change. Fix handling of unofficial builds.
Add missing parenthesis.