Commit Graph

256 Commits

Author SHA1 Message Date
Mario Hüttel 4dcafeed3f Update doxygen reference 2019-03-28 22:14:11 +01:00
Mario Hüttel 03e2b15571 Add dirty flag to git describe command used for the version string. 2019-03-28 22:02:00 +01:00
Mario Hüttel e278ad6d94 Move each GTK Widget to its own documentation group 2019-03-26 21:12:37 +01:00
Mario Hüttel 8d8af8d211 Add compiler warnings to documentation 2019-03-26 21:12:05 +01:00
Mario Hüttel 4bed016f01 Update documentation: Add compilation page, fix additional mistake in cell-geometrics.h 2019-03-26 21:00:05 +01:00
Mario Hüttel e8c7f78af4 Update include file hierarchy: Move include file to central include tree 2019-03-26 19:57:19 +01:00
Mario Hüttel 60e20f45cc Merge branch 'master' into dev 2019-03-25 19:06:26 +01:00
Mario Hüttel cd55137951 Grouped widgets into GUI group 2019-03-25 19:05:57 +01:00
Mario Hüttel d6fb6ba6b0 Remove SVG output from GUI, fixes issue #9 2019-03-25 18:57:48 +01:00
Mario Hüttel 829c9a2386 Restructure code, improve doxygen documentation 2019-03-25 18:47:12 +01:00
Mario Hüttel a99a469cf0 Rename functions of mapping parser 2019-03-25 17:56:57 +01:00
Mario Hüttel f237004e6c Remove useless function call 2019-03-22 22:43:24 +01:00
Mario Hüttel 188086de52 Rework code: simplify if 2019-03-22 22:24:48 +01:00
Mario Hüttel 38f18009fc Rework Cairo-Render output messages 2019-03-22 22:15:56 +01:00
Mario Hüttel ff3f692f2c Make renderer settings dialog settings unique for each window 2019-03-22 21:59:43 +01:00
Mario Hüttel 5537c076a8 Add logo as resource and configure about dialog to use logo from resource 2019-03-21 22:22:35 +01:00
Mario Hüttel b43b142a75 Coding improvements in conversion settings dialog 2019-03-21 21:48:11 +01:00
Mario Hüttel 4c0df56386 cast unused variables 2019-03-21 21:26:31 +01:00
Mario Hüttel 008fe52cb2 Rename gds-parser folder to gds-utils because it no longer contains only the parser 2019-03-21 21:24:59 +01:00
Mario Hüttel 67f9d9b4ee Add source for ListBox Drag and Drop 2019-03-18 21:12:47 +01:00
Mario Hüttel e289e7b301 fix compiler warnings 2019-03-16 16:24:39 +01:00
Mario Hüttel b9cc8570ac Use signal for gui disposement. Whena gui is closed, the library data is relesed 2019-03-16 16:09:29 +01:00
Mario Hüttel 5357aff1b8 Fix bug which allowd moving layer elements between different windows. 2019-03-15 23:46:06 +01:00
Mario Hüttel 64508104bc Move drag and drop code from layer element to layer selector. 2019-03-15 23:17:03 +01:00
Mario Hüttel 60f54e2240 Typo 2019-03-15 23:16:39 +01:00
Mario Hüttel 19b26a3c26 Fix bugs in closing gds render windows 2019-03-15 20:36:23 +01:00
Mario Hüttel 28734a797a Merge branch 'master' into rework-main-window-gui 2019-03-15 20:02:53 +01:00
Mario Hüttel 31d9d26aa4 Implement multiple GUI per process feature. Still buggy. 2019-03-15 20:02:03 +01:00
Mario Hüttel 45f0d90a87 remove layer-selector-dnd.h file 2019-03-15 18:23:25 +01:00
Mario Hüttel 33deba8ca4 Command line: Fix auto-guessing of SVG file name. 2019-03-15 18:03:29 +01:00
Mario Hüttel 587b79dc31 Command line: print out unprocessed parameters 2019-03-15 17:57:59 +01:00
Mario Hüttel 67e5023c1e Command line: Fix auto-guessing of SVG file name. 2019-03-15 17:56:53 +01:00
Mario Hüttel c94c3d591e rework layer selector. This commit is compilable. Layer selector is now a separate GObject 2019-03-14 23:40:26 +01:00
Mario Hüttel 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
Mario Hüttel bb2a4f7f04 Rename layer info deletion function 2019-03-14 21:39:12 +01:00
Mario Hüttel 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
Mario Hüttel b0c25a4bcf Add version number to about dialog 2019-03-14 21:01:16 +01:00
Mario Hüttel 899c8daf81 Add documentation target, which at the moment is only an alias for the
doxygen target
2019-03-14 19:24:17 +01:00
Mario Hüttel a9c7b9f61f Gui: Menubar: GActionEntry definition expanded to set unused values to zero, especially pointers 2019-03-14 19:10:06 +01:00
Mario Hüttel 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
Mario Hüttel 178ef2d5b2 Insert quick fix, that prevents starting multiple instances in GUI mode the same time 2019-03-13 22:54:52 +01:00
Mario Hüttel 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
Mario Hüttel 1e6d0bd1b9 Restructured code for layer selector 2019-03-13 20:32:09 +01:00
Mario Hüttel 658e681c38 Implement a more convenient drag and drop 2019-03-13 20:22:11 +01:00
Mario Hüttel e24b4a8367 implement layer sorting buttons, This fixes #5 2019-03-12 19:47:39 +01:00
Mario Hüttel 960a773ed1 Implement fucntion to force sort of the layer selector 2019-03-12 19:39:36 +01:00
Mario Hüttel ab23be1cfc Make enum in sorting function const 2019-03-12 19:28:17 +01:00
Mario Hüttel 72d5352b09 Change sorting function in order to add capability to sort both ways 2019-03-12 19:26:31 +01:00
Mario Hüttel 3f198f870a Add buttons for layer sorting to glade file 2019-03-12 19:10:43 +01:00
Mario Hüttel 2a204640bd Add warning to probably misunderstandable function 2019-03-12 19:02:34 +01:00