changeset 15194:0f0b795044c3

Moved translators file and added GUI structure to etc/HACKING. * translators: Moved to languages subdirectory. * HACKING: Added GUI structure.
author Jacob Dawid <jacob.dawid@cybercatalyst.net>
date Sat, 18 Aug 2012 12:01:06 +0200
parents 2d5e4d283688
children 2fc554ffbc28
files etc/HACKING gui/languages/translators gui/translators
diffstat 3 files changed, 21 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/etc/HACKING	Fri Aug 17 08:22:30 2012 -0400
+++ b/etc/HACKING	Sat Aug 18 12:01:06 2012 +0200
@@ -175,7 +175,19 @@
     test_*.m       * fixed tests for the interpreter
     fntests.m      * script to run function tests embedded in C++ and .m files
 
-
+  gui           -- the graphical user interface of GNU Octave
+    src            * source files.
+      m-editor     * source files for the m-file editor.
+      octave-adapter * souce files for the octave layer for threadsafe
+                     communication with the octave interpreter.
+      qtinfo       * source files for the Qt texinfo browser.
+      icons        * icon files that will be compiled into the executable via
+                     a resource file.
+    qterminal      * subrepository for the qterminal Qt terminal widget.
+    languages      * translation files and list of translators.
+    kb-layouts     * various files need by the qterminal widget that has been
+                     derived from Konsole.
+      
 ----
 John W. Eaton
 jwe@octave.org
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gui/languages/translators	Sat Aug 18 12:01:06 2012 +0200
@@ -0,0 +1,8 @@
+# Below Octave GUI translators are listed with their e-mails
+# to be able inform them about generic translation file changes
+en-en Jacob Dawid <jacob.dawid@googlemail.com>
+es-es Valentin Ortega-Clavero <arcanos3030@gmail.com>
+de-de Jacob Dawid <jacob.dawid@googlemail.com>
+pt-br Júlio Hoffimann Mendes <julio.hoffimann@gmail.com>
+ru-ru Andriy Shinkarchuck <adriano32.gnu@gmail.com>
+uk-ua Andriy Shinkarchuck <adriano32.gnu@gmail.com>
--- a/gui/translators	Fri Aug 17 08:22:30 2012 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-# Below Octave GUI translators are listed with their e-mails
-# to be able inform them about generic translation file changes
-en-en Jacob Dawid <jacob.dawid@googlemail.com>
-es-es Valentin Ortega-Clavero <arcanos3030@gmail.com>
-de-de Jacob Dawid <jacob.dawid@googlemail.com>
-pt-br Júlio Hoffimann Mendes <julio.hoffimann@gmail.com>
-ru-ru Andriy Shinkarchuck <adriano32.gnu@gmail.com>
-uk-ua Andriy Shinkarchuck <adriano32.gnu@gmail.com>