15 Commits

Author SHA1 Message Date
Dan Yeaw
0b854fc522
Run black on all files to fix formatting
Signed-off-by: Dan Yeaw <dan@yeaw.me>
2018-11-24 21:31:18 -05:00
Arjan Molenaar
286156bb3a More gaphor.misc fixes 2018-11-23 22:44:52 +01:00
Dan Yeaw
337ea579d0
Import Gtk and GObject correctly
Signed-off-by: Dan Yeaw <dan@yeaw.me>
2018-11-18 12:09:27 -05:00
Dan Yeaw
43a1618c3b
Run pygi-convert PyGObject conversion script
Signed-off-by: Dan Yeaw <dan@yeaw.me>
2018-10-06 21:15:16 -04:00
Dan Yeaw
146ed7818b
Revert "Migrated codebase to be compatible with Python3 using python-modernize. Changed import statements to fix recursive imports, renamed uses of "UML" to uml2 and modelfactory which are the actual module names, and removed some of the unused import statements."
This reverts commit d7c8653

Signed-off-by: Dan Yeaw <dan@yeaw.me>
2018-09-21 13:46:40 -04:00
Dan Yeaw
385d249b7a Correct wrong short license on each source file
Signed-off-by: Dan Yeaw <dan@yeaw.me>
2018-01-13 18:33:50 -05:00
danyeaw
68cb1d3229 Added license preamble and copyright, closes #10. 2017-05-12 22:03:34 -04:00
danyeaw
ffabc82351 Ran python-modernize on files outside of gaphor. Updated formatting. 2017-04-30 21:23:46 -04:00
danyeaw
b705df38d6 Revert "Reformatted all code to match PEP8, optimized imports."
This reverts commit 244be6b6472b6ad9a9b27a32267e4d4a093d56bb.
2017-04-29 21:58:43 -04:00
danyeaw
244be6b647 Reformatted all code to match PEP8, optimized imports. 2017-04-29 21:24:12 -04:00
danyeaw
4a31654690 More import updates to change UML to uml2 2017-04-26 22:13:28 -04:00
danyeaw
d7c86533c3 Migrated codebase to be compatible with Python3 using python-modernize. Changed import statements to fix recursive imports, renamed uses of "UML" to uml2 and modelfactory which are the actual module names, and removed some of the unused import statements. 2017-04-24 20:59:16 -04:00
Arjan Molenaar
6bcb8c3288 For lines, resolve constraints after orthogonal constraints are applied. This
will prevent cyclic resolve errors.
2009-09-08 08:14:47 +02:00
Arjan Molenaar
8db09ecf5a Updated test: now the error scenario is visible. 2009-09-07 21:09:56 +02:00
Arjan Molenaar
eb1000ac97 Fixed error in connection code. Added test for #4. 2009-09-07 17:51:02 +02:00