gnome-control-center/shell
Georges Basile Stavracas Neto 1245fd787b
Introduce Applications panel
This is an initial implementation of most of the
intended functionality for this panel. Flatpak
integration itself is implemented by spawning
"flatpak info -m $appid", which gives us the
metadata in key file format, and allows flatpak
to be a runtime dependency.

Even after removing the .desktop suffix, there can
still be a difference between the app ID generated
in this way and the flatpak ID, since flatpaks are
allowed to export files whose prefix is the flatpak
ID. Fix this by pulling the X-Flatpak key out of
the desktop file. This would cause trouble for
org.libreoffice.LibreOffice-math.
2019-01-07 10:59:30 -02:00
..
appdata appdata: Add UserDocs & HighContrast kudos 2018-03-24 20:17:16 +00:00
completions window: Remove remaining overview mentions 2018-05-28 22:07:49 -03:00
cc-application.c panel-loader: Simplify listing panels 2018-11-11 23:42:00 -02:00
cc-application.h window: Delegate model creation to CcApplication 2018-05-29 16:09:49 -03:00
cc-debug.h.in debug: Fix copy-pasta mistake 2018-04-07 18:49:39 -03:00
cc-log.c log: Reimplement logging and debugging 2018-04-06 23:18:26 -03:00
cc-log.h log: Reimplement logging and debugging 2018-04-06 23:18:26 -03:00
cc-object-storage.c object-cache: Fix function documentation name 2018-09-25 21:02:11 -03:00
cc-object-storage.h object-storage: Introduce CcObjectStorage 2018-04-06 22:23:38 -03:00
cc-panel-list.c Introduce Applications panel 2019-01-07 10:59:30 -02:00
cc-panel-list.h window: Add panel's sidebar widget to sidebar 2018-11-16 19:24:49 -02:00
cc-panel-list.ui panel-list: Dynamically show Details/Devices row 2018-11-11 23:46:07 -02:00
cc-panel-loader.c Introduce Applications panel 2019-01-07 10:59:30 -02:00
cc-panel-loader.h panel-loader: Allow overriding panel vtable 2018-11-11 23:42:00 -02:00
cc-panel.c trivial: Update code style 2018-11-16 15:19:08 -02:00
cc-panel.h trivial: Update code style 2018-11-16 15:19:08 -02:00
cc-shell-model.c model: Convert panel icons to symbolic variants if possible 2018-07-29 21:45:38 +00:00
cc-shell-model.h model: Add visibility field 2018-05-29 16:09:51 -03:00
cc-shell.c shell: Use GVariant to convey panel arguments instead of a string array 2013-04-03 18:02:10 +02:00
cc-shell.h shell: Use GVariant to convey panel arguments instead of a string array 2013-04-03 18:02:10 +02:00
cc-window.c window: Properly update headebar buttons and title 2018-11-16 19:25:13 -02:00
cc-window.h window: Delegate model creation to CcApplication 2018-05-29 16:09:49 -03:00
cc-window.ui window: Properly update headebar buttons and title 2018-11-16 19:25:13 -02:00
gnome-control-center.desktop.in.in project: update desktop.in to reference new icon name 2018-09-12 21:30:52 +00:00
gnome-control-center.gresource.xml shell: Rename .ui files to match .c files 2018-07-18 21:34:09 +00:00
help-overlay.ui window: Remove remaining overview mentions 2018-05-28 22:07:49 -03:00
list-panel.sh shell: Ensure completion is sorted by default 2013-02-11 09:37:55 +01:00
main.c main: Init libhandy 2018-11-26 15:36:34 +01:00
meson.build build: Reorganize shell libraries and dependencies 2018-11-11 23:44:38 -02:00
org.gnome.ControlCenter.gschema.xml window: Warn about development builds 2018-05-14 18:24:03 -03:00
org.gnome.ControlCenter.service.in shell: Expose panel launching with DBus-activation 2013-04-03 18:09:15 +02:00