changeset 15195: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 2 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/HACKING
+++ b/etc/HACKING
@@ -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
rename from gui/translators
rename to gui/languages/translators