Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2014-07-01 17:14 codesquid, revision 5767

Fix assertion in date/time comparison.

2014-07-01 15:02 codesquid, revision 5766

Fix a copy&paste error when hiding remote directory tree.

2014-07-01 14:28 codesquid, revision 5764

Version bump to 3.9.0-beta3

2014-07-01 14:20 codesquid, revision 5763

Updated translations.

2014-07-01 14:15 codesquid, revision 5762

Update svn:ignore.

2014-07-01 13:29 codesquid, revision 5761

Fix one last nullpointer dereference.

2014-07-01 13:27 codesquid, revision 5760

Set correct initial parent to avoid reparenting. Reparenting doesn't work during construction on OS X, afterwards main window is unresponsive. Oddly enough, this only happens on OS X if a display is connected. On a headless machine controlled via VNC this does not happen.

2014-07-01 13:05 codesquid, revision 5759

Another bug.

2014-07-01 12:58 codesquid, revision 5758

And yet another nullpointer dereference spotted by returning early from the constructor.

2014-07-01 12:55 codesquid, revision 5757

Fix another nullpointer dereference.

2014-07-01 12:48 codesquid, revision 5756

Fix potential nullpointer dereference.

2014-07-01 12:43 codesquid, revision 5755

Default-initialize members.

2014-06-30 19:45 codesquid, revision 5754

Generate greyscale images for the toolbar if using GTK3 build of wx.

2014-06-30 07:19 codesquid, revision 5753

Language change now always requires a restart. Too much breaks if changing language if the GUI is up.

2014-06-29 10:23 codesquid, revision 5752

I've encountered random crashes in the spell checker for text controls. Disable spell checker on OS X, it's not really needed in an FTP client.

2014-06-29 10:08 codesquid, revision 5751

Fix update dialog in right-to-left languages.

2014-06-29 09:56 codesquid, revision 5750

Add tooltip.

2014-06-29 09:34 codesquid, revision 5749

Minor performance improvement.

2014-06-29 09:34 codesquid, revision 5748

Terminate URL with slash.

2014-06-28 09:30 codesquid, revision 5747

Fix language comparison, runtime was rightfully complaining about a bad operator.

2014-06-28 09:29 codesquid, revision 5746

Reposition pages in RTL mode.

2014-06-28 08:13 codesquid, revision 5745

Custom drawing code isn't needed on wxMAC either, so we can now completely remove it.

2014-06-28 07:41 codesquid, revision 5744

Use a hyperlink control to link to help page about date/time formatting.

2014-06-28 07:18 codesquid, revision 5743

The custom tab drawing code isn't needed anymore under Windows either.

2014-06-27 21:19 codesquid, revision 5742

No need for CFilterDC on wxGTK.

2014-06-27 21:18 codesquid, revision 5741

wxAUI works a lot better with wxGTK in version 3. Disable a bunch of old workarounds.

2014-06-27 06:42 codesquid, revision 5740

Fix a rare memory leak.

2014-06-26 18:40 codesquid, revision 5738

3.9.0-beta2 is here.

2014-06-26 18:39 codesquid, revision 5737

Update translation files.

2014-06-26 18:21 codesquid, revision 5736

Use wxStdDialogButtonSizer in conditional dialogs.

2014-06-26 17:13 codesquid, revision 5735

When toggling tree visibility if enabling directory comparison, set the corresponding option so that menu and toolbar states are updated. Fixes #9620.

2014-06-24 16:53 codesquid, revision 5734

Disable wrapping warnings.

2014-06-24 16:44 codesquid, revision 5733

Add more spacing between OK and Cancel in settings dialog.

2014-06-23 19:01 codesquid, revision 5732

Fix comparison, sort function now returns positve/negative numbers instead of +/-1. Reported in #9607, introduced by #9402.

2014-06-23 06:44 codesquid, revision 5729

Adjust the throbber's minsize after loading the animation.

2014-06-23 06:30 codesquid, revision 5728

Only mark background as transparent on wxGTK,, otherwise under Windows the background is never cleared and junk filling it up eventually.

2014-06-22 17:05 codesquid, revision 5727

Fix spurious error message when closing FileZilla, fixes #9600.

2014-06-22 16:04 codesquid, revision 5726

Replace IsEmpty with empty, patch by XhmikosR.

2014-06-22 15:59 codesquid, revision 5725

Another wxStaticBox fix, these subtle differences between platforms...

2014-06-22 15:47 codesquid, revision 5724

Fix sizing of settings dialog under GTK.

2014-06-22 15:26 codesquid, revision 5723

With some GTK themes, initially reported static box size is wrong. This is an attempt to work around it.

2014-06-22 14:08 codesquid, revision 5722

Mark activity indicators as having a transparent background.

2014-06-22 13:51 codesquid, revision 5721

Return wxString() instead of empty string literals or wxEmptyString. Patch by XhmikosR.

2014-06-22 13:48 codesquid, revision 5720

Replace CServerPath's IsEmpty and Clear with empty and clear.

2014-06-22 13:23 codesquid, revision 5719

Use empty() instead of comparing against empty string literal. Patch by XhmikosR, modified to use empty() instead of IsEmpty().

2014-06-22 13:06 codesquid, revision 5718

std::size_t is same as size_t.

2014-06-22 12:58 codesquid, revision 5717

Fix endless loop when minimizing to tray: Show(false) triggers OnIconize again.

2014-06-21 20:47 codesquid, revision 5715

Version bump

2014-06-21 18:11 codesquid, revision 5714

Updated translations

2014-06-21 15:00 codesquid, revision 5713

Use auto instead of std::iterator, patch by XhmikosR.

2014-06-21 13:15 codesquid, revision 5712

Use wxStdDialogButtonSizer in additional dialogs.

2014-06-21 12:25 codesquid, revision 5711

Fix coverity warnings.

2014-06-21 11:58 codesquid, revision 5710

Whitespace cleanup. Patch by XhmikosR.

2014-06-21 11:58 codesquid, revision 5709

Use a more modern HTML dialect. Patch by XhmikosR.

2014-06-21 11:53 codesquid, revision 5708

Some initialization fixes based on patch by XhmikosR.

2014-06-21 10:28 codesquid, revision 5707

Convert more dialog to use wxStdDialogButtonSizer

2014-06-21 10:11 codesquid, revision 5706

On OSX minimum toolbar button size is 24x24. Add border around icons accordingly, otherwise the icons look horribly blurred.

2014-06-21 08:13 codesquid, revision 5705

Get rid of extra horizontal line above toolbar under Windows.

2014-06-21 07:51 codesquid, revision 5704

Fix background of queue tabs if FileZilla starts maximized.

2014-06-21 07:41 codesquid, revision 5703

Fix sizers of import and export dialog, minor code cleanup.

2014-06-20 18:54 codesquid, revision 5702

Use wxStdDialogButtonSizer for bookmark dialogs.

2014-06-20 17:29 codesquid, revision 5701

Use AC_CHECK_TOOL to search for windres.

2014-06-20 17:10 codesquid, revision 5700

Change order in which windres is being searched: Use host_alias first.

2014-06-20 17:06 codesquid, revision 5699

Add a bit of room between OK and cancel buttons.

2014-06-20 17:03 codesquid, revision 5698

Move sitemanager into own file. Use wxStdDialogButtonSizer for fileexists dialogs.

2014-06-20 16:25 codesquid, revision 5697

Remove debug code.

2014-06-20 14:43 codesquid, revision 5696

Fix crashes when removing lines.

2014-06-20 13:00 codesquid, revision 5695

As we cannot specify tab position on OS X, pre-align with spaces.

2014-06-20 12:31 codesquid, revision 5694

Small cleanup.

2014-06-20 12:14 codesquid, revision 5693

Fix compile error

2014-06-20 12:00 codesquid, revision 5692

Remove extra parenthesis.

2014-06-20 11:36 codesquid, revision 5691

Fix a compile error.

2014-06-20 10:01 codesquid, revision 5690

Use wxStdDialogButtonSizer for the input dialog.

2014-06-20 09:45 codesquid, revision 5689

Add missing library in release builds.

2014-06-20 09:36 codesquid, revision 5688

On Windows, we want to handle the context menu ourselves.

2014-06-20 09:17 codesquid, revision 5687

Disable slow asserts, make others a bit faster.

2014-06-20 09:02 codesquid, revision 5686

Disable some slow asserts.

2014-06-20 08:51 codesquid, revision 5685

Changed a bit too much.

2014-06-20 08:49 codesquid, revision 5684

Move some debug functionality from __WXDEBUG__ to WRAPDEBUG.

2014-06-20 08:42 codesquid, revision 5683

Fix background of speedlimits icon and reposition controls.

2014-06-20 08:34 codesquid, revision 5682

wxCommandEvent::IsChecked does not work for popup menus. Avoid it.

2014-06-20 07:43 codesquid, revision 5681

Now that we're using C++11, use std::shared_ptr instead of our own CSharedPointer

2014-06-20 07:13 codesquid, revision 5680

Grid sizers shouldn't have both row and column count set, that results in assertions.

2014-06-20 07:05 codesquid, revision 5679

Fix wrong row count.

2014-06-19 15:13 codesquid, revision 5678

Further refactoring.

2014-06-19 15:13 codesquid, revision 5677

Use wxString() and empty() where appropriate.

2014-06-19 14:35 codesquid, revision 5676

Further refactoring.

2014-06-19 14:08 codesquid, revision 5675

Modernize code a bit.

2014-06-19 09:17 codesquid, revision 5674

Move res out of loop for debug printing.

2014-06-19 09:16 codesquid, revision 5673

Additional fixes for setting bestWidth, use the max of actualWidth and desiredWidth.

2014-06-19 09:07 codesquid, revision 5672

Be more conservative when setting new max value in iterative wrapping.

2014-06-19 08:53 codesquid, revision 5671

Fix a typo.

2014-06-19 08:52 codesquid, revision 5670

OS X wrapping fixes. It seems every platform handles wxStaticBox differently.

2014-06-19 08:50 codesquid, revision 5669

Update libtool check.

2014-06-18 22:23 codesquid, revision 5668

Change order of tests.

2014-06-18 21:53 codesquid, revision 5667

Add check for -stdlib=libc++

2014-06-18 19:51 codesquid, revision 5666

Fix a typo.

2014-06-18 17:55 codesquid, revision 5665

Wrapping on GTK+3 now works.

2014-06-18 17:08 codesquid, revision 5664

Get rid of useless enum. Makes it easier to remove pages for debugging.

2014-06-18 16:43 codesquid, revision 5663

Add check for C++11 support.