Thread: [Initranslator-svncheckins] SF.net SVN: initranslator: [92] translator/trunk/Changelog.txt
Brought to you by:
peter3
|
From: <pe...@us...> - 2006-08-17 22:18:23
|
Revision: 92 Author: peter3 Date: 2006-08-17 15:18:19 -0700 (Thu, 17 Aug 2006) ViewCVS: http://svn.sourceforge.net/initranslator/?rev=92&view=rev Log Message: ----------- - Updated changelog Modified Paths: -------------- translator/trunk/Changelog.txt Modified: translator/trunk/Changelog.txt =================================================================== --- translator/trunk/Changelog.txt 2006-08-17 21:59:33 UTC (rev 91) +++ translator/trunk/Changelog.txt 2006-08-17 22:18:19 UTC (rev 92) @@ -1,18 +1,55 @@ Ini Translator Changelog ======================== +2006-08-17: +- Added support for Headers and Footers +- UI for setting default encoding for new files (OPtionsFrm) +- New interfaces for accessing Dictionary (TransIntf) +- Renamed DLL entry point (TRansIntf) +- Updated docs +- Header and Footer added +- Rearranged items in OptionsFrm +- Popup menu to set a translation as default (DictEditFrm) +- Some hints added +- Fixed code deleted by mistake (Dictionary) +- Now uses listview instead of stringgrid (ToolListEdit) +- Now uses virtual data so it is a bit speedier (ToolListEdit) + 2006-08-16: - New DefaultTranslation and DefaultIndex for TDictionaryItem so users can specify which translation they prefer if the item has more than one +- FB project now checks out everything to an empty folder, builds it and cleans up +- New option to skip the dialog for the rest of the session (DictTranslationSelectDlg) +- New options for "Show" combobox (DictEditFrm) +- New options: Specify default encoding for new files. No UI yet, but they are there functionally +- New Czech.lng from Svatopluk Vit -DictTranslationSelectDlg: -- New option to skip the dialog for the rest of the session +2006-08-10: +- keep edit window on-screen (ToolListEdit) -DictEditFrm: -- New options for "Show" +2006-08-09: +- Released 1.9.0.25 on CodePlex (www.codeplex.com). Really no difference from 1.9.0.13 on SF -Misc: -- New options: DefaultTransEncoding and DefaultOrigEncoding for use with new files (translations only at the moment). No UI yet, but they are there functionally -- New Czech.lng from Svatopluk Vit - +2006-08-07: +- From now on, only one setup file is built (the full one). +- Added Michael Kogans icon (again!) +- TMX and XLIFF parsers added to install script +- Tool Properties View added to install script +- set correct tag in XLIFF parser if there was none + +2006-08-04: +- New tool plugin to view all properties of the translation items +- After reading up on XLIFF, I've made some changes: +-- Don't need to specify language in (XLIFFImportFrm not needed anymore, use default SingleImportFrm) +-- Even if either source or target (or both!) are missing, an item is created for each "trans-unit" node +-- MSXML 4,.0 has a bug that prevents it from working correctly with this implementation (getElementsByTagName is faulty) + +2006-08-01: +- Started implementation of XLIFF parser +- Better TMX parsing +- Removed unsupported TBX theme + +2006-07-31: +- Changed Copyright years in header + 2006-07-28: - Released version 1.9.0.13 on SourceForge This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <pe...@us...> - 2006-11-14 13:16:13
|
Revision: 123
http://svn.sourceforge.net/initranslator/?rev=123&view=rev
Author: peter3
Date: 2006-11-14 05:16:07 -0800 (Tue, 14 Nov 2006)
Log Message:
-----------
Modified Paths:
--------------
translator/trunk/Changelog.txt
Modified: translator/trunk/Changelog.txt
===================================================================
--- translator/trunk/Changelog.txt 2006-11-14 10:41:53 UTC (rev 122)
+++ translator/trunk/Changelog.txt 2006-11-14 13:16:07 UTC (rev 123)
@@ -1,5 +1,19 @@
Ini Translator Changelog
========================
+2006-11-12:
+- Added new ILocalizable interface for plugins
+- Changed Init method of plugins to take an IApplicationServices instance
+- Changed MRU behavior (again).
+
+ Rules:
+ 1. Opening original, cancel on trans - > new MRU (new orig, old trans)
+ 1b. if not FileExists(old trans) -> new empty trans
+ 2. Open orig + trans - > new MRU(new orig, new trans)
+ 3. Open trans -> mew MRU(old orig, new trans)
+ if MRU item already exists, nothing is added
+
+- ExtTools: Tnt ListBox doesn't work consistently in virtual mode, change to virtual+ownerdraw fixed it
+
2006-11-10:
- Added new "Make translations consistent" command
- Updated documentation (menu command reference - Appendix B)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pe...@us...> - 2006-12-14 20:17:01
|
Revision: 197
http://svn.sourceforge.net/initranslator/?rev=197&view=rev
Author: peter3
Date: 2006-12-14 12:17:01 -0800 (Thu, 14 Dec 2006)
Log Message:
-----------
- changelog updated
Modified Paths:
--------------
translator/trunk/Changelog.txt
Modified: translator/trunk/Changelog.txt
===================================================================
--- translator/trunk/Changelog.txt 2006-12-14 20:13:23 UTC (rev 196)
+++ translator/trunk/Changelog.txt 2006-12-14 20:17:01 UTC (rev 197)
@@ -1,5 +1,37 @@
Ini Translator Changelog
========================
+2006-12-14:
+Translator:
+- Memory leak removed
+- Don't show dialogs when CommandProcessor is running
+- Minor updates to tool plugins
+- FastMM4 units added
+FinalBuilder:
+- No need to load and save variables in FB5: use persistent variables instead
+ToolKeyCheck:
+- new unit with strings
+- svn:keywords property added
+
+2006-12-13:
+Translator:
+- Updated language files
+- Fix so tool plugin items are translated correctly
+- New actions for orphan dialog: clear, remove, find
+ToolConsistency:
+- New strings
+ToolKeyCheck:
+- implements ILocalizable
+ToolTrim:
+- implements ILocalizable
+XiliSoftParser:
+- reset counter when there are no more translations
+FinalBuilder:
+- Missing projects added
+- Updated tool project paths
+ToolTreeView, ToolListEdit, ToolConsistency:
+- Handle ENTER and ESCAPE better
+- Use action list
+
2006-12-11:
- Trim removed from main app
- Trim now its own tool plugin
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pe...@us...> - 2007-08-14 12:32:52
|
Revision: 247
http://initranslator.svn.sourceforge.net/initranslator/?rev=247&view=rev
Author: peter3
Date: 2007-08-14 05:32:43 -0700 (Tue, 14 Aug 2007)
Log Message:
-----------
- changelog update
Modified Paths:
--------------
translator/trunk/Changelog.txt
Modified: translator/trunk/Changelog.txt
===================================================================
--- translator/trunk/Changelog.txt 2007-08-14 12:26:19 UTC (rev 246)
+++ translator/trunk/Changelog.txt 2007-08-14 12:32:43 UTC (rev 247)
@@ -1,5 +1,8 @@
Ini Translator Changelog
========================
+2007-08-14:
+- modifications to build with Delphi 2007
+
2006-12-22:
- PreviewExportForm didn't delete temporary file
WixParser:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pe...@us...> - 2007-10-23 17:08:38
|
Revision: 275
http://initranslator.svn.sourceforge.net/initranslator/?rev=275&view=rev
Author: peter3
Date: 2007-10-23 10:08:42 -0700 (Tue, 23 Oct 2007)
Log Message:
-----------
- updated release info
Modified Paths:
--------------
translator/trunk/Changelog.txt
Modified: translator/trunk/Changelog.txt
===================================================================
--- translator/trunk/Changelog.txt 2007-10-23 17:07:34 UTC (rev 274)
+++ translator/trunk/Changelog.txt 2007-10-23 17:08:42 UTC (rev 275)
@@ -1,11 +1,15 @@
Ini Translator Changelog
========================
+2007-10-23:
+- Released on Sourceforge as 1.9.0.52
2007-10-21:
- option to change the font preview text
- localization of plugins implemented where missing and fixed where not working
-2007-10-20:
+2007-10-18:
+- Released on Sourceforge as 1.9.0.51
+
ResX Parser:
- template now derived from translation file
- optionally import metadata nodes and specific mimetypes (set in ini file)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|