summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Escape markup in property valuesJames Westman2020-08-292-3/+3
* introspection: Clear idle id when done with itRay Strode2020-05-201-0/+1
* introspection: Load introspection data asynchronouslyRay Strode2020-05-141-5/+14
* DFeetApp: add --addressMarc-André Lureau2020-03-261-0/+6
* DFeetApp: add --versionMarc-André Lureau2020-03-261-1/+25
* DFeetWindow: switch to the added bus watchMarc-André Lureau2020-03-261-0/+1
* DFeetWindow: factor out connect_to(address)Marc-André Lureau2020-03-261-12/+18
* meson: install to pure locationMarc-André Lureau2020-03-261-0/+1
* build: use python path methodChris Mayo2020-03-231-1/+1
* tests: run pycodestyle as a testWill Thompson2019-08-061-5/+8
* tests: run with --verboseWill Thompson2019-08-061-0/+1
* dbus_utils: fix indentationWill Thompson2019-03-211-1/+1
* build: Fix d-feet executable modeIñigo Martínez2019-02-031-0/+0
* build: Remove autotoolsIñigo Martínez2019-01-223-69/+0
* build: Port to meson build systemIñigo Martínez2019-01-223-0/+58
* Add required introspection versionIñigo Martínez2019-01-221-0/+2
* build: Replace hard coded values for build time variablesIñigo Martínez2019-01-222-3/+5
* about: capitalize D-Feet app nameJeremy Bicha2018-12-051-1/+4
* menus: Follow GNOME 3.32 menu guidelinesJeremy Bicha2018-12-051-4/+0
* Merge branch 'correctly-honour-theme-foreground-colour-2' into 'master'Will Thompson2018-10-221-18/+2
|\
| * Correctly honour theme foreground colourWill Thompson2018-10-181-18/+2
* | dbus_utils: stringify "h" (UNIX FD)Will Thompson2018-10-181-0/+1
* | dbus_utils: simplify converting simple typesWill Thompson2018-10-181-33/+21
* | dbus_utils: simplify looking ahead 1 characterWill Thompson2018-10-181-6/+1
|/
* settings: fix regexp syntax, add a testWill Thompson2018-09-192-1/+38
* Merge branch 'enable-gitlab-ci' into 'master'Thomas Bechtold2018-09-1910-24/+40
|\
| * settings: use r'' strings for regexpsWill Thompson2018-09-191-5/+6
| * Ignore W504 line break after binary operatorWill Thompson2018-09-191-1/+1
| * Fix a few unused variable/import warningsWill Thompson2018-09-194-4/+1
| * Remove bare 'except:' clausesWill Thompson2018-09-195-9/+13
| * Detect 'pycodestyle', the new name for 'pep8'Will Thompson2018-09-191-3/+4
| * Run tests with same Python version as applicationWill Thompson2018-09-192-2/+7
| * Fix coding style errors reported by make checkWill Thompson2018-09-181-1/+9
* | executedialog: include bus nameWill Thompson2018-09-181-0/+2
|/
* Fix format string with python3Guido Günther2018-07-221-1/+1
* Merge branch '6-display-statistics-and-match-rules-from-the-new-stats-interfa...Thomas Bechtold2018-05-271-0/+51
|\
| * display statistics and match rules from the D-Bus Stats interface6-display-statistics-and-match-rules-from-the-new-stats-interfaceAlban Crequy2018-05-091-0/+51
* | Honor theme's foreground colorGuido Günther2018-05-091-4/+12
|/
* Remove unused DFeetWindow.package fieldfix-icon-nameWill Thompson2018-02-212-3/+2
* Set icon_name to org.gnome.dfeetWill Thompson2018-02-212-4/+5
* Do not use hyphen for the reverse-DNS namesrenameMathieu Bridon2018-02-102-4/+4
* Use locale.textdomain otherwise gtkbuilder translations don't workSebastien Bacher2017-11-241-2/+2
* Make pep8 happyThomas Bechtold2017-11-241-1/+2
* ExecuteMethodDialog: set_transient_for()Will Thompson2017-11-242-2/+5
* ExecuteMethodDialog: Pretty-print multiple resultsSimon McVittie2017-11-241-1/+2
* Fix PEP8 305 style errorMichael Biebl2017-11-242-0/+2
* Show values that have a logical False representation.Benjamin Berg2017-08-141-1/+1
* Make pep8 happyThomas Bechtold2017-06-281-0/+1
* Revert "Don't use Wnck to get app-icons under non-X11"Debarshi Ray2017-06-161-12/+11
* Assume Wnck is absent on non-X11Debarshi Ray2017-06-161-2/+7