Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 12:50:01
Changelog for FileZilla 3 (8047 changes):
2006-07-31 11:01 botg, revision 797- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/zh_TW.po
2006-07-31 08:54 botg, revision 796updated
2006-07-31 00:04 botg, revision 795yet another compile fix for wxWidgets 2.6.3
2006-07-30 09:15 botg, revision 794compile fix for wxWidgets 2.6.3
2006-07-30 08:57 botg, revision 793implemented http downloads into file
2006-07-30 08:54 botg, revision 792handle file exists, use overwrite action
2006-07-28 10:51 botg, revision 791Remove older requests coming from the same engine
2006-07-27 21:52 botg, revision 790Update check working. Todo: package download
2006-07-27 15:26 botg, revision 789GPL.html was missing from distribution, used by NSIS Installer script.
2006-07-26 15:22 botg, revision 788The latest ratio isn't always the best ratio. Can happen if ratio wobbles back and forth over requested ratio.
2006-07-25 13:07 botg, revision 787updated
2006-07-24 11:51 botg, revision 786new text-wrapping algorithm for the generic case.
2006-07-24 10:19 botg, revision 785Fix wrapping for fonts where pixelwidth(string) < sum(pixelwidth(characters))
2006-07-22 13:34 botg, revision 784sync with upstream sources
2006-07-21 11:24 botg, revision 783Added Arabic translation
2006-07-21 10:26 botg, revision 782make use of the new parameter of WrapRecusive
2006-07-21 10:25 botg, revision 781Added minimumRequestedSize parameter to the ratio based wrapping. Used for proper display of wizards. Make cache validity check use build time as well.
2006-07-19 19:58 botg, revision 780added GetBuildTimeString
- M /FileZilla3/trunk/src/interface/buildinfo.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.h
2006-07-19 13:38 botg, revision 779lots of improvements
2006-07-19 13:28 botg, revision 778ensure final releases have higher version number than rc or beta versions
2006-07-19 10:19 botg, revision 777fix warning
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/buildinfo.cpp
- M /FileZilla3/trunk/src/interface/buildinfo.h
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
2006-07-18 17:21 botg, revision 776Renamed GetBuildDate into GetBuildDateString, added new GetBuildDate with return type wxDateTime
2006-07-18 11:16 botg, revision 775Remove a continue, thanks SyberSnooP for spotting this.
2006-07-17 14:55 botg, revision 774helper function to convert version strings into 64-bit numbers for easy comparison.
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/aboutdialog.h
- A /FileZilla3/trunk/src/interface/buildinfo.cpp
- A /FileZilla3/trunk/src/interface/buildinfo.h
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
2006-07-16 21:01 botg, revision 773Move some code into the new CBuildInfo class
added GetBuildType function