summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Specify the Wnck version to silence a warningDebarshi Ray2017-06-161-0/+2
* Don't use Wnck to get app-icons under non-X11Simon McVittie2016-04-231-11/+13
* Ignore pep8 E402 errorThomas Bechtold2015-09-261-1/+1
* Use correct license which is GPL-2.0Thomas Bechtold2015-06-212-13/+15
* Set transient parent for GtkDialogThomas Bechtold2015-06-212-2/+3
* Use the path detected by autoconf instead of hard-coding /usr/bin/pythonTing-Wei Lan2015-05-222-1/+2
* Make pep8 happyMarcos Marado2014-10-1110-103/+104
* Remove references to the obsoleted paned_buswatchZheng Li2014-05-302-2/+2
* Update wiki page linkThomas Bechtold2013-12-261-1/+1
* introspection: fix showing unique-name for services with a well-known nameAleksander Morgado2013-10-173-20/+44
* pep8 fixesThomas Bechtold2013-10-052-3/+4
* window: keep track of whether Session and System bus are already openAleksander Morgado2013-10-011-2/+26
* window: allow closing currently visible busAleksander Morgado2013-10-011-0/+26
* window: use a GtkStack instead of a GtkNotebookAleksander Morgado2013-10-011-43/+5
* window: use a GtkHeaderBar and a gear menuAleksander Morgado2013-10-011-27/+29
* application: load app menu from ui fileAleksander Morgado2013-10-011-28/+4
* Show inactive bus names in italicThomas Bechtold2013-09-011-1/+4
* Also show activatable bus namesThomas Bechtold2013-09-011-4/+32
* Remove duplicate if-clauseThomas Bechtold2013-09-011-44/+43
* threads_init no longer needs to be calledThomas Bechtold2013-09-011-1/+0
* Bring back the application iconsThomas Bechtold2013-09-012-4/+21
* Use pformat to show method call resultsThomas Bechtold2013-09-011-1/+1
* Use GtkListBox instead of a TreeViewThomas Bechtold2013-09-013-143/+192
* Replace live.gnome.org with wiki.gnome.orgThomas Bechtold2013-07-101-1/+1
* Add a flag to not run the testsuiteJonh Wendell2013-06-191-1/+5
* Fix markup string handling for tupleThomas Bechtold2013-06-192-2/+7
* Fix Annotation handlingThomas Bechtold2013-06-092-2/+23
* Use GTestDBus instead of Systembus and SessionbusThomas Bechtold2013-05-251-11/+9
* Use dbus_is_address() instead of dbus_is_supported_address()Thomas Bechtold2013-05-251-1/+1
* GI imports: require Gtk 3.0Dominique Leuenberger2013-05-251-0/+3
* Add missing sourceThomas Bechtold2013-05-201-1/+2
* Don't fail if no systembus or sessionbus is availableThomas Bechtold2013-05-201-4/+10
* Add app menuThomas Bechtold2013-05-202-10/+68
* Move window logic to own file and use GtkApplicationWindowThomas Bechtold2013-05-192-147/+192
* Check source for pep8Thomas Bechtold2013-05-1512-185/+221
* Fix unittestsThomas Bechtold2013-05-143-5/+12
* Use correct data dirThomas Bechtold2013-05-146-40/+37
* Use autotools for d-feetThomas Bechtold2013-05-1416-0/+1768
* make D-Feet installable and move around a few bits for easier maintanaceJohn (J5) Palmieri2007-12-048-1755/+0
* add a settings class for saving and loading configuration dataJohn (J5) Palmieri2007-11-172-1/+96
* fix scrollbarsJohn (J5) Palmieri2007-11-171-4/+11
* fix nomencaltureJohn (J5) Palmieri2007-11-173-145/+147
* switch to the bus name list being on the left instead of on topJohn (J5) Palmieri2007-11-172-34/+46
* add the ability to execute a methodJohn (J5) Palmieri2007-11-154-11/+149
* initial filter autocompletion implementationJohn (J5) Palmieri2007-11-122-5/+17
* fix adding items to tree and maintain state when nodes already existJohn (J5) Palmieri2007-11-101-89/+121
* clean up introspect data nodes by creating a Node base classJohn (J5) Palmieri2007-11-102-355/+157
* handle introspection data and show itJohn (J5) Palmieri2007-11-106-30/+952
* emit chnaged signals when services change so we can update the view and have ...John (J5) Palmieri2007-10-242-9/+24
* fix adding and deleting service on NameOwnerChangedJohn (J5) Palmieri2007-10-241-11/+3