Commit Graph

531 Commits

Author SHA1 Message Date
Mario Hüttel 1ca04aaa71 Doxygen: Update image of Gui and its description. Fix #31 2019-12-16 22:09:14 +01:00
Mario Hüttel b8fc904af5 Fix typos 2019-12-16 22:00:59 +01:00
Mario Hüttel fdfa478fed Add full German translation 2019-12-16 21:58:18 +01:00
Mario Hüttel c0182220f1 Translations: Generate only one PO template file for all input files. Include glade files into translation, delete previous German Translation 2019-12-16 18:29:28 +01:00
Mario Hüttel 798262383e Update the POT files 2019-12-12 21:39:08 +01:00
Mario Hüttel 0bfe8df92f Update POT files 2019-12-12 21:24:19 +01:00
Mario Hüttel de9066f181 Add translation markers to all messages except for the gds parser's messages 2019-12-12 21:22:14 +01:00
Mario Hüttel 87bc60bed0 Fix style issue in version.c 2019-12-12 20:36:17 +01:00
Mario Hüttel 20d72a5edb Remove outdated TODO from source file 2019-12-12 20:34:41 +01:00
Mario Hüttel 9e8d0b4611 include/gds-utils/gds-types.h: Fix typo in comment 2019-12-11 08:25:24 +01:00
Mario Hüttel 4550815901 Fix code style 2019-12-07 19:07:52 +01:00
Mario Hüttel e3b6ee66ef Fix typo in comment 2019-11-28 17:59:06 +01:00
Mario Hüttel f3786cf282 Gui: Add library name to all cells in cell selector 2019-11-25 20:48:09 +01:00
Mario Hüttel c085a62036 GUI: Remove access and modification date from cell selector
Fix #28
2019-11-25 20:45:57 +01:00
Mario Hüttel 55799b2266 Merge branch 'master' into dev 2019-11-19 01:33:56 +01:00
Mario Hüttel 4970585cee Remove call to g_task_set(). It is not available under debian 2019-11-19 01:33:44 +01:00
Mario Hüttel c6483dbebd Merge branch 'master' into dev 2019-11-18 22:30:51 +01:00
Mario Hüttel 86342da2a2 Remove unneeded comments 2019-11-18 22:30:05 +01:00
Mario Hüttel ce8386799b external renderer: Rename FUNC_DECL to EXPORTED_FUNC_DECL to show that it also exports a function 2019-11-18 21:59:42 +01:00
Mario Hüttel 374e3b54c0 plugins: example plugin: Make all functions invisible except for the explicitly exported ones
* Add target parameters to compile all symbols invisible to the outside by default.
* Edit FUNC_DECL() macro to set attribute that exports the function
2019-11-18 21:56:22 +01:00
Mario Hüttel 3651296c3a Merge branch 'master' into dev 2019-11-17 22:31:47 +01:00
Mario Hüttel 5fe21f1d73 bounding box: Fix doxygen documentation typo 2019-11-17 22:31:31 +01:00
Mario Hüttel 2d7103abbb Fix doxygen 2019-11-17 14:49:00 +01:00
Mario Hüttel 392d7e1b3c plugins: Add license header and doxygen file 2019-11-17 14:09:53 +01:00
Mario Hüttel 2fddfa475b Merge branch 'master' into dev 2019-11-17 01:52:05 +01:00
Mario Hüttel e6603d4c13 Fix broken latex generation 2019-11-16 16:16:01 +01:00
Mario Hüttel 80730ab9c4 Merge branch 'master' into dev 2019-11-16 16:02:51 +01:00
Mario Hüttel 2b0e2095e6 Update documentation and implementations of bounding box calculations. Rename functions to fit their behavior 2019-11-16 16:02:33 +01:00
Mario Hüttel 0c20db39bd Update documentation and implementations of bounding box calculations. Rename functions to fit their behavior 2019-11-16 15:54:56 +01:00
Mario Hüttel 1b1f742ae1 Fix doxygen for command line header 2019-11-15 21:39:33 +01:00
Mario Hüttel 3b6837b886 Rename python renderer to plugin example and leave it be as a template 2019-11-15 21:34:13 +01:00
Mario Hüttel efb1af7ee0 Complete chain of passing command line parameters to external renderer 2019-11-15 21:11:41 +01:00
Mario Hüttel fa1a78e54c Edit comments 2019-11-15 21:06:41 +01:00
Mario Hüttel 0417784877 Add property for command line parameters to external renderer 2019-11-15 21:04:59 +01:00
Mario Hüttel c186d3cdb3 Pass command line parameters for shared object renderer to command line convert struct 2019-11-15 20:50:46 +01:00
Mario Hüttel f02a720f99 Uodate translations of main.c 2019-11-15 20:35:36 +01:00
Mario Hüttel 374a893dda Add W option to command line parser for external renderer parameters 2019-11-15 20:31:57 +01:00
Mario Hüttel 83a7848c14 Merge branch 'dev' into external-renderer-rework 2019-11-14 23:39:40 +01:00
Mario Hüttel 7977ee7c8b Merge branch 'master' into dev 2019-11-14 23:39:29 +01:00
Mario Hüttel e7f0f904e8 main: Free command line option context, add comment for freeing all the command line parameter data 2019-11-14 23:39:12 +01:00
Mario Hüttel 48eb2c296f Merge branch 'dev' into external-renderer-rework 2019-11-14 19:36:59 +01:00
Mario Hüttel 3d5c4daad9 Doxygen: Rework documentation make targets
* new target doxygen-pdf which build the latex output
* Add doxygen-pdf to documentation target
* Move documentaiton target definition to doxygen's CMakeLists.txt
2019-11-14 19:32:54 +01:00
Mario Hüttel 9899b94db6 cmake: rework source list for generated files 2019-11-14 19:31:57 +01:00
Mario Hüttel f153485996 Implement base construct of new external renderer. CLI parameters still not implemented. Currently NULL is passed to init func. Forking implemented but not tested 2019-11-12 21:15:36 +01:00
Mario Hüttel f15e82b5dc Modify External Renderer: External renderer docu updated for future changes, restructuring. Not that the changes in the documentation are not yet implemented in code 2019-11-12 20:52:42 +01:00
Mario Hüttel daf12a7d8c Merge branch 'dev' into python-renderer 2019-11-12 19:55:01 +01:00
Mario Hüttel 11f2068b76 Improve Cmake target for translations. Still not perfect. 2019-11-12 19:53:16 +01:00
Mario Hüttel 24d66e74fe Merge commit '866d36873a4adef0ef8505de25740c03ec92a2e0' into dev 2019-11-12 19:53:02 +01:00
Mario Hüttel 58a0bd85c4 Improve Cmake target for translations. Still not perfect. 2019-11-12 19:50:34 +01:00
Mario Hüttel f8de3468de Merge branch 'translations' into python-renderer 2019-11-12 19:16:12 +01:00