Commit Graph

569 Commits

Author SHA1 Message Date
Mario Hüttel 188c6f5d87 Fix style of gds-tree-checker 2019-10-28 22:43:28 +01:00
Mario Hüttel 92e40cb8ca Fix PKGBuild 2019-10-28 21:50:03 +01:00
Mario Hüttel 8f788e262f Merge branch 'dev' into translations 2019-10-25 21:20:16 +02:00
Mario Hüttel 2e8e258b49 Style improvements 2019-10-25 21:16:31 +02:00
Mario Hüttel 547b002e57 style fixes in layer-element.c 2019-10-25 20:54:11 +02:00
Mario Hüttel c7ce62673f Style fixes in conv settings dialog 2019-10-25 20:52:22 +02:00
Mario Hüttel dd488c3105 Further style mprovements 2019-10-25 20:45:25 +02:00
Mario Hüttel be0d58c54e Fix coding style in main.c 2019-10-25 20:36:54 +02:00
Mario Hüttel 4a6b0dc879 Update translation for German 2019-10-25 20:30:08 +02:00
Mario Hüttel f7b2a331ec Add German translations for command line interface 2019-10-22 23:13:09 +02:00
Mario Hüttel e90cd1313d remove useless tab at end of line in script 2019-10-22 22:59:05 +02:00
Mario Hüttel 0fbbc1db64 Update package build 2019-10-20 14:26:46 +02:00
Mario Hüttel 8005e8bcc7 Adapt install routines to install locales 2019-10-20 14:04:39 +02:00
Mario Hüttel 31a47339f8 Update translations 2019-10-18 23:25:27 +02:00
Mario Hüttel 7753e42078 Add translation output to Cmake 2019-10-18 22:51:31 +02:00
Mario Hüttel b2ffc709bb Started first translation approach 2019-10-18 21:19:38 +02:00
Mario Hüttel b6c6262662 Add helper scripts for gettext 2019-10-18 20:34:03 +02:00
Mario Hüttel c70f99a283 Remove uneeded empty line in CMakeLists.txt 2019-10-18 20:32:58 +02:00
Mario Hüttel 592dcbae53 Use translations folder in binary dir when debugging 2019-10-18 19:39:54 +02:00
Mario Hüttel f1102162b7 Add dirty warning to version Cmake 2019-10-18 19:39:23 +02:00
Mario Hüttel 8bef6bcb17 First inits for translations 2019-10-18 19:29:55 +02:00
Mario Hüttel dc40dec212 Add colors to cmake output 2019-10-18 19:29:04 +02:00
Mario Hüttel 56591fb675 Merge branch 'dev' of git.shimatta.de:mhu/gds-render into dev 2019-10-18 18:13:05 +02:00
Mario Hüttel 7fdd1f6c92 Add tooltips to main window's buttons 2019-10-18 18:12:21 +02:00
Mario Hüttel 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
Mario Hüttel 13e202424b Text improvements 2019-10-03 11:57:16 +02:00
Mario Hüttel a48fe9ab58 Merge branch 'master' into dev 2019-09-28 23:29:22 +02:00
Mario Hüttel 9bd225b837 Merge branch 'Issue-28-new-gui-features' into dev 2019-09-28 23:20:14 +02:00
Mario Hüttel 00d6710922 Doxygen error fixes 2019-09-28 23:16:48 +02:00
Mario Hüttel 67b8dc2443 Doxygen fix 2019-09-28 23:16:48 +02:00
Mario Hüttel 6eaf86dc1c Fix doxygen configuartion to handle __attribute__ correctly 2019-09-28 23:16:48 +02:00
Mario Hüttel 1de96f501c Checked renderers for memory leaks 2019-09-28 23:16:48 +02:00
Mario Hüttel 01e61a79fd Integrate cell selector to main gui class 2019-09-28 23:16:48 +02:00
Mario Hüttel dc30950df5 Tree store for cell selection moved to GUI file 2019-09-28 23:16:48 +02:00
Mario Hüttel 23775b079a Code improvements 2019-09-28 23:16:48 +02:00
Mario Hüttel a65295fbeb remove now unneeded mapping parser completely 2019-09-28 23:16:48 +02:00
Mario Hüttel 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
Mario Hüttel 0a04f2fed4 LayerSettings: Fix bug in CSV export function 2019-09-28 23:16:48 +02:00
Mario Hüttel 62388e4053 Remove code from mapping parser that implements csv read. Use LayerSettings class instead. 2019-09-28 23:16:48 +02:00
Mario Hüttel 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
Mario Hüttel 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
Mario Hüttel 94ef879a94 Refactoring: rename progress update func of output renderer to gds_output_renderer_update_async_progress() 2019-09-28 23:16:48 +02:00
Mario Hüttel 977547d91d Enable status upgrades from Cairo renderer to activity bar. 2019-09-28 23:16:48 +02:00
Mario Hüttel 0dc91c14de Add project entry to libversion CMAKE 2019-09-28 23:16:48 +02:00
Mario Hüttel 5ec7832ac4 Cairo Renderer: Add function that reads a line from a file descriptor (pipe) 2019-09-28 23:16:48 +02:00
Mario Hüttel 52fb07bea6 Add warning for fallthrough to switch-case 2019-09-28 23:16:48 +02:00
Mario Hüttel 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
Mario Hüttel e3e39a80ee Move compiler flags up in CMAKE, so they apply also for included subprojects 2019-09-28 23:16:48 +02:00
Mario Hüttel 448de30b91 Doxygen fix 2019-09-28 23:01:12 +02:00
Mario Hüttel ec9a65cec5 Fix doxygen configuartion to handle __attribute__ correctly 2019-09-28 22:59:51 +02:00