Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-23 18:30:01
Changelog for FileZilla 3 (8047 changes):
2015-05-12 09:02 codesquid, revision 66922015-05-11 15:03 codesquid, revision 6691Save fallback language.
2015-05-11 14:53 codesquid, revision 6690Fix compile error.
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/include/socket.h
2015-05-11 13:49 codesquid, revision 6689Try to bind data connection to same local IP as control connection when using passive mode.
2015-05-11 08:51 codesquid, revision 6686Little bit of cleanup.
2015-05-11 08:46 codesquid, revision 6685Display validity interval using the configured date/time format.
- M /FileZilla3/trunk/tests/dispatch.cpp
- M /FileZilla3/trunk/tests/eventloop.cpp
- M /FileZilla3/trunk/tests/Makefile.am
- A /FileZilla3/trunk/tests/time.cpp
2015-05-11 08:36 codesquid, revision 6684Add a test case for CDateTime::Now()
2015-05-09 21:15 codesquid, revision 6683Fix interger overflow on 32bit systems.
2015-05-07 09:01 codesquid, revision 6682Fix compile error.
2015-05-04 13:05 codesquid, revision 6673Remember desired remote directory when connecting.
2015-05-02 17:22 codesquid, revision 6670Fix compile error.
2015-05-02 12:28 codesquid, revision 6669GetRandomNumber wasn't thread-safe. Now it is.
2015-05-02 12:28 codesquid, revision 6668Remove workaround for unsteady steady clock.
2015-05-02 12:26 codesquid, revision 6667Fix typo in a comment.
2015-05-01 13:58 codesquid, revision 6664Make steady steady_clock a requirement.
2015-05-01 13:58 codesquid, revision 6663Fix a format string vulnerability if MALLOC_LOG is set.
2015-04-23 13:27 codesquid, revision 6659Fix format string vulnerabilities reported by Jong-Gwon Kim. Also fixes a few memory leaks in the process.
2015-04-23 09:38 codesquid, revision 6658If name is identical, sort search results by path next when sorting by name.
- M /FileZilla3/trunk/src/interface/dndobjects.cpp
- M /FileZilla3/trunk/src/interface/dndobjects.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/putty/sshsh512.c
2015-04-23 08:48 codesquid, revision 6657Another round of warning fixes.
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/import.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_language.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_language.h
2015-04-22 14:20 codesquid, revision 6656Fixed additional compiler warnings.
2015-04-22 13:24 codesquid, revision 6655Fix a coverity warning.
2015-04-22 12:26 codesquid, revision 6654Partially revert 6652, MinGW lacks import library for SHGetKnownFolderPath.
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/dialogex.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
2015-04-22 12:15 codesquid, revision 6653Fixed a few more warnings.
2015-04-22 12:07 codesquid, revision 6652Update macros from the autoconf archive.
2015-04-22 12:05 codesquid, revision 6651Remove some XP-only code.
2015-04-22 08:56 codesquid, revision 6650Handle EHOSTDOWN errors in user output.
2015-04-22 08:47 codesquid, revision 6649Fixed a few warnings.
2015-04-22 08:35 codesquid, revision 6648Fixed warning in CVolumeDescriptionEnumeratorThread::GetDrives and make it more robust in case the number of drives changes between calls to GetLogicalDriveStrings.
2015-04-22 08:25 codesquid, revision 6647Fixed a few compiler warnings.
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/context_control.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2015-04-21 12:58 codesquid, revision 6646Small cleanup.
- 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/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/timeex.cpp
- M /FileZilla3/trunk/src/include/timeex.h
2015-04-21 12:35 codesquid, revision 6645The engine no longer uses wxDateTime and wxTimeSpan.
2015-04-21 10:37 codesquid, revision 6644Update svn:ignore
2015-04-21 10:29 codesquid, revision 6643Use the monotonic clock to calculate RTT.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2015-04-21 10:13 codesquid, revision 6642Small fixes to delete command.
2015-04-21 08:50 codesquid, revision 6641localtime_s and gmtime_s are macros which makes checking for it a bit more difficult
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /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/ratelimiter.cpp
- M /FileZilla3/trunk/src/engine/timeex.cpp
- M /FileZilla3/trunk/src/include/event_handler.h
- M /FileZilla3/trunk/src/include/event_loop.h
- M /FileZilla3/trunk/src/include/timeex.h
- M /FileZilla3/trunk/src/interface/chmoddialog.cpp
2015-04-20 13:48 codesquid, revision 6640Use the duration class some more.
- 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/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/engine/rtt.cpp
- M /FileZilla3/trunk/src/engine/rtt.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/timeex.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/include/timeex.h
- M /FileZilla3/trunk/src/interface/listingcomparison.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
2015-04-19 16:37 codesquid, revision 6639Additional time handling refactoring.
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/lv_LV.po
- M /FileZilla3/trunk/locales/nb_NO.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/sv.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_CN.po
2015-04-17 07:10 codesquid, revision 6638Updated translations
2015-04-11 15:30 codesquid, revision 6636Add configure check for localtime_r, gmtime_r, localtime_r and localtime_s
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/engine/timeex.cpp
- M /FileZilla3/trunk/src/include/timeex.h
2015-04-11 10:02 codesquid, revision 6635Fix compile errors and implement *nix part of time handling.
2015-04-11 09:51 codesquid, revision 6634Fix converstion from time_t
2015-04-11 09:24 codesquid, revision 6633Fix compile errors
2015-04-11 09:20 codesquid, revision 6632Another svn:ignore update.
2015-04-11 09:19 codesquid, revision 6631Revert accidental commit.
- M /FileZilla3/trunk/configure.ac
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/timeex.cpp
- M /FileZilla3/trunk/src/include/local_filesys.h
- M /FileZilla3/trunk/src/include/timeex.h
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/timeformatting.cpp
- M /FileZilla3/trunk/src/interface/timeformatting.h
2015-04-11 09:18 codesquid, revision 6630Work in progress: Custom time class to replace wxDateTime so that we can finally handle DST correctly.
2015-04-09 09:04 codesquid, revision 6629Update svn:ignore
2015-04-07 18:34 codesquid, revision 6628Check for an inverse of gmtime()
2015-04-05 08:43 codesquid, revision 6622Reset error level of installer after elevating, the UAC plugin errorneously sets it to ERROR_CANCELLED in the inner process.
2015-04-02 14:56 codesquid, revision 6621Fix disabling of timeouts, #10365
2015-04-02 08:13 codesquid, revision 6620Fix a typo, mark class final.
2015-03-31 15:34 codesquid, revision 6619Fix requeue of folder itemes.
2015-03-29 10:20 codesquid, revision 6615Check for nullpointer.
2015-03-29 10:16 codesquid, revision 6614Bump to 3.10.3
- M /FileZilla3/trunk/locales/co.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nb_NO.po
2015-03-28 15:00 codesquid, revision 6613Updated translations.
2015-03-27 14:09 codesquid, revision 6612Move some checks that should never fail into asserts.
- M /FileZilla3/trunk/src/interface/chmoddialog.cpp
- M /FileZilla3/trunk/src/interface/chmoddialog.h
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/filelist_statusbar.cpp
- M /FileZilla3/trunk/src/interface/filelist_statusbar.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/search.cpp
2015-03-27 08:53 codesquid, revision 6611Some reformatting and wxLongLong removal.
- M /FileZilla3/trunk/src/engine/option_change_event_handler.cpp
- M /FileZilla3/trunk/src/include/option_change_event_handler.h
2015-03-27 08:52 codesquid, revision 6610Fix reentrancy issues with the option change event handler. #10346
2015-03-27 08:51 codesquid, revision 6609Change another size comparison to check for negativity or positivity.
2015-03-27 08:19 codesquid, revision 6608Minor reformatting.
2015-03-25 10:27 codesquid, revision 6607Make sure local filelist statusbar is set to connected state. Fixes #10347
- M /FileZilla3/trunk/src/engine/engine_context.cpp
- M /FileZilla3/trunk/src/include/event_handler.h
- M /FileZilla3/trunk/src/include/event_loop.h
2015-03-23 08:52 codesquid, revision 6604Add some documentation to the event handler.
2015-03-22 09:52 codesquid, revision 6603We don't actually need to carry the oneshot timer flag around.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.h
- M /FileZilla3/trunk/src/interface/statusbar.cpp
2015-03-21 16:36 codesquid, revision 6601Adjust background style on some often-updated controls.
2015-03-21 16:31 codesquid, revision 6600Bump to 3.10.3-rc1
2015-03-21 14:25 codesquid, revision 6599Update svn:ignore
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
- 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/interface/auto_ascii_files.cpp
- M /FileZilla3/trunk/src/interface/auto_ascii_files.h
- M /FileZilla3/trunk/src/interface/commandqueue.h
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter.h
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2015-03-21 11:29 codesquid, revision 6598Replace even more lists.
2015-03-21 11:26 codesquid, revision 6597Follow-up to previous commit to fix compile error.
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/recursive_operation.h
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.h
2015-03-21 11:19 codesquid, revision 6596Replace a few more lists with vectors and deques as appropriate.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/commands.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.h
- 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/include/commands.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
2015-03-21 11:07 codesquid, revision 6595Pass files to delete as deque instead of list.
2015-03-20 09:18 codesquid, revision 6594Use a vector for the engine list and clean up the code.
2015-03-20 09:04 codesquid, revision 6593Use a monotonic clock instead of system time.
2015-03-20 09:03 codesquid, revision 6592Add some operators to CMonotonicClock.
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.h
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
2015-03-19 16:47 codesquid, revision 6589If not saving passwords, create items with ASK logontype and remember their passwords for the session.
2015-03-18 17:51 codesquid, revision 6588Add WAIT_RECEIVE back to m_waiting in SetEventHandler in the closing state. Also fixed a harmless typo.
2015-03-18 17:30 codesquid, revision 6587Remove no longer used function
2015-03-18 15:40 codesquid, revision 6586Replace the wait interval with a deadline to reduce timer overhead.
2015-03-18 15:09 codesquid, revision 6585Get rid of CEventLoop::signalled_, we don't need it.
2015-03-17 13:33 codesquid, revision 6583Add bool condition::signalled() const
2015-03-17 13:21 codesquid, revision 6582Better handling of spurious wakeups in condition::wait
2015-03-17 13:21 codesquid, revision 6581Use unsigned char for the flags.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
2015-03-16 15:51 codesquid, revision 6579Instead of comparing to -1, check if negative. Might fix #10311
2015-03-16 15:48 codesquid, revision 6578Bump to 3.10.3-beta2
2015-03-16 14:52 codesquid, revision 6577Updated translations
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/include/serverpath.h
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/treectrlex.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
2015-03-16 14:14 codesquid, revision 6576A few more small performance optimizations.
2015-03-16 10:28 codesquid, revision 6575Speed up CViewHeader to rely less on the wxComboBox internals.
2015-03-15 11:55 codesquid, revision 6573Don't update queue size in status bar more often than once every 200ms.
2015-03-15 11:26 codesquid, revision 6572Allow disabling shell extension in main configure.
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- 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/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
2015-03-15 10:00 codesquid, revision 6571Use int64_t instead of wxLongLong in some more places.
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/settings.xrc
- M /FileZilla3/trunk/src/interface/settings/optionspage_connection.cpp
2015-03-14 22:27 codesquid, revision 6570Increase minimum timeout to 10 seconds. 5 causes too many failed transfers at the end of fast uploads due to buffering.
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/filelist_statusbar.cpp
- M /FileZilla3/trunk/src/interface/filelist_statusbar.h
2015-03-14 11:09 codesquid, revision 6568Instead of comparing to -1, check if negative. Might fix #10311
2015-03-14 11:06 codesquid, revision 6567Bump to 3.10.3-beta1
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nb_NO.po
2015-03-13 10:26 codesquid, revision 6566Updated translations.
2015-03-13 10:16 codesquid, revision 6565Fix constness
- M /FileZilla3/trunk/src/engine/process.cpp
- M /FileZilla3/trunk/src/engine/process.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2015-03-12 16:30 codesquid, revision 6564Fix handling of multiple arguments when executing processes.
2015-03-10 10:14 codesquid, revision 6561Apply patch #10302 by scarabeus to fix compile error on openSUSE with minor modification to use wx_str().
2015-03-10 10:14 codesquid, revision 6560Remove a little bit of dead code.
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/optionsbase.h
- M /FileZilla3/trunk/src/include/option_change_event_handler.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/settings.xrc
- M /FileZilla3/trunk/src/interface/settings/optionspage_connection_sftp.cpp
2015-03-09 11:18 codesquid, revision 6558Add option to enable SFTP compression.
2015-03-09 11:01 codesquid, revision 6557CPU is in $host_cpu, not $host_os
2015-03-08 10:24 codesquid, revision 6556Show error message if running the installer for 64bit FZ on a 32bit Windows.
2015-03-07 09:33 codesquid, revision 6555Add missing else block in ChangeSocketEventHandler leading to a tiny loss of performance.
2015-03-06 20:02 codesquid, revision 6554Add substitution to tell the installer about 64bit, use 64bit program files on 64bit installs.
2015-03-06 19:54 codesquid, revision 6553Fix include path of UAC.nsh
2015-03-06 19:53 codesquid, revision 6552Update Makefile.am to reflect UAC changes
- M /FileZilla3/trunk/data/install.nsi.in
- A /FileZilla3/trunk/data/UAC.dll
- A /FileZilla3/trunk/data/UAC.nsh
- D /FileZilla3/trunk/data/UAC_unicode.dll
2015-03-06 19:51 codesquid, revision 6551Update UAC plugin to latest version, hopefully this fixed admin detection issues some users have reported.
2015-03-06 14:56 codesquid, revision 6549Remove redundant checks
- M /FileZilla3/trunk/configure.ac
- M /FileZilla3/trunk/data/install.nsi.in
- M /FileZilla3/trunk/data/makezip.sh.in
- M /FileZilla3/trunk/src/fzshellext/Makefile.am
2015-03-06 14:28 codesquid, revision 6548Fix a couple build failures.
- M /FileZilla3/trunk/configure.ac
- M /FileZilla3/trunk/data/install.nsi.in
- M /FileZilla3/trunk/data/makezip.sh.in
- M /FileZilla3/trunk/src/fzshellext
- A /FileZilla3/trunk/src/fzshellext/32
- A /FileZilla3/trunk/src/fzshellext/64
- A /FileZilla3/trunk/src/fzshellext/configure.ac
- D /FileZilla3/trunk/src/fzshellext/fzshellext.dll
- D /FileZilla3/trunk/src/fzshellext/fzshellext_64.dll
- D /FileZilla3/trunk/src/fzshellext/fzshellext_64.dll.txt
- M /FileZilla3/trunk/src/fzshellext/Makefile.am
- M /FileZilla3/trunk/src/fzshellext/shellext.cpp
- M /FileZilla3/trunk/src/Makefile.am
2015-03-05 16:20 codesquid, revision 6547Move shell extension into a sub package and manually configure for both 32 and 64bit MSW.
- M /FileZilla3/trunk/data/install.nsi.in
- M /FileZilla3/trunk/data/makezip.sh.in
- A /FileZilla3/trunk/src/fzshellext/fzshellext.dll
2015-03-04 09:11 codesquid, revision 6546For now also put the 32bit shell extension into the repository. Currently building 32bit FZ cannot build the 64bit shell extension and building 64bit FZ cannot build the 32bit shell extension.
2015-03-03 23:21 codesquid, revision 6545Force regview to 32 if (un)installing the 32bit shell extension.
- M /FileZilla3/trunk/src/engine/backend.h
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/directorycache.h
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/logging_private.h
- M /FileZilla3/trunk/src/engine/pathcache.h
- M /FileZilla3/trunk/src/engine/rtt.h
- M /FileZilla3/trunk/src/engine/servercapabilities.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/tlssocket.h
- M /FileZilla3/trunk/src/include/engine_context.h
- M /FileZilla3/trunk/src/include/externalipresolver.h
2015-03-03 23:05 codesquid, revision 6544Mark some classes final and non-copyable where appropriate.
- M /FileZilla3/trunk/src/dbus/wxdbusconnection.h
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/viewheader.cpp
2015-03-03 15:54 codesquid, revision 6543Small #include cleanup
2015-03-02 20:28 codesquid, revision 6541Missing include. #10280
2015-03-02 20:19 codesquid, revision 6540Bump to 3.10.2
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/nn_NO.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/ru.po
- M /FileZilla3/trunk/locales/vi_VN.po
2015-03-02 16:26 codesquid, revision 6539Updated translations
- M /FileZilla3/trunk/src/putty/MERGEREVISION
- M /FileZilla3/trunk/src/putty/ssh.c
- M /FileZilla3/trunk/src/putty/ssh.h
- M /FileZilla3/trunk/src/putty/sshdh.c
- M /FileZilla3/trunk/src/putty/sshpubk.c
2015-03-02 14:43 codesquid, revision 6538Merge PuTTY upstream changes.
2015-03-02 11:57 codesquid, revision 6537Re-sign to include intermediate certificate in chain.
2015-03-02 11:55 codesquid, revision 6536Signed 64bit shell extension.
- M /FileZilla3/trunk/data/install.nsi.in
- D /FileZilla3/trunk/data/libgcc_s_sjlj-1.dll
- D /FileZilla3/trunk/data/libstdc++-6.dll
- D /FileZilla3/trunk/data/libwinpthread-1.dll
- M /FileZilla3/trunk/data/Makefile.am
- M /FileZilla3/trunk/data/makezip.sh.in
2015-03-02 11:49 codesquid, revision 6535Remove no longer needed MinGW runtime libraries.
- M /FileZilla3/trunk/src/fzshellext
- M /FileZilla3/trunk/src/fzshellext/fzshellext.rc
- D /FileZilla3/trunk/src/fzshellext/fzshellext.vcproj
- A /FileZilla3/trunk/src/fzshellext/fzshellext.vcxproj
- M /FileZilla3/trunk/src/fzshellext/fzshellext_64.dll
- M /FileZilla3/trunk/src/fzshellext/Makefile.am
- M /FileZilla3/trunk/src/fzshellext/shellext.cpp
2015-03-02 11:03 codesquid, revision 6534Update 64bit shell extension.
- M /FileZilla3/trunk/configure.ac
- M /FileZilla3/trunk/src/fzshellext/Makefile.am
- M /FileZilla3/trunk/src/fzshellext/shellext.cpp
2015-03-02 08:34 codesquid, revision 6533We neither want exceptions not RTTI in the shell extension, it only brings in unwanted dependencies.
2015-03-01 20:55 codesquid, revision 6530Fix a typo leading to invalid file sizes.
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/toolbar.cpp
2015-03-01 20:33 codesquid, revision 6529Whitespace cleanup and revert an accidental commit. Patch by XhmikosR.
2015-03-01 18:49 codesquid, revision 6528Add missing includes in testcases.
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.h
- M /FileZilla3/trunk/src/interface/clearprivatedata.h
- M /FileZilla3/trunk/src/interface/drop_target_ex.h
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/filelist_statusbar.h
- M /FileZilla3/trunk/src/interface/led.h
- M /FileZilla3/trunk/src/interface/netconfwizard.h
- M /FileZilla3/trunk/src/interface/StatusView.h
- M /FileZilla3/trunk/src/interface/updater.h
- M /FileZilla3/trunk/src/interface/welcome_dialog.h
2015-03-01 12:25 codesquid, revision 6527More include fixes.
2015-03-01 11:16 codesquid, revision 6526Add missing include.
2015-03-01 10:45 codesquid, revision 6525Fix typo in include.
2015-02-28 09:10 codesquid, revision 6524Fix a harmless coverity warning.
2015-02-28 08:40 codesquid, revision 6523Fix typos.
- M /FileZilla3/trunk/src/engine/directorycache.h
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/engine/serverpath.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/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
2015-02-27 20:20 codesquid, revision 6522Don't call wxString::Last on empty strings, it asserts.
2015-02-27 17:08 codesquid, revision 6521Always use case-insensitive compare when checking whether a file with the same name is already being edited. We don't know which type of filesystem the temp directory is on, e.g. FZ could be run on Linux with the temp directory located on an SMB share hosted on a Windows server.
2015-02-27 09:17 codesquid, revision 6518Add two explicit casts to solve ambiguous overloads.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.h
2015-02-27 09:15 codesquid, revision 6517Replace wxLongLong_t with int64_t.
2015-02-27 08:17 codesquid, revision 6516Fixed a typo.
2015-02-26 23:18 codesquid, revision 6515Fix a compile error.
2015-02-26 23:04 codesquid, revision 6514Sadly wxDateTime constructor doesn't take native 64bit types.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/local_filesys.h
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/state.cpp
2015-02-26 19:28 codesquid, revision 6513Use int64_t instead of wxLongLong in a couple of places.
2015-02-26 19:02 codesquid, revision 6512Fix crash if there is no password element.
2015-02-26 18:35 codesquid, revision 6511Minor modernization.
- M /FileZilla3/trunk/src/interface/asksavepassworddialog.cpp
- M /FileZilla3/trunk/src/interface/asksavepassworddialog.h
2015-02-26 15:10 codesquid, revision 6510Handle failure to load dialog.
2015-02-25 13:56 codesquid, revision 6508Remove stray semicolon.
2015-02-25 13:55 codesquid, revision 6507Bump to 3.10.2-rc2
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nb_NO.po
- M /FileZilla3/trunk/locales/uk_UA.po
2015-02-25 13:43 codesquid, revision 6506Updated translations
2015-02-25 10:01 codesquid, revision 6505Minor reformatting.
2015-02-25 09:52 codesquid, revision 6504Fix compile error.
2015-02-25 08:50 codesquid, revision 6503I'm not sure we can yet require SSE2 support. Gather CPU capabilities in the updater.
2015-02-24 14:16 codesquid, revision 6501Call FinalizeWrite at the end of downloads to ensure all data has been written and to report failure if it has not. Might fix #10269 though I could not reproduce it.
2015-02-24 13:28 codesquid, revision 6500Snake oil cures all ailments: base64 password encoding.
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- D /FileZilla3/trunk/src/engine/file.h
- M /FileZilla3/trunk/src/engine/Makefile.am
- A /FileZilla3/trunk/src/include/file.h
- M /FileZilla3/trunk/src/include/Makefile.am
2015-02-23 19:30 codesquid, revision 6499Move file.h to include directory.
2015-02-23 19:01 codesquid, revision 6498Restore toolbar state if clicking the filter button and dismissing the dialog.
2015-02-23 15:06 codesquid, revision 6497Add missing implementation of CFile::Opened()
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2015-02-23 11:33 codesquid, revision 6496Fix a few more compiler warnings.
2015-02-23 11:03 codesquid, revision 6495The default dump directory as per MSDN is %LOCALAPPDATA%\CrashDumps Oddly enough when specifying a custom dump directory, no variable replacements are done. Use the default dump directory instead.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/menus.xrc
2015-02-23 11:01 codesquid, revision 6494Remove crash option from debug menu.
2015-02-23 09:34 codesquid, revision 6493Enable creation of minidump files in the default settings directory in case of crashes.
2015-02-23 09:28 codesquid, revision 6492Minor simplification.
2015-02-22 14:32 codesquid, revision 6491Fix HTTP proxy handshake, don't send the Basic-Authorization header if the challenge is empty.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/pathcache.cpp
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_connection_sftp.cpp
2015-02-21 12:39 codesquid, revision 6488Fix a couple of warnings.
2015-02-21 12:35 codesquid, revision 6487Bump to 3.10.2-rc1
2015-02-21 11:17 codesquid, revision 6486Updated translations
- M /FileZilla3/trunk/src/putty/COPYING
- M /FileZilla3/trunk/src/putty/MERGEREVISION
- M /FileZilla3/trunk/src/putty/windows/winhandl.c
2015-02-20 21:16 codesquid, revision 6485Merge latest PuTTY upstream changes.
2015-02-20 20:38 codesquid, revision 6484Revert two overeager cast replacements.
2015-02-20 20:36 codesquid, revision 6483Default some default constructors.
- 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/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/event_loop.h
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
2015-02-20 19:09 codesquid, revision 6482Change some reinterpret_cast into static_cast where we're just downcasting.
2015-02-20 14:57 codesquid, revision 6481Fit subject panel to sizer after adding items
2015-02-20 09:59 codesquid, revision 6480Only reparent on MSW.
- M /FileZilla3/trunk/src/interface/resources/xrc/certificate.xrc
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.h
2015-02-19 20:45 codesquid, revision 6479Some certificates have hundreds of SANs. Make the subject box scrollable if it contains more than about 15 lines. Fixes #10236
- M /FileZilla3/trunk/src/interface/resources/xrc/certificate.xrc
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
2015-02-19 20:43 codesquid, revision 6478Reuse XRC of certificate verification dialog for the certificate display dialog.
2015-02-19 17:28 codesquid, revision 6477Small cleanup of CNetConfWizard::GetExternalIPAddress()
- M /FileZilla3/trunk/src/engine/file.cpp
- M /FileZilla3/trunk/src/interface/file_utils.cpp
- M /FileZilla3/trunk/src/interface/import.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/sftp_crypt_info_dlg.cpp
- M /FileZilla3/trunk/src/interface/sftp_crypt_info_dlg.h
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
2015-02-19 17:11 codesquid, revision 6476Fix a bunch of coverity warnings.
2015-02-19 15:16 codesquid, revision 6475Only reset the signalled_ flag if waiting succeeded.
2015-02-19 15:16 codesquid, revision 6474Fix segfaults in event filter.
2015-02-19 15:15 codesquid, revision 6473Add event loop test
2015-02-19 14:12 codesquid, revision 6472condition::wait with a timeout needs to return the result.
- M /FileZilla3/trunk/src/include/event_loop.h
- A /FileZilla3/trunk/tests/dispatch.cpp
- M /FileZilla3/trunk/tests/Makefile.am
2015-02-19 13:07 codesquid, revision 6471Add a testcase for the Dispatch function.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/engine_context.cpp
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
2015-02-18 21:12 codesquid, revision 6470Fix a bunch of harmless warnings at higher warning levels.
2015-02-18 21:06 codesquid, revision 6469Fix setting of ssh_socket.
2015-02-18 11:54 codesquid, revision 6468Don't dereference the nullpointer.
2015-02-18 11:07 codesquid, revision 6467Reset elapsed if waiting for the user or another engine.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.cpp
- M /FileZilla3/trunk/src/engine/sizeformatting_base.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/putty/unix/uxnet.c
2015-02-18 10:40 codesquid, revision 6466Fix a couple Coverity warnings.
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
2015-02-18 09:53 codesquid, revision 6465Remember last used selection when editing files already being edited.
2015-02-18 09:36 codesquid, revision 6464Fix compile error.
- M /FileZilla3/trunk/src/putty/network.h
- M /FileZilla3/trunk/src/putty/psftp.c
- M /FileZilla3/trunk/src/putty/sftp.c
- M /FileZilla3/trunk/src/putty/unix/uxnet.c
- M /FileZilla3/trunk/src/putty/windows/winnet.c
2015-02-18 09:30 codesquid, revision 6463When uploading, process acknowledgments as soon as they are available, not when the send buffer becomes full.
2015-02-17 20:59 codesquid, revision 6462Ugly hack: Make internal socket available to other parts of the code.
2015-02-17 15:17 codesquid, revision 6461Remember the currently active overall speed limit.
- 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/putty/fzprintf.h
- M /FileZilla3/trunk/src/putty/psftp.c
2015-02-17 09:17 codesquid, revision 6459Add protocol version to fzsftp greeting, detect mismatch.
2015-02-16 22:49 codesquid, revision 6458Fix initial focus on MSW.
2015-02-16 22:42 codesquid, revision 6457Dispatch host address event.
2015-02-16 22:41 codesquid, revision 6456Mark OnClose virtual again.
- M /FileZilla3/trunk/src/engine/backend.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.h
- M /FileZilla3/trunk/src/engine/sizeformatting_base.cpp
2015-02-16 18:27 codesquid, revision 6455Use int64_t instead of wxLongLong in a few more places.
- M /FileZilla3/trunk/src/engine/backend.cpp
- M /FileZilla3/trunk/src/engine/event_handler.cpp
- M /FileZilla3/trunk/src/engine/event_loop.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/include/event_handler.h
- M /FileZilla3/trunk/src/include/event_loop.h
- M /FileZilla3/trunk/src/include/socket.h
2015-02-16 17:49 codesquid, revision 6454Make it possible for an event handler to handle multiple sockets.
- 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/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.h
- M /FileZilla3/trunk/src/engine/engine_context.cpp
- M /FileZilla3/trunk/src/engine/event_handler.cpp
- M /FileZilla3/trunk/src/engine/event_loop.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/proxy.cpp
- M /FileZilla3/trunk/src/engine/proxy.h
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.h
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
- M /FileZilla3/trunk/src/include/engine_context.h
- M /FileZilla3/trunk/src/include/event.h
- M /FileZilla3/trunk/src/include/event_handler.h
- M /FileZilla3/trunk/src/include/event_loop.h
- M /FileZilla3/trunk/src/include/externalipresolver.h
- M /FileZilla3/trunk/src/include/socket.h
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.h
2015-02-16 14:49 codesquid, revision 6453Get rid of the socket event dispatcher, we can use the event loop in its place.
- M /FileZilla3/trunk/src/engine/event_handler.cpp
- M /FileZilla3/trunk/src/engine/event_loop.cpp
- M /FileZilla3/trunk/src/include/event_handler.h
- M /FileZilla3/trunk/src/include/event_loop.h
2015-02-16 14:39 codesquid, revision 6452Add utility function to remove pending events of a given type from a handler.
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nb_NO.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/ru.po
- M /FileZilla3/trunk/locales/tr.po
2015-02-16 09:23 codesquid, revision 6451Update some translations.
2015-02-15 16:12 codesquid, revision 6450Use the C++ compiler instead of the preprocessor to check for positional printf arguments. This is necessary since the way the stdlib is selected in Clang is fundamentally broken by design. Based on patch by Mojca Miklavec.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/sizeformatting_base.cpp
- M /FileZilla3/trunk/src/include/sizeformatting_base.h
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/fileexistsdlg.h
- M /FileZilla3/trunk/src/interface/filelist_statusbar.cpp
- M /FileZilla3/trunk/src/interface/filelist_statusbar.h
- M /FileZilla3/trunk/src/interface/LocalListView.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/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_sizeformatting.cpp
- M /FileZilla3/trunk/src/interface/sizeformatting.cpp
- M /FileZilla3/trunk/src/interface/sizeformatting.h
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/statusbar.h
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.h
2015-02-15 15:09 codesquid, revision 6449Slightly improve performance of CSizeFormatting, use int64_t instead of wxLongLong in some places.
2015-02-15 13:41 codesquid, revision 6448Minor speedup.
2015-02-14 14:11 codesquid, revision 6447Fix timer interval when re-adding the timeout timer.
2015-02-14 11:11 codesquid, revision 6446Redirect unneeded output to /dev/null in test for libidn.
- 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/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.h
- 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/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
2015-02-14 10:24 codesquid, revision 6445Convert engine and controlsocket pointers into references.
2015-02-14 09:19 codesquid, revision 6444Fix compile error
2015-02-14 08:49 codesquid, revision 6443Use an atomic_int to keep track of activity status instead of ordinary int + mutex.
2015-02-13 15:53 codesquid, revision 6442If connection times out, print timeout value in error message.
2015-02-13 15:36 codesquid, revision 6441Inline scoped_lock.
2015-02-13 10:12 codesquid, revision 6440Remove stray semicolon
2015-02-13 09:13 codesquid, revision 6439Use atomics to keep track of progress, part 2.
2015-02-13 09:11 codesquid, revision 6438Use atomics to keep track of progress.
2015-02-12 17:11 codesquid, revision 6437Need to update log level in GUI thread as well.
2015-02-12 15:59 codesquid, revision 6436Add a variadic dispatch helper.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/include/event.h
- M /FileZilla3/trunk/src/include/event_loop.h
2015-02-12 15:57 codesquid, revision 6435dynamic_cast is very slow. typeid and type_info::operator== are also slow. Implement a custom type identification that results in just a few simple instructions in the assembly code.
2015-02-12 09:00 codesquid, revision 6434Rely on the assert.
2015-02-11 18:46 codesquid, revision 6433Handle platforms without thread_local
2015-02-11 17:18 codesquid, revision 6432Add check for thread_local
2015-02-11 14:59 codesquid, revision 6431Fix compilation with old Visual Studio.
- M /FileZilla3/trunk/src/engine/engine_context.cpp
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/logging_private.h
2015-02-10 21:52 codesquid, revision 6430Use a thread-local variable to hold current debug level. This avoids expensive mutex locks.
2015-02-10 21:48 codesquid, revision 6429Fix segfault in simulated IO.
2015-02-10 21:47 codesquid, revision 6428Add comments to remove workarounds once Jessie and VS2015 become stable.
2015-02-10 18:46 codesquid, revision 6427Handle systems with unsteady steady clock.
2015-02-10 18:35 codesquid, revision 6426Fix logic inversion.
2015-02-10 18:20 codesquid, revision 6425Add a check for steady steady_clock
2015-02-10 18:15 codesquid, revision 6424Fix compile error.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/timeex.cpp
- M /FileZilla3/trunk/src/include/timeex.h
2015-02-09 15:38 codesquid, revision 6423Replace wxStopWatch, use a simpler monotonic clock instead.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/volume_enumerator.cpp
- M /FileZilla3/trunk/src/interface/volume_enumerator.h
2015-02-09 15:31 codesquid, revision 6422Replace some more wx locking primitives.
2015-02-08 17:38 codesquid, revision 6421Minor cleanup, add a missing mutex around CIOThread::SetEventHandler.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.h
- M /FileZilla3/trunk/src/engine/option_change_event_handler.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.h
- M /FileZilla3/trunk/src/include/option_change_event_handler.h
- M /FileZilla3/trunk/src/interface/filelist_statusbar.cpp
- M /FileZilla3/trunk/src/interface/filelist_statusbar.h
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.h
- 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/QueueView.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/statusbar.h
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.h
- M /FileZilla3/trunk/src/interface/timeformatting.cpp
- M /FileZilla3/trunk/src/interface/toolbar.cpp
- M /FileZilla3/trunk/src/interface/toolbar.h
2015-02-07 13:45 codesquid, revision 6420Use std::bitset to pass the changed options to all listeners.
2015-02-07 13:09 codesquid, revision 6419Fix compile error.
- 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/engineprivate.h
- M /FileZilla3/trunk/src/engine/event_loop.cpp
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/iothread.cpp
- M /FileZilla3/trunk/src/engine/iothread.h
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/logging_private.h
- M /FileZilla3/trunk/src/engine/Makefile.am
- A /FileZilla3/trunk/src/engine/mutex.cpp
- M /FileZilla3/trunk/src/engine/pathcache.cpp
- M /FileZilla3/trunk/src/engine/pathcache.h
- M /FileZilla3/trunk/src/engine/ratelimiter.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.h
- M /FileZilla3/trunk/src/engine/rtt.cpp
- M /FileZilla3/trunk/src/engine/rtt.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/include/event_loop.h
- M /FileZilla3/trunk/src/include/Makefile.am
- A /FileZilla3/trunk/src/include/mutex.h
- M /FileZilla3/trunk/src/include/socket.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
2015-02-05 17:31 codesquid, revision 6418Replace wxMutex, wxCriticalSection and wxCondition with a much faster implementation.
- M /FileZilla3/trunk/src/engine/option_change_event_handler.cpp
- M /FileZilla3/trunk/src/include/option_change_event_handler.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
2015-02-05 16:07 codesquid, revision 6417Work in progress: Call the option change handler with a vector containing all changed options instead of calling it multiple times. This makes it easier to handle multiple related options without causing excessive updates.
2015-02-05 15:45 codesquid, revision 6416We need a mutex in the rate limiter.
2015-02-05 10:04 codesquid, revision 6415Don't run the speedlimit timer every 250ms if there's active limit.
- M /FileZilla3/trunk/src/engine/ControlSocket.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/proxy.cpp
- 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/include/socket.h
2015-02-05 09:18 codesquid, revision 6414In socket.h #include <errno.h>, fixes #10217
2015-02-04 14:14 codesquid, revision 6413Fix untranslatable string.
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
2015-02-04 13:40 codesquid, revision 6412Automatically refresh trees if sort mode changes.
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
- M /FileZilla3/trunk/src/interface/treectrlex.cpp
- M /FileZilla3/trunk/src/interface/treectrlex.h
2015-02-03 13:56 codesquid, revision 6411Fix sorting in site manager dialog to be case-insensitive on Windows. Rearrange some common functionality between all the trees.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.h
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/FileZillaEngine.h
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
2015-02-03 13:47 codesquid, revision 6410Simplify CFileZillaEngine(Private)::GetTransferStatus
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.h
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.h
2015-02-03 13:09 codesquid, revision 6409Simplify transfer status notifications to avoid some totally unnecessary allocations.
2015-02-03 10:37 codesquid, revision 6408In CFileZillaEnginePrivate::OnOptionChanged move getting the new value out of the mutex before assigning it inside of it.
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/putty/fzprintf.h
- M /FileZilla3/trunk/src/putty/psftp.c
- M /FileZilla3/trunk/src/putty/sftp.c
2015-02-01 11:15 codesquid, revision 6406Ensure total transferred file size is transmitted from the fzsftp process to FileZilla at the end of a transfer.
2015-02-01 10:53 codesquid, revision 6405Bump to 3.10.1.1
2015-01-31 13:50 codesquid, revision 6403Fix regression when editing multiple files with the same name.
2015-01-31 13:47 codesquid, revision 6402Bump to 3.10.1
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/cy.po
- M /FileZilla3/trunk/locales/da_DK.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/et.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nb_NO.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/tr.po
2015-01-30 16:14 codesquid, revision 6401Updated translations
2015-01-30 14:54 codesquid, revision 6400Fix compile error
2015-01-27 10:46 codesquid, revision 6399Some editors leave junk behind. Silently remove it.
2015-01-24 16:12 codesquid, revision 6395Don't override proxy settings when loading a specific session. #10165
2015-01-24 15:53 codesquid, revision 6394Bump to 3.10.1-rc1
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/co.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nb_NO.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/vi_VN.po
2015-01-24 15:21 codesquid, revision 6393Updated translations
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
2015-01-24 14:03 codesquid, revision 6392If re-editing multiple files already being edited, add a checkbox to apply action to all selected file.
- 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
2015-01-24 13:33 codesquid, revision 6391Pass the full list of files to the edit handler instead of calling it individually.
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
2015-01-24 10:50 codesquid, revision 6390Use unique_ptr for the link resolver state.
- M /FileZilla3/trunk/src/interface/asksavepassworddialog.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
2015-01-24 10:41 codesquid, revision 6389Check for existing sites prior to showing the ask save password dialog in case of settings loss.
2015-01-23 10:44 codesquid, revision 6388Fix setting of port and protocol.
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/quickconnectbar.xrc
2015-01-22 12:36 codesquid, revision 6387Fix description of what the ftp:// prefix does.
2015-01-21 19:55 codesquid, revision 6386Don't call the expensive GetSafePath twice.
2015-01-21 19:24 codesquid, revision 6385Fix over-qualification. Patch by XhmikosR.
2015-01-21 18:01 codesquid, revision 6384Fix editing the same local file multiple times.
2015-01-21 17:46 codesquid, revision 6383Deleting items does not trigger the selection changed event. Manually call SetCtrlState in this case.
2015-01-21 16:04 codesquid, revision 6382Use wxTextCtrl::ChangeValue instead of wxTextCtrl::SetValue. Fix small bug where the default port is needlessly displayed in the port field during drag&drop operations.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.h
2015-01-21 13:56 codesquid, revision 6381Improve display of GNUTLS_E_PULL_ERROR and GNUTLS_E_PUSH_ERROR, it was confusing users: While the error occurred in the push/pull function, it does not mean that either function is faulty. Silence the TLS error reporting and pass the socket error to higher layers instead of the generic ECONNABORTED.
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/resources/xrc/certificate.xrc
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
2015-01-21 13:31 codesquid, revision 6380Display subject alternative names in certificate dialog.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.h
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/include/socket.h
2015-01-21 10:38 codesquid, revision 6379Include subject alternative names in certificate structure.
2015-01-20 14:52 codesquid, revision 6378Instead of hiding alert details in debug messages, directly show the alert at the intended output level.
2015-01-20 14:52 codesquid, revision 6377Cleanup destruction of hidden items.
2015-01-20 14:23 codesquid, revision 6376Check for null m_pContextControl
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- M /FileZilla3/trunk/src/interface/Makefile.am
- D /FileZilla3/trunk/src/interface/xh_menu_ex.cpp
- D /FileZilla3/trunk/src/interface/xh_menu_ex.h
2015-01-20 14:07 codesquid, revision 6375Remove some old code only needed for compatibility with wx <= 2.8.10
2015-01-20 09:47 codesquid, revision 6374Return early in UpdateSpeedLimitsIcon if the icon could not be loaded.
2015-01-18 11:42 codesquid, revision 6373The time has come to disable RC4.
2015-01-17 14:08 codesquid, revision 6372Use the parent window to get the screen as the dialog isn't realized yet.
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/certificate.xrc
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
2015-01-17 09:06 codesquid, revision 6371Display SHA-256 certificate fingerprint instead of MD5 fingerprint.
2015-01-16 15:30 codesquid, revision 6369Check return value of wxDisplay::GetFromWindow to avoid an assert. Addresses #10099. Root cause why it returns wxNOT_FOUND is unknown still.
2015-01-16 15:29 codesquid, revision 6368Bump to 3.10.0.2
2015-01-16 15:20 codesquid, revision 6367Updated translation
2015-01-16 10:22 codesquid, revision 6366In rare cases a freshly deleted directory cannot be instantly recreated. Postpone stale directory cleanup until after creating the working directory.
2015-01-16 10:02 codesquid, revision 6365Simplify buffer handling if sending doesn't send everything. At that point we know that there had been no previous buffer.
2015-01-16 09:55 codesquid, revision 6364Fix a handle leak.
- M /FileZilla3/trunk/src/engine/commands.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/include/commands.h
2015-01-15 10:27 codesquid, revision 6363Add some consts and replace some reinterpret_casts with static_cast
2015-01-15 10:00 codesquid, revision 6362Remove a bit of dead code.
2015-01-15 09:06 codesquid, revision 6361Fix crash if a keyfile has been configured but the keyfile does not exist or is otherwise invalid.
2015-01-12 19:26 codesquid, revision 6359Fix uninitialized variable: The value pointed to by perms wasn't set.
2015-01-12 19:25 codesquid, revision 6358Bump to 3.10.0.1
2015-01-12 19:08 codesquid, revision 6357Updated translations
2015-01-12 18:58 codesquid, revision 6356wxFile internally uses _open which uses CreateFile with share mode FILE_SHARE_READ|FILE_SHARE_WRITE. For now also specify this share mode in our own file implementation, even though we do not want other programs from modifying the files we are transferring. Unfortunately lack of FILE_SHARE_WRITE breaks remote file editing, there are too many badly broken programs out there that keep descriptors open for writing even when not writing. TODO: In a future version, compare file timestamps before and after transfer. If timestamp has changed at the end of transfer, fail and retry.
2015-01-11 09:58 codesquid, revision 6353Fix interrupted handshakes due to extremely large requests sent by server.
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/include/server.h
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2015-01-11 09:45 codesquid, revision 6352Fix post-login commands when selected protocol is INSECURE_FTP.
2015-01-11 09:44 codesquid, revision 6351Small refactoring to reduce lifetime of wxFFile
2015-01-09 09:19 codesquid, revision 6348Fix initialization of m_edit member, this prevented from saving queue items that were loaded from queue.
2015-01-07 13:15 codesquid, revision 6345Apply #9997 to #include <errno.h> to fix a compile error.
2015-01-07 13:12 codesquid, revision 6344Bump to 3.10.0
2015-01-07 12:49 codesquid, revision 6343Use signed char as data type as plain char may be unsigned.
- M /FileZilla3/trunk/AUTHORS
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/nb_NO.po
2015-01-07 08:26 codesquid, revision 6342Updated translations.
- M /FileZilla3/trunk/src/dbus/wxdbusconnection.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.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/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
- M /FileZilla3/trunk/src/interface/volume_enumerator.cpp
2015-01-04 19:23 codesquid, revision 6341Use QueueEvent instead of AddPendingEvent and wxPostEvent, it avoids a call to wxEvent::Clone.
2015-01-04 19:22 codesquid, revision 6340Set onetime file exists action as unknown initially. Fixes #9981.
2015-01-03 14:21 codesquid, revision 6339Use signed char as data type as plain char may be unsigned.
2015-01-03 11:35 codesquid, revision 6337Fix typo.
2015-01-03 11:32 codesquid, revision 6336Bump to 3.10.0-rc2
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nb_NO.po
2015-01-03 10:23 codesquid, revision 6335Updated translations.
- M /FileZilla3/trunk/data/filezilla.appdata.xml
- M /FileZilla3/trunk/docs/filezilla.man
- M /FileZilla3/trunk/docs/fzdefaults.xml.man
- M /FileZilla3/trunk/docs/fzputtygen.man
- M /FileZilla3/trunk/docs/fzsftp.man
- M /FileZilla3/trunk/README
- M /FileZilla3/trunk/src/fzshellext/fzshellext.rc
- M /FileZilla3/trunk/src/fzshellext/version.rc.in
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/resources/MacInfo.plist.in
- M /FileZilla3/trunk/src/interface/resources/version.rc.in
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/putty/cmdgen.c
- M /FileZilla3/trunk/src/putty/windows/version.rc2
2015-01-03 10:13 codesquid, revision 6334Update Copyright year.
2015-01-03 10:13 codesquid, revision 6333Fix compile error
2015-01-03 10:13 codesquid, revision 6332Fix initialization of Welsh and Estonian.
- A /FileZilla3/trunk/locales/et.po
- D /FileZilla3/trunk/locales/et_EE.po
2015-01-03 10:09 codesquid, revision 6331Rename Estonian translation file. #9978
2015-01-01 20:22 codesquid, revision 6328Added Welsh translation.
2015-01-01 20:21 codesquid, revision 6327Make CFileZillaEngine non-copyable.
2015-01-01 20:20 codesquid, revision 6326Make CSystemImageList non-copyable.
2015-01-01 20:16 codesquid, revision 6325Make internals of CSystemImageList private.
2015-01-01 20:02 codesquid, revision 6324CSplitterWindowEx::PrepareSplit should have the sash position as reference.
2015-01-01 19:57 codesquid, revision 6323Use strongly typed enum for Column_type.
2015-01-01 19:49 codesquid, revision 6322Fix potential performance issue with the constructor.
2015-01-01 19:43 codesquid, revision 6321Fix return value of DoSetBufferSizes and add a return value to SetBufferSizes.
2014-12-31 09:11 codesquid, revision 6320Remove a redundant member that's also in a base class.
2014-12-29 20:20 codesquid, revision 6319Fix crash due to incorrect assignment. Fixes #9972.
2014-12-29 17:38 codesquid, revision 6317Handle left click in addition to right click on data type button in status bar.
2014-12-29 17:37 codesquid, revision 6316Bump to 3.10.0-rc1
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/eu.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/nb_NO.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/uk_UA.po
2014-12-29 15:18 codesquid, revision 6315Updated translations
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- M /FileZilla3/trunk/src/engine/Makefile.am
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- D /FileZilla3/trunk/src/engine/string_coalescer.cpp
- M /FileZilla3/trunk/src/include/Makefile.am
- M /FileZilla3/trunk/src/include/serverpath.h
- D /FileZilla3/trunk/src/include/string_coalescer.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/menus.xrc
2014-12-29 15:18 codesquid, revision 6314Remove the defunct string coalescer.
2014-12-28 20:23 codesquid, revision 6313If building for 32bit Windows, pass the --large-address-aware flag to the linker.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/event_handler.cpp
- M /FileZilla3/trunk/src/engine/event_loop.cpp
- M /FileZilla3/trunk/src/engine/file.cpp
- M /FileZilla3/trunk/src/include/event_loop.h
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
2014-12-28 20:13 codesquid, revision 6312Fix a couple of warnings when compiled with -Wextra
2014-12-28 20:12 codesquid, revision 6311Fix harmless compiler warning.
2014-12-28 20:09 codesquid, revision 6310Remove a !this check.
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/include/socket.h
2014-12-28 18:06 codesquid, revision 6309Some reordering to reduce padding.
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
2014-12-28 17:47 codesquid, revision 6308Reduce memory footprint listing local directories on Windows.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/queueview_failed.cpp
2014-12-28 17:01 codesquid, revision 6307As there are only a few fixed status messages in the queue, use an enum instead of an (optional) string.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
2014-12-28 16:48 codesquid, revision 6306Make the status message optional.
2014-12-28 16:18 codesquid, revision 6305Fix error message text when requeuing fails.
2014-12-28 16:03 codesquid, revision 6304Revert an unintended change.
2014-12-28 13:35 codesquid, revision 6303Fix initialization of target file.
2014-12-28 12:44 codesquid, revision 6302Remove comparison of unsigned char < 0
2014-12-28 12:37 codesquid, revision 6301Fix compiler warning.
2014-12-28 12:34 codesquid, revision 6300Add a null pointer check when setting filter condition tab order.
2014-12-28 12:31 codesquid, revision 6299Add another nullpointer check.
2014-12-28 12:27 codesquid, revision 6298Fix potential nullpointer dereference.
2014-12-28 12:26 codesquid, revision 6297Fix IP address detection.
2014-12-28 11:33 codesquid, revision 6296Add test for IsIpAddress
2014-12-28 11:31 codesquid, revision 6295Fix comment.
2014-12-28 11:25 codesquid, revision 6294Fix coverity warning.
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
2014-12-28 10:50 codesquid, revision 6293Use std::unique_ptr instead of manual memory management.
2014-12-28 10:42 codesquid, revision 6292Remove some dead code and add a check for -1 return on Seek().
2014-12-27 17:38 codesquid, revision 6291Turn dead code into an assert.
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
2014-12-27 16:44 codesquid, revision 6290Make target file a sparse optional.
2014-12-27 15:14 codesquid, revision 6289Member reordering.
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
2014-12-27 14:46 codesquid, revision 6288Rearrange members of CFileItem and set type of some enums to further reduce memory footprint.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
2014-12-27 14:45 codesquid, revision 6287Cleanup folder processing thread and use a flag bit to remember binary attribute to save memory.
- M /FileZilla3/trunk/src/interface/dragdropmanager.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
2014-12-27 14:05 codesquid, revision 6286Use CLocalPath instead of wxString to remember local path.
2014-12-27 13:50 codesquid, revision 6285SetLocalDir now accepts CLocalPath as argument.
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/include/local_path.h
- M /FileZilla3/trunk/src/include/refcount.h
2014-12-27 11:16 codesquid, revision 6284Share local path data.
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/include/refcount.h
- M /FileZilla3/trunk/src/include/serverpath.h
2014-12-27 10:26 codesquid, revision 6283Get rid of m_bEmpty, instead check whether the data object is set.
2014-12-23 14:39 codesquid, revision 6282Get rid of the indentation tracking. We only have two levels.
2014-12-23 14:04 codesquid, revision 6281Update svn:ignore
- M /FileZilla3/trunk/src/putty/MERGEREVISION
- M /FileZilla3/trunk/src/putty/sshbn.c
- M /FileZilla3/trunk/src/putty/unix/uxnet.c
- M /FileZilla3/trunk/src/putty/windows/winsftp.c
2014-12-21 11:58 codesquid, revision 6280Merge upstream changes
2014-12-21 11:45 codesquid, revision 6279Don't free the returned conf value, it's not a copy.
2014-12-21 11:34 codesquid, revision 6278Set pointer to NULL after freeing the keyfiles list.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/toolbar.xrc
- M /FileZilla3/trunk/src/interface/toolbar.cpp
- M /FileZilla3/trunk/src/interface/toolbar.h
2014-12-20 16:54 codesquid, revision 6277Fix a crash with latest wx sources when creating the toolbar. Since dropdown tool support is now part of wx, we no longer need this ugly hack.
2014-12-20 15:45 codesquid, revision 6276Fix a handle leak: For every command executed, one event and one thread handle was leaked.
- M /FileZilla3/trunk/src/putty/psftp.c
- M /FileZilla3/trunk/src/putty/sshbn.c
- M /FileZilla3/trunk/src/putty/sshecc.c
- M /FileZilla3/trunk/src/putty/unix/uxnet.c
2014-12-20 14:34 codesquid, revision 6275Fix a couple of memory/resource leaks and some memory corruption. Upstream has been notified.
2014-12-20 14:03 codesquid, revision 6274Don't free the config subkey.
2014-12-20 09:43 codesquid, revision 6273Fix memory leak.
2014-12-20 09:36 codesquid, revision 6272Fix version number in manifest. Windows requires it to have 4 components.
- M /FileZilla3/trunk/src/interface/resources/windows_manifest.xml
- M /FileZilla3/trunk/src/putty/windows/windows_manifest.xml
2014-12-19 15:04 codesquid, revision 6270Update Manifest to indicate Windows 10 support.
2014-12-19 15:04 codesquid, revision 6269Bump to beta3
- M /FileZilla3/trunk/locales/ar.po
- 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/nb_NO.po
- M /FileZilla3/trunk/locales/pt_PT.po
2014-12-19 14:05 codesquid, revision 6268Updated translations
2014-12-19 13:48 codesquid, revision 6267Disable connection sharing.
- M /FileZilla3/trunk/src/putty/psftp.c
- M /FileZilla3/trunk/src/putty/putty.h
- M /FileZilla3/trunk/src/putty/ssh.c
2014-12-19 09:55 codesquid, revision 6266Reimplement support for multiple keyfiles.
2014-12-19 09:47 codesquid, revision 6265Restore proxy support.
2014-12-18 16:08 codesquid, revision 6264Use the new packet handling functions in the (ch)mtime commands.
2014-12-18 15:58 codesquid, revision 6263Fix compile error
2014-12-18 15:38 codesquid, revision 6262Fix list of common source files.
2014-12-18 15:14 codesquid, revision 6261Update fzputtygen
- M /FileZilla3/trunk/src/putty/be_none.c
- A /FileZilla3/trunk/src/putty/callback.c
- M /FileZilla3/trunk/src/putty/cmdline.c
- A /FileZilla3/trunk/src/putty/conf.c
- M /FileZilla3/trunk/src/putty/cproxy.c
- A /FileZilla3/trunk/src/putty/errsock.c
- M /FileZilla3/trunk/src/putty/fzsftp.vcxproj
- M /FileZilla3/trunk/src/putty/import.c
- M /FileZilla3/trunk/src/putty/logging.c
- M /FileZilla3/trunk/src/putty/Makefile.am
- M /FileZilla3/trunk/src/putty/MERGEREVISION
- M /FileZilla3/trunk/src/putty/misc.c
- M /FileZilla3/trunk/src/putty/misc.h
- M /FileZilla3/trunk/src/putty/network.h
- M /FileZilla3/trunk/src/putty/notiming.c
- M /FileZilla3/trunk/src/putty/pinger.c
- M /FileZilla3/trunk/src/putty/portfwd.c
- M /FileZilla3/trunk/src/putty/pproxy.c
- M /FileZilla3/trunk/src/putty/proxy.c
- M /FileZilla3/trunk/src/putty/proxy.h
- M /FileZilla3/trunk/src/putty/psftp.c
- M /FileZilla3/trunk/src/putty/psftp.h
- M /FileZilla3/trunk/src/putty/putty.h
- M /FileZilla3/trunk/src/putty/puttymem.h
- M /FileZilla3/trunk/src/putty/settings.c
- M /FileZilla3/trunk/src/putty/sftp.c
- M /FileZilla3/trunk/src/putty/sftp.h
- M /FileZilla3/trunk/src/putty/ssh.c
- M /FileZilla3/trunk/src/putty/ssh.h
- M /FileZilla3/trunk/src/putty/sshaes.c
- M /FileZilla3/trunk/src/putty/ssharcf.c
- M /FileZilla3/trunk/src/putty/sshbn.c
- M /FileZilla3/trunk/src/putty/sshdes.c
- M /FileZilla3/trunk/src/putty/sshdss.c
- A /FileZilla3/trunk/src/putty/sshecc.c
- M /FileZilla3/trunk/src/putty/sshmd5.c
- M /FileZilla3/trunk/src/putty/sshpubk.c
- M /FileZilla3/trunk/src/putty/sshrand.c
- M /FileZilla3/trunk/src/putty/sshrsa.c
- M /FileZilla3/trunk/src/putty/sshsh256.c
- M /FileZilla3/trunk/src/putty/sshsh512.c
- M /FileZilla3/trunk/src/putty/sshsha.c
- A /FileZilla3/trunk/src/putty/sshshare.c
- M /FileZilla3/trunk/src/putty/sshzlib.c
- M /FileZilla3/trunk/src/putty/storage.h
- M /FileZilla3/trunk/src/putty/timing.c
- M /FileZilla3/trunk/src/putty/tree234.c
- M /FileZilla3/trunk/src/putty/unix/Makefile.am
- M /FileZilla3/trunk/src/putty/unix/unix.h
- M /FileZilla3/trunk/src/putty/unix/uxagentc.c
- M /FileZilla3/trunk/src/putty/unix/uxcons.c
- M /FileZilla3/trunk/src/putty/unix/uxmisc.c
- M /FileZilla3/trunk/src/putty/unix/uxnet.c
- M /FileZilla3/trunk/src/putty/unix/uxnoise.c
- M /FileZilla3/trunk/src/putty/unix/uxproxy.c
- M /FileZilla3/trunk/src/putty/unix/uxsftp.c
- A /FileZilla3/trunk/src/putty/unix/uxshare.c
- M /FileZilla3/trunk/src/putty/unix/uxstore.c
- M /FileZilla3/trunk/src/putty/wildcard.c
- M /FileZilla3/trunk/src/putty/windows/Makefile.am
- M /FileZilla3/trunk/src/putty/windows/wincons.c
- M /FileZilla3/trunk/src/putty/windows/windefs.c
- M /FileZilla3/trunk/src/putty/windows/winhandl.c
- A /FileZilla3/trunk/src/putty/windows/winhsock.c
- M /FileZilla3/trunk/src/putty/windows/winmisc.c
- M /FileZilla3/trunk/src/putty/windows/winnet.c
- M /FileZilla3/trunk/src/putty/windows/winnoise.c
- A /FileZilla3/trunk/src/putty/windows/winnpc.c
- A /FileZilla3/trunk/src/putty/windows/winnps.c
- M /FileZilla3/trunk/src/putty/windows/winpgntc.c
- A /FileZilla3/trunk/src/putty/windows/winsecur.c
- A /FileZilla3/trunk/src/putty/windows/winsecur.h
- M /FileZilla3/trunk/src/putty/windows/winsftp.c
- A /FileZilla3/trunk/src/putty/windows/winshare.c
- M /FileZilla3/trunk/src/putty/windows/winstore.c
- M /FileZilla3/trunk/src/putty/windows/winstuff.h
- M /FileZilla3/trunk/src/putty/x11fwd.c
2014-12-18 09:56 codesquid, revision 6260Merge upstream PuTTY changes. Thinks not yet updated or known to be broken: fzputtygen, keyfile support, proxy support.
2014-12-18 09:49 codesquid, revision 6259Do not unconditionally set TCP_NODELAY on the data connection.
2014-12-13 09:46 codesquid, revision 6258Do not send PBSZ 0 and PROT P if the server denies both AUTH TLS and AUTH SSL. Fixes #9949.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- 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/sftpcontrolsocket.cpp
2014-12-13 09:30 codesquid, revision 6257Slightly speed up converting received data to local character encoding.
2014-12-12 10:01 codesquid, revision 6255Fix compile error.
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/interface/search.cpp
2014-12-12 09:26 codesquid, revision 6254Add checkboxes to find files and directories to the search dialog.
2014-12-11 16:28 codesquid, revision 6253Prevent flicker when a processed directory did not add new content to the search results.
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/include/refcount.h
2014-12-11 09:00 codesquid, revision 6252Slightly improve parsing speed of large directory listings.
2014-12-11 08:53 codesquid, revision 6251Fix applying the file exist action to notifications already in the request queue.
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.h
2014-12-09 14:45 codesquid, revision 6250Split overly long function.
2014-12-09 13:47 codesquid, revision 6249Fix assert
2014-12-09 13:44 codesquid, revision 6248Refresh local listing after creating directory.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2014-12-08 17:10 codesquid, revision 6247Add Ctrl+Shift+N hotkey to create new directory.
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.h
- M /FileZilla3/trunk/src/interface/toolbar.cpp
2014-12-08 10:11 codesquid, revision 6245Fix toolbar icon size on 24x24 themes.
2014-12-08 08:35 codesquid, revision 6244Signed the 64bit shell extension.
- M /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/ascii.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/auto.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/binary.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/cancel.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/compare.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/download.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/file.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/folder.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/leds.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/logview.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/queueview.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/server.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/ascii.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/auto.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/binary.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/compare.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/download.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/find.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/folder.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/logview.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/queueview.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/refresh.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/server.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/upload.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/ascii.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/auto.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/binary.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/cancel.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/compare.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/file.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/filter.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/find.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/leds.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/lock.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/logview.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/refresh.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/server.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/ascii.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/binary.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/cancel.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/compare.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/download.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/file.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/filter.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/find.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/help.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/leds.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/lock.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/logview.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/queueview.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/refresh.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/server.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/upload.png
- M /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/uploadadd.png
2014-12-07 10:32 codesquid, revision 6243Further minification of new theme by XhmikosR.
- M /FileZilla3/trunk/AUTHORS
- M /FileZilla3/trunk/configure.ac
- M /FileZilla3/trunk/data/install.nsi.in
- A /FileZilla3/trunk/src/interface/resources/flatzilla
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/ascii.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/auto.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/binary.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/bookmark.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/cancel.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/compare.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/disconnect.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/download.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/downloadadd.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/file.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/filter.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/find.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/folder.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/folderclosed.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/help.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/leds.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/localtreeview.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/lock.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/logview.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/processqueue.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/queueview.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/reconnect.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/refresh.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/remotetreeview.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/server.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/sitemanager.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/speedlimits.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/synchronize.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/upload.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/16x16/uploadadd.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/ascii.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/auto.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/binary.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/bookmark.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/cancel.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/compare.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/disconnect.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/download.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/downloadadd.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/file.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/filter.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/find.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/folder.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/folderclosed.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/help.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/leds.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/localtreeview.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/lock.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/logview.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/processqueue.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/queueview.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/reconnect.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/refresh.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/remotetreeview.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/server.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/sitemanager.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/speedlimits.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/synchronize.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/upload.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/24x24/uploadadd.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/ascii.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/auto.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/binary.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/bookmark.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/cancel.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/compare.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/disconnect.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/download.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/downloadadd.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/file.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/filter.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/find.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/folder.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/folderclosed.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/help.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/leds.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/localtreeview.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/lock.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/logview.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/processqueue.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/queueview.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/reconnect.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/refresh.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/remotetreeview.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/server.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/sitemanager.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/speedlimits.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/synchronize.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/upload.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/32x32/uploadadd.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/ascii.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/auto.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/binary.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/bookmark.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/cancel.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/compare.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/disconnect.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/download.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/downloadadd.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/file.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/filter.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/find.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/folder.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/folderclosed.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/help.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/leds.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/localtreeview.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/lock.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/logview.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/processqueue.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/queueview.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/reconnect.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/refresh.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/remotetreeview.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/server.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/sitemanager.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/speedlimits.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/synchronize.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/upload.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/48x48/uploadadd.png
- A /FileZilla3/trunk/src/interface/resources/flatzilla/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/flatzilla/theme.xml
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
2014-12-06 10:52 codesquid, revision 6242Add new theme from #9933
- M /FileZilla3/trunk/src/engine/process.cpp
- M /FileZilla3/trunk/src/include/externalipresolver.h
- M /FileZilla3/trunk/src/interface/search.cpp
2014-12-06 10:50 codesquid, revision 6241Fix cppcheck warnings. Patch by XhmikosR with small modification.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/event_loop.cpp
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/file.cpp
- M /FileZilla3/trunk/src/engine/file.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/process.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/treectrlex.h
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
- M /FileZilla3/trunk/tests/ipaddress.cpp
2014-12-06 10:49 codesquid, revision 6240Whitespace cleanup. Patch by XhmikosR.
2014-12-05 09:20 codesquid, revision 6238Formatting. Patch by XhmikosR.
2014-12-05 09:15 codesquid, revision 6237Bump to 3.10.0-beta2
2014-12-05 09:00 codesquid, revision 6236Updated translations
2014-12-05 08:22 codesquid, revision 6235Fix preview of themes with nonstandard sizes.
2014-12-04 16:40 codesquid, revision 6234Reset queued logs if canceling while waiting for the retry timer.
- 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/engineprivate.h
- 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/engine/transfersocket.cpp
2014-12-04 15:28 codesquid, revision 6233Protect transfer status with a mutex.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.h
2014-12-04 11:10 codesquid, revision 6232Take sub-second information into account when calculating speeds to smooth out displayed speeds.
2014-12-04 10:37 codesquid, revision 6231Don't directly set numValue and strValue of the options cache.
2014-12-04 09:56 codesquid, revision 6230Increase linker subsystem and osversion to 6.0 (Vista) on Windows.
2014-12-04 09:34 codesquid, revision 6229Fix timeout when uploading files.
2014-12-03 13:20 codesquid, revision 6225Fix a timing issue when checking for updates.
2014-12-03 13:19 codesquid, revision 6224Bump 3.10.0-beta1
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nb_NO.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
2014-12-03 09:44 codesquid, revision 6223Updated translations.
2014-12-03 09:35 codesquid, revision 6222Adjust top item rect if negative, add some asserts.
2014-12-02 21:41 codesquid, revision 6221Fix GetNextItemSimple, we actually need to loop.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/logging_private.h
- M /FileZilla3/trunk/src/include/optionsbase.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/menus.xrc
- M /FileZilla3/trunk/src/interface/StatusView.cpp
2014-12-02 13:15 codesquid, revision 6220Only show an abbreviated message log by default. Only show details in case of an error or when explicitly enabled.
2014-12-02 10:08 codesquid, revision 6219We no longer need to copy the error through a wxChar pointer.
2014-12-02 10:03 codesquid, revision 6218Slightly change order of function calls when using FTP over TLS, so that sending of the USER command is displayed after the message that the TLS connection has been established.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/include/notification.h
2014-12-02 10:01 codesquid, revision 6217Refer to TLS instead of TLS/SSL, as the latter is no longer supported.
2014-12-02 10:01 codesquid, revision 6216Likewise, state which directory has been listed.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2014-12-01 14:05 codesquid, revision 6215State which directory is being listed in log output.
2014-12-01 09:59 codesquid, revision 6214Add missing .m4
2014-12-01 08:46 codesquid, revision 6213Better error handling when creating directories when a file with same name exists.
2014-12-01 08:36 codesquid, revision 6212Disable string coalescer. It's not yet thread-safe.
2014-11-30 09:54 codesquid, revision 6211Initialize variable.
2014-11-30 09:47 codesquid, revision 6210Require wx3.0.2, fix documentation.
2014-11-30 09:09 codesquid, revision 6209Only check for libidn if there's no AI_IDN.
2014-11-30 09:04 codesquid, revision 6208Fix a typo, minor formatting.
2014-11-30 09:03 codesquid, revision 6207If getaddrinfo supports AI_IDN we do not need libidn.
2014-11-29 19:57 codesquid, revision 6206Fix conversion error.
2014-11-29 09:57 codesquid, revision 6204Check for nullpointer earlier.
2014-11-28 15:13 codesquid, revision 6203Increase limit of in-flight requests to match the size of the TCP advertised receive window.
- M /FileZilla3/trunk/src/engine/process.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
2014-11-28 10:25 codesquid, revision 6202Fix quoting of command to execute.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/iothread.cpp
- M /FileZilla3/trunk/src/engine/iothread.h
2014-11-28 10:22 codesquid, revision 6201Reduce code duplication.
2014-11-28 10:21 codesquid, revision 6200At least for now, do not enable preallocation by default. Preallocation has unfortunate consequences in case the program crashes.
2014-11-28 10:20 codesquid, revision 6199Use SetCheckFromOption to set check from option.
2014-11-28 10:19 codesquid, revision 6198Fix duplicate mnemonic, p is already taken.
2014-11-28 10:11 codesquid, revision 6197Fix compile error with Visual Studio.
- M /FileZilla3/trunk/src/engine/file.cpp
- M /FileZilla3/trunk/src/engine/file.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/iothread.cpp
- M /FileZilla3/trunk/src/include/optionsbase.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/settings.xrc
- M /FileZilla3/trunk/src/interface/settings/optionspage_transfer.cpp
2014-11-27 19:49 codesquid, revision 6196Apply patch #8094: Preallocate space to avoid fragmentation.
2014-11-27 14:09 codesquid, revision 6195Fix a typo
2014-11-27 14:04 codesquid, revision 6194Disable timezone offset detection for SFTP as the reference times are now all in UTC.
2014-11-27 14:02 codesquid, revision 6193Do not assume the mtime field is initialized if the ACMODTIME flag is not present.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/putty/psftp.c
2014-11-25 13:09 codesquid, revision 6192Make use of the SSH_FILEXFER_ACMODTIME attribute in directory listings. It is required by the specifications to be in UTC.
2014-11-25 09:16 codesquid, revision 6191Make use of SOCK_CLOEXEC, cleanup socket error handling.
2014-11-25 09:15 codesquid, revision 6190Add shortcut for Cancel.
- M /FileZilla3/trunk/src/interface/resources/xrc/certificate.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/settings.xrc
2014-11-24 12:39 codesquid, revision 6189Minor cleanup.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.h
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
2014-11-24 08:33 codesquid, revision 6188Fix sending of notifications.
2014-11-22 11:07 codesquid, revision 6187Remove an unused option.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- A /FileZilla3/trunk/src/engine/engineprivate.h
- 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_private.h
- M /FileZilla3/trunk/src/engine/Makefile.am
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/proxy.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/FileZilla.sln
- D /FileZilla3/trunk/src/include/engineprivate.h
- M /FileZilla3/trunk/src/include/FileZillaEngine.h
- M /FileZilla3/trunk/src/include/Makefile.am
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
2014-11-22 09:57 codesquid, revision 6186pimpl the engine to better abstract internals.
2014-11-21 14:59 codesquid, revision 6185Apply #9851 by Richard Hughes with a few small changes: Install filezilla.appdata.xml
2014-11-21 14:54 codesquid, revision 6184As we require at least Windows Vista, bump minimum IE headers to IE7, as 6 isn't available on Vista to keep it consistent.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/led.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.cpp
2014-11-21 14:53 codesquid, revision 6183Remove some unneeded defines.
2014-11-21 14:35 codesquid, revision 6182Minor refactoring.
2014-11-20 16:48 codesquid, revision 6181Remove the experimental chunked event processing code, it's no longer needed with a threaded engine.
2014-11-20 10:18 codesquid, revision 6180Fix a nullpointer dereference.
2014-11-19 14:41 codesquid, revision 6179These days wxString doesn't use reference counting on its own anymore, there's no need to unshare the string anymore when the thread boundary is crossed.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/include/engineprivate.h
- M /FileZilla3/trunk/src/include/event.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2014-11-18 16:20 codesquid, revision 6178Make asynchronous request reply processing asynchronous as well.
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/include/FileZillaEngine.h
- M /FileZilla3/trunk/src/include/misc.h
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.h
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/StatusView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.h
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/updater.h
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.h
- M /FileZilla3/trunk/src/interface/verifyhostkeydialog.cpp
- M /FileZilla3/trunk/src/interface/verifyhostkeydialog.h
2014-11-18 10:02 codesquid, revision 6177Use implicit memory management for notifications.
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
- M /FileZilla3/trunk/src/interface/statusbar.cpp
2014-11-18 09:04 codesquid, revision 6176Update encryption icon if server agreed to encryption.
2014-11-17 15:22 codesquid, revision 6175Break up sending into chunks to keep the event loop going.
2014-11-14 13:02 codesquid, revision 6174Make options thread-safe.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/event_handler.cpp
- M /FileZilla3/trunk/src/engine/event_loop.cpp
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/engine/iothread.cpp
- M /FileZilla3/trunk/src/engine/iothread.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/include/event.h
- M /FileZilla3/trunk/src/include/event_handler.h
- M /FileZilla3/trunk/src/include/event_loop.h
- M /FileZilla3/trunk/src/include/socket.h
2014-11-11 10:32 codesquid, revision 6173Make event handling slightly more efficient. Also add some debug functionality to simulate file I/O to assist with benchmarks.
2014-11-11 10:19 codesquid, revision 6172Convert string via fn_str() when opening
- M /FileZilla3/trunk/configure.ac
- M /FileZilla3/trunk/src/engine/file.cpp
- M /FileZilla3/trunk/src/engine/file.h
2014-11-11 09:11 codesquid, revision 6171Implement CFile on *nix
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- A /FileZilla3/trunk/src/engine/file.cpp
- A /FileZilla3/trunk/src/engine/file.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/iothread.cpp
- M /FileZilla3/trunk/src/engine/iothread.h
- M /FileZilla3/trunk/src/engine/Makefile.am
2014-11-09 11:27 codesquid, revision 6170Add a lean replacement for wxFile that under Windows is using the CreateFile family of API functions instead of _open (which in turn uses CreateFile). This is a slightly faster and allows us to pass some useful flags, e.g. FILE_FLAG_SEQUENTIAL_SCAN.
2014-11-08 11:33 codesquid, revision 6169Fix updater to handle changed semantics of disconnect command.
2014-11-08 11:32 codesquid, revision 6168Remove remote filename validity check. The server checks this.
2014-11-05 14:30 codesquid, revision 6164Now that the engine is threaded, we can use bigger buffers without interactivity suffering.
2014-11-05 14:30 codesquid, revision 6163Fix typo.
2014-11-05 10:31 codesquid, revision 6162Fix compile error due to naming conflict.
2014-11-04 18:29 codesquid, revision 6161Disable debug flag, it's not meant to be enabled.
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/ipcmutex.cpp
2014-11-04 18:24 codesquid, revision 6160Pass O_CLOEXEC when opening files.
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/include/externalipresolver.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.h
- M /FileZilla3/trunk/src/interface/settings/optionspage_connection.cpp
- M /FileZilla3/trunk/src/interface/settings/settingsdialog.cpp
- M /FileZilla3/trunk/src/interface/settings/settingsdialog.h
2014-11-03 09:58 codesquid, revision 6159Convert external IP address resolver to new threading.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/servercapabilities.h
2014-11-03 08:41 codesquid, revision 6158Remember whether AUTH TLS/SSL worked, though don't act on this yet.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
2014-11-01 23:16 codesquid, revision 6157Now that the engine is threaded, we can re-enabled FTP over TLS by default as performance is no longer an issue. Hence revert #3967.
2014-11-01 23:09 codesquid, revision 6156Static event tables and templates are bizarre. If this doesn't fix compilation I might use a non-templated base class.
2014-11-01 14:11 codesquid, revision 6155Fix explicit template instantiation.
2014-11-01 09:51 codesquid, revision 6154Now that the site manager uses wxTreeCtrlEx, use some of its utility.
- M /FileZilla3/trunk/src/interface/resources/xrc/sitemanager.xrc
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/treectrlex.cpp
- M /FileZilla3/trunk/src/interface/treectrlex.h
2014-11-01 09:33 codesquid, revision 6153The Site Manager's site tree now drag-scrolls.
2014-10-31 22:49 codesquid, revision 6152Fix loading of size filters.
- M /FileZilla3/trunk/src/interface/filteredit.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
2014-10-31 14:03 codesquid, revision 6151Allow >2GB size filters.
- A /FileZilla3/trunk/src/interface/drop_target_ex.cpp
- A /FileZilla3/trunk/src/interface/drop_target_ex.h
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.h
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/treectrlex.cpp
- M /FileZilla3/trunk/src/interface/treectrlex.h
2014-10-31 10:27 codesquid, revision 6150Allow drag/drop scrolling of tree controls.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /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/httpcontrolsocket.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/socket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/include/event_handler.h
- M /FileZilla3/trunk/src/include/event_loop.h
2014-10-31 10:26 codesquid, revision 6149Make deleting engines safe(r).
2014-10-29 08:24 codesquid, revision 6138Minor reformatting.
2014-10-28 11:29 codesquid, revision 6137*nix implementation of process class.
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/engine/Makefile.am
- A /FileZilla3/trunk/src/engine/process.cpp
- A /FileZilla3/trunk/src/engine/process.h
- 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/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/putty/psftp.c
2014-10-23 09:29 codesquid, revision 6135Replace wx' wxProcess, it cannot be used from a different thread. Unix support not yet implemented.
2014-10-22 08:17 codesquid, revision 6134Updated FileZilla.incs with an updated version by Fabian Egli to improve the quality of the larger icons in the file.
2014-10-21 13:41 codesquid, revision 6133Not remembering passwords is recommended.
2014-10-21 12:37 codesquid, revision 6132MinGW doesn't have std::mutex by default as installed on Debian.
- M /FileZilla3/trunk/locales/ar.po
- 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/pt_BR.po
- M /FileZilla3/trunk/locales/pt_PT.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
2014-10-18 10:08 codesquid, revision 6130Merge translation updates.
- M /FileZilla3/trunk/src/engine/engineprivate.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/ratelimiter.cpp
2014-10-18 08:50 codesquid, revision 6129Make logging thread-safe.
2014-10-16 08:44 codesquid, revision 6126Get rid of some code duplication.
2014-10-15 09:42 codesquid, revision 6124Bump to 3.9.0.6
2014-10-14 12:19 codesquid, revision 6123Disable SSLv3
2014-10-14 12:19 codesquid, revision 6122Fix event loop stalling.
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/include/externalipresolver.h
- M /FileZilla3/trunk/src/interface/interface.vcxproj
2014-10-13 15:51 codesquid, revision 6121Misc. minor cleanup.
2014-10-06 13:25 codesquid, revision 6119Implement CRefcountObject in terms of std::shared_ptr to gain thread-safety.
- 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/event_handler.cpp
- M /FileZilla3/trunk/src/engine/event_loop.cpp
- 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/include/engineprivate.h
- M /FileZilla3/trunk/src/include/event.h
- M /FileZilla3/trunk/src/include/event_handler.h
- M /FileZilla3/trunk/src/include/event_loop.h
2014-10-06 08:34 codesquid, revision 6118Move event loop to its own thread.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.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/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
2014-10-01 16:26 codesquid, revision 6117Implement command handling via event loop.
2014-10-01 13:21 codesquid, revision 6116Fix alignment of log lines.
2014-10-01 08:54 codesquid, revision 6114Move docs/ and COPYING out of bundle root, otherwise the bundle cannot be signed anymore, Apple broke this on purpose to annoy me.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/include/engineprivate.h
2014-10-01 07:44 codesquid, revision 6113Add a function to check common command prerequisites to further simplify command processing.
- 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/include/engineprivate.h
2014-09-30 08:35 codesquid, revision 6112Small cleanup, make more use of std::unique_ptr.
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
2014-09-30 08:33 codesquid, revision 6111Simplify reply handling in command queue.
2014-09-29 08:40 codesquid, revision 6110Unfortunately there's no std::make_unique in C++11. Provide our own implementation.
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.h
2014-09-28 08:56 codesquid, revision 6109A little bit of cleanup.
2014-09-25 15:22 codesquid, revision 6108Fix detection of MODE Z.
2014-09-25 15:14 codesquid, revision 6107If connected via generic proxy, don't use the connection's peer IP in the EPSV response.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
2014-09-25 15:00 codesquid, revision 6106Prefer EPSV over PASV if using a generic proxy.
2014-09-25 14:51 codesquid, revision 6105Testing shows that many proxies use bogus values for the type and address. Thus get rid of address type remembering again.
2014-09-25 11:42 codesquid, revision 6104Remember remote address type if using SOCKS5 proxy.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/servercapabilities.h
2014-09-22 14:38 codesquid, revision 6103Detect EPSV command support.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.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/engine/transfersocket.cpp
2014-09-22 14:28 codesquid, revision 6102Small code cleanup.
2014-09-22 14:11 codesquid, revision 6101Fix assertion.
2014-09-22 14:09 codesquid, revision 6100Forward critical flag.
2014-09-22 14:05 codesquid, revision 6099Initialize all members of CFileZillaEnginePrivate::t_failedLogins
2014-09-22 12:52 codesquid, revision 6098Remove an unneeded and unmatched lock.
2014-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.
2014-06-30 07:19 codesquid, revision 5753Generate greyscale images for the toolbar if using GTK3 build of wx.
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/settings.xrc
2014-06-29 10:23 codesquid, revision 5752Language change now always requires a restart. Too much breaks if changing language if the GUI is up.
2014-06-29 10:08 codesquid, revision 5751I've encountered random crashes in the spell checker for text controls. Disable spell checker on OS X, it's not really needed in an FTP client.
2014-06-29 09:56 codesquid, revision 5750Fix update dialog in right-to-left languages.
2014-06-29 09:34 codesquid, revision 5749Add tooltip.
2014-06-29 09:34 codesquid, revision 5748Minor performance improvement.
2014-06-28 09:30 codesquid, revision 5747Terminate URL with slash.
2014-06-28 09:29 codesquid, revision 5746Fix language comparison, runtime was rightfully complaining about a bad operator.
2014-06-28 08:13 codesquid, revision 5745Reposition pages in RTL mode.
2014-06-28 07:41 codesquid, revision 5744Custom drawing code isn't needed on wxMAC either, so we can now completely remove it.
2014-06-28 07:18 codesquid, revision 5743Use a hyperlink control to link to help page about date/time formatting.
2014-06-27 21:19 codesquid, revision 5742The custom tab drawing code isn't needed anymore under Windows either.
2014-06-27 21:18 codesquid, revision 5741No need for CFilterDC on wxGTK.
2014-06-27 06:42 codesquid, revision 5740wxAUI works a lot better with wxGTK in version 3. Disable a bunch of old workarounds.
2014-06-26 18:40 codesquid, revision 5738Fix a rare memory leak.
2014-06-26 18:39 codesquid, revision 57373.9.0-beta2 is here.
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/vi_VN.po
2014-06-26 18:21 codesquid, revision 5736Update translation files.
2014-06-26 17:13 codesquid, revision 5735Use wxStdDialogButtonSizer in conditional dialogs.
2014-06-24 16:53 codesquid, revision 5734When toggling tree visibility if enabling directory comparison, set the corresponding option so that menu and toolbar states are updated. Fixes #9620.
2014-06-24 16:44 codesquid, revision 5733Disable wrapping warnings.
2014-06-23 19:01 codesquid, revision 5732Add more spacing between OK and Cancel in settings dialog.
2014-06-23 06:44 codesquid, revision 5729Fix comparison, sort function now returns positve/negative numbers instead of +/-1. Reported in #9607, introduced by #9402.
2014-06-23 06:30 codesquid, revision 5728Adjust the throbber's minsize after loading the animation.
2014-06-22 17:05 codesquid, revision 5727Only mark background as transparent on wxGTK,, otherwise under Windows the background is never cleared and junk filling it up eventually.
2014-06-22 16:04 codesquid, revision 5726Fix spurious error message when closing FileZilla, fixes #9600.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/file_utils.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/settings/optionspage_dateformatting.cpp
- M /FileZilla3/trunk/src/interface/timeformatting.cpp
- M /FileZilla3/trunk/src/interface/welcome_dialog.cpp
2014-06-22 15:59 codesquid, revision 5725Replace IsEmpty with empty, patch by XhmikosR.
2014-06-22 15:47 codesquid, revision 5724Another wxStaticBox fix, these subtle differences between platforms...
2014-06-22 15:26 codesquid, revision 5723Fix sizing of settings dialog under GTK.
2014-06-22 14:08 codesquid, revision 5722With some GTK themes, initially reported static box size is wrong. This is an attempt to work around it.
2014-06-22 13:51 codesquid, revision 5721Mark activity indicators as having a transparent background.
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/interface/buildinfo.cpp
- M /FileZilla3/trunk/src/interface/cmdline.cpp
- M /FileZilla3/trunk/src/interface/dialogex.cpp
- M /FileZilla3/trunk/src/interface/dndobjects.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/file_utils.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2014-06-22 13:48 codesquid, revision 5720Return wxString() instead of empty string literals or wxEmptyString. Patch by XhmikosR.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/pathcache.cpp
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/serverpath.h
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/dndobjects.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
2014-06-22 13:23 codesquid, revision 5719Replace CServerPath's IsEmpty and Clear with empty and clear.
- M /FileZilla3/trunk/src/dbus/desktop_notification.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/pathcache.cpp
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/auto_ascii_files.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/chmoddialog.cpp
- M /FileZilla3/trunk/src/interface/cmdline.cpp
- M /FileZilla3/trunk/src/interface/dndobjects.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/file_utils.cpp
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filteredit.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/inputdialog.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/sftp_crypt_info_dlg.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/systemimagelist.cpp
- M /FileZilla3/trunk/src/interface/toolbar.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
- M /FileZilla3/trunk/src/interface/welcome_dialog.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2014-06-22 13:06 codesquid, revision 5718Use empty() instead of comparing against empty string literal. Patch by XhmikosR, modified to use empty() instead of IsEmpty().
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/option_change_event_handler.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
2014-06-22 12:58 codesquid, revision 5717std::size_t is same as size_t.
2014-06-21 20:47 codesquid, revision 5715Fix endless loop when minimizing to tray: Show(false) triggers OnIconize again.
2014-06-21 18:11 codesquid, revision 5714Version bump
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/uk_UA.po
2014-06-21 15:00 codesquid, revision 5713Updated translations
- M /FileZilla3/trunk/src/dbus/dbushandler.cpp
- M /FileZilla3/trunk/src/dbus/wxdbusconnection.cpp
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/engine/option_change_event_handler.cpp
- M /FileZilla3/trunk/src/engine/pathcache.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/string_coalescer.cpp
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filteredit.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queueview_failed.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/recentserverlist.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/systemimagelist.cpp
- M /FileZilla3/trunk/src/interface/toolbar.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/tests/dirparsertest.cpp
2014-06-21 13:15 codesquid, revision 5712Use auto instead of std::iterator, patch by XhmikosR.
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/xrc/certificate.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
2014-06-21 12:25 codesquid, revision 5711Use wxStdDialogButtonSizer in additional dialogs.
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/statusbar.h
2014-06-21 11:58 codesquid, revision 5710Fix coverity warnings.
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.h
- M /FileZilla3/trunk/src/interface/resources/xrc/menus.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/sitemanager.xrc
2014-06-21 11:58 codesquid, revision 5709Whitespace cleanup. Patch by XhmikosR.
2014-06-21 11:53 codesquid, revision 5708Use a more modern HTML dialect. Patch by XhmikosR.
- M /FileZilla3/trunk/src/engine/timeex.cpp
- M /FileZilla3/trunk/src/include/timeex.h
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
2014-06-21 10:28 codesquid, revision 5707Some initialization fixes based on patch by XhmikosR.
2014-06-21 10:11 codesquid, revision 5706Convert more dialog to use wxStdDialogButtonSizer
2014-06-21 08:13 codesquid, revision 5705On OSX minimum toolbar button size is 24x24. Add border around icons accordingly, otherwise the icons look horribly blurred.
2014-06-21 07:51 codesquid, revision 5704Get rid of extra horizontal line above toolbar under Windows.
2014-06-21 07:41 codesquid, revision 5703Fix background of queue tabs if FileZilla starts maximized.
- M /FileZilla3/trunk/src/interface/export.cpp
- M /FileZilla3/trunk/src/interface/import.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
2014-06-20 18:54 codesquid, revision 5702Fix sizers of import and export dialog, minor code cleanup.
2014-06-20 17:29 codesquid, revision 5701Use wxStdDialogButtonSizer for bookmark dialogs.
2014-06-20 17:10 codesquid, revision 5700Use AC_CHECK_TOOL to search for windres.
2014-06-20 17:06 codesquid, revision 5699Change order in which windres is being searched: Use host_alias first.
2014-06-20 17:03 codesquid, revision 5698Add a bit of room between OK and cancel buttons.
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/inputdialog.xrc
- A /FileZilla3/trunk/src/interface/resources/xrc/sitemanager.xrc
2014-06-20 16:25 codesquid, revision 5697Move sitemanager into own file. Use wxStdDialogButtonSizer for fileexists dialogs.
2014-06-20 14:43 codesquid, revision 5696Remove debug code.
2014-06-20 13:00 codesquid, revision 5695Fix crashes when removing lines.
2014-06-20 12:31 codesquid, revision 5694As we cannot specify tab position on OS X, pre-align with spaces.
2014-06-20 12:14 codesquid, revision 5693Small cleanup.
2014-06-20 12:00 codesquid, revision 5692Fix compile error
2014-06-20 11:36 codesquid, revision 5691Remove extra parenthesis.
2014-06-20 10:01 codesquid, revision 5690Fix a compile error.
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/inputdialog.xrc
2014-06-20 09:45 codesquid, revision 5689Use wxStdDialogButtonSizer for the input dialog.
2014-06-20 09:36 codesquid, revision 5688Add missing library in release builds.
2014-06-20 09:17 codesquid, revision 5687On Windows, we want to handle the context menu ourselves.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/servercapabilities.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
2014-06-20 09:02 codesquid, revision 5686Disable slow asserts, make others a bit faster.
2014-06-20 08:51 codesquid, revision 5685Disable some slow asserts.
2014-06-20 08:49 codesquid, revision 5684Changed a bit too much.
2014-06-20 08:42 codesquid, revision 5683Move some debug functionality from __WXDEBUG__ to WRAPDEBUG.
2014-06-20 08:34 codesquid, revision 5682Fix background of speedlimits icon and reposition controls.
2014-06-20 07:43 codesquid, revision 5681wxCommandEvent::IsChecked does not work for popup menus. Avoid it.
- M /FileZilla3/trunk/src/include/refcount.h
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/context_control.h
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2014-06-20 07:13 codesquid, revision 5680Now that we're using C++11, use std::shared_ptr instead of our own CSharedPointer
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/settings.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/update.xrc
2014-06-20 07:05 codesquid, revision 5679Grid sizers shouldn't have both row and column count set, that results in assertions.
2014-06-19 15:13 codesquid, revision 5678Fix wrong row count.
2014-06-19 15:13 codesquid, revision 5677Further refactoring.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/commands.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/iothread.cpp
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/misc.cpp
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/engine/sizeformatting_base.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.h
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/include/externalipresolver.h
- M /FileZilla3/trunk/src/include/server.h
2014-06-19 14:35 codesquid, revision 5676Use wxString() and empty() where appropriate.
- M /FileZilla3/trunk/src/interface/settings/optionspage_connection_sftp.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_dateformatting.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_edit.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_edit_associations.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_filetype.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_ftpproxy.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_language.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_logging.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_proxy.cpp
- M /FileZilla3/trunk/src/interface/settings/settingsdialog.cpp
2014-06-19 14:08 codesquid, revision 5675Further refactoring.
- M /FileZilla3/trunk/src/interface/settings/optionspage_themes.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
2014-06-19 09:17 codesquid, revision 5674Modernize code a bit.
2014-06-19 09:16 codesquid, revision 5673Move res out of loop for debug printing.
2014-06-19 09:07 codesquid, revision 5672Additional fixes for setting bestWidth, use the max of actualWidth and desiredWidth.
2014-06-19 08:53 codesquid, revision 5671Be more conservative when setting new max value in iterative wrapping.
2014-06-19 08:52 codesquid, revision 5670Fix a typo.
2014-06-19 08:50 codesquid, revision 5669OS X wrapping fixes. It seems every platform handles wxStaticBox differently.
2014-06-18 22:23 codesquid, revision 5668Update libtool check.
2014-06-18 21:53 codesquid, revision 5667Change order of tests.
2014-06-18 19:51 codesquid, revision 5666Add check for -stdlib=libc++
2014-06-18 17:55 codesquid, revision 5665Fix a typo.
2014-06-18 17:08 codesquid, revision 5664Wrapping on GTK+3 now works.
- M /FileZilla3/trunk/src/interface/settings/settingsdialog.cpp
- M /FileZilla3/trunk/src/interface/settings/settingsdialog.h
2014-06-18 16:43 codesquid, revision 5663Get rid of useless enum. Makes it easier to remove pages for debugging.
- M /FileZilla3/trunk/configure.ac
- A /FileZilla3/trunk/m4/ax_cxx_compile_stdcxx_11.m4
- M /FileZilla3/trunk/m4/check_cxx11.m4
- M /FileZilla3/trunk/src/engine/string_coalescer.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
2014-06-17 18:10 codesquid, revision 5662Add check for C++11 support.
- M /FileZilla3/trunk/configure.ac
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.h
2014-06-17 17:19 codesquid, revision 5661Don't depend on GTK+2 if wx uses GTK+3
2014-06-17 17:09 codesquid, revision 5660Fix parsing of IPv6 addresses.
2014-06-17 16:55 codesquid, revision 5659Improve IPv6 address test.
2014-06-17 16:47 codesquid, revision 5658Remove scrolling workaround, this was just a bug in wx3.0.0 fixed in wx3.0.1
2014-06-17 16:47 codesquid, revision 5657Use perfect forwarding.
2014-06-15 15:54 codesquid, revision 5655Minor simplification.
2014-06-15 15:54 codesquid, revision 5654OS X has no wxCB_SORT. Let's perform insertion sort instead.
2014-06-15 15:43 codesquid, revision 5653Avoid conflicting method name.
2014-06-15 15:32 codesquid, revision 5652Adjust spacing for beauty.
2014-06-15 14:12 codesquid, revision 5649Fix dropdown button size on OS X.
2014-06-15 14:11 codesquid, revision 5648Another compile error.
2014-06-15 11:41 codesquid, revision 5647Fix compile error.
2014-06-15 11:24 codesquid, revision 5646wxWidgets 3.0.1 has been tagged. Bump minimum required wx version to 3.0.1, FZ needs the fixes in there.
2014-06-15 11:06 codesquid, revision 5645Increase minimum page width to fit bulkier themes.
2014-06-15 10:47 codesquid, revision 5644wxStaticBoxSizer is tricky. Seems to work now.
2014-06-15 08:49 codesquid, revision 5643Another wxStaticBox fix.
2014-06-15 07:49 codesquid, revision 5642Align label and hyperlink.
2014-06-15 07:44 codesquid, revision 5641Avoid flicker when recreating the menu bar.
2014-06-15 06:26 codesquid, revision 5640Make toolbar undockable.
2014-06-15 06:25 codesquid, revision 5639Quote arguments to PKG_CHECK_MODULES
2014-06-15 06:19 codesquid, revision 5638Add missing include
2014-06-14 22:08 codesquid, revision 5636Update pkg.m4 with latest available version.
2014-06-14 21:42 codesquid, revision 5635Remove call to deprecated function.
2014-06-14 21:31 codesquid, revision 5634Fix setting of initial focus. Do it before opening the site manager at startup.
- M /FileZilla3/trunk/src/interface/resources/xrc/quickconnectbar.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/toolbar.xrc
2014-06-14 21:09 codesquid, revision 5633Get rid of leftmost separator to make it look a bit more modern.
2014-06-14 20:50 codesquid, revision 5632Merge with wx' changes.
2014-06-14 20:48 codesquid, revision 5631Fix an incorrect fix for wxString semantics.
2014-06-14 20:46 codesquid, revision 5630Fix compiler warning.
2014-06-14 20:25 codesquid, revision 5629Make use of wxSizer::Replace in wxDialogEx::ReplaceControl.
2014-06-14 11:30 codesquid, revision 5628Fix typo in error message, reported by Yngve Spjeld Landro.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/misc.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/import.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
2014-06-14 10:24 codesquid, revision 5627Several more fixes related to wxString semantics.
2014-06-14 09:14 codesquid, revision 5626Fix wrapping of wxStaticBoxSizer not adding enough extra border. Also fix cache invalidation.
- M /FileZilla3/trunk/src/interface/settings/settingsdialog.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
2014-06-14 09:11 codesquid, revision 5625Parent panel needs to be slightly bigger under Linux.
2014-06-13 08:12 codesquid, revision 5624Fix size of dialog under Linux.
2014-06-12 18:48 codesquid, revision 5622Fix warning about unable to delete directory when deleting files.
- D /FileZilla3/trunk/autogen.sh
- M /FileZilla3/trunk/configure.ac
- M /FileZilla3/trunk/INSTALL
- M /FileZilla3/trunk/Makefile.am
2014-06-12 18:44 codesquid, revision 5621Get rid of autogen.sh, autoreconf -i should suffice.
2014-06-12 18:29 codesquid, revision 5620Update wxwin.m4 to version from wx3 repository.
2014-06-12 18:28 codesquid, revision 5619Add test binary to svn:ignore
2014-06-12 17:40 codesquid, revision 5618Fix background of activity indicators.
2014-06-09 21:41 codesquid, revision 5617Fix viewing of current session certificate.
2014-06-09 09:07 codesquid, revision 5615Add a mapping from WSAECONNABORTED to ECONNABORTED.
2014-06-09 08:32 codesquid, revision 5614IsEnabled is no longer virtual. Deal with it.
2014-06-08 19:32 codesquid, revision 5613Add missing include.
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/dialogex.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2014-06-08 19:31 codesquid, revision 5612Fix warnings about deprecated functions.
2014-06-08 19:31 codesquid, revision 5611Fix Try locale fallbacks when starting FileZilla.
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- M /FileZilla3/trunk/src/interface/locale_initializer.cpp
- M /FileZilla3/trunk/src/interface/locale_initializer.h
2014-06-08 18:47 codesquid, revision 5610Try locale fallbacks when starting FileZilla.
2014-06-08 18:38 codesquid, revision 5609After a drag&drop, set control state.
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/auto_ascii_files.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/file_utils.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/locale_initializer.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_connection_sftp.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
2014-06-08 17:46 codesquid, revision 5608More runtime errors cause by [0] and the likes.
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/engine/misc.cpp
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
2014-06-08 17:19 codesquid, revision 5607Fix a lot of runtime errors.
2014-06-08 16:54 codesquid, revision 5606Fix another assert.
2014-06-08 16:43 codesquid, revision 5605Use en_US for English.
2014-06-08 16:34 codesquid, revision 5604Fix segfault.
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/led.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_themes.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
2014-06-08 16:01 codesquid, revision 5603Fix some compile errors related to wx3.
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.h
2014-06-08 16:00 codesquid, revision 5602Pass static box of issuer/subject as parent element in details.
2014-06-08 14:17 codesquid, revision 5601Delete size label if selecting permisisons filter.
- M /FileZilla3/trunk/configure.ac
- M /FileZilla3/trunk/locales/Makefile.am
- M /FileZilla3/trunk/m4/wxwin.m4
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/logging_private.h
- M /FileZilla3/trunk/src/engine/misc.cpp
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/string_coalescer.cpp
- M /FileZilla3/trunk/src/include/libfilezilla.h
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filezilla.h
- M /FileZilla3/trunk/src/interface/import.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_dateformatting.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/timeformatting.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
2014-06-08 14:15 codesquid, revision 5600Port to wxWidgets 3.0
2014-06-08 10:24 codesquid, revision 5599Fix compile error.
2014-06-08 10:16 codesquid, revision 5598Fix another case of bad row count
2014-06-08 10:12 codesquid, revision 5597Fix row count of some sizers.
2014-06-08 07:48 codesquid, revision 5596Fix export dialog.
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/tr.po
2014-06-05 08:38 codesquid, revision 5593Updated translations.
2014-06-05 06:58 codesquid, revision 5592Now it compiles.
2014-06-05 06:53 codesquid, revision 5591Why do different compilers have to behave differently?
2014-06-05 06:49 codesquid, revision 5590Fix more errors.
2014-06-04 19:50 codesquid, revision 5589Hopefully fix compile errors.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2014-06-04 19:45 codesquid, revision 5588Some more cleanup.
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
- M /FileZilla3/trunk/src/interface/search.cpp
2014-06-04 17:47 codesquid, revision 5587Unify sorting code.
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
- M /FileZilla3/trunk/src/interface/resources/xrc/settings.xrc
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_filelists.cpp
- A /FileZilla3/trunk/tests/cmpnatural.cpp
- M /FileZilla3/trunk/tests/Makefile.am
2014-06-01 09:06 codesquid, revision 5586Path by typz to make sort mode configurable, including an option to select natural sort. #9402
2014-06-01 09:00 codesquid, revision 5585Last-minute update.
2014-05-31 22:11 codesquid, revision 5584Prepare 3.8.1 release.
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/hy.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
2014-05-31 21:45 codesquid, revision 5583Updated translations
2014-05-31 20:23 codesquid, revision 5582Add missing include to fix compile error on OS X.
2014-05-31 20:10 codesquid, revision 5581Handle a potential signed/unsigned mismatch. Also, log some more.
2014-05-31 20:06 codesquid, revision 5580Fix typo
2014-05-31 19:53 codesquid, revision 5579More logging.
2014-05-31 19:33 codesquid, revision 5578There's some problem with the update system in the official builds, finding it seems difficult.
2014-05-31 19:16 codesquid, revision 5577Even more logging.
2014-05-31 19:09 codesquid, revision 5576Add additional log messages to make debugging the updater easier.
- M /FileZilla3/trunk/src/interface/resources/xrc/update.xrc
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.h
2014-05-30 10:12 codesquid, revision 5575Add debug function to always get updater log.
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/kab.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/vi_VN.po
2014-05-30 09:01 codesquid, revision 5574Updated translations.
2014-05-29 14:03 codesquid, revision 5573Use normal path syntax of Windows. Patch by XhmikosR.
2014-05-29 08:45 codesquid, revision 5572Make code a bit easier to understand.
2014-05-29 08:34 codesquid, revision 5571Fix cov1109939 and cov1109958, the latter being a null pointer dereference.
2014-05-29 08:31 codesquid, revision 5570Fix descriptor leak (cov1110000).
2014-05-29 08:25 codesquid, revision 5569Add missing break (cov1109962).
2014-05-29 08:22 codesquid, revision 5568Fix resource leak (cov1109984)
2014-05-29 08:18 codesquid, revision 5567Fix memory leak (cov1216481).
2014-05-28 19:07 codesquid, revision 5566Fix potential use-after-free (cov1216490)
2014-05-27 20:17 codesquid, revision 5565Add virtual destructore to CFolderProcessingEntry to avoid a resource leak. Fixes cov1216491.
2014-05-27 18:12 codesquid, revision 5564Make code a tiny bit more readable. Also, only include debug functionality if the DEBUG macro is set.
- M /FileZilla3/trunk/autogen.sh
- M /FileZilla3/trunk/src/interface/resources/pngclean.sh
- M /FileZilla3/trunk/src/interface/resources/xrc/xrcclean.sh
2014-05-27 16:45 codesquid, revision 5563Small shell script fixes based on patch by XhmikosR.
- M /FileZilla3/trunk/src/interface/resources/16x16/filezilla.png
- M /FileZilla3/trunk/src/interface/resources/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/16x16/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/16x16/throbber.gif
- M /FileZilla3/trunk/src/interface/resources/48x48/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/auto.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/file.png
- M /FileZilla3/trunk/src/interface/resources/blukis/16x16/folderup.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/ascii.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/auto.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/cancel.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/lock.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/queueview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/refresh.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/cancel.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/download.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/find.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/refresh.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/upload.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/ascii.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/ascii.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/filter.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/lone/16x16/upload.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/auto.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/binary.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/cancel.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/download.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/help.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/queueview.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/refresh.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/upload.png
- M /FileZilla3/trunk/src/interface/resources/lone/32x32/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/download.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/folderup.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/logview.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/queueview.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/refresh.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/upload.png
- M /FileZilla3/trunk/src/interface/resources/lone/48x48/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/bookmarks.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/minimal/16x16/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/help.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/lock.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/logview.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/16x16/refresh.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/find.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/logview.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/refresh.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/32x32/upload.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/compare.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/download.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/lock.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/opencrystal/48x48/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/find.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/tango/16x16/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/cancel.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/find.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/refresh.png
- M /FileZilla3/trunk/src/interface/resources/tango/32x32/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/auto.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/cancel.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/server.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/tango/48x48/upload.png
2014-05-27 06:42 codesquid, revision 5562Slightly reduce resource file sizes. Patch by XhmikosR.
2014-05-27 06:27 codesquid, revision 5561Bump _WIN32_WINNT.
2014-05-26 20:23 codesquid, revision 5560Fix warning, patch by XhmikosR.
2014-05-26 20:14 codesquid, revision 5558Set correct output directory prior to creating desktop icon.
2014-05-26 19:58 codesquid, revision 5557Revert a change with unexpected consequences. We do want the .po.new files always.
- M /FileZilla3/trunk/locales/Makefile.am
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/timeex.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/interface/cmdline.cpp
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/listingcomparison.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
- M /FileZilla3/trunk/src/interface/resources/pngclean.sh
- M /FileZilla3/trunk/src/interface/settings/optionspage_transfer.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.h
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/tests/Makefile.am
2014-05-26 19:28 codesquid, revision 5556Whitespace cleanup. Patch by XhmikosR
2014-05-25 11:34 codesquid, revision 5555Patch by typz for retina support on OS X. #9403
2014-05-25 11:16 codesquid, revision 55543.8.1-rc3
2014-05-25 10:25 codesquid, revision 5553Fix xrc locations.
2014-05-25 09:56 codesquid, revision 5551Bump to 3.8.1-rc2 as rc1 had wrong filenames.
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/chmoddialog.cpp
- M /FileZilla3/trunk/src/interface/dialogex.cpp
- M /FileZilla3/trunk/src/interface/dialogex.h
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/sftp_crypt_info_dlg.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/verifyhostkeydialog.cpp
2014-05-25 09:14 codesquid, revision 5550Fix compiler warnings.
2014-05-25 09:14 codesquid, revision 5549Version bump to 3.8.1-rc1
2014-05-25 08:51 codesquid, revision 5548Updated translation.
2014-05-25 08:36 codesquid, revision 5547Complain when XP is being found.
- M /FileZilla3/trunk/src/interface/resources/xrc/settings.xrc
- M /FileZilla3/trunk/src/interface/settings/optionspage_interface.cpp
2014-05-25 08:36 codesquid, revision 5546Add setting to change a remembered choice.
2014-05-25 08:28 codesquid, revision 5545Fix assertion during forced application shutdown.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
2014-05-25 08:03 codesquid, revision 5544Add checkbox to remember selection when connecting while already connected.
2014-05-24 18:11 codesquid, revision 5543Fix double mnemonic.
2014-05-24 17:40 codesquid, revision 5542Remove code for Windows 2000.
- M /FileZilla3/trunk/configure.ac
- M /FileZilla3/trunk/INSTALL
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
2014-05-24 16:46 codesquid, revision 5541Bump minimum required GnuTLS version.
2014-05-24 16:45 codesquid, revision 5540XP is not supported anymore.
2014-05-24 16:43 codesquid, revision 5539Mention that libidn isn't needed on Windows
- M /FileZilla3/trunk/data/libgcc_s_sjlj-1.dll
- M /FileZilla3/trunk/data/libstdc++-6.dll
- M /FileZilla3/trunk/data/libwinpthread-1.dll
2014-05-24 16:24 codesquid, revision 5538Updated DLLs to new version.
- M /FileZilla3/trunk/configure.ac
- M /FileZilla3/trunk/src/Dependencies.props.example
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/include/setup.h
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- M /FileZilla3/trunk/src/interface/Makefile.am
2014-05-24 07:36 codesquid, revision 5537With XP support dropped, libidn is no longer needed on Windows.
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/locale_initializer.cpp
- M /FileZilla3/trunk/src/interface/locale_initializer.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
2014-05-24 06:51 codesquid, revision 5536Look in XDG_CONFIG_HOME for the settings.
2014-05-23 22:35 codesquid, revision 5535Fix warnings.
2014-05-23 22:21 codesquid, revision 5534Fix two more warnings. The one in Mainfrm.cpp was due to a (now fixed) documentation error in wx.
2014-05-23 22:03 codesquid, revision 5533Fix a warning.
- M /FileZilla3/trunk/src/engine/Makefile.am
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/putty/Makefile.am
- M /FileZilla3/trunk/src/putty/unix/Makefile.am
- M /FileZilla3/trunk/src/putty/windows/Makefile.am
- M /FileZilla3/trunk/tests/Makefile.am
2014-05-18 10:30 codesquid, revision 5532Fix automake warnings.
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nn_NO.po
- M /FileZilla3/trunk/locales/vi_VN.po
2014-05-11 21:48 codesquid, revision 5531Updated a few translations.
2014-05-11 16:34 codesquid, revision 5530Add missing parenthesis.
2014-05-11 11:28 codesquid, revision 5529Avoid a redundant insert.
2014-05-11 10:35 codesquid, revision 5528Small changes to CServerPath declaration to prevent the cause for the previous commit.
2014-05-11 10:11 codesquid, revision 5527Fix compile error, some compilers do not like the implicit conversion going on.
2014-05-10 16:41 codesquid, revision 5526Use new location of xrc files.
- M /FileZilla3/trunk/data/install.nsi.in
- M /FileZilla3/trunk/src/FileZilla.sln
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- D /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
- D /FileZilla3/trunk/src/interface/resources/menus.xrc
- D /FileZilla3/trunk/src/interface/resources/netconfwizard.xrc
- D /FileZilla3/trunk/src/interface/resources/quickconnectbar.xrc
- D /FileZilla3/trunk/src/interface/resources/settings.xrc
- D /FileZilla3/trunk/src/interface/resources/toolbar.xrc
- D /FileZilla3/trunk/src/interface/resources/update.xrc
- A /FileZilla3/trunk/src/interface/resources/xrc
- A /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- A /FileZilla3/trunk/src/interface/resources/xrc/inputdialog.xrc
- A /FileZilla3/trunk/src/interface/resources/xrc/menus.xrc
- A /FileZilla3/trunk/src/interface/resources/xrc/netconfwizard.xrc
- A /FileZilla3/trunk/src/interface/resources/xrc/quickconnectbar.xrc
- A /FileZilla3/trunk/src/interface/resources/xrc/settings.xrc
- A /FileZilla3/trunk/src/interface/resources/xrc/toolbar.xrc
- A /FileZilla3/trunk/src/interface/resources/xrc/update.xrc
- A /FileZilla3/trunk/src/interface/resources/xrc/xrcclean.sh
- D /FileZilla3/trunk/src/interface/resources/xrcclean.sh
2014-05-10 16:19 codesquid, revision 5525Move .xrc into own directory.
- M /FileZilla3/trunk/configure.ac
- D /FileZilla3/trunk/m4/check_cxx0x.m4
- A /FileZilla3/trunk/m4/check_cxx11.m4
2014-05-10 16:01 codesquid, revision 5524C++1x has become C++11.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
2014-05-07 06:31 codesquid, revision 5523Patch by schittl, add item to create and enter directories to the context menus.
2014-05-01 21:41 codesquid, revision 5512Use HTTPS when linking to the FileZilla website.
- M /FileZilla3/trunk/data/libgcc_s_sjlj-1.dll
- M /FileZilla3/trunk/data/libstdc++-6.dll
- M /FileZilla3/trunk/data/libwinpthread-1.dll
2014-05-01 21:39 codesquid, revision 5511Stip libraries
2014-05-01 21:23 codesquid, revision 5510Need to map WSAECONNREFUSED.
2014-05-01 21:17 codesquid, revision 5509Fix script error.
2014-05-01 21:15 codesquid, revision 5508Reference new libraries in Makefile.
- M /FileZilla3/trunk/data/install.nsi.in
- A /FileZilla3/trunk/data/libgcc_s_sjlj-1.dll
- A /FileZilla3/trunk/data/libstdc++-6.dll
- A /FileZilla3/trunk/data/libwinpthread-1.dll
- M /FileZilla3/trunk/data/makezip.sh.in
- D /FileZilla3/trunk/data/mingwm10.dll
2014-04-26 10:49 codesquid, revision 5505Upgraded compiler infrastructure. Brings along new dependencies.
- A /FileZilla3/trunk/src/dbus/dbushandler.cpp
- A /FileZilla3/trunk/src/dbus/dbushandler.h
- M /FileZilla3/trunk/src/dbus/desktop_notification.cpp
- M /FileZilla3/trunk/src/dbus/Makefile.am
- M /FileZilla3/trunk/src/dbus/power_management_inhibitor.cpp
- M /FileZilla3/trunk/src/dbus/session_manager.cpp
2014-04-26 09:01 codesquid, revision 5504Having multiple wxDBusConnections is a bad idea as the very same unerlying dbus connection is being used. Only use one connection instead.
2014-04-21 10:20 codesquid, revision 5503Fix harmless warnings.
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/co.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2014-04-20 20:48 codesquid, revision 5502Updated translations.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/volume_enumerator.cpp
- M /FileZilla3/trunk/src/interface/volume_enumerator.h
2014-04-20 14:19 codesquid, revision 5501Reduce code duplication.
2014-04-20 09:46 codesquid, revision 5500Fix compile error on non-Windows.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
2014-04-19 12:46 codesquid, revision 5499Handle changed settings ourselves, don't wait for main window to call SettingsChanged.
- M /FileZilla3/trunk/src/interface/resources/settings.xrc
- M /FileZilla3/trunk/src/interface/settings/optionspage_transfer.cpp
2014-04-13 07:33 codesquid, revision 5498Apply patch by Tom (forum user 'schittli'): Use spin controls for number of concurrent transfers in the settings dialog.
2014-04-12 21:34 codesquid, revision 5497Remove $INSTDIR only if uninstalling for good.
2014-04-06 13:24 codesquid, revision 5491There's at least one SFTP server in the wild that spells out April, in French nonetheless.
2014-03-30 13:13 codesquid, revision 5490Fix typo.
2014-03-29 09:06 codesquid, revision 5489Allow longer SSH passwords.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2014-03-28 09:14 codesquid, revision 5486Another attempt at fixing the focus issue. Surprisingly complex feature.
2014-03-28 09:13 codesquid, revision 5485Bump version to 3.8.0
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/vi_VN.po
2014-03-28 07:58 codesquid, revision 5484Updated translations
- M /FileZilla3/trunk/src/engine/sizeformatting_base.cpp
- M /FileZilla3/trunk/src/include/sizeformatting_base.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.h
2014-03-27 07:50 codesquid, revision 5483Fix #9259: Reset current offset if unsetting status line to prevent negative speeds in the momentary speed tooltip. Includes some refactoring to guard against negative speeds and to make the code perform a bit better.
2014-03-25 07:55 codesquid, revision 5482Fix focus selection when connecting to a site with a default local directory.
2014-03-25 07:45 codesquid, revision 5481Fix compile error
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/engine/Makefile.am
- A /FileZilla3/trunk/src/engine/msgbox.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/string_coalescer.cpp
- M /FileZilla3/trunk/src/include/Makefile.am
- A /FileZilla3/trunk/src/include/msgbox.h
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/clearprivatedata.cpp
- M /FileZilla3/trunk/src/interface/cmdline.cpp
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/dialogex.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/export.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filezilla.h
- M /FileZilla3/trunk/src/interface/file_utils.cpp
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filteredit.cpp
- M /FileZilla3/trunk/src/interface/import.cpp
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/listingcomparison.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queueview_failed.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_connection_sftp.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_edit.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_language.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_updatecheck.cpp
- M /FileZilla3/trunk/src/interface/settings/settingsdialog.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/speedlimits_dialog.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2014-03-25 07:29 codesquid, revision 5480Keep track of open message boxes.
- M /FileZilla3/trunk/src/interface/dialogex.cpp
- M /FileZilla3/trunk/src/interface/dialogex.h
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2014-03-24 12:18 codesquid, revision 5479Be more careful about when to show the file changed notification.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
2014-03-22 22:02 codesquid, revision 5477Implement power-related queue completion actions on OS X
2014-03-22 21:25 codesquid, revision 5476Add another library dependency.
2014-03-22 21:11 codesquid, revision 5475Fix compile error.
2014-03-22 21:07 codesquid, revision 5474Version bump
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/da_DK.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/ru.po
- M /FileZilla3/trunk/locales/zh_CN.po
2014-03-22 18:53 codesquid, revision 5473Updated translations.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
2014-03-22 14:07 codesquid, revision 5472Add queue completion option to suspend.
2014-03-22 14:04 codesquid, revision 5471Apply updater settings if opening updater dialog from settings.
2014-03-13 21:09 codesquid, revision 5465Reinitialize updater on settings change. Fix handling of unofficial builds.
Add missing parenthesis.