Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 13:00:01
Changelog for FileZilla 3 (8047 changes):
2009-09-16 10:00 botg, revision 3360- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.h
2009-09-14 20:51 botg, revision 3359Forget about first ten seconds of a transfer in speed calculation, makes the average converge faster to the actual speed.
2009-09-13 18:03 botg, revision 3358If kiosk mode is enabled, convert from NORMAL to ASK logontype.
- M /FileZilla3/trunk/src/interface/ipcmutex.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/search.h
2009-09-13 15:34 botg, revision 3356Remember last used search conditions.
2009-09-13 14:25 botg, revision 3355Move individual filter loading and saving to new helper functions.
- M /FileZilla3/trunk/src/dbus/power_management_inhibitor.cpp
- M /FileZilla3/trunk/src/dbus/session_manager.cpp
2009-09-10 22:49 botg, revision 3354Fix memory leaks
2009-09-10 22:24 botg, revision 3353Update icon specs
2009-09-10 15:32 botg, revision 3352Fix alpha compositing formula, my first attempt at compositing was almost perfect, just missed a division through new alpha
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/resources/16x16/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/16x16/symlink.png
- M /FileZilla3/trunk/src/interface/systemimagelist.cpp
- M /FileZilla3/trunk/src/interface/systemimagelist.h
2009-09-10 12:27 botg, revision 3351Symlink overlay on non-MSW
2009-09-10 11:49 botg, revision 3350Fix for MinGW.
2009-09-10 11:00 botg, revision 3349Don't trim paths.
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/systemimagelist.cpp
- M /FileZilla3/trunk/src/interface/systemimagelist.h
2009-09-09 21:47 botg, revision 3348MSW: Display shortcut overlay on links in remote file lists.
2009-09-07 21:01 botg, revision 3347Fix typos in comment
2009-09-05 15:00 botg, revision 3344Use case-insensitive compare on MSW. Fixes #4803. Case-insensitive file systems are so broken :(
- M /FileZilla3/trunk/data/install.nsi.in
- M /FileZilla3/trunk/data/Makefile.am
- A /FileZilla3/trunk/data/process_running.nsh
2009-09-04 13:13 botg, revision 3343Make sure all instances of FileZilla are closed before starting installation.
2009-09-03 19:11 botg, revision 3342Call installer with update flag
2009-08-30 17:08 botg, revision 3336Add /update argument to hide license and reinstall page on updates, will be used by FileZilla's update wizard.
- M /FileZilla3/trunk/src/interface/LocalTreeView.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/QueueView.h
- 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/resources/settings.xrc
- M /FileZilla3/trunk/src/interface/settings/optionspage_connection.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_transfer.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2009-08-28 09:06 botg, revision 3335Filter invalid characters from filename. Closes #3227.
2009-08-24 07:12 botg, revision 3334Fix CLocalPath::Exists on partial UNC paths
2009-08-23 17:23 botg, revision 3333Fix syntax error
2009-08-23 09:59 botg, revision 3332Version bump
2009-08-23 09:06 botg, revision 3331Fix compile error
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/tr.po
2009-08-22 16:38 botg, revision 3330Updated translations
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
2009-08-21 15:05 botg, revision 3329Performance improvements, closes #4658: - Don't populate selected but unexpanded directories. - MSW: Defer obtaining open icon until item gets selected
2009-08-20 21:30 botg, revision 3328Fix segfault if adding new filter
Partial fix for #4715