[rkward-cvs] [rkward] /: bookkeeping

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Sun Feb 1 17:15:30 UTC 2015


Git commit 8b7e404e6599d3d2fcbdd7be9a58cd1ebc8b7321 by Thomas Friedrichsmeier.
Committed on 01/02/2015 at 17:15.
Pushed by tfry into branch 'master'.

bookkeeping

M  +1    -23   ChangeLog
M  +14   -0    TODO

http://commits.kde.org/rkward/8b7e404e6599d3d2fcbdd7be9a58cd1ebc8b7321

diff --git a/ChangeLog b/ChangeLog
index ea4c697..c71f126 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,29 +32,7 @@
 - Fixed potential crash while the "RKWard Debug Messages" window is visible
 - Fixed display of file paths containing non-ascii characters in the title bar and startup dialog
 - Fixed some erroneous plugin debug messages
-- IN PROGESS: Allow plugins to be translated
-  + Notes:
-    - Is it a problem to sync KDE_LANG and LANGUAGE? Should that also be set for the backend?
-    - Lifetime of RKMessageCatalogs? Should probably be destructable, at least when reloading pluginmaps. Should be possible to implement in a sane ways 
-      using QSharedPointer magic.
-    - Don't forget to write documentation
-      - Also general documentation for JS-functions is missing!
-    - What should be the policy regarding installing translations (80% criterion)
-    - i18n'ed plugins vs. automated tests
-      - Sure, we can run automated tests under C locale. But it would be nice to have an additional check that translations don't cause
-        any obvious problems.
-        - At least we could check for errors
-        - Perhaps a special diff of the generated R commands, where all quoted strings and comments are stripped?
-
----
-
-Stuff to cherry-pick, in case we want a 0.6.2a-release:
-polypath: 49d7e9a3cf27c5eb0a45e03aa043957b87c4479c
-
-rcmdr: fb19efa6580a198a156b488bed78f641a1d22cba
-and:   619a6764a25fd84e6388a1e0b21953db88325fcc
-
-debug-messages: b0bb24be1239bf52e1299cfb737d2b8b1a5fdc13
+- Plugins and in-application help pages can now be fully translated
 
 --- Version 0.6.2 - Oct-20-2014
 - In data editor, indicate NAs, explicitly
diff --git a/TODO b/TODO
index 59df091..9d27b50 100644
--- a/TODO
+++ b/TODO
@@ -10,6 +10,20 @@ New features in R 3.1.0 to make use of / support:
 Simple stuff to do soon:
 	- RKConsole: Show a notice (with "don't show again"-box, of course) when first using Ctrl+C shortcut
 
+i18n-Thoughts:
+  + Notes:
+    - Is it a problem to sync KDE_LANG and LANGUAGE? Should that also be set for the backend?
+    - Lifetime of RKMessageCatalogs? Should probably be destructable, at least when reloading pluginmaps. Should be possible to implement in a sane ways 
+      using QSharedPointer magic.
+    - Don't forget to write documentation
+      - Also general documentation for JS-functions is missing!
+    - What should be the policy regarding installing translations (80% criterion)
+    - i18n'ed plugins vs. automated tests
+      - Sure, we can run automated tests under C locale. But it would be nice to have an additional check that translations don't cause
+        any obvious problems.
+        - At least we could check for errors
+        - Perhaps a special diff of the generated R commands, where all quoted strings and comments are stripped?
+
 Bugs outside RKWard:
 	- KDE 4
 		- why is the icon style only honored for mainToolBar (in KXMLGUIBuilder)? It looks like this is done on purpose, but why???


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
rkward-cvs mailing list
rkward-cvs at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-cvs


More information about the rkward-tracker mailing list