summaryrefslogtreecommitdiff
path: root/src/dfeet/introspection_helper.py
Commit message (Collapse)AuthorAgeFilesLines
* Correctly honour theme foreground colourWill Thompson2018-10-181-18/+2
| | | | | | | | | | | | | | Rather than try to explicitly look up the colour, don't specify a colour at all. Argument names are never nested within a <span> applying a different foreground colour. This does have one visible effect: with Adwaita (light), selecting the treeview row causes method argument names to switch from black to white, just like the method name. I think this is actually more readable (and the green used for the signature is illegible against the blue selected-row highlight.) As discussed in https://gitlab.gnome.org/GNOME/d-feet/merge_requests/4#note_319094 and !8.
* Fix coding style errors reported by make checkWill Thompson2018-09-181-1/+9
| | | | | | | | | | | These were introduced in e6488e6c0fd0416c54ecff1dd682f0ae8aa4c6fb and e6488e6c0fd0416c54ecff1dd682f0ae8aa4c6fb: src/dfeet/introspection_helper.py:9:1: E302 expected 2 blank lines, found 1 src/dfeet/introspection_helper.py:14:100: E501 line too long (107 > 99 characters) src/dfeet/introspection_helper.py:17:1: E302 expected 2 blank lines, found 1 src/dfeet/introspection_helper.py:20:1: E302 expected 2 blank lines, found 1 src/dfeet/introspection_helper.py:23:1: E302 expected 2 blank lines, found 1
* Fix format string with python3Guido Günther2018-07-221-1/+1
| | | | | | See: !4 Spotted-by: Johannes Sasongko
* Honor theme's foreground colorGuido Günther2018-05-091-4/+12
| | | | This makes property names readable on dark themes like adwaita-dark.
* Show values that have a logical False representation.Benjamin Berg2017-08-141-1/+1
| | | | | | | Correctly test whether a value has been retrieved (not None) instead of testing whether the value is logically True to decide on showing it. https://bugzilla.gnome.org/show_bug.cgi?id=783006
* Fix markup string handling for tupleThomas Bechtold2013-06-191-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=702593
* Fix Annotation handlingThomas Bechtold2013-06-091-0/+19
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=701841
* Check source for pep8Thomas Bechtold2013-05-151-22/+36
|
* Use autotools for d-feetThomas Bechtold2013-05-141-0/+209