summaryrefslogtreecommitdiff
path: root/src/dfeet/window.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a few unused variable/import warningsWill Thompson2018-09-191-1/+0
* Remove unused DFeetWindow.package fieldfix-icon-nameWill Thompson2018-02-211-2/+1
* Set icon_name to org.gnome.dfeetWill Thompson2018-02-211-1/+1
* Use correct license which is GPL-2.0Thomas Bechtold2015-06-211-7/+8
* Make pep8 happyMarcos Marado2014-10-111-6/+6
* Remove references to the obsoleted paned_buswatchZheng Li2014-05-301-1/+1
* pep8 fixesThomas Bechtold2013-10-051-1/+2
* 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
* Use GtkListBox instead of a TreeViewThomas Bechtold2013-09-011-2/+2
* Don't fail if no systembus or sessionbus is availableThomas Bechtold2013-05-201-4/+10
* Add app menuThomas Bechtold2013-05-201-8/+0
* Move window logic to own file and use GtkApplicationWindowThomas Bechtold2013-05-191-0/+185