Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 13:40:01
Changelog for FileZilla 3 (8047 changes):
2006-01-31 12:53 botg, revision 5472006-01-29 11:34 botg, revision 546small tweaks
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/resources/netconfwizard.xrc
2006-01-24 17:30 botg, revision 545finish data validation
2006-01-24 16:24 botg, revision 544fit window to initial size
- M /FileZilla3/trunk/locales/cs.po
- M /FileZilla3/trunk/locales/da_DK.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/ja_JP.po
- M /FileZilla3/trunk/locales/Makefile.am
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/sl.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2006-01-24 15:32 botg, revision 543updated translations
2006-01-24 15:09 botg, revision 542*** empty log message ***
2006-01-24 14:58 botg, revision 541use "operating system" instead of "Windows"
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
2006-01-24 14:56 botg, revision 540make site manager use the new wrapping engine
2006-01-24 14:56 botg, revision 539start implementing a context menu
2006-01-23 17:08 botg, revision 538- add support for wxNotebook - fix bug if dialog width cannot be reduced to desired width, wrap to actual width then
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filezillaapp.h
- M /FileZilla3/trunk/src/interface/ipcmutex.h
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.h
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.h
2006-01-23 09:28 botg, revision 537implement layout cache to speed up subsequent dialog creations
2006-01-22 12:35 botg, revision 536typo
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/chmoddialog.cpp
- M /FileZilla3/trunk/src/interface/dialogex.cpp
- M /FileZilla3/trunk/src/interface/dialogex.h
- M /FileZilla3/trunk/src/interface/inputdialog.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.h
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
- M /FileZilla3/trunk/src/interface/resources/netconfwizard.xrc
- A /FileZilla3/trunk/src/interface/wrapengine.cpp
- A /FileZilla3/trunk/src/interface/wrapengine.h
2006-01-17 13:16 botg, revision 535Add auto text-wrap engine in use by network configuration wizard
2006-01-17 09:05 botg, revision 534support yyyy.mm.dd date format
2006-01-11 13:49 botg, revision 533Spelling fix.
- M /FileZilla3/trunk/AUTHORS
- A /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/zh_TW.po
2006-01-10 18:20 botg, revision 532added pt_PT, updated zh_TW
2006-01-06 19:54 botg, revision 531"Force UTF-8 encoding" setting wasn't saved
- M /FileZilla3/trunk/locales/bg.po
- M /FileZilla3/trunk/locales/ca_ES.po
- M /FileZilla3/trunk/locales/cs.po
- M /FileZilla3/trunk/locales/fr_CA.po
- M /FileZilla3/trunk/locales/fr_FR.po
- M /FileZilla3/trunk/locales/mk.po
- M /FileZilla3/trunk/locales/sl.po
- M /FileZilla3/trunk/locales/zh_CN.po
2006-01-06 19:46 botg, revision 530updated
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.h
- M /FileZilla3/trunk/src/interface/resources/netconfwizard.xrc
2006-01-06 11:37 botg, revision 529autowrap texts to make dialog look prettier
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.h
2006-01-06 11:34 botg, revision 528compile fix
- M /FileZilla3/trunk/src/interface/Makefile.am
- A /FileZilla3/trunk/src/interface/netconfwizard.cpp
- A /FileZilla3/trunk/src/interface/netconfwizard.h
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/netconfwizard.xrc
2005-12-30 10:41 botg, revision 527work in progress: Network configuration wizard
2005-12-30 10:40 botg, revision 526*** empty log message ***
2005-12-03 17:37 botg, revision 525improved support for directory listings in used by some asian servers.
2005-12-03 15:42 botg, revision 524compile fix
2005-12-03 13:17 botg, revision 523compiler warnings
- M /FileZilla3/trunk/src/engine/engine.vcproj
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- A /FileZilla3/trunk/src/engine/iothread.cpp
- A /FileZilla3/trunk/src/engine/iothread.h
- M /FileZilla3/trunk/src/engine/Makefile.am
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
moved file reading/writing into own thread, significantly improves UI responsiveness.