# HG changeset patch # User Jacob Dawid # Date 1345284066 -7200 # Node ID 0f0b795044c3ab868bc950f79953a6310e6def87 # Parent 2d5e4d283688243cfe3337de8085ab6f3b43bdfc Moved translators file and added GUI structure to etc/HACKING. * translators: Moved to languages subdirectory. * HACKING: Added GUI structure. diff -r 2d5e4d283688 -r 0f0b795044c3 etc/HACKING --- 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 diff -r 2d5e4d283688 -r 0f0b795044c3 gui/languages/translators --- /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 +es-es Valentin Ortega-Clavero +de-de Jacob Dawid +pt-br Júlio Hoffimann Mendes +ru-ru Andriy Shinkarchuck +uk-ua Andriy Shinkarchuck diff -r 2d5e4d283688 -r 0f0b795044c3 gui/translators --- 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 -es-es Valentin Ortega-Clavero -de-de Jacob Dawid -pt-br Júlio Hoffimann Mendes -ru-ru Andriy Shinkarchuck -uk-ua Andriy Shinkarchuck