Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2007-07-20 15:46 botg, revision 1494

If successful/failed tab gets cleared and queue tab still has items, select queue tab.

2007-07-20 15:24 botg, revision 1493

fix signedness warning

2007-07-20 13:09 botg, revision 1492

Left/right cursor keys can be used to switch tabs.

2007-07-20 13:03 botg, revision 1491

Add queue to tab traversal

2007-07-19 14:31 botg, revision 1490

F6 key can be used to jump between quickconnect bar and view headers (if enabled)

2007-07-19 14:10 botg, revision 1489

Compile fixes

2007-07-18 13:27 botg, revision 1488

Fix navigation on non-windows systems.

2007-07-18 08:09 botg, revision 1487

Fix warnings

2007-07-18 00:06 botg, revision 1486

Start implementing keyboard navigation. (shift-)tab key should work exepct for queue. Not fully tested yet.

2007-07-17 10:15 botg, revision 1485

Distribute and install fzdefaults.xml.example

2007-07-16 16:04 botg, revision 1484

Fix memory leak introduced with last commit.

2007-07-16 15:00 botg, revision 1483

Fix [ 1740779 ] Inconsistent selection when list is reordered

2007-07-16 14:30 botg, revision 1482

Minor speedup, don't attempt to reload resources in release builds.

2007-07-16 14:26 botg, revision 1481

Even smaller, another 153 bytes gone ^^

2007-07-16 13:56 botg, revision 1480

UnwrapRecursive wasn't called in all codepaths causing some problems.

2007-07-16 13:56 botg, revision 1479

Changing priority should work now.

2007-07-16 11:47 botg, revision 1478

Updated

2007-07-11 19:11 botg, revision 1477

fzdefaults.xml can be used to define settings location.

2007-07-11 13:41 botg, revision 1476

Add an import dialog

2007-07-11 13:41 botg, revision 1475

Shave off a few more extra bytes using OptiPNG.

2007-07-10 15:24 botg, revision 1474

Queue import

2007-07-08 13:46 botg, revision 1473

Sitemanager import

2007-07-06 13:52 botg, revision 1472

Implement settings import

2007-07-06 09:20 botg, revision 1471

Some cleanup

2007-07-06 07:54 botg, revision 1470

Fix warnings

2007-07-05 17:42 botg, revision 1469

Updated

2007-07-05 16:19 botg, revision 1468

Add a small helper function

2007-07-05 10:39 botg, revision 1467

Add import of legacy sites.

2007-07-04 14:25 botg, revision 1466

Add cipher+MAC to debug info.

2007-07-04 14:22 botg, revision 1465

Work in progress: Import feature

2007-07-01 10:21 botg, revision 1464

Add export dialog.

2007-06-29 09:26 botg, revision 1463

Fix "limit number of concurrent downloads" to work properly.

2007-06-28 10:51 botg, revision 1462

Disconnect idle engines after 30 seconds.

2007-06-24 09:42 botg, revision 1460

Implement "successful" tab

2007-06-23 13:06 botg, revision 1459

Updated

2007-06-23 12:34 botg, revision 1458

Fix size calculations

2007-06-23 09:28 botg, revision 1457

Add code to readd files to queue.

2007-06-22 18:47 botg, revision 1456

More speedups

2007-06-22 18:34 botg, revision 1455

Performance improvements

2007-06-21 23:35 botg, revision 1454

Various fixes; partial context menu on failed queue tab.

2007-06-21 18:22 botg, revision 1453

Fix crash

2007-06-21 13:31 botg, revision 1452

escape some special characters in the path if using wxFileSystem.

2007-06-20 17:00 botg, revision 1451

Updated

2007-06-19 14:31 botg, revision 1450

More queue changes, started adding new functionality.

2007-06-18 19:51 botg, revision 1449

Work around the lack of thread-safety in the reference counting of wxString.

2007-06-18 17:05 botg, revision 1448

Fix problem if OnClose was called before OnConnect

2007-06-18 16:50 botg, revision 1447

Fix spurious valgrind warning.

2007-06-17 13:18 botg, revision 1446

Fix nullpointer exception.

2007-06-17 13:12 botg, revision 1445

Fix bug [ 1723925 ] by invalidating current working directories of other engines if it's equal to or a subdir of a removed/renamed directory.

2007-06-14 14:27 botg, revision 1444

Don't send MDTM command if SIZE fails with "file not found", fix an assertion if uploading to an unlistable directory.