Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 13:50:01
Changelog for FileZilla 3 (8047 changes):
2006-05-04 21:29 botg, revision 6472006-05-04 21:21 botg, revision 646more verbose debugging info
2006-05-04 21:03 botg, revision 645handle cmd_rawtransfer in SendNextCommand
2006-04-29 20:08 botg, revision 644fix condition, wasn't handling STATECHANGE_REMOTE_DIR_MODIFIED
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
- M /FileZilla3/trunk/src/interface/viewheader.cpp
- M /FileZilla3/trunk/src/interface/viewheader.h
2006-04-29 19:06 botg, revision 643all UI components now use the new state event system
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2006-04-29 18:54 botg, revision 642Add new stateevent handler class to reduce code complexity.
2006-04-29 08:50 botg, revision 641Add small utility function to detach listing from notification. Will be used to reduce the amount of times each listing is copied.
2006-04-28 13:06 botg, revision 640fix typo
2006-04-28 13:00 botg, revision 639updated
2006-04-28 12:53 botg, revision 638recent server list now fully functional
- M /FileZilla3/trunk/src/interface/led.cpp
- M /FileZilla3/trunk/src/interface/led.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
2006-04-28 12:32 botg, revision 637Let the traffic LEDs handle the timer
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
- M /FileZilla3/trunk/src/interface/settingsdialog.h
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.h
- M /FileZilla3/trunk/src/interface/viewheader.cpp
- M /FileZilla3/trunk/src/interface/viewheader.h
2006-04-28 12:29 botg, revision 636Restructure the code with the aim to make CMainFrame simpler. Communication between the different UI components should be done using CState.
- M /FileZilla3/trunk/src/interface/recentserverlist.cpp
- M /FileZilla3/trunk/src/interface/recentserverlist.h
2006-04-25 22:30 botg, revision 635add Clear() method
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/Makefile.am
- A /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- A /FileZilla3/trunk/src/interface/quickconnectbar.h
2006-04-25 22:29 botg, revision 634move quickconnect bar to its own file. Add dropdown menu, not yet functional
2006-04-25 14:30 botg, revision 633even bigger search path
2006-04-24 22:13 botg, revision 632small fix
2006-04-24 21:53 botg, revision 631updated
2006-04-23 17:22 botg, revision 630fix CServer::FormatServer to handle used protocol
- M /FileZilla3/trunk/configure.in
- M /FileZilla3/trunk/src/putty/unix/uxnet.c
- M /FileZilla3/trunk/src/putty/windows/winnet.c
2006-04-23 15:28 botg, revision 629don't send recv/send notifications that often, reduces CPU load.
2006-04-22 23:18 botg, revision 628compile fix
2006-04-21 08:58 botg, revision 627Fix connection_fatal, modalfatalbox and fatalbox functions to print correct error message
2006-04-19 18:17 botg, revision 626fix a charset conversion issue
2006-04-19 17:56 botg, revision 625Renamed some files to match reality.
- M /FileZilla3/trunk/src/interface/recentserverlist.cpp
- M /FileZilla3/trunk/src/interface/recentserverlist.h
2006-04-18 11:55 botg, revision 624compile fix
- M /FileZilla3/trunk/src/interface/ipcmutex.h
- M /FileZilla3/trunk/src/interface/Makefile.am
- A /FileZilla3/trunk/src/interface/recentserverlist.cpp
- A /FileZilla3/trunk/src/interface/recentserverlist.h
2006-04-18 11:52 botg, revision 623add CRecentServerList, will be used for a connection history by the quickconnect bar later
add CXmlFile class