Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-01 00:30:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8045 changes):

2008-11-30 15:38 botg, revision 2881

Some more small performance optimizations

2008-11-30 15:01 botg, revision 2880

Avoid slow wxFileName, speeds up CFileListCtrl::GetType

2008-11-30 14:18 botg, revision 2879

Restore correct splitter positions on maximized windows on wxGTK

2008-11-30 13:52 botg, revision 2878

Number of files wasn't updated if removing the last file(s) in a listing

2008-11-29 20:53 botg, revision 2877

Fix warnings

2008-11-29 15:05 botg, revision 2876

Don't timeout while waiting for lock.

2008-11-29 14:57 botg, revision 2875

Automatic refresh of remote file list once queue finishes.

2008-11-28 20:10 botg, revision 2874

Typo

2008-11-27 17:11 botg, revision 2873

fzsftp and fzputtygen need the manifest as well.

2008-11-27 16:55 botg, revision 2872

The default manifest provided by wxWidgets does not have requestedExecutionLevel set. As such, madness like the filesystem virtualization (%LOCALAPPDATA%/VirtualStore) was active. The new manifest sets requestedExecutionLevel to "asInvoker" and thus avoids the virtual store.

2008-11-26 23:25 botg, revision 2871

Remove unused variables.

2008-11-26 16:13 botg, revision 2870

Version bump to 3.1.6-rc1

2008-11-26 16:04 botg, revision 2869

Updated translations.

2008-11-25 17:46 botg, revision 2868

Add message log position option to settings dialog. Also fix some minor issues.

2008-11-24 15:19 botg, revision 2867

Avoid problems caused by lazy maximize on GTK, just use negative sash positions for gravity 1.0 in all cases.

2008-11-24 15:15 botg, revision 2866

Handle error case if GetFileInfo inside GetNextFile fails.

2008-11-24 00:36 botg, revision 2865

Fix two small regressions.

2008-11-23 23:19 botg, revision 2864

New CSplitterWindowEx class for a nice cleanup of everything splitter related.

2008-11-23 15:59 botg, revision 2863

Can not use %f format specifier to store floating point numbers in settings files. %f is locale-dependent.

2008-11-23 14:59 botg, revision 2862

Queue and message log can be positioned side by side.

2008-11-20 00:27 botg, revision 2861

Blind fix for potential race condition.

2008-11-19 16:40 botg, revision 2860

Another small fix for Turkish locale.

2008-11-19 00:18 botg, revision 2858

Add test for MLSD output. Use current locale for the test.

2008-11-19 00:11 botg, revision 2857

Directory listing parser fixes for Turkish locale.

2008-11-17 13:55 botg, revision 2856

Better dialog titles.

2008-11-17 13:54 botg, revision 2855

Add context menu to export individual sites.

2008-11-17 13:24 botg, revision 2854

Cache cleanup. Might need more testing.

2008-11-16 20:57 botg, revision 2853

Fix art provider on some locales (e.g. Turkish) where theres a different relationship between lowercase and uppercase ASCII characters. Reported by Pardus package maintainers.

2008-11-15 15:30 botg, revision 2852

Correct number of added files.

2008-11-15 14:28 botg, revision 2851

Version bump

2008-11-15 14:27 botg, revision 2850

Further speedup

2008-11-15 13:03 botg, revision 2849

Save some more CPU cycles

2008-11-14 19:51 botg, revision 2848

Updated translations

2008-11-13 11:28 botg, revision 2847

Fix #3992, link information needs to be part of the remote data object for drag&drop of symbolic links.

2008-11-12 20:03 botg, revision 2846

Typo in comment.

2008-11-12 19:44 botg, revision 2845

wxDisplay does not react to changed display layout. Crude hack, but should work.

2008-11-12 17:49 botg, revision 2844

Work in progress: Alternative message log position.

2008-11-09 14:33 botg, revision 2840

Implement tab highlighting.

2008-11-09 11:56 botg, revision 2839

Don't store the full path for every item in the forest, it's enough to store the path for the roots.

2008-11-08 19:41 botg, revision 2838

Fix for #3949 wasn't complete, missed a spot.

2008-11-07 18:33 botg, revision 2837

Avoid trying to read 0 bytes.

2008-11-07 13:55 botg, revision 2836

Revert accidental commit.

2008-11-04 13:00 botg, revision 2835

Remove leftover strings

2008-11-04 10:45 botg, revision 2834

Some systems have neither MSG_NOSIGNAL nor SO_NOSIGPIPE. Need to block SIGPIPE the old fashioned way.

2008-11-03 10:45 botg, revision 2833

Fix #3930, don't crash if clearing quickconnect bar while it is hidden.

2008-10-31 18:32 botg, revision 2831

Don't use filter manager inside the worker thread. wxString isn't threadsafe.

2008-10-30 14:38 botg, revision 2830

Updated translations

2008-10-30 10:52 botg, revision 2829

Fix #3949, deleting a subdirectory did not remove the item from the tree since it is still selected when RefreshItem is called.

2008-10-29 16:46 botg, revision 2828

#3937 fix typo.

2008-10-28 19:42 botg, revision 2827

Fix #3900, duplicate help menu under OS