Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-18 23:20:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2008-12-03 17:33 botg, revision 2896

Small cleanup.

2008-12-03 15:35 botg, revision 2895

Don't paint progress bar over its own border.

2008-12-02 18:01 botg, revision 2894

Need to update m_pDirectoryListing

2008-12-02 17:48 botg, revision 2893

Version bump

2008-12-02 17:46 botg, revision 2892

Take filters into account if updating number of files on deletion.

2008-12-02 17:36 botg, revision 2891

Updated translations.

2008-12-02 17:23 botg, revision 2890

Revert revision 2886, actually a wxWidgets regression.

2008-12-02 16:53 botg, revision 2889

Fix nullpointer dereference on engines without associated item in ProcessReply; slightly speed up ResetEngine by directly accessing the item's server item; increase m_activeCount if starting automatic refresh.

2008-12-02 16:46 botg, revision 2888

Fix an assertion.

2008-12-02 16:45 botg, revision 2887

Minor performance improvement.

2008-12-01 15:50 botg, revision 2886

Fix odd toolbar togglebutton behavior on MSW.

2008-12-01 14:28 botg, revision 2885

More #ifdefery

2008-12-01 14:05 botg, revision 2884

Need to handle the resize prior to reloading the splitter positions.

2008-12-01 13:52 botg, revision 2883

Fix compilation error.

2008-11-30 19:30 botg, revision 2882

Greatly speed up refresh of remote directory listing when new files got added

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.