Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 07:00:01
Changelog for FileZilla 3 (8047 changes):
2014-09-22 12:52 codesquid, revision 60982014-09-22 12:52 codesquid, revision 6097Simplify command validation and add mutexes around engine functions.
- M /FileZilla3/trunk/src/engine/commands.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
2014-09-22 08:21 codesquid, revision 6096Simplify command validation and add mutexes around engine functions.
2014-09-21 06:54 codesquid, revision 6095Mark labels of next and back button as translatable.
2014-09-12 16:18 codesquid, revision 6072Translate WSAECONNRESET.
- M /FileZilla3/trunk/src/interface/resources/xrc/quickconnectbar.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/settings.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/sitemanager.xrc
2014-09-11 22:01 codesquid, revision 6071Small improvements for hidpi displays: Use dialog units, not pixels to specify sizes.
2014-09-11 13:12 codesquid, revision 6070Need to #include <algorithm> for std::find
- M /FileZilla3/trunk/src/engine/option_change_event_handler.cpp
- M /FileZilla3/trunk/src/include/option_change_event_handler.h
2014-09-10 17:28 codesquid, revision 6069Preserve relative order of option change handlers.
- 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/QueueView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2014-09-10 16:00 codesquid, revision 6068On OS X, the default drag result if Control is pressed is wxDragNone. Fixup the drag result.
2014-09-10 07:44 codesquid, revision 6067Fix assertion when dragging over empty list control
2014-09-06 16:41 codesquid, revision 6064Modernize code a bit.
2014-09-06 16:37 codesquid, revision 6062Bump to 3.9.0.5
2014-09-06 09:26 codesquid, revision 6059Reset triggered events when closing socket.
2014-09-05 13:58 codesquid, revision 6058Bump to 3.0.9.4
2014-09-04 12:55 codesquid, revision 6057Remove accidentally committed debug logging.
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
2014-09-04 12:22 codesquid, revision 6056Deduplicate some code.
- M /FileZilla3/trunk/src/interface/resources/xrc/menus.xrc
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/search.h
2014-09-03 15:27 codesquid, revision 6054Apply #8039 to allow file editing to start from search dialog. Patch by brunoramos.
2014-09-03 14:42 codesquid, revision 6053Remove redundant variable as suggested by by XhmikosR.
2014-09-02 10:30 codesquid, revision 6051Restore from backup file if loading primary file fails.
2014-09-02 08:45 codesquid, revision 6049Fixing password paste broke context menu in site manager. Correct this regression by passing uninteresting events through to wxDialog. Fixes #9768
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
2014-09-02 08:29 codesquid, revision 6047Fix context menu in search dialog on non-Windows platforms. Event object of the context menu event is the contained child window, not the wxListCtrl itself. Fixes #9803
2014-09-02 08:25 codesquid, revision 6046Also fix rename crash on remote file list. Fixes 9797.
2014-08-31 10:04 codesquid, revision 6045Fix crash on MSW when chosing rename from the right-click context menu after having slowly clicked twice on a file to already start rename.
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/fileexistsdlg.h
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- M /FileZilla3/trunk/src/interface/Makefile.am
- A /FileZilla3/trunk/src/interface/xrc_helper.h
2014-08-31 08:26 codesquid, revision 6044Add an XRC helper and refactor file exists dialog.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engine_context.cpp
- A /FileZilla3/trunk/src/engine/event_handler.cpp
- M /FileZilla3/trunk/src/engine/event_loop.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/Makefile.am
- M /FileZilla3/trunk/src/engine/ratelimiter.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/engineprivate.h
- A /FileZilla3/trunk/src/include/event.h
- A /FileZilla3/trunk/src/include/event_handler.h
- M /FileZilla3/trunk/src/include/event_loop.h
- M /FileZilla3/trunk/src/include/Makefile.am
- M /FileZilla3/trunk/src/include/socket.h
2014-08-30 08:10 codesquid, revision 6041Split event_loop.h into multiple files.
2014-08-30 07:48 codesquid, revision 6040Decrease wait time when delaying async request due to mouse button. Otherwise starting transfers of already existing files with double-click feels slow.
- M /FileZilla3/trunk/src/interface/chmoddialog.cpp
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/fileexistsdlg.h
- M /FileZilla3/trunk/src/interface/inputdialog.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/settings/settingsdialog.cpp
- M /FileZilla3/trunk/src/interface/welcome_dialog.cpp
2014-08-30 07:32 codesquid, revision 6039Replace use of wxXmlResource::LoadDialog with wxDialogEx' Load.
2014-08-29 10:27 codesquid, revision 6038Use wxDialogEx for the password entry dialog, so that Ctrl+V works on OS X.
- M /FileZilla3/trunk/src/engine/externalipresolver.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/include/externalipresolver.h
- M /FileZilla3/trunk/src/include/misc.h
- M /FileZilla3/trunk/src/include/server.h
- M /FileZilla3/trunk/src/include/serverpath.h
- M /FileZilla3/trunk/src/include/sizeformatting_base.h
- M /FileZilla3/trunk/src/include/socket.h
2014-08-29 09:25 codesquid, revision 6037Remove redundant use of the enum keyword.
2014-08-29 09:19 codesquid, revision 6036Fix language of emplace check
2014-08-29 09:16 codesquid, revision 6035Only use std::map::emplace if it's available.
2014-08-28 07:20 codesquid, revision 6034Add test for std::map::emplace which GCC 4.7 does not seem to have.
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2014-08-27 16:51 codesquid, revision 6033Compile regexes also when applying filters, not only when the dialog closes.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engine_context.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/pathcache.cpp
- M /FileZilla3/trunk/src/engine/pathcache.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/engineprivate.h
- M /FileZilla3/trunk/src/include/engine_context.h
2014-08-25 14:11 codesquid, revision 6032Modernize path cache and make it thread-safe.
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
- M /FileZilla3/trunk/src/include/refcount.h
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/recentserverlist.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_dateformatting.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.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/xmlfunctions.h
2014-08-25 13:52 codesquid, revision 6031Whitespace cleanup. Patch by XhmikosR.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/directorycache.h
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engine_context.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/include/engineprivate.h
- M /FileZilla3/trunk/src/include/engine_context.h
- M /FileZilla3/trunk/src/include/FileZillaEngine.h
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
2014-08-23 18:41 codesquid, revision 6030Work towards making the engine and the directory cache thread-safe.
2014-08-23 18:38 codesquid, revision 6029Don't shadow class template parameter. Fixes GCC compilation.
2014-08-23 13:52 codesquid, revision 6028Fix compile error with GCC.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.h
- M /FileZilla3/trunk/src/include/optionsbase.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/updater.h
2014-08-21 17:36 codesquid, revision 6027As all engines now share the same options, use a different mechanism to ensure the update server's certificate is signed by the trusted root CA.
- M /FileZilla3/trunk/src/engine/backend.cpp
- M /FileZilla3/trunk/src/engine/backend.h
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- A /FileZilla3/trunk/src/engine/engine_context.cpp
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/Makefile.am
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/include/engineprivate.h
- A /FileZilla3/trunk/src/include/engine_context.h
- M /FileZilla3/trunk/src/include/event_loop.h
- M /FileZilla3/trunk/src/include/externalipresolver.h
- M /FileZilla3/trunk/src/include/FileZillaEngine.h
- M /FileZilla3/trunk/src/include/Makefile.am
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/updater.h
2014-08-21 16:42 codesquid, revision 6026For now there can only be a single event loop for all engines as there's data shared between all engines, notably the rate limiting and the directory cache. Also gets rid of all remaining wxTimers in the engine.
2014-08-20 13:10 codesquid, revision 6025Looks like we need to #include <type_traits>
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/iothread.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
- A /FileZilla3/trunk/src/include/apply.h
- M /FileZilla3/trunk/src/include/event_loop.h
2014-08-20 09:20 codesquid, revision 6024Simplify usage.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- A /FileZilla3/trunk/src/engine/event_loop.cpp
- A /FileZilla3/trunk/src/include/event_loop.h
2014-08-20 07:02 codesquid, revision 6023Implement wxTimer replacement.
- M /FileZilla3/trunk/src/engine/backend.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- 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/iothread.h
- M /FileZilla3/trunk/src/engine/Makefile.am
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
- M /FileZilla3/trunk/src/include/engineprivate.h
- M /FileZilla3/trunk/src/include/Makefile.am
- M /FileZilla3/trunk/src/include/socket.h
2014-08-15 20:10 codesquid, revision 6022Work in progress: Get rid of and wx event handling in the engine and use a custom event loop (for now emulated using wxEvtHandler and pending events). This is a first step in moving the engine into its own thread and necessary since wx event loops can only exist in the primary thread.
2014-08-15 20:07 codesquid, revision 6021Fix logic inversion checking for IPv6 addresses in SOCKS4 path.
2014-08-13 14:04 codesquid, revision 6019wxWidgets does not handle paths containing hash signs when using wildcard matching in resource loading. Work around it by finding matching files ourselves.
2014-08-13 14:03 codesquid, revision 6018Bump to 3.9.0.3
2014-08-13 13:45 codesquid, revision 6017Updated translation.
2014-08-13 12:58 codesquid, revision 6016Further fixes to close handling on Windows.
2014-08-13 12:49 codesquid, revision 6015Added Basque translator.
2014-08-12 08:58 codesquid, revision 6013Improve compatibility with reparsepoint-based network shares (aka DFS)
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.h
- M /FileZilla3/trunk/src/tinyxml/tinyxml.h
2014-08-12 07:26 codesquid, revision 6012Fix a few harmless but annoying warnings reported by the VS14 CTP.
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/dndobjects.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/queueview_failed.cpp
- M /FileZilla3/trunk/src/interface/systemimagelist.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
2014-08-11 13:28 codesquid, revision 6011Address some findings of Visual Studio's code analysis.
2014-08-11 13:21 codesquid, revision 6010Fix another left-shift of a negative number.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
2014-08-11 08:37 codesquid, revision 6009Don't left-shift negative numbers.
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/co.po
- M /FileZilla3/trunk/locales/da_DK.po
- M /FileZilla3/trunk/locales/eu.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nl.po
2014-08-10 13:04 codesquid, revision 6008Updated translations.
2014-08-10 12:37 codesquid, revision 6007Fix status view tabbing on OS X.
2014-08-10 09:21 codesquid, revision 6006Restore focus when window gets reactivated on OS X.
2014-08-08 13:53 codesquid, revision 6001Handle Tab for tree controls on OS X.
2014-08-08 08:16 codesquid, revision 6000Remove BOM that accidentally got added.
2014-08-08 07:49 codesquid, revision 5999Try opening first using wxLaunchDefaultApplication
2014-08-08 07:42 codesquid, revision 5998Fix translation, #6486
2014-08-07 14:05 codesquid, revision 5997Fix translation, #9680
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/logging_private.h
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/include/refcount.h
- M /FileZilla3/trunk/src/interface/Options.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/welcome_dialog.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.h
2014-08-06 19:38 codesquid, revision 5995Improve compatibility with some non-standard wx configurations.
2014-08-06 15:00 codesquid, revision 5994Fix a crash due to a nullpointer dereference introduced in r5453
2014-08-06 13:32 codesquid, revision 5993Remove unneeded style
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
2014-08-06 12:56 codesquid, revision 5992Fix navigation under Linux.
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.h
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
2014-08-06 12:23 codesquid, revision 5991Remove more remnants of old navigation code.
2014-08-06 12:14 codesquid, revision 5990Remove old navigation code.
2014-08-06 12:09 codesquid, revision 5989Fix tab navigation through message log.
2014-08-06 12:06 codesquid, revision 5988Remove old navigation key code.
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.h
2014-08-06 10:07 codesquid, revision 5987Fix tab order when adding pages.
2014-08-06 09:21 codesquid, revision 5986Fix main window tab handling.
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
2014-08-06 08:59 codesquid, revision 5985Fix tab traversal of file lists.
2014-08-06 08:54 codesquid, revision 5984Fix tab order upon splitting.
2014-08-06 08:53 codesquid, revision 5983Enable tab traversal in views and fix tab order after attaching a content window or the header window.
2014-08-06 08:53 codesquid, revision 5982Enable tab traversal for tree controls.
2014-07-31 13:15 codesquid, revision 5955Enable tab traversal for view header.
2014-07-31 13:14 codesquid, revision 5954Bump to 3.9.0.2
2014-07-31 10:17 codesquid, revision 5953Update translations.
2014-07-31 08:18 codesquid, revision 5952Refresh dialog after changing certificate to display.
2014-07-30 14:44 codesquid, revision 5951Remove 10 lines at a time when the log gets too big.
2014-07-30 14:10 codesquid, revision 5950Fix nullpointer dereference on shutdown.
- M /FileZilla3/trunk/src/interface/dialogex.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
2014-07-30 13:16 codesquid, revision 5949Fix CMD+X and CMD+C
2014-07-30 13:08 codesquid, revision 5948Outside of debug builds, reset debug log level and raw listing if FZDEBUG environment variable is not 1.
2014-07-30 08:57 codesquid, revision 5947Only call SetInsertionPointEnd if not already at the end.
2014-07-29 19:50 codesquid, revision 5946Fix selecting newly created tabs.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/tests/dirparsertest.cpp
2014-07-29 14:22 codesquid, revision 5945Improve handling of some localized date formats, in particular with date/time of the format 29 jul 21:34
2014-07-29 12:05 codesquid, revision 5944The shell extension isn't part of SFC, so don't treat it as a PROTECTED library.
- 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/recursive_operation.cpp
2014-07-28 18:50 codesquid, revision 5941Fix closing FileZilla if a recursive operation is active.
2014-07-28 18:49 codesquid, revision 5940Add comments in code to remind me of previous commit.
2014-07-28 18:33 codesquid, revision 5939GCC <= 4.7 does not like defaulted virtual destructors. Let's wait for Debian Stable to have GCC >= 4.8
2014-07-28 18:32 codesquid, revision 5938Disable Nagle algorithm a little bit earlier.
2014-07-28 14:16 codesquid, revision 5934Disable Nagle algorithm during TLS handshake.
- M /FileZilla3/trunk/src/engine/backend.h
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/include/engineprivate.h
- M /FileZilla3/trunk/src/include/externalipresolver.h
- M /FileZilla3/trunk/src/include/FileZillaEngine.h
- M /FileZilla3/trunk/src/include/local_filesys.h
- M /FileZilla3/trunk/src/include/local_path.h
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/include/server.h
- M /FileZilla3/trunk/src/include/serverpath.h
- M /FileZilla3/trunk/src/include/socket.h
- M /FileZilla3/trunk/src/include/timeex.h
2014-07-27 13:35 codesquid, revision 5922Refactor command and notification classes and mark a bunch of classes final.
2014-07-26 17:19 codesquid, revision 5920Handle a spurious GNUTLS_E_AGAIN from gnutls_record_recv.
2014-07-26 08:21 codesquid, revision 5919Get link target on *nix.
2014-07-26 08:20 codesquid, revision 5918Follow symbolic links when creating backup files.
2014-07-26 08:18 codesquid, revision 5917Follow symbolic links on Windows, part 2.
2014-07-25 19:59 codesquid, revision 5916Handle paths of the form \\?\c:\foo.bar and \\?\UNC\server\share\foo.bar
2014-07-25 14:11 codesquid, revision 5915Follow symbolic links on Windows.
2014-07-25 13:58 codesquid, revision 5914Remove debug code
2014-07-25 13:50 codesquid, revision 5913Load resources via CDialogEx::Load to benefit from the OSX Cmd+A/V fixes.
- M /FileZilla3/trunk/src/interface/dialogex.cpp
- M /FileZilla3/trunk/src/interface/dialogex.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2014-07-25 12:23 codesquid, revision 5912Handle Cmd+V and Cmd+A in dialogs. For some reason we cannot use the normal menu event handler as with the main menu for some reason. Intercept the event before it is being processed by wxDialog and below.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/viewheader.cpp
2014-07-24 09:18 codesquid, revision 5911Pasting via keyboard on OS X doesn't work with combo boxes and password entries. Not even EVT_CHAR_HOOK gets called. Accelerators work though, so use just that.
2014-07-23 16:52 codesquid, revision 5910Detect reparse points. They cannot be followed yet though.
2014-07-22 18:13 codesquid, revision 5909Do not show error message if "Create and enter" is used with enabled synchronized browsing. Fixes #9665
2014-07-22 15:49 codesquid, revision 5908Add comment for translators.
2014-07-22 09:22 codesquid, revision 5907
- M /FileZilla3/trunk/data
- M /FileZilla3/trunk/src/interface
- M /FileZilla3/trunk/src/interface/resources/sun
- M /FileZilla3/trunk/src/putty
2014-07-22 08:59 codesquid, revision 5905Update svn:ignore
2014-07-22 08:59 codesquid, revision 5904Bump to 3.9.0.1
2014-07-22 08:52 codesquid, revision 5903Updated translation
- M /FileZilla3/trunk/src/interface/resources/16x16/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/16x16/lock.png
- M /FileZilla3/trunk/src/interface/resources/16x16/logview.png
- M /FileZilla3/trunk/src/interface/resources/16x16/server.png
- M /FileZilla3/trunk/src/interface/resources/16x16/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/24x24/unknown.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/binary.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/auto.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/auto.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/binary.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/download.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/file.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/folder.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/lock.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/symlink.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/help.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/folderup.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/lock.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/synchronize.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/file.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/folderup.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/help.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/folderback.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/binary.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/bookmarks.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/file.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/help.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/logview.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/queueview.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/server.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/auto.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/filter.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/help.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/binary.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/download.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/folderback.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/lock.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/refresh.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/upload.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/ascii.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/folder.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/help.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/lock.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/refresh.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/upload.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/ascii.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/auto.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/binary.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/compare.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/find.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/help.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/refresh.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/upload.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/auto.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/ascii.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/auto.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/file.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/logview.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/32x32/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/auto.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/binary.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/folder.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/logview.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/remotetreeview.png
2014-07-22 08:28 codesquid, revision 5902Small size reduction submitted by XhmikosR.
2014-07-21 15:08 codesquid, revision 5899Even if fzshellext.dll is unloaded, libgcc_s_sjlj-1.dll and libstdc++-6.dll stay loaded in Explorer and some programs using Explorer components. Try harder to get rid of old versions of these files.
2014-07-21 15:04 codesquid, revision 5898Bump to 3.9.0
2014-07-21 15:01 codesquid, revision 5897Fix language code mentioned in catalog.
- D /FileZilla3/trunk/locales/lo.po
- A /FileZilla3/trunk/locales/lo_LA.po
2014-07-21 15:01 codesquid, revision 5896Actually we need lo_LA coupled with a small patch for wx.
2014-07-21 14:41 codesquid, revision 5895Fix order of settings directories when looking for current locale
- A /FileZilla3/trunk/locales/lo.po
- D /FileZilla3/trunk/locales/lo_LA.po
2014-07-21 14:34 codesquid, revision 5894Remove LA country, wx doesn't know about it and it shouldn't be needed anyhow.
- D /FileZilla3/trunk/locales/la_LA.po
- A /FileZilla3/trunk/locales/lo_LA.po
2014-07-21 14:31 codesquid, revision 5893Fix language code of Lao.
2014-07-21 14:31 codesquid, revision 5892Added Lao translation.
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/uk_UA.po
2014-07-21 13:20 codesquid, revision 5891Updated translations
2014-07-21 12:26 codesquid, revision 5890Fix preprocessor warning
2014-07-21 12:07 codesquid, revision 5889OS X has no toolbar right-click or dropdown arrow. Show dropdown if holding down a modifier key.
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/quickconnectbar.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/settings.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/sitemanager.xrc
2014-07-21 10:29 codesquid, revision 5888Set maximum port length to 5.
2014-07-21 08:22 codesquid, revision 5887Minify application icon.
- M /FileZilla3/trunk/src/interface/resources/16x16/ascii.png
- M /FileZilla3/trunk/src/interface/resources/16x16/auto.png
- M /FileZilla3/trunk/src/interface/resources/16x16/binary.png
- M /FileZilla3/trunk/src/interface/resources/16x16/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/16x16/cancel.png
- M /FileZilla3/trunk/src/interface/resources/16x16/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/16x16/file.png
- 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/lock.png
- M /FileZilla3/trunk/src/interface/resources/16x16/refresh.png
- M /FileZilla3/trunk/src/interface/resources/16x16/server.png
- M /FileZilla3/trunk/src/interface/resources/16x16/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/16x16/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/16x16/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/24x24/unknown.png
- M /FileZilla3/trunk/src/interface/resources/32x32/file.png
- M /FileZilla3/trunk/src/interface/resources/32x32/filezilla.png
- M /FileZilla3/trunk/src/interface/resources/48x48/filezilla.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/ascii.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/auto.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/binary.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/cancel.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/compare.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/file.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/folder.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/lock.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/refresh.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/binary.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/bookmarks.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/cancel.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/compare.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/download.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/file.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/filter.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/find.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/folderback.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/folderup.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/help.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/lock.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/logview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/server.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/upload.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/binary.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/bookmarks.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/cancel.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/file.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/filter.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/folderback.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/folderup.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/lock.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/server.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/symlink.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/cancel.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/compare.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/folder.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/help.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/queueview.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/refresh.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/ascii.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/auto.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/binary.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/cancel.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/file.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/filter.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/folder.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/folderback.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/folderup.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/help.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/lock.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/logview.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/queueview.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/refresh.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/server.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/ascii.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/file.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/filter.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/folder.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/folderback.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/folderup.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/help.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/lock.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/logview.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/showhidden.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/48x48/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/cancel.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/file.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/folderup.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/binary.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/bookmarks.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/file.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/folder.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/logview.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/queueview.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/refresh.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/minimal/32x32/file.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/ascii.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/auto.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/binary.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/cancel.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/compare.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/download.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/filter.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/folder.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/folderback.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/folderup.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/help.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/localtreeview.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/processqueue.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/16x16/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/server.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/upload.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/20x20/server.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/24x24/server.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/ascii.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/binary.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/file.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/auto.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/binary.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/file.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/folderback.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/help.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/lock.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/ascii.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/auto.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/binary.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/cancel.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/compare.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/download.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/file.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/filter.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/find.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/folder.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/folderback.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/folderup.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/lock.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/logview.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/queueview.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/refresh.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/upload.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/auto.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/cancel.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/compare.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/filter.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/folder.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/lock.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/logview.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/queueview.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/refresh.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/server.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/unknown.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/upload.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/ascii.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/auto.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/binary.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/cancel.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/compare.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/file.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/lock.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/logview.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/queueview.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/server.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/ascii.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/download.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/file.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/filter.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/lock.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/logview.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/server.png
2014-07-20 17:37 codesquid, revision 5886Save 689 more bytes.
2014-07-20 17:13 codesquid, revision 5885Generate Makefile of new icon set.
- M /FileZilla3/trunk/src/interface/resources/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/16x16/sort_down_dark.png
- M /FileZilla3/trunk/src/interface/resources/16x16/sort_down_light.png
- M /FileZilla3/trunk/src/interface/resources/16x16/sort_up_dark.png
- M /FileZilla3/trunk/src/interface/resources/16x16/sort_up_light.png
- M /FileZilla3/trunk/src/interface/resources/16x16/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/16x16/symlink.png
- M /FileZilla3/trunk/src/interface/resources/20x20/unknown.png
- M /FileZilla3/trunk/src/interface/resources/24x24/unknown.png
- M /FileZilla3/trunk/src/interface/resources/48x48/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/symlink.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/find.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/server.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/symlink.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/find.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/server.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/symlink.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/20x20/server.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/24x24/server.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/find.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/find.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/ascii.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/auto.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/binary.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/cancel.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/compare.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/download.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/file.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/filter.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/find.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/folder.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/folderback.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/folderup.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/help.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/lock.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/logview.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/queueview.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/refresh.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/upload.png
- M /FileZilla3/trunk/src/interface/resources/sun/48x48/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/ascii.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/auto.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/binary.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/cancel.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/compare.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/download.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/file.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/filter.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/folder.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/lock.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/logview.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/queueview.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/refresh.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/server.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/unknown.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/upload.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/ascii.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/auto.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/binary.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/compare.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/download.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/file.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/filter.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/find.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/folder.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/lock.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/logview.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/queueview.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/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/server.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/unknown.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/upload.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/ascii.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/auto.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/binary.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/cancel.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/compare.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/download.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/file.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/filter.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/find.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/folder.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/lock.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/logview.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/queueview.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/refresh.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/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/unknown.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/upload.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/uploadadd.png
2014-07-20 17:02 codesquid, revision 5884Fix mime type of .png files.
- M /FileZilla3/trunk/data/install.nsi.in
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/sun
- A /FileZilla3/trunk/src/interface/resources/sun/48x48
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/ascii.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/auto.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/binary.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/bookmark.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/cancel.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/compare.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/disconnect.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/download.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/downloadadd.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/file.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/filter.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/find.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/folder.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/folderback.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/folderclosed.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/folderup.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/help.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/localtreeview.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/lock.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/logview.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/processqueue.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/queueview.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/reconnect.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/refresh.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/remotetreeview.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/showhidden.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/sitemanager.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/speedlimits.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/synchronize.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/upload.png
- A /FileZilla3/trunk/src/interface/resources/sun/48x48/uploadadd.png
- A /FileZilla3/trunk/src/interface/resources/sun/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/sun/theme.xml
2014-07-20 16:35 codesquid, revision 5883Add a new icon set by Mr. Silencer.
- M /FileZilla3/trunk/src/interface/resources/16x16/ascii.png
- M /FileZilla3/trunk/src/interface/resources/16x16/auto.png
- M /FileZilla3/trunk/src/interface/resources/16x16/binary.png
- M /FileZilla3/trunk/src/interface/resources/16x16/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/16x16/cancel.png
- M /FileZilla3/trunk/src/interface/resources/16x16/disconnect.png
- 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/folder.png
- M /FileZilla3/trunk/src/interface/resources/16x16/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/16x16/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/16x16/lock.png
- M /FileZilla3/trunk/src/interface/resources/16x16/logview.png
- M /FileZilla3/trunk/src/interface/resources/16x16/queueview.png
- M /FileZilla3/trunk/src/interface/resources/16x16/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/16x16/refresh.png
- M /FileZilla3/trunk/src/interface/resources/16x16/server.png
- M /FileZilla3/trunk/src/interface/resources/16x16/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/16x16/symlink.png
- M /FileZilla3/trunk/src/interface/resources/16x16/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/20x20/unknown.png
- M /FileZilla3/trunk/src/interface/resources/24x24/unknown.png
- M /FileZilla3/trunk/src/interface/resources/32x32/file.png
- M /FileZilla3/trunk/src/interface/resources/32x32/filezilla.png
- M /FileZilla3/trunk/src/interface/resources/48x48/filezilla.png
- M /FileZilla3/trunk/src/interface/resources/48x48/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/ascii.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/auto.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/binary.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/bookmarks.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/cancel.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/compare.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/file.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/folder.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/folderback.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/folderup.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/help.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/lock.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/logview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/queueview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/refresh.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/symlink.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/synchronize.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/binary.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/bookmarks.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/cancel.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/compare.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/download.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/file.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/filter.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/find.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/folder.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/folderback.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/folderup.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/help.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/logview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/processqueue.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/server.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/symlink.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/upload.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/ascii.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/auto.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/binary.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/bookmarks.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/cancel.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/compare.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/file.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/filter.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/find.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/folder.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/folderback.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/folderup.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/help.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/lock.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/logview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/queueview.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/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/server.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/symlink.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/synchronize.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/auto.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/cancel.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/file.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/folder.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/folderup.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/help.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/logview.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/queueview.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/refresh.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/dropdown.png
- M /FileZilla3/trunk/src/interface/resources/leds.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/ascii.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/auto.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/binary.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/cancel.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/compare.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/download.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/file.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/filter.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/folder.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/folderback.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/folderup.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/help.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/lock.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/logview.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/queueview.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/refresh.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/server.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/upload.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/ascii.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/compare.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/file.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/filter.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/folder.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/folderback.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/folderup.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/lock.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/logview.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/processqueue.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/showhidden.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/ascii.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/auto.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/binary.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/cancel.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/compare.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/disconnect.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/filter.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/folder.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/folderback.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/folderup.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/help.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/lock.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/logview.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/queueview.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/refresh.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/synchronize.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/ascii.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/auto.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/binary.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/bookmarks.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/cancel.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/compare.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/download.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/file.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/filter.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/folder.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/folderback.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/folderup.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/help.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/lock.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/logview.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/queueview.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/refresh.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/server.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/sitemanager.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/minimal/16x16/upload.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/minimal/32x32/file.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/ascii.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/auto.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/binary.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/cancel.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/compare.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/download.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/filter.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/folder.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/folderback.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/folderup.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/help.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/localtreeview.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/processqueue.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/16x16/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/server.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/upload.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/20x20/server.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/24x24/server.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/ascii.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/auto.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/binary.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/cancel.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/compare.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/download.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/file.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/filter.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/find.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/folder.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/folderback.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/folderup.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/help.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/lock.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/queueview.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/refresh.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/upload.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/ascii.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/binary.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/cancel.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/compare.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/download.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/file.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/filter.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/find.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/folder.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/folderback.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/folderup.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/help.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/lock.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/logview.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/queueview.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/refresh.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/showhidden.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/opencrystal/48x48/upload.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/auto.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/cancel.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/compare.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/download.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/filter.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/folder.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/lock.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/logview.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/queueview.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/refresh.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/server.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/unknown.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/upload.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/ascii.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/auto.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/binary.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/compare.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/download.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/file.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/filter.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/find.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/folder.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/lock.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/logview.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/queueview.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/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/server.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/unknown.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/upload.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/ascii.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/auto.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/binary.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/cancel.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/compare.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/download.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/file.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/find.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/folder.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/lock.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/logview.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/queueview.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/refresh.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/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/unknown.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/upload.png
2014-07-17 18:32 codesquid, revision 5880Slightly reduce size of all icons.
2014-07-17 14:39 codesquid, revision 5879Fix assertion entering UNC paths. Closes #9649
2014-07-17 13:22 codesquid, revision 5878Use wxStdDialogButtonSizer in editing dialogs.
2014-07-17 13:13 codesquid, revision 5877Actually delete files.
- M /FileZilla3/trunk/configure.ac
- A /FileZilla3/trunk/m4/d-type.m4
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
2014-07-17 13:01 codesquid, revision 5876Actually check for d_type member of dirent struct. The macro isn't standardized and may not exist, despite there being a d_type.
2014-07-16 14:03 codesquid, revision 5874Cleanup CLocalFileSystem::RecursiveDelete
2014-07-16 13:55 codesquid, revision 5873Bump to 3.9.0-rc3
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/zh_CN.po
2014-07-16 13:36 codesquid, revision 5872Updated translations.
2014-07-16 12:28 codesquid, revision 5871Fix buffer size.
2014-07-16 12:03 codesquid, revision 5870Fix testcase.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/include/engineprivate.h
- M /FileZilla3/trunk/src/include/externalipresolver.h
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.h
- M /FileZilla3/trunk/src/interface/StatusView.cpp
2014-07-16 11:45 codesquid, revision 5869Initialize a few more variables.
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- M /FileZilla3/trunk/src/engine/iothread.cpp
- M /FileZilla3/trunk/src/engine/iothread.h
- M /FileZilla3/trunk/src/engine/Makefile.am
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- D /FileZilla3/trunk/src/engine/threadex.cpp
- M /FileZilla3/trunk/src/include/Makefile.am
- D /FileZilla3/trunk/src/include/threadex.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/volume_enumerator.cpp
- M /FileZilla3/trunk/src/interface/volume_enumerator.h
2014-07-16 11:40 codesquid, revision 5868Since 2.9.2, wx has wxTHREAD_WAIT_BLOCK. As such, our own wxThreadEx is no longer needed and can be removed.
2014-07-16 11:34 codesquid, revision 5867Fix two more Coverity errors.
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
2014-07-16 09:38 codesquid, revision 5866Fix some more Coverity findings.
2014-07-16 09:35 codesquid, revision 5865Initialize members of CProxySocket.
2014-07-16 09:32 codesquid, revision 5864More members to initialize, this time in DBusThread.
2014-07-16 09:29 codesquid, revision 5863Initialize members.
2014-07-16 09:25 codesquid, revision 5862Mark CSocket as non-copyable.
2014-07-16 09:08 codesquid, revision 5861Initialize CSocketEventDispatcher::m_insideLoop and refactor class to be a little bit more efficient when removing pending events.
2014-07-16 09:02 codesquid, revision 5860Remove unused variable.
2014-07-16 07:31 codesquid, revision 5859Handle EINTR when calling fcntl.
2014-07-16 07:15 codesquid, revision 5858Fix setting raw data as used by drag&drop.
- M /FileZilla3/trunk/src/engine/timeex.cpp
- M /FileZilla3/trunk/src/include/timeex.h
- M /FileZilla3/trunk/src/interface/settings/optionspage_dateformatting.cpp
- M /FileZilla3/trunk/src/interface/timeformatting.cpp
2014-07-15 22:27 codesquid, revision 5857Verify date/time format. TODO: Do we need to set crt assertion handlers on MinGW?
2014-07-15 20:56 codesquid, revision 5856Fix initial focus on wxGTK.
2014-07-15 20:50 codesquid, revision 5855Use range-based for.
2014-07-15 16:14 codesquid, revision 5854Fix a warning.
2014-07-15 14:42 codesquid, revision 5853Addendum to previous commit, forgot this file.
2014-07-15 14:24 codesquid, revision 5852Missed a warning.
2014-07-15 11:47 codesquid, revision 5851Filter entries from changelog newer than available version.
2014-07-15 11:46 codesquid, revision 5850Get rid of redundant assignment.
2014-07-15 11:23 codesquid, revision 5849Initialize members.
2014-07-15 11:05 codesquid, revision 5848Fix compile error with some compilers.
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.h
- M /FileZilla3/trunk/src/interface/clearprivatedata.cpp
- M /FileZilla3/trunk/src/interface/clearprivatedata.h
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2014-07-15 10:49 codesquid, revision 5847Fix another set of warnings.
2014-07-15 10:39 codesquid, revision 5846Fix another compile error on OS X.
2014-07-15 10:36 codesquid, revision 5845Apply small cleanup patch by XhmikosR.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/ratelimiter.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.h
- M /FileZilla3/trunk/src/engine/threadex.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/aboutdialog.h
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.h
- M /FileZilla3/trunk/src/interface/chmoddialog.cpp
- M /FileZilla3/trunk/src/interface/chmoddialog.h
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/context_control.h
- 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/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/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- 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/recursive_operation.h
- M /FileZilla3/trunk/src/interface/StatusView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/search.h
- M /FileZilla3/trunk/src/interface/settings/optionspage_updatecheck.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_updatecheck.h
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.h
- M /FileZilla3/trunk/src/interface/view.cpp
- M /FileZilla3/trunk/src/interface/view.h
2014-07-15 10:11 codesquid, revision 5844Pedantic warnings are tedious...
2014-07-15 10:10 codesquid, revision 5843Fix compile error on OS X.
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/export.cpp
- M /FileZilla3/trunk/src/interface/export.h
- M /FileZilla3/trunk/src/interface/import.cpp
- M /FileZilla3/trunk/src/interface/import.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/statusbar.h
2014-07-15 10:01 codesquid, revision 5842Fix a bunch of warnings.
2014-07-15 09:15 codesquid, revision 5841Fix removal of temporary files from stale sessions.
- M /FileZilla3/trunk/src/putty
- D /FileZilla3/trunk/src/putty/fzsftp.vcproj
- A /FileZilla3/trunk/src/putty/fzsftp.vcxproj
2014-07-15 09:07 codesquid, revision 5840Update Visual Studio workspace for fzsftp.
2014-07-15 08:38 codesquid, revision 5839wxProcess::Kill prints an error on an already closed process. Disable logging, as there's no atomic "if process alive then kill". Fixes #9645
2014-07-15 08:09 codesquid, revision 5838Fix another compile error.
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
2014-07-14 18:45 codesquid, revision 5837Fix compile error.
- M /FileZilla3/trunk/src/engine/timeex.cpp
- M /FileZilla3/trunk/src/include/timeex.h
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/export.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filezillaapp.h
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/import.cpp
- M /FileZilla3/trunk/src/interface/led.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/recentserverlist.cpp
- M /FileZilla3/trunk/src/interface/recentserverlist.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_language.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.h
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.h
2014-07-14 12:34 codesquid, revision 5836Large cleanup of XML functions.
- M /FileZilla3/trunk/src/include/optionsbase.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/updater.cpp
2014-07-14 10:59 codesquid, revision 5835Refactor COptions a bit.
2014-07-14 10:26 codesquid, revision 5834Ensure to only convert strings of even length.
2014-07-14 10:02 codesquid, revision 5833Fix copy&paste errors in EBCDIC detection.
2014-07-14 10:00 codesquid, revision 5832In debug build we want to use /editandcontinue, so diable /safeseh to make it possible.
2014-07-14 09:50 codesquid, revision 5831Cleanup of linker flags.
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- M /FileZilla3/trunk/src/FileZilla.sln
- M /FileZilla3/trunk/src/interface/interface.vcxproj
2014-07-14 09:07 codesquid, revision 5830Remove references to non-existing files from VS workspace.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- 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/proxy.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sizeformatting_base.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/chmoddialog.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filelist_statusbar.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/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_connection_sftp.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_filetype.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_language.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_transfer.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/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/verifyhostkeydialog.cpp
- M /FileZilla3/trunk/src/interface/welcome_dialog.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2014-07-13 09:44 codesquid, revision 5829Get rid of c_str where we don't actually need it. We can do this with wx3 as wxString::Format/Printf is now typesafe. Includes some other small code modernization.
2014-07-11 16:08 codesquid, revision 5828On OS X, increase distance between quickconnect button and message log. This works around a bizarre crash in wxWidgets. wx bug report: http://trac.wxwidgets.org/ticket/16379
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
2014-07-11 15:29 codesquid, revision 5827In OnData, treat wxDragLink as wxDragCopy.
2014-07-11 13:26 codesquid, revision 5826Little bit of refactoring to avoid unnecessary copies and heap allocations.
2014-07-11 07:48 codesquid, revision 5825Fix compile error.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
2014-07-11 07:43 codesquid, revision 5824Use emplace/emplace_back in a few places instead of insert/push_back.
2014-07-10 11:23 codesquid, revision 5823Make CSparseOptional a movable type.
2014-07-10 10:29 codesquid, revision 5822Fix compile error with some compilers.
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/include/refcount.h
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/Mainfrm.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/state.cpp
2014-07-09 19:21 codesquid, revision 5821Further refactoring to directory listing code to save even more memory.
2014-07-09 18:10 codesquid, revision 5819Fix compile error
2014-07-09 18:09 codesquid, revision 5818Bump to 3.9.0-rc2
- 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/sv.po
- M /FileZilla3/trunk/locales/tr.po
2014-07-09 17:54 codesquid, revision 5817Update translations
2014-07-09 15:43 codesquid, revision 5816Update svn:ignore.
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/include/optional.h
- M /FileZilla3/trunk/src/include/serverpath.h
2014-07-09 15:30 codesquid, revision 5815Small savings with CServerPath: In most use cases there is no prefix.
2014-07-09 14:43 codesquid, revision 5814Fix compile error.
2014-07-09 14:28 codesquid, revision 5813Fix compile error.
2014-07-09 14:27 codesquid, revision 5812Use manual freeze/thaw to avoid heap allocation.
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/include/Makefile.am
- A /FileZilla3/trunk/src/include/optional.h
2014-07-09 14:11 codesquid, revision 5811Save some memory: In most cases listing items have no target.
2014-07-09 12:58 codesquid, revision 5810Mark CRefcount* as final.
2014-07-09 09:24 codesquid, revision 5809Halve the number of allocations by using only use a single pointer paired with placement new/delete.
2014-07-09 09:13 codesquid, revision 5808Do some more splicing to avoid additional allocations.
2014-07-09 08:13 codesquid, revision 5807Re-use existing list entries.
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
2014-07-08 15:02 codesquid, revision 5806Fix uninitialized variable.
2014-07-08 14:39 codesquid, revision 5805Fix coverity errors.
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.h
2014-07-08 14:29 codesquid, revision 5804Fix Coverity warning about possible nullpointer dereference.
2014-07-08 13:01 codesquid, revision 5803Fix enum for column flags.
2014-07-08 12:59 codesquid, revision 5802Fix nullpointer dereference.
2014-07-08 12:55 codesquid, revision 5801Need to check for EINTR when calling fcntl.
2014-07-08 12:01 codesquid, revision 5800Fix nullpointer dereference.
2014-07-08 12:01 codesquid, revision 5799Make use of C++11's random.
2014-07-07 09:43 codesquid, revision 5798Define NOMINMAX so that there are no min and max macros declared by the windows headers.
2014-07-07 09:40 codesquid, revision 5797Make CState non-copyable.
2014-07-07 09:35 codesquid, revision 5796Make non-copyable.
2014-07-07 09:23 codesquid, revision 5795Port a fix from wx for unnamed tools.
- M /FileZilla3/trunk/src/dbus/desktop_notification.h
- M /FileZilla3/trunk/src/dbus/power_management_inhibitor.h
2014-07-06 20:14 codesquid, revision 5794Make non-copyable.
2014-07-06 20:14 codesquid, revision 5793Threads are non-copyable.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/queueview_failed.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/updater.h
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
2014-07-06 18:16 codesquid, revision 5792Strongly type some additional enums
2014-07-06 17:52 codesquid, revision 5791Fix a comparison breaking SFTP support.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
- M /FileZilla3/trunk/src/include/FileZillaEngine.h
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/StatusView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.h
2014-07-06 14:16 codesquid, revision 5790Fix compile errors.
2014-07-06 13:56 codesquid, revision 5789Remove extra border around filetype associations page.
- M /FileZilla3/trunk/locales/an.po
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/ca.po
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/co.po
- M /FileZilla3/trunk/locales/cs_CZ.po
- M /FileZilla3/trunk/locales/da_DK.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/eu.po
- M /FileZilla3/trunk/locales/eu_ES.po
- M /FileZilla3/trunk/locales/fa_IR.po
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/gl_ES.po
- M /FileZilla3/trunk/locales/he_IL.po
- M /FileZilla3/trunk/locales/hr.po
- M /FileZilla3/trunk/locales/hu_HU.po
- M /FileZilla3/trunk/locales/hy.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/is.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/ja_JP.po
- M /FileZilla3/trunk/locales/ka.po
- M /FileZilla3/trunk/locales/kab.po
- M /FileZilla3/trunk/locales/km_KH.po
- M /FileZilla3/trunk/locales/ko_KR.po
- M /FileZilla3/trunk/locales/ku.po
- M /FileZilla3/trunk/locales/ky.po
- M /FileZilla3/trunk/locales/lt_LT.po
- M /FileZilla3/trunk/locales/lv_LV.po
- M /FileZilla3/trunk/locales/mk_MK.po
- M /FileZilla3/trunk/locales/nb_NO.po
- M /FileZilla3/trunk/locales/ne.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/nn_NO.po
- M /FileZilla3/trunk/locales/oc.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/ru.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/sl_SI.po
- M /FileZilla3/trunk/locales/sr.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/th_TH.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/uk_UA.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
- M /FileZilla3/trunk/tests/dirparsertest.cpp
2014-07-06 13:44 codesquid, revision 5788Update links to FileZilla website to use https:// and trailing slash.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/include/engineprivate.h
- M /FileZilla3/trunk/src/include/FileZillaEngine.h
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
2014-07-06 13:32 codesquid, revision 5787Make Command strongly typed.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/logging_private.h
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.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/logging.h
- M /FileZilla3/trunk/src/interface/StatusView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.h
2014-07-06 13:17 codesquid, revision 5786Make MessageType strongly typed.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.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/systemimagelist.cpp
- M /FileZilla3/trunk/src/interface/systemimagelist.h
2014-07-06 13:12 codesquid, revision 5785Make another enum strongly typed.
2014-07-06 13:10 codesquid, revision 5784Update svn:ignore
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
2014-07-06 10:53 codesquid, revision 5783Make some enums strongly typed.
2014-07-06 09:20 codesquid, revision 5782Fix a typo.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
2014-07-06 09:13 codesquid, revision 5781Don't print a stand-alone line for critical errors, fold it into the next line.
2014-07-06 09:02 codesquid, revision 5780Show a helpful message if username or password starts or ends with whitespace.
2014-07-04 19:41 codesquid, revision 5777Fix FTP proxy login sequence. There was an incorrect comparison against an enum value instead of a the intended variable.
2014-07-04 19:36 codesquid, revision 5776Bump to 3.9.0-rc1
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/sv.po
2014-07-04 15:21 codesquid, revision 5775Updated translations
2014-07-04 12:08 codesquid, revision 5774On MSW, set os and subsystem version to 5.1 since binutils's ld defaults to 4.0
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
2014-07-04 08:04 codesquid, revision 5773Get rid of a warning.
2014-07-02 17:26 codesquid, revision 5770Add linker flags to enable ASLR and DEP.
2014-07-02 14:01 codesquid, revision 5769Fix creating and closinig tabs on OS X. #9627
2014-07-02 09:09 codesquid, revision 5768Only load a single specific xrc file if it exists instead of all xrc files.
- M /FileZilla3/trunk/src/interface/resources/xrc/netconfwizard.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/quickconnectbar.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/toolbar.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/xrcclean.sh
2014-07-01 17:14 codesquid, revision 5767Update script to clean XRC files. Added special option to minify files removing structure.
2014-07-01 15:02 codesquid, revision 5766Fix assertion in date/time comparison.
2014-07-01 14:28 codesquid, revision 5764Fix a copy&paste error when hiding remote directory tree.
2014-07-01 14:20 codesquid, revision 5763Version bump to 3.9.0-beta3
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/hy.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/ko_KR.po
- M /FileZilla3/trunk/locales/vi_VN.po
2014-07-01 14:15 codesquid, revision 5762Updated translations.
2014-07-01 13:29 codesquid, revision 5761Update svn:ignore.
2014-07-01 13:27 codesquid, revision 5760Fix one last nullpointer dereference.
2014-07-01 13:05 codesquid, revision 5759Set correct initial parent to avoid reparenting. Reparenting doesn't work during construction on OS X, afterwards main window is unresponsive. Oddly enough, this only happens on OS X if a display is connected. On a headless machine controlled via VNC this does not happen.
2014-07-01 12:58 codesquid, revision 5758Another bug.
2014-07-01 12:55 codesquid, revision 5757And yet another nullpointer dereference spotted by returning early from the constructor.
2014-07-01 12:48 codesquid, revision 5756Fix another nullpointer dereference.
2014-07-01 12:43 codesquid, revision 5755Fix potential nullpointer dereference.
2014-06-30 19:45 codesquid, revision 5754Default-initialize members.
Generate greyscale images for the toolbar if using GTK3 build of wx.