Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-29 11:40: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.

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

2008-10-28 15:38 botg, revision 2826

Fix requirements.

2008-10-25 17:35 botg, revision 2825

Fix possible double-free.

2008-10-25 17:34 botg, revision 2824

Fix bug in parsing chunk length.

2008-10-24 16:44 botg, revision 2823

Fix #3922, don't show message boxes on silent installers.

2008-10-24 16:20 botg, revision 2822

Remove a debugging return that should not be there.

2008-10-23 22:31 botg, revision 2821

Minor cleanup inspired by #3927

2008-10-23 22:28 botg, revision 2820

Need to deallocate buffer with delete [], fixes #3926

2008-10-23 21:08 botg, revision 2819

Need to deallocate buffer with delete [], fixes #3925

2008-10-22 09:45 botg, revision 2817

Version bump

2008-10-22 09:45 botg, revision 2816

Updated translations

2008-10-22 09:03 botg, revision 2815

Fix buffer size

2008-10-21 20:36 botg, revision 2814

Fix #3913, numpad keys in prefix search.

2008-10-21 18:25 botg, revision 2813

Busted by const police.

2008-10-19 23:08 botg, revision 2812

Fix #3861, transfer status lines will no longer overlap scrollbar. Also fixes theming issues.

2008-10-19 23:06 botg, revision 2811

Need to inherit foreground colour for info text

2008-10-19 12:17 botg, revision 2810

Better handling of symlinks, fixes #3153

2008-10-19 12:11 botg, revision 2809

Fix grammar.

2008-10-18 14:38 botg, revision 2808

Need to explicitly fetch background colour for darkness test

2008-10-18 10:47 botg, revision 2807

If using dark window backgrounds, use brighter colors.

2008-10-18 09:36 botg, revision 2806

Use smaller font sizes for message log and directory trees and fix alignment of view header labels

2008-10-16 12:45 botg, revision 2805

Version bump

2008-10-16 12:44 botg, revision 2804

Updated translation

2008-10-16 09:50 botg, revision 2803

Fix crashes and memory corruption if renaming local directories. Reported by Ubuntu LP: #283744

2008-10-15 13:11 botg, revision 2802

Version bump

2008-10-15 13:09 botg, revision 2801

Updated translations.

2008-10-15 10:31 botg, revision 2800

Need to init variable in all constructors.

2008-10-15 10:30 botg, revision 2799

Add a separator.

2008-10-15 10:30 botg, revision 2798

Prevent future reports like #3882, if directory cannot be CWDed into after reconnect, list current directory instead.

2008-10-15 09:50 botg, revision 2797

Fix speed limits if using SFTP.

2008-10-14 19:05 botg, revision 2796

Don't try to check /net for subdirectories on OS X, it is very slow.

2008-10-14 18:13 botg, revision 2795

Do not needlessly refresh local file lists on drag&drop operations beginning on local side and drop target being an internal window.

2008-10-14 14:39 botg, revision 2794

Fix #3885, send user agent to http proxies.

2008-10-14 11:55 botg, revision 2793

We do not want SIGPIPE if writing to a socket fails, supress it.

2008-10-14 11:15 botg, revision 2792

Implement #3883, start FileZilla after installation.

2008-10-09 15:10 botg, revision 2790

Fix #3858, previously selected default file exist action working but not reselected.