summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* appdata: fix bugtracker linkThomas Bechtold2021-09-171-1/+1
| | | | | gitlab issues are used for bugtracking. bugzilla is no longer a thing.
* News for 0.3.160.3.16wjt/0.3.16Will Thompson2021-05-071-0/+30
|
* appdata: add <releases> with 0.3.15 descriptionWill Thompson2019-08-061-0/+15
| | | | | <releases> is now mandatory for Flathub. <description> is optional but it's nice to have.
* Refresh screenshotWill Thompson2019-08-061-0/+0
|
* appdata: add OARS metadataWill Thompson2019-03-211-0/+1
| | | | | Generated with <https://hughsie.github.io/oars/generate.html>. This app does not connect to the internet and does not take your money.
* icon: update app iconJakub Steiner2019-02-1510-4397/+91
| | | | | | | | | | | | | | | - GNOME 3.32 redesign of app icons. See https://gitlab.gnome.org/GNOME/Initiatives/issues/2 for more info. - No HC icons anymore, symbolics used for this. - Don't use fullcolor app icon as a watermark for empty state, fullcolor icons are meant to be activatable. In the future we should aim at replacing the off style private icons installed into hicolor with private symbolics. /label ~"9. Initiative: AppIconRedesign"
* build: Migrate from Intltool to GettextIñigo Martínez2019-01-223-12/+15
| | | | | | Recent versions of Gettext are able to translate several formats that are used in GNOME applications. This patch migrates from Intltool to Gettext by using meson's i18n features.
* build: Remove autotoolsIñigo Martínez2019-01-223-107/+0
| | | | | To avoid the burden of maintaining multiple build systems, this patch removes autotools support.
* build: Port to meson build systemIñigo Martínez2019-01-223-0/+82
| | | | | | meson is a build system focused on speed an ease of use, which helps speeding up the software development. This patch adds meson support along autotools.
* menus: Follow GNOME 3.32 menu guidelinesJeremy Bicha2018-12-053-23/+11
| | | | https://gitlab.gnome.org/GNOME/Initiatives/wikis/App-Menu-Retirement
* executedialog: include bus nameWill Thompson2018-09-181-4/+34
| | | | | | This dialog is not particularly short of space, and it's nice to have the full (bus name, object path, interface, method name) quad visible in one place.
* executedialog: allow selecting name/path/interface fieldsWill Thompson2018-09-181-0/+3
| | | | | It's annoying to have to retype these when I'm exploring an API in D-Feet and want to use the methods I discover in some code.
* Do not use hyphen for the reverse-DNS namesrenameMathieu Bridon2018-02-1013-16/+16
| | | | | | | | | The convention for DBus and Flatpak is to not use hyphens in the last segment of a name. In fact, this is even illegal in object paths. This commit moves everything from org.gnome.d-feet to org.gnome.dfeet
* build: Install appstream metadata to non-deprecated locationJeremy Bicha2017-12-121-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=790863
* Rename the icons, appdata and desktop filesMathieu Bridon2017-11-2512-14/+14
| | | | | | This is good practice, and it helps a lot with Flatpak. https://bugzilla.gnome.org/show_bug.cgi?id=788693
* Add a missing tag to the AppData fileRichard Hughes2016-01-251-0/+1
|
* Update the AppData file to spec version 0.7+Richard Hughes2016-01-221-7/+19
|
* UI: make the stack animation slide-left-rightBen Iofel2015-11-191-1/+1
|
* Remove deprecated {x,y}pad propertiesThomas Bechtold2015-06-221-3/+0
|
* Remove usage of "margin-{left,right}" #2Thomas Bechtold2015-06-212-8/+8
| | | | | | | | | | The property GtkWidget:margin-{left,right} is deprecated and shouldn't be used anymore. It will be removed in a future version. commit 9fe667f8f01f7ec6774d406b124388ea247ff8a5 was incomplete so this finally removes the leftovers. https://bugzilla.gnome.org/show_bug.cgi?id=747756
* Use margin-{start,end} for bus boxThomas Bechtold2015-06-211-0/+2
| | | | | | This reverts commit 9fe667f8f01f7ec677 which removed "margin-{left,right} from the bus box. Instead of removing it, use the new "margin-{start,end}" properties.
* Remove usage of "margin-{left,right}"Thomas Bechtold2015-06-211-2/+0
| | | | | | | The property GtkWidget:margin-{left,right} is deprecated and shouldn't be used anymore. It will be removed in a future version. https://bugzilla.gnome.org/show_bug.cgi?id=747756
* Allow connections to arbitrary busesThomas Bechtold2015-06-211-0/+1
| | | | | | | The gear button was not usable so connections to arbitrary buses was not possible. https://bugzilla.gnome.org/show_bug.cgi?id=747759
* Use open-menu-symbolic for gear iconThomas Bechtold2015-06-211-1/+1
| | | | | Following GnomeGoals/GearIcons, applications that use gear menus should change emblem-system-symbolic to open-menu-symbolic.
* Add missing appdata file to dist tarballThomas Bechtold2014-10-111-1/+1
| | | | | | Thanks to Michael Biebl for the patch. https://bugzilla.gnome.org/show_bug.cgi?id=736570
* Add more keywords to desktop fileMichael Catanzaro2014-07-081-1/+1
| | | | I don't want to type this hyphen when searching for d-feet.
* Update links to wiki homepageThomas Bechtold2014-06-081-1/+1
| | | | Pages for apps moved to the apps namespace on the wiki.
* Wrap method signature in exec dialogThomas Bechtold2014-06-031-2/+2
| | | | | | | The method execution dialog window was to large when the method signature has a lot of parameters. https://bugzilla.gnome.org/show_bug.cgi?id=721814
* introspection.ui: Use symbolic icons for the reload buttonYosef Or Boczko2014-05-301-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=730455
* Make AppData file translatableDaniel Mustieles2014-01-221-1/+1
|
* build: Fix previous commitColin Walters2013-11-071-1/+1
| | | | Sorry! Had this locally, forgot to amend.
* data: Don't run update-desktop-database if DESTDIR is setColin Walters2013-11-071-1/+1
| | | | | This is the standard way to do these things; this avoids an error in the gnome-continuous build.
* Fix appdata distributionThomas Bechtold2013-10-191-1/+1
|
* Add appdata file for gnome-softwareThomas Bechtold2013-10-192-2/+24
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=708642
* Update screenshot according to appdata guidelinesThomas Bechtold2013-10-191-0/+0
|
* Add screenshot for appdataThomas Bechtold2013-10-191-0/+0
|
* Change ' to " in .ui filesPiotr Drąg2013-10-032-11/+11
| | | | So the i18n stack won't get fussy.
* window: allow closing currently visible busAleksander Morgado2013-10-011-0/+6
|
* introspection: use a 'reload' image button instead of a text buttonAleksander Morgado2013-10-011-2/+11
|
* bus: add margins to the bus boxAleksander Morgado2013-10-011-0/+4
|
* bus: use a GtkSearchEntry instead of the filter boxAleksander Morgado2013-10-011-28/+4
|
* window: use a GtkStack instead of a GtkNotebookAleksander Morgado2013-10-011-7/+11
|
* window: use a GtkHeaderBar and a gear menuAleksander Morgado2013-10-011-82/+37
|
* application: load app menu from ui fileAleksander Morgado2013-10-012-1/+23
|
* Also install dfeet-icon-default-service.pngThomas Bechtold2013-09-011-1/+2
|
* Fix Makefile for data/uiThomas Bechtold2013-09-011-1/+1
|
* Use GtkListBox instead of a TreeViewThomas Bechtold2013-09-012-231/+86
|
* Removed markup from Ui files. See ↵Daniel Mustieles2013-05-272-18/+36
| | | | https://live.gnome.org/GnomeGoals/RemoveMarkupInMessages
* Remove unneeded context from stringsPiotr Drąg2013-05-252-5/+5
|
* Improve the HighContrast iconThomas Bechtold2013-05-221-76/+171
|