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
28734a797a
Merge branch 'master' into rework-main-window-gui
2019-03-15 20:02:53 +01:00
31d9d26aa4
Implement multiple GUI per process feature. Still buggy.
2019-03-15 20:02:03 +01:00
45f0d90a87
remove layer-selector-dnd.h file
2019-03-15 18:23:25 +01:00
33deba8ca4
Command line: Fix auto-guessing of SVG file name.
2019-03-15 18:03:29 +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
c94c3d591e
rework layer selector. This commit is compilable. Layer selector is now a separate GObject
2019-03-14 23:40:26 +01:00
c9e2c2a76d
Rename layer selector functions. Attention. This commit breaks the code. Compile a later commit, that implements the full feature set, This starts the reworking of the cell selector as a gobject class
2019-03-14 21:40:53 +01:00
bb2a4f7f04
Rename layer info deletion function
2019-03-14 21:39:12 +01:00
6b03695824
Restructured Code
...
* Move layer info struct and associated functions to dedicated c/h files.
* Rename layer selector folder more generic "layer"
Besides from restructuring nothing changes
2019-03-14 21:30:37 +01:00
b0c25a4bcf
Add version number to about dialog
2019-03-14 21:01:16 +01:00
899c8daf81
Add documentation target, which at the moment is only an alias for the
...
doxygen target
2019-03-14 19:24:17 +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
6a78e0df15
Fix background color of drag element in Drag and Drop code for the layer
...
selector.
With this commit Issue #8 is fixed.
2019-03-13 21:01:49 +01:00
1e6d0bd1b9
Restructured code for layer selector
2019-03-13 20:32:09 +01:00
658e681c38
Implement a more convenient drag and drop
2019-03-13 20:22:11 +01:00
e24b4a8367
implement layer sorting buttons, This fixes #5
2019-03-12 19:47:39 +01:00
960a773ed1
Implement fucntion to force sort of the layer selector
2019-03-12 19:39:36 +01:00
ab23be1cfc
Make enum in sorting function const
2019-03-12 19:28:17 +01:00
72d5352b09
Change sorting function in order to add capability to sort both ways
2019-03-12 19:26:31 +01:00
3f198f870a
Add buttons for layer sorting to glade file
2019-03-12 19:10:43 +01:00
2a204640bd
Add warning to probably misunderstandable function
2019-03-12 19:02:34 +01:00
a237a89ecf
Feature: Double click on cells now also opens the convert settings menu. Same callback as for the convert button is used.
2019-03-11 23:33:51 +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
bbf08a4d6e
style fix, convert dialog size preview in SI units
2019-03-08 20:46:48 +01:00
34a19fa11d
Fix style in external renderer
2019-03-07 20:35:23 +01:00
b4ae8eee37
fix style issues in main-window.c
2019-03-07 20:32:55 +01:00
6e1b7d3f61
Update style checker to new version
2019-03-07 20:26:03 +01:00
d1e6e7b05a
fix style issues in main.c
2019-03-07 20:14:44 +01:00
187ae2a74b
Add style checker as submodule
2019-03-07 20:00:54 +01:00
eeae61ad47
Check cells before displaying them and color the cells accordingly. Fixes #4
2019-03-06 20:07:26 +01:00
3146ca801f
Add functions for checking cell reference loops
2019-03-06 20:06:01 +01:00
43fdab4533
Improve GDS parser
2019-03-06 20:04:49 +01:00
59835018af
Edit colors
2019-03-06 19:58:26 +01:00
d81c6d1037
Make gds-parser more robust
2019-03-06 18:16:14 +01:00
ba53a1151e
Add cell recursion cehck to command line interface
2019-03-06 18:15:50 +01:00
fdf2c9a42b
fix style issue
2019-03-06 18:15:11 +01:00
34c113517b
Fox doxygen file header
2019-03-06 18:14:53 +01:00
5291b682c7
remove braces around scale to prevent doxygen from interpreting this as HTML tag
2019-03-06 17:38:47 +01:00
e76f2cbb9d
Merge branch 'master' into dev
2019-03-05 21:48:26 +01:00
586339cac1
fix doxygen
2019-03-05 21:46:29 +01:00
3882f3944e
Change selction filter function. Now only cells without major errors are selectable. Warnings are okay because the renderers can handle these (unresolved references etc...)
2019-03-05 21:03:27 +01:00
00b47d7ded
Add lib cell renderer to main window. It is needed for the Error level defines of the cells
2019-03-05 20:55:04 +01:00
e9b67fe1bc
Implement error level indicator for cells
2019-03-05 20:52:00 +01:00
976bdd9854
Fix function description
2019-03-05 20:21:49 +01:00