ba6b07c8a2
Implement cell statistics command line interface
2022-04-17 00:37:26 +02:00
4550815901
Fix code style
2019-12-07 19:07:52 +01:00
c186d3cdb3
Pass command line parameters for shared object renderer to command line convert struct
2019-11-15 20:50:46 +01:00
374a893dda
Add W option to command line parser for external renderer parameters
2019-11-15 20:31:57 +01:00
83a7848c14
Merge branch 'dev' into external-renderer-rework
2019-11-14 23:39:40 +01:00
7977ee7c8b
Merge branch 'master' into dev
2019-11-14 23:39:29 +01:00
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
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
8f788e262f
Merge branch 'dev' into translations
2019-10-25 21:20:16 +02:00
be0d58c54e
Fix coding style in main.c
2019-10-25 20:36:54 +02:00
31a47339f8
Update translations
2019-10-18 23:25:27 +02:00
b2ffc709bb
Started first translation approach
2019-10-18 21:19:38 +02:00
8bef6bcb17
First inits for translations
2019-10-18 19:29:55 +02:00
1f914d1218
Add version dependent application id. Multiple versions of htis program can now run at the same time
2019-10-03 11:57:53 +02:00
13e202424b
Text improvements
2019-10-03 11:57:16 +02:00
23775b079a
Code improvements
2019-09-28 23:16:48 +02:00
40edd21f0a
Fix typo in application description
2019-09-25 18:47:28 +02:00
4968492eee
Fix unnecessary space in string after newline
2019-08-29 17:49:23 +02:00
f60150e8c7
Add full git commit to About dialog
2019-08-26 00:05:45 +02:00
b102d90d33
Add old style wwarning to compile flags. Fix code accordingly
2019-08-25 21:51:44 +02:00
01c9701492
Issue #19 : Implement first draft of command line rendering (synchronous-mode). Not yet fully tested!!
2019-06-22 01:21:26 +02:00
3ffd63115f
Issue #19 : Add LayerSettings Class
...
* Remove Command line and GUI rendering code
* Add LayerSettings Class with all options
* Prepare to remove mapping parser. Is now integrated in LayerSettings
* Adopt all renderers to check if the supplied layer_info struct has to be rendered.
Further todos:
* Implement correct command line parsing.
* Implement Layerselector and GUI to use new LayerSettings class
2019-06-21 21:41:38 +02:00
d107954859
Issue #19 : Finish integration of renderers to into command line interface
2019-06-19 20:47:19 +02:00
c146bcd094
Output renderers: Move existing renderers to common folder
2019-06-17 21:50:49 +02:00
5cfd93c18d
Add color palette to resources, create gui, data and images groups for resources
2019-05-20 19:18:01 +02:00
a016a18587
Improve doxygen
2019-03-30 19:55:47 +01:00
a3626e7b33
Improve doxygen documentation
2019-03-30 19:51:56 +01:00
e8c7f78af4
Update include file hierarchy: Move include file to central include tree
2019-03-26 19:57:19 +01:00
5537c076a8
Add logo as resource and configure about dialog to use logo from resource
2019-03-21 22:22:35 +01:00
e289e7b301
fix compiler warnings
2019-03-16 16:24:39 +01:00
b9cc8570ac
Use signal for gui disposement. Whena gui is closed, the library data is relesed
2019-03-16 16:09:29 +01:00
60f54e2240
Typo
2019-03-15 23:16:39 +01:00
19b26a3c26
Fix bugs in closing gds render windows
2019-03-15 20:36:23 +01:00
31d9d26aa4
Implement multiple GUI per process feature. Still buggy.
2019-03-15 20:02:03 +01:00
587b79dc31
Command line: print out unprocessed parameters
2019-03-15 17:57:59 +01:00
67e5023c1e
Command line: Fix auto-guessing of SVG file name.
2019-03-15 17:56:53 +01:00
b0c25a4bcf
Add version number to about dialog
2019-03-14 21:01:16 +01:00
a9c7b9f61f
Gui: Menubar: GActionEntry definition expanded to set unused values to zero, especially pointers
2019-03-14 19:10:06 +01:00
55fd080796
Fix Issue #11
...
* Set NON_UNIQUE Flag of GApplication. When opening a second program instance, Glib will not try to open a second window inside the first instance, which was the feature, that caused problems
2019-03-14 19:02:17 +01:00
178ef2d5b2
Insert quick fix, that prevents starting multiple instances in GUI mode the same time
2019-03-13 22:54:52 +01:00
1ec0f9b297
Merge branch 'master' of git.shimatta.de:mhu/gds-render
2019-03-11 10:38:35 +01:00
2f2eb90b69
Add automatic version numbering to command line and GUI
2019-03-11 10:36:02 +01:00
d1e6e7b05a
fix style issues in main.c
2019-03-07 20:14:44 +01:00
fdf2c9a42b
fix style issue
2019-03-06 18:15:11 +01:00
bce47f11fc
Fix formatting
2019-02-27 20:28:53 +01:00
7e4b915961
Remove useless empty lines
2018-12-22 21:06:52 +01:00
f54ff7ded6
Add support for external shared object renderer
2018-12-15 00:05:34 +01:00
bbdc6c9049
remove unused variable warnings
2018-12-15 00:03:40 +01:00
3e1a4c7d92
Fixed style and warnings
2018-12-11 00:06:27 +01:00
e8b7bd65ac
Add static to global variable
2018-09-22 23:32:22 +02:00