|
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 |
|
|
e703d4427a
|
Update image of GUI in documentation
|
2019-09-25 19:14:06 +02:00 |
|
|
f9e16fa4d7
|
Merge branch 'dev' into Issue-28-new-gui-features
|
2019-09-25 18:54:21 +02:00 |
|
|
1bf01a5cd2
|
Merge branch 'master' into dev
|
2019-09-25 18:50:03 +02:00 |
|
|
cd3ef452f1
|
Merge branch 'master' into Issue-28-new-gui-features
|
2019-09-25 18:49:38 +02:00 |
|
|
40edd21f0a
|
Fix typo in application description
|
2019-09-25 18:47:28 +02:00 |
|
|
bcc8623382
|
remove now unneeded mapping parser completely
|
2019-09-25 18:25:12 +02:00 |
|
|
a9ccf6533d
|
LayerSelector: Use Layer Settings for CSV export. This makes the mapping parser unnecessary. It can be removed
|
2019-09-25 18:21:02 +02:00 |
|
|
e16b7f9d25
|
LayerSettings: Fix bug in CSV export function
|
2019-09-25 18:20:03 +02:00 |
|
|
16b18fc5b3
|
Remove code from mapping parser that implements csv read. Use LayerSettings class instead.
|
2019-09-25 17:59:38 +02:00 |
|
|
941711129a
|
LayerSelector: Make import of layer information from CSV independed from mapping-parser code. Use LayerSettings class instead.
|
2019-09-25 17:58:32 +02:00 |
|
|
d90c1b389e
|
LayerSettings: Fix layer_settings_load_from_csv()
* Add stacked position to layer settings
* Check if layer_settings instance is valid
|
2019-09-25 17:54:26 +02:00 |
|
|
291ded0277
|
Refactoring: rename progress update func of output renderer to gds_output_renderer_update_async_progress()
|
2019-09-19 21:44:30 +02:00 |
|
|
5f6dbbed0e
|
Enable status upgrades from Cairo renderer to activity bar.
|
2019-09-19 21:42:55 +02:00 |
|
|
8b1d3709b7
|
Add project entry to libversion CMAKE
|
2019-09-18 20:40:16 +02:00 |
|
|
4db8593e5b
|
Cairo Renderer: Add function that reads a line from a file descriptor (pipe)
|
2019-09-18 20:39:42 +02:00 |
|
|
bea35bf952
|
Add warning for fallthrough to switch-case
|
2019-09-18 20:38:32 +02:00 |
|
|
ad5e0ebe11
|
Remove warning about wrong bounding box calculation. Still wrong but the warning is annoying and problems are negligible.
|
2019-09-18 20:37:51 +02:00 |
|
|
ee99e50656
|
Move compiler flags up in CMAKE, so they apply also for included subprojects
|
2019-09-18 20:36:50 +02:00 |
|
|
c016a5e96e
|
Revert "Add benchmark for GDS-rendering. Will be removed later"
This reverts commit bd97ccf44f .
|
2019-09-15 13:28:40 +02:00 |
|
|
cfc156c1c0
|
Improve performance by prepending to list inststead of appending. O(n^2) -> O(1)
|
2019-09-15 13:28:05 +02:00 |
|
|
bd97ccf44f
|
Add benchmark for GDS-rendering. Will be removed later
|
2019-09-15 13:11:38 +02:00 |
|
|
df7cc6d0fc
|
Fix typo in name of function
|
2019-09-15 13:04:30 +02:00 |
|
|
8be5bd230b
|
Fix #26: Implement callback function for auto naming button
|
2019-08-29 18:31:53 +02:00 |
|
|
3a72796b2f
|
Fix docu for layer_selector_auto_color_layers
|
2019-08-29 18:20:19 +02:00 |
|