1911 Commits

Author SHA1 Message Date
wrobell
194baf8044 - use UML.format to format slots in compartments 2010-02-14 19:24:42 +00:00
wrobell
7911e5e321 - replace {Operation,Property}.parse with UML.parse generic function 2010-02-14 18:59:03 +00:00
wrobell
0fbbc815e0 - removed {Operation,Property}.render method in order to use UML.format
generic function
2010-02-14 18:40:28 +00:00
Arjan Molenaar
0062d6415d Moved emission of ElementDeleteEvent till after the relaltionships are unkinked.
Now when undoing/redoing, the order of events in correct and reproducable.
2010-02-13 20:48:23 +01:00
Arjan Molenaar
3967a5da9e Updated to deflect latest behaviour for gaphas tool aspects. 2010-02-13 12:54:14 +01:00
Arjan Molenaar
9df950c9ab Removed dots after urls 2010-02-12 11:55:05 +01:00
Arjan Molenaar
9db2f16c38 Updated readme to point to lighthouse for issue tracking. 2010-02-12 11:54:01 +01:00
Arjan Molenaar
a8f633bc48 Made modelfactory.find_instances and remove_stereotype more fault tolerant.
Esp. when flushing big models.
2010-02-11 18:22:55 +01:00
Arjan Molenaar
8c481fb35c Make extension property more fault tolerant.
Removed unused Extension from meta model.
2010-02-11 18:14:59 +01:00
Arjan Molenaar
d83baff040 Let TestCase.connect use the DiagramItemConnector aspect.
Added testcase that exhibits errorous undo of connected items.
2010-02-11 06:42:27 +01:00
Arjan Molenaar
083c23b70d Update beta to .b4 2010-02-10 08:26:53 +01:00
Arjan Molenaar
78e38aa3d8 Added event_dispatcher to default set of services. Changed file format to unix. 2010-02-10 08:25:22 +01:00
wrobell
3c98e7e119 - code cleanup 2010-02-09 22:06:45 +00:00
Arjan Molenaar
664514ee27 Update ports after handles are created. 2010-02-09 22:58:31 +01:00
Arjan Molenaar
957d9dccb9 disabled checkmodel plugin. 2010-02-09 22:58:31 +01:00
wrobell
a04fdd7e04 - removed old code from dependency element editor, which prevented changing
dependency type by user manually
2010-02-09 21:56:28 +00:00
wrobell
7c33f40d16 - code cleanup 2010-02-09 21:56:18 +00:00
wrobell
c41b100047 - disallow dependency item type changes, when dependency connection is
established
2010-02-09 21:34:20 +00:00
wrobell
af697b200f - documented automatic dependency type detection 2010-02-09 21:32:43 +00:00
wrobell
2cf1d57f16 - code cleanup 2010-02-09 20:00:01 +00:00
wrobell
0dadc429e8 - update connection ports of diagram line as only handles are saved in
Gaphor file, therefore ports need to be recreated
2010-02-09 19:58:39 +00:00
Arjan Molenaar
fcb283cc67 Moved notify_event from ElementFactory to separate service. 2010-02-08 21:22:29 +01:00
Arjan Molenaar
81d8dccf4a Make orthogonal option insensitive for lines with < 3 handles 2010-02-08 21:20:53 +01:00
Arjan Molenaar
60f7debb37 Reverted association Extension.metaclass - Class.extension to use simple properties. 2010-02-08 21:20:53 +01:00
Arjan Molenaar
a41cec049f Fixed storage test. 2010-02-08 21:20:53 +01:00
Arjan Molenaar
a70789ecc2 Moved user_data_dir property to application module. 2010-02-08 21:20:53 +01:00
Arjan Molenaar
5e619e3050 Load default script ~/.gaphor/console.py in console window. Saves a lot of typing. 2010-02-08 21:20:53 +01:00
wrobell
ab2eaecf5e - s/ClassifierItemEditor/CompartmentItemEditor/ to allow edit any
compartment item
2010-02-08 02:14:35 +00:00
wrobell
f8c5ccc89c - updated items model
- named items package moved to basic items
  - removed out of date cruft (diacanvas based)
- added rst based list of items
2010-02-08 01:53:52 +00:00
wrobell
0cb842c404 - code cleanup after last change 2010-02-08 01:29:12 +00:00
wrobell
dd3657dc3c - removed LineItem abstract class, which is no longer needed 2010-02-08 01:18:52 +00:00
wrobell
666c0318d8 - moved automatic dependency type discovery to model factory
- fixed automatic dependency type discovery on connection
- disallow to change dependency type in element editor if it is set to
  automatic
2010-02-07 16:03:05 +00:00
Arjan Molenaar
caa7daa736 Do explicit handler invocation in all items with texts. 2010-02-06 22:47:33 +01:00
Arjan Molenaar
12629804d3 Remove handler invokcation after loading.
Make sure names are shown, though.
2010-02-06 22:20:54 +01:00
wrobell
c8ee0c6f7b - fixed creating assembly connections 2010-02-06 16:26:10 +00:00
wrobell
17e7f63de1 Added components/test and node test case. 2010-02-05 14:11:41 +01:00
wrobell
5fcd6858fe Merge branch 'master' of git@github.com:amolenaar/gaphor
Conflicts:
	gaphor/services/sanitizerservice.py
2010-02-04 19:07:34 +00:00
wrobell
6e92c2845a - code cleanup 2010-02-04 18:54:43 +00:00
wrobell
06dcdd2401 - code cleanup 2010-02-04 18:54:00 +00:00
Arjan Molenaar
a9b985dc89 Fixed Extension.metaclass and Class.extension methods. 2010-02-04 19:49:35 +01:00
Arjan Molenaar
7d60312b32 Set F2 as tree view rename accel key. 2010-02-04 13:49:01 +01:00
Arjan Molenaar
abd4bceacf Also check for updates on stereotype attribute names and values. 2010-02-04 08:56:31 +01:00
Arjan Molenaar
5092e3ee7d Cleaned up FeatureItem and subclasses (no longer inherit from DiagramItem). 2010-02-04 08:01:27 +01:00
Arjan Molenaar
8fb7503197 Extra test for compartment resizing. Cleanup print lines. 2010-02-04 06:19:32 +01:00
Arjan Molenaar
1e570adb47 Updates on attribute and operation editing. 2010-02-04 06:19:32 +01:00
wrobell
ed616728f0 - do not show a property in a tree if it has no namespace (i.e. association
between two components)
2010-02-04 00:05:29 +00:00
wrobell
21658eeeaf - ungroup activity nodes when subpartition is removed from its parent
partition
2010-02-03 23:48:17 +00:00
wrobell
12c766d4f9 - remove applied stereotype when extension is removed 2010-02-03 22:57:11 +00:00
wrobell
be8c0fa0d6 - destroy slots on stereotype attributes removal 2010-02-03 12:59:44 +00:00
wrobell
3089de122d - remove applied stereotypes, when a stereotype is deleted 2010-02-03 12:58:04 +00:00