History log of /seL4-camkes-master/projects/camkes-tool/camkes/visualCAmkES/View/Instance_Property_Widget.py
Revision Date Author Comments
# 3ce1f977 13-Jul-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix whitespace

- remove trailing whitespace
- remove duplicate blank lines
- remote blank lines at end of file


# 8b2ec3e6 20-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix licenses


# 47512793 06-Feb-2017 Prema Thasarathan, Shanush (Data61, Kensington NSW) <Shanush.Premathasarathan@data61.csiro.au>

Redone concatenations using "foo %s" % bar

During the code review for the insertion of visualCAmkES into the next branch
I was adviced to change the string concatenations from "foo" + "bar" to "foo %s" % bar.
This commit makes this change across the visualCAmkES code.

JIRA: CAMKES-490


# f28539e3 20-May-2016 Shanush Prema Thasarathan <ShanushPrema.Thasarathan@nicta.com.au>

Fixed style, removed unnecessary methods


# cc7c5d35 08-Apr-2016 Shanush <shanushau@yahoo.com.au>

Created property widgets and associated integration logic

This commit addresss the issue: JIRA CAMKES-477
Property widgets are made for instance and connections
Graph_widget will open the appropriate property widget when a widget is clicked
Property widgets are "dock widgets" in QT terminology