Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2010-02-06 19:34 codesquid, revision 3627

Move and clean up size formatting functions.

2010-02-06 18:39 codesquid, revision 3626

Make some getters const.

2010-02-06 18:05 codesquid, revision 3625

Give error messages a more meaningful title, set better icon.

2010-02-06 14:16 codesquid, revision 3624

Additional cleanup, move much menu handling into its own class

2010-02-01 21:48 codesquid, revision 3623

Fix compile error and move hiding of log button until after setting its state.

2010-01-31 11:03 codesquid, revision 3622

Restrict length of limit box.

2010-01-31 11:03 codesquid, revision 3621

Add helper function to show and hide toolbar buttons.

2010-01-30 23:02 codesquid, revision 3620

Print a proper error message instead of using default port if the entered port is not a number.

2010-01-30 21:02 codesquid, revision 3619

Also react to right-clicks.

2010-01-30 20:36 codesquid, revision 3618

Move most of the toolbar specific bits to a new class.

2010-01-30 20:30 codesquid, revision 3617

Improve some strings.

2010-01-30 16:46 codesquid, revision 3616

Keep track of SFTP and FTPS data for each state.

2010-01-30 16:21 codesquid, revision 3615

Set the AppID on startup on MSW7.

2010-01-30 11:40 codesquid, revision 3614

Further untangle status bar updating.

2010-01-30 10:24 codesquid, revision 3613

Implement new option change event handler.

2010-01-26 20:19 codesquid, revision 3612

Fix buffer overflow.

2010-01-25 22:42 codesquid, revision 3611

Implement click functionality for speedlimits indicator.

2010-01-24 11:18 codesquid, revision 3610

Cleanup of status bar code.

2010-01-24 11:18 codesquid, revision 3609

Add some default artwork

2010-01-24 11:15 codesquid, revision 3608

Implement functionality of speedlimits dialog.

2010-01-23 14:35 codesquid, revision 3607

Add speedlimits dialog prototype

2010-01-23 14:02 codesquid, revision 3606

Use the icon set's file icon instead of the classic file icon if system icon cannot be obtained.

2010-01-23 11:48 codesquid, revision 3605

Do not automatically pop up dialogs if any mouse button is down, fixes Ubuntu LP: #497836

2010-01-18 22:04 codesquid, revision 3604

Add option to toggle speed limits.

2010-01-18 21:43 codesquid, revision 3603

PuTTY's exitcode handling is strange, using INT_MAX like that...