Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8047 changes):

2020-08-03 08:07 codesquid, revision 9876

Use nullID where appropriate.

2020-08-03 07:45 codesquid, revision 9875

Fix spelling, #12231

2020-07-22 14:44 codesquid, revision 9874

Get rid of more XRC.

2020-07-22 13:52 codesquid, revision 9873

Remove XRC from yet another settings page.

2020-07-20 09:10 codesquid, revision 9872

Which controls are available varies, need to check for nullptr.

2020-07-16 11:06 codesquid, revision 9871

Use nullID instead of wxID_ANY.

2020-07-16 10:41 codesquid, revision 9870

Fix mnemonic.

2020-07-16 10:40 codesquid, revision 9869

Remove XRC from one more settings page.

2020-07-15 07:17 codesquid, revision 9868

Bump to 3.49.1

2020-07-15 07:14 codesquid, revision 9867

Fix search if there are predefined sites.

2020-07-15 07:06 codesquid, revision 9866

Fix another glitchy selection change on MSW.

2020-07-15 07:05 codesquid, revision 9865

It seems for the generic tree control, the focused item is the selected item.

2020-07-14 15:42 codesquid, revision 9864

Fix a potential crash in get_xml if called on a non-xml setting.

2020-07-13 10:57 codesquid, revision 9863

Bump to 3.49.0

2020-07-13 10:51 codesquid, revision 9862

Get connection retry working again.

2020-07-13 07:10 codesquid, revision 9861

Updated translations

2020-07-13 06:56 codesquid, revision 9860

Make sure there's an initially selected radio button on the manual transfer dialog.

2020-07-09 11:51 codesquid, revision 9859

Fix include path.

2020-07-09 08:56 codesquid, revision 9858

Remove XRC from file lists settings page.

2020-07-07 12:23 codesquid, revision 9857

Bump to 3.49.0-rc1

2020-07-07 12:02 codesquid, revision 9855

Updated translations.

2020-07-06 08:47 codesquid, revision 9854

For now, only use the new tab bar icons on MSW, there's a bug in wx preventing them from being used on Mac.

2020-07-05 18:36 codesquid, revision 9853

Rest multiline state on disconnect.

2020-07-02 12:07 codesquid, revision 9852

Fix glitchy selection changing.

2020-07-02 10:09 codesquid, revision 9851

Make manual transfer dialog use the same site controls as the site manager. Also remove XRC from this dialog.

2020-07-02 08:58 codesquid, revision 9850

Mark strings translatable.

2020-07-01 11:58 codesquid, revision 9849

Remove XRC from yet another dialog.

2020-07-01 09:23 codesquid, revision 9848

High-DPI scaling of tab bar icons.

2020-06-29 14:14 codesquid, revision 9847

Explicitly mark settings containing sensitive data in the XML to enable its erasure even if the setting is otherwise unknown to the program.

2020-06-29 14:11 codesquid, revision 9846

Remove unneeded WX_*_DYNAMIC_CLASS

2020-06-26 09:03 codesquid, revision 9845

Remove XRC from default file exists dialog.

2020-06-26 08:32 codesquid, revision 9844

Update svn:ignore

2020-06-25 15:13 codesquid, revision 9843

Remove unused handlers.

2020-06-25 15:08 codesquid, revision 9842

Cleanup.

2020-06-25 14:48 codesquid, revision 9841

Further XRC removal

2020-06-25 14:14 codesquid, revision 9840

Fix test operator

2020-06-25 13:33 codesquid, revision 9839

Remove unused attributes.

2020-06-25 13:24 codesquid, revision 9838

Little bit of XRC removal.

2020-06-25 08:21 codesquid, revision 9837

Improvements for tiny screens sizes.

2020-06-25 07:12 codesquid, revision 9836

Minor cleanup.

2020-06-24 14:37 codesquid, revision 9835

Add a missing Fit() when creating quickconnect bar.

2020-06-22 12:38 codesquid, revision 9832

Fixed another harmless warning.

2020-06-22 09:57 codesquid, revision 9831

Fix two more warnings

2020-06-22 09:47 codesquid, revision 9829

Fix a warning

2020-06-22 09:36 codesquid, revision 9828

Add global option registry and use local copy in the actual options.

2020-06-20 18:31 codesquid, revision 9826

Revert include change for now.

2020-06-20 17:12 codesquid, revision 9825

Don't including of pugixml.hpp in header.

2020-06-20 16:43 codesquid, revision 9824

Adjust the them provider to new watcher.

2020-06-19 12:50 codesquid, revision 9823

Disable change notifications while still loading.

2020-06-19 09:58 codesquid, revision 9822

Add delayed notification and handle XML options.

2020-06-19 09:12 codesquid, revision 9821

Further compile fixes

2020-06-18 14:16 codesquid, revision 9820

Fixed a compile error.

2020-06-18 14:04 codesquid, revision 9819

Work in progress: Refactored options. They can now be set from any thread with working notifications. Each component can register its own options.

2020-06-08 07:00 codesquid, revision 9818

Fix saving of FTP connection settings.

2020-06-04 10:48 codesquid, revision 9817

Avoid explicit new.

2020-06-04 10:36 codesquid, revision 9815

Clean notification sending and get rid of CLocalPath::Create

2020-06-04 10:33 codesquid, revision 9814

Handle Cmd+V also for non-password text controls and also handle copy and cut.

2020-06-04 10:29 codesquid, revision 9813

use fz::mkdir

2020-06-04 10:27 codesquid, revision 9812

Require pugixml 1.9 or higher

2020-06-04 10:17 codesquid, revision 9811

Fix CPPFLAGS assignment

2020-05-29 09:11 codesquid, revision 9810

On new tab, copy initial size of new panes from previous tab.

2020-05-29 08:29 codesquid, revision 9808

Fix case of include

2020-05-28 11:44 codesquid, revision 9807

Fix declaration of variables to be extern

2020-05-28 11:33 codesquid, revision 9806

Remove unused variable.

2020-05-28 11:30 codesquid, revision 9805

Include filezilla.h prior to wx headers.

2020-05-28 10:42 codesquid, revision 9804

Fix include.

2020-05-28 09:32 codesquid, revision 9801

A lot more #include cleanup

2020-05-27 09:58 codesquid, revision 9800

Add a missing include.

2020-05-27 09:58 codesquid, revision 9799

Fix warning

2020-05-27 09:50 codesquid, revision 9798

#include cleanup.

2020-05-26 08:26 codesquid, revision 9797

Rename to inferred_timezone_offset to distinguish it from the user-set offset.

2020-05-20 07:53 codesquid, revision 9796

Add missing #include

2020-05-18 13:24 codesquid, revision 9794

Fix custom time format

2020-05-18 13:08 codesquid, revision 9793

Bump to 3.48.1

2020-05-18 12:51 codesquid, revision 9791

Updated translations

2020-05-18 12:44 codesquid, revision 9790

Get rid of mnemonic on Cancel button, there's always Escape.

2020-05-18 10:33 codesquid, revision 9789

Fixes to restoring splitter positions.

2020-05-15 09:11 codesquid, revision 9788

Fix choices not being saved when trying to edit a remote file that is already being edited.

2020-05-15 07:28 codesquid, revision 9787

Fix comparison settings now having immediate effect.

2020-05-14 10:11 codesquid, revision 9786

Add checks for null requests. Only clear request pointer if the body has already been sent.

2020-05-12 11:33 codesquid, revision 9785

Bump to 3.48.1-rc1

2020-05-12 11:17 codesquid, revision 9784

Change associations settings name, it's not fully compatible with old versions.

2020-05-12 11:15 codesquid, revision 9783

Use fz::mkdir from libfilezilla to create the settings directory as it, unlike wxWidgets' wxFileName::Mkdir can apply proper permissions on MSW.

2020-05-12 09:55 codesquid, revision 9782

Updated translations

2020-05-11 09:21 codesquid, revision 9776

Fixes for settings import: Write back to XML, call changed options handler.

2020-05-11 07:28 codesquid, revision 9775

Add missing mutex and also notify changed options if set from worker threads.

2020-05-07 12:29 codesquid, revision 9774

Minor static box border adjustment on MSW.

2020-05-07 12:28 codesquid, revision 9773

During comparison, Ctrl+Shift+A can be used in file lists to only select all highlighted files

2020-05-07 12:24 codesquid, revision 9772

Typo

2020-05-07 09:45 codesquid, revision 9771

There is no need to put pugi::xml_document into a smart pointer

2020-05-06 15:23 codesquid, revision 9770

Get rid of XRC from date formatting and improve layout of interface and passwords page.

2020-05-06 14:38 codesquid, revision 9769

Also remove XRC from FTP settings page.

2020-05-06 14:14 codesquid, revision 9768

Connection settings page no longer uses XRC.

2020-05-06 13:39 codesquid, revision 9767

Fix saving of associations.

2020-05-06 10:54 codesquid, revision 9766

Delete previous issuer labels if new item to display is self-signed.

2020-05-06 10:02 codesquid, revision 9764

Fixed a warning and slightly changed spacing.

2020-05-06 10:01 codesquid, revision 9763

Use platform-specific static box border, don't set wxTOP on MSW.

2020-05-06 09:48 codesquid, revision 9762

New layout of certificate dialog.

2020-05-06 08:52 codesquid, revision 9760

Remove certificate.xrc from distribution.

2020-05-06 08:47 codesquid, revision 9758

Refactor certificate verification dialog. Step 1: Get rid of XRC.