Commit Graph

466 Commits

Author SHA1 Message Date
4970585cee Remove call to g_task_set(). It is not available under debian 2019-11-19 01:33:44 +01:00
86342da2a2 Remove unneeded comments 2019-11-18 22:30:05 +01:00
5fe21f1d73 bounding box: Fix doxygen documentation typo 2019-11-17 22:31:31 +01:00
e6603d4c13 Fix broken latex generation 2019-11-16 16:16:01 +01:00
2b0e2095e6 Update documentation and implementations of bounding box calculations. Rename functions to fit their behavior 2019-11-16 16:02:33 +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
d8f6981fe6 Gui: Only promt overwrite message of auto-naming tool when there are actual elements in the layer selector 2019-11-09 02:21:57 +01:00
4e38d8f452 LayerSelector: Add layer_selector_contains_elements() function 2019-11-09 02:18:53 +01:00
74eb17b2dc Merge branch 'dev' 2019-11-09 01:50:37 +01:00
0304c0d08b Adapt Header bar to show title correctly 2019-11-03 21:07:56 +01:00
529b49ee2e Fix coding style problems in bounding-box.c 2019-10-28 23:57:54 +01:00
6d31193123 Fix coding style in vector-operations.c 2019-10-28 23:55:22 +01:00
188c6f5d87 Fix style of gds-tree-checker 2019-10-28 22:43:28 +01:00
92e40cb8ca Fix PKGBuild 2019-10-28 21:50:03 +01:00
2e8e258b49 Style improvements 2019-10-25 21:16:31 +02:00
547b002e57 style fixes in layer-element.c 2019-10-25 20:54:11 +02:00
c7ce62673f Style fixes in conv settings dialog 2019-10-25 20:52:22 +02:00
dd488c3105 Further style mprovements 2019-10-25 20:45:25 +02:00
be0d58c54e Fix coding style in main.c 2019-10-25 20:36:54 +02:00
56591fb675 Merge branch 'dev' of git.shimatta.de:mhu/gds-render into dev 2019-10-18 18:13:05 +02:00
7fdd1f6c92 Add tooltips to main window's buttons 2019-10-18 18:12:21 +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
a48fe9ab58 Merge branch 'master' into dev 2019-09-28 23:29:22 +02:00
9bd225b837 Merge branch 'Issue-28-new-gui-features' into dev 2019-09-28 23:20:14 +02:00
00d6710922 Doxygen error fixes 2019-09-28 23:16:48 +02:00
67b8dc2443 Doxygen fix 2019-09-28 23:16:48 +02:00
6eaf86dc1c Fix doxygen configuartion to handle __attribute__ correctly 2019-09-28 23:16:48 +02:00
1de96f501c Checked renderers for memory leaks 2019-09-28 23:16:48 +02:00
01e61a79fd Integrate cell selector to main gui class 2019-09-28 23:16:48 +02:00
dc30950df5 Tree store for cell selection moved to GUI file 2019-09-28 23:16:48 +02:00
23775b079a Code improvements 2019-09-28 23:16:48 +02:00
a65295fbeb remove now unneeded mapping parser completely 2019-09-28 23:16:48 +02:00
9245d68da1 LayerSelector: Use Layer Settings for CSV export. This makes the mapping parser unnecessary. It can be removed 2019-09-28 23:16:48 +02:00
0a04f2fed4 LayerSettings: Fix bug in CSV export function 2019-09-28 23:16:48 +02:00
62388e4053 Remove code from mapping parser that implements csv read. Use LayerSettings class instead. 2019-09-28 23:16:48 +02:00
c365c89908 LayerSelector: Make import of layer information from CSV independed from mapping-parser code. Use LayerSettings class instead. 2019-09-28 23:16:48 +02:00
f20826ccf7 LayerSettings: Fix layer_settings_load_from_csv()
* Add stacked position to layer settings
* Check if layer_settings instance is valid
2019-09-28 23:16:48 +02:00
94ef879a94 Refactoring: rename progress update func of output renderer to gds_output_renderer_update_async_progress() 2019-09-28 23:16:48 +02:00
977547d91d Enable status upgrades from Cairo renderer to activity bar. 2019-09-28 23:16:48 +02:00
0dc91c14de Add project entry to libversion CMAKE 2019-09-28 23:16:48 +02:00
5ec7832ac4 Cairo Renderer: Add function that reads a line from a file descriptor (pipe) 2019-09-28 23:16:48 +02:00
52fb07bea6 Add warning for fallthrough to switch-case 2019-09-28 23:16:48 +02:00
eefe0df984 Remove warning about wrong bounding box calculation. Still wrong but the warning is annoying and problems are negligible. 2019-09-28 23:16:48 +02:00
e3e39a80ee Move compiler flags up in CMAKE, so they apply also for included subprojects 2019-09-28 23:16:48 +02:00
448de30b91 Doxygen fix 2019-09-28 23:01:12 +02:00
ec9a65cec5 Fix doxygen configuartion to handle __attribute__ correctly 2019-09-28 22:59:51 +02:00
7cbde0f30a Fixup round for doxygen 2019-09-28 22:57:31 +02:00
00d7691bda Code improvements 2019-09-28 20:46:41 +02:00
b8a02912b0 Merge branch 'master' into Issue-28-new-gui-features 2019-09-25 19:14:42 +02:00