gnome-control-center/panels/applications
Jake Dane 89443fe550 desktop: Remove obsolete Bugzilla entries
The `X-GNOME-Bugzilla-*` entries were for use by bug-buddy, a GNOME 2
technology that's been gone for over a decade. These entries are
obsolete and can be removed from all desktop files.

The `X-GNOME-Settings-Panel` entry is also obsolete as far as I can
tell and only these panels had it in their desktop file: notifications,
sharing, sound and user-accounts. These entries can also be removed.

After removing the `X-GNOME-Bugzilla-*` entries, the desktop files have
no more variables in them. The meson `configure_file` step is therefor
pointless—there are no variables to configure. As such the
`*.desktop.in.in` files are renamed to `*.desktop.in` to reflect this
and `meson.build` files are modified to remove `configure_file` step.
2022-10-20 13:20:09 +00:00
..
icons Add individual app icons 2022-01-31 14:08:22 +00:00
applications.gresource.xml applications: Remove CcActionRow 2022-01-20 17:30:45 -03:00
cc-applications-panel.c applications: Add support for the screenshot permission 2022-08-10 19:03:15 +00:00
cc-applications-panel.h Introduce Applications panel 2019-01-07 10:59:30 -02:00
cc-applications-panel.ui applications: Tweak screenshot description 2022-08-10 16:50:41 -03:00
cc-applications-row.c applications: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-applications-row.h applications: Trivial code style update 2019-04-01 22:27:51 +00:00
cc-applications-row.ui applications: Remove use of sidebar-icon style 2021-12-17 21:36:54 +00:00
cc-info-row.c applications: Fix CcInfoRow having the wrong parent. 2022-05-17 12:14:56 +12:00
cc-info-row.h applications: Make CcInfoRow subclass AdwActionRow 2022-01-20 17:24:25 -03:00
cc-info-row.ui applications: Make CcInfoRow subclass AdwActionRow 2022-01-20 17:24:25 -03:00
cc-snap-row.c applications: Update snap permissions code to recent changes 2022-05-25 23:02:46 +00:00
cc-snap-row.h applications: Update snap permissions code to recent changes 2022-05-25 23:02:46 +00:00
cc-snap-row.ui applications: Update snap permissions code to recent changes 2022-05-25 23:02:46 +00:00
cc-toggle-row.c applications: Make CcToggleRow subclass AdwActionRow 2022-01-20 17:24:25 -03:00
cc-toggle-row.h applications: Make CcToggleRow subclass AdwActionRow 2022-01-20 17:24:25 -03:00
cc-toggle-row.ui applications: Make CcToggleRow subclass AdwActionRow 2022-01-20 17:24:25 -03:00
globs.c Introduce Applications panel 2019-01-07 10:59:30 -02:00
globs.h Introduce Applications panel 2019-01-07 10:59:30 -02:00
gnome-applications-panel.desktop.in desktop: Remove obsolete Bugzilla entries 2022-10-20 13:20:09 +00:00
meson.build desktop: Remove obsolete Bugzilla entries 2022-10-20 13:20:09 +00:00
search.c Introduce Applications panel 2019-01-07 10:59:30 -02:00
search.h Introduce Applications panel 2019-01-07 10:59:30 -02:00
utils.c applications: Switch to g_spawn_check_wait_status() 2022-01-20 18:55:44 -03:00
utils.h applications: Port to GTK4 2021-12-14 22:34:21 -03:00