Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 13:00:01
Changelog for FileZilla 3 (8047 changes):
2009-02-02 10:23 botg, revision 29882009-02-02 10:05 botg, revision 2987MSW toolbar likes alpha channels more than masks.
2009-01-31 16:15 botg, revision 2986Forgot to optimize file
2009-01-31 14:55 botg, revision 2985Fix sync browsing menuitem state.
2009-01-31 14:53 botg, revision 2984Version bump
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/ca.po
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/ko_KR.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/ru.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/zh_TW.po
2009-01-31 09:40 botg, revision 2983Updated translations
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
2009-01-30 15:23 botg, revision 2979Fix some warnings.
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- A /FileZilla3/trunk/src/interface/resources/16x16/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2009-01-28 21:15 botg, revision 2976Implement synchronized browsing.
2009-01-27 17:37 botg, revision 2975Fix #4188, GetBookmarks didn't load bookmarks for predefined sites complaining loudly.
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/import.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.h
2009-01-26 22:53 botg, revision 2974Fix #4185, TinyXML cannot handle Unicode filenames well.
- M /FileZilla3/trunk/src/interface/conditionaldialog.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2009-01-26 22:46 botg, revision 2973Fix button height inconsistencies
2009-01-25 15:28 botg, revision 2972May need to expand editor command from PATH if adding to custom associations
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
- M /FileZilla3/trunk/src/interface/viewheader.cpp
2009-01-24 16:28 botg, revision 2971Route some code paths through CState to prepare for the synchronized browsing feature.
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2009-01-24 14:11 botg, revision 2970More CLocalPath usage.
2009-01-24 13:26 botg, revision 2969Fix a nullpointer dereference.
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/include/local_path.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.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/tests/localpathtest.cpp
2009-01-22 13:01 botg, revision 2968Make use of CLocalPath. Much more code still needs to be converted.
2009-01-21 13:34 botg, revision 2967Update local path test
2009-01-21 11:19 botg, revision 2966Fix edit label hiding under item on OS X if creating new site
2009-01-20 16:00 botg, revision 2965Fix compile error
- M /FileZilla3/trunk/src/engine/engine.vcproj
- A /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/engine/Makefile.am
- A /FileZilla3/trunk/src/include/local_path.h
- M /FileZilla3/trunk/src/include/Makefile.am
- A /FileZilla3/trunk/tests/localpathtest.cpp
- M /FileZilla3/trunk/tests/Makefile.am
2009-01-20 15:47 botg, revision 2964First half of a new class to handle local paths.
2009-01-18 22:29 botg, revision 2963Minor test addition.
2009-01-18 21:56 botg, revision 2962Oops, committed wrong .xrc file. Other one can stay though, it just foreshadows things to come soon ;)
- M /FileZilla3/trunk/src/interface/optionspage_language.cpp
- M /FileZilla3/trunk/src/interface/optionspage_language.h
- M /FileZilla3/trunk/src/interface/resources/toolbar.xrc
2009-01-15 22:47 botg, revision 2961Patch by Adrien Cunin to keep "Default system language" on top and to display locale code.
2009-01-15 17:03 botg, revision 2960Search for program in $PATH if not absolute
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/optionspage_edit.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2009-01-14 22:32 botg, revision 2959Prompt for an editor on unassociated file types.
Fix error in debug build.