Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2006-06-09 22:03 botg, revision 710

simplifications

2006-06-09 22:01 botg, revision 709

add two new options, GetOption and it's SetOption counterpart now also work with options of number-type.

2006-06-09 08:40 botg, revision 708

FileZilla should compile with wxWidgets 2.6.3 again.

2006-06-08 16:46 botg, revision 707

implement ID_REMOVEALL

2006-06-07 13:53 botg, revision 706

Finished active mode tests.

2006-06-06 08:23 botg, revision 705

updated

2006-06-05 10:00 botg, revision 704

more assertion fixes

2006-06-04 11:55 botg, revision 703

fix assertion under wxGTK

2006-06-02 09:48 botg, revision 702

updated

2006-06-02 06:34 botg, revision 701

fix warnings

2006-06-01 21:53 botg, revision 700

fix more wrapping issues. Requires wxWidgets patch #1498847 or it won't work properly due to a bug in wx.

2006-05-31 11:52 botg, revision 699

updated

2006-05-30 15:40 botg, revision 698

missing fallback path if server doesn't send valid UTF-8

2006-05-30 08:46 botg, revision 697

Focus first item in list in ReselectItems if no selected item exists.

2006-05-29 22:17 botg, revision 696

wxFileName object doesn't have to be constructed. Fixes problem with all files appearing as directories.

2006-05-29 21:45 botg, revision 695

fix assertion/crash if directory to expand did not exist

2006-05-29 13:30 botg, revision 694

updated

2006-05-28 10:12 botg, revision 693

if passwords contains non-ascii characters, fall back to local charset if login fails

2006-05-27 22:49 botg, revision 692

Cache SYST and FEAT replies. Don't send CLNT or OPTS UTF8 ON if the server is FileZilla Server.

2006-05-26 16:53 botg, revision 691

implement double-click list+expand for unknown directories.

2006-05-23 19:56 botg, revision 690

updated

2006-05-23 09:51 botg, revision 689

items can be selected to change current directory

2006-05-23 09:45 botg, revision 688

updated

2006-05-21 16:06 botg, revision 687

use proper icons

2006-05-21 15:52 botg, revision 686

Fix assertion under wxGTK

2006-05-21 11:56 botg, revision 685

compile fix and removed some debugging code

2006-05-21 11:40 botg, revision 684

Tree display fully working

2006-05-21 11:37 botg, revision 683

local sorting function wasn't called

2006-05-19 07:58 botg, revision 682

fix compile warning

2006-05-19 07:02 botg, revision 681

missing file

2006-05-18 21:57 botg, revision 680

expose cache of currently connected server through CFileZillaEngine

2006-05-18 21:54 botg, revision 679

Use MIT/X11 license for this simple helper class

2006-05-18 14:01 botg, revision 678

updated

2006-05-18 13:51 botg, revision 677

add code to add overlays to the icons from the system image list, in this case the small question mark for unvisited directories.

2006-05-18 09:08 botg, revision 676

partial implementation of remote directory tree

2006-05-18 09:07 botg, revision 675

corrected a comment

2006-05-18 09:07 botg, revision 674

remove unneeded forward declaration

2006-05-17 12:02 botg, revision 673

remove update-configure.sh

2006-05-16 22:31 botg, revision 672

make use of directory listing filter

2006-05-15 09:44 botg, revision 671

F5 hotkey to refresh file lists. So far wxMSW only until there will be a refresh menu item (wxWidgets limitation).

2006-05-13 21:38 botg, revision 670

don't display listings from different servers

2006-05-13 21:34 botg, revision 669

remember last used remote directory

2006-05-13 16:22 botg, revision 668

apply given timezone offset

2006-05-13 13:35 botg, revision 667

fix == and < operators

2006-05-13 12:53 botg, revision 666

fix assertion

2006-05-13 10:01 botg, revision 665

more cleaning power

2006-05-12 22:12 botg, revision 664

decrease CServerItem::m_activeCount in the server list inside ResetEngine.

2006-05-12 20:32 botg, revision 663

typo

2006-05-08 08:21 botg, revision 662

add flag to disable building of locales, mainly for debugging purposes

2006-05-07 23:43 botg, revision 661

For same reason as previous commit, fix resetting selections as well.

2006-05-07 20:14 botg, revision 660

GetNextItem searches for items with all specified flags set, not with just any specified flag set.

2006-05-07 20:13 botg, revision 659

compile fix

2006-05-07 11:10 botg, revision 658

Due to the flickerfree refresh and the improved state handling, we can now make use of the directory listings sent by the transfer engines.

2006-05-07 11:05 botg, revision 657

typo in comment

2006-05-07 11:03 botg, revision 656

implement local directory creation

2006-05-07 09:48 botg, revision 655

flicker free refreshs

2006-05-07 09:30 botg, revision 654

compile fix

2006-05-07 00:34 botg, revision 653

Fix drawing problems under Windows

2006-05-06 22:54 botg, revision 652

Improve selection handling. Fixes an assertion under wxGTK

2006-05-06 18:21 botg, revision 651

fix assertion if icon couldn't be loaded

2006-05-06 01:04 botg, revision 650

call TransferSend instead of TransferParseResponse in SendNextCommand

2006-05-05 22:02 botg, revision 649

Updated translations

2006-05-04 21:53 botg, revision 648

fix SetLastServer

2006-05-04 21:29 botg, revision 647

more verbose debugging info

2006-05-04 21:21 botg, revision 646

handle cmd_rawtransfer in SendNextCommand

2006-05-04 21:03 botg, revision 645

fix condition, wasn't handling STATECHANGE_REMOTE_DIR_MODIFIED

2006-04-29 20:08 botg, revision 644

all UI components now use the new state event system

2006-04-29 19:06 botg, revision 643

Add new stateevent handler class to reduce code complexity.

2006-04-29 18:54 botg, revision 642

Add small utility function to detach listing from notification. Will be used to reduce the amount of times each listing is copied.

2006-04-29 08:50 botg, revision 641

fix typo

2006-04-28 13:06 botg, revision 640

updated

2006-04-28 13:00 botg, revision 639

recent server list now fully functional

2006-04-28 12:53 botg, revision 638

Let the traffic LEDs handle the timer

2006-04-28 12:32 botg, revision 637

Restructure the code with the aim to make CMainFrame simpler. Communication between the different UI components should be done using CState.

2006-04-28 12:29 botg, revision 636

add Clear() method

2006-04-25 22:30 botg, revision 635

move quickconnect bar to its own file. Add dropdown menu, not yet functional

2006-04-25 22:29 botg, revision 634

even bigger search path

2006-04-25 14:30 botg, revision 633

small fix

2006-04-24 22:13 botg, revision 632

updated

2006-04-24 21:53 botg, revision 631

fix CServer::FormatServer to handle used protocol

2006-04-23 17:22 botg, revision 630

don't send recv/send notifications that often, reduces CPU load.

2006-04-23 15:28 botg, revision 629

compile fix

2006-04-22 23:18 botg, revision 628

Fix connection_fatal, modalfatalbox and fatalbox functions to print correct error message

2006-04-21 08:58 botg, revision 627

fix a charset conversion issue

2006-04-19 18:17 botg, revision 626

Renamed some files to match reality.

2006-04-19 17:56 botg, revision 625

compile fix

2006-04-18 11:55 botg, revision 624

add CRecentServerList, will be used for a connection history by the quickconnect bar later

2006-04-18 11:52 botg, revision 623

add CXmlFile class

2006-04-16 11:00 botg, revision 622

mask password in log

2006-04-16 10:22 botg, revision 621

updated

2006-04-15 12:31 botg, revision 620

trim whitespace from hostname

2006-04-14 06:42 botg, revision 619

typo

2006-04-13 23:17 botg, revision 618

revert last change, doesn't work properly

2006-04-13 21:01 botg, revision 617

fix OS X application bundle creation

2006-04-11 21:06 botg, revision 616

add --enable-localesonly flag, if passed to configure, only locales will be created during make

2006-04-11 19:51 botg, revision 615

minor improvement

2006-04-09 17:14 botg, revision 614

Updated to TinyXml 2.4.3

2006-04-09 13:18 botg, revision 613

Call the ::EndMenu function under windows in ShowModal to close open popup menus. Else application will freeze

2006-04-07 12:27 botg, revision 612

fixes for wxNotebook wrapping

2006-04-07 12:21 botg, revision 611

layout fix