Age | Commit message (Collapse) | Author | Files | Lines |
|
This brings up two major bits of functionality: the introduction of the
agl-shell-desktop protocol, which should be used by regular
application(s) to activate/switch other to other applications, and
the introduction of the policy API and with it, a default allow-all
kind of policy engine.
In more details, the following changes have been included:
- fcd71e034d378921e layout: Mark activated surface by default
- 1ee1bff64338dede1 desktop: Remove the active surface only if matches the one being displayed
- 0e66ee13b73e3ca21 meson.build: Increase the build version of agl-compositor
- 721d4d4f73e5d30ce README.md: Start adding some light documentation on the policy part
- 0a932bc7d66b062e6 layout: Allow by default to activate the application
- 58a3fe5c292349916 policy-default: Install a default policy engine
- 98457c49f5d777e40 policy: Init policy framework API
- fe3358fa9b560a43e ivi-compositor: Use the helpers for array length
- 6491e204fd4a9bd2d meson.build: Do another agl-compositor version bump
- 72aa326d8f54ad75c meson.build: Install agl-shell-desktop extension
- 786f91bd280b83049 protocol: Advertise the applications to regular clients
- a35a7f2e5cc20bd40 protocol: Add agl-shell-desktop protocol
This patch also installs the agl-shell-desktop XML file.
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Icaec7e375242a0266383523806e5eca40d75b652
|
|
This includes the following changes (all of them related
to the libweston7 upgrade):
- dbba1adda7f meson.build: Increase version of the compositor
- b352cee6f81 meson.build: Build X11 backend optionally
- 93523a7f38b meson.build: Increase wayland-protocol version dependency
- c769a272324 main: Add support for the logging context when creating
the compositor instance
- a17bac48464 meson.build: Upgrade build and headers to libweston7
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I94e5077c48eca76092306892d6e25e345eeda45e
|
|
Includes the following changes:
- 357c5a034a89dc meson.build: Allow to install the private extension
- 405a475fa64594 Update .gitreview file
- ca5e2aec22cb7b meson.build: Allow to build/install locally
- ed4a9b0d9c5937 meson.build: Enable Wextra and transform warning messages into errors
- 191dc29c7d05d8 main: Avoid warning on un-initialized display
- b43a012824af01 shell: Add a black surface in the fullscreen layer
- 433edac095bb14 desktop: Remove the surface in all cases
- ab2e660c891df7 desktop: Reset the active surface
- f8457f6d62370f shell: Allow the client shell to unbind/rebind to agl-shell interface
- 08ea4a2fec76b4 layout: Do not delay mapping of desktop surface until commit time
- 3950b7e787c19b layout: Use the background's surface ivi_output when activating apps by default
- ffd00ab3a05351 ivi-compositor: Add systemd notify message
- 219a513fd959b8 shared: Add some regular helpers
- e5027ce09a4440 layout: Force a repaint of the entire output
- 0e47c84e348b65 layout: Print out when adding panels/background
- 2d7243208d3e45 src/: Add basic support for app switching
Change-Id: I366880b5fb5a09a23d9af26ea638ad5e1f14dafa
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
|
|
As with 357c5a034a89 we now install the agl-shell protocol,
so make yocto aware of it.
Change-Id: I6976d9ebb86287305f45580a65a2c36b31f99488
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
|
|
Add a recipe for the new AGL compositor and enable it when building the
Weston package group.
Change-Id: I3fe88370a4fc6a01b8ba8c3126a407cd9c39a842
Signed-off-by: Daniel Stone <daniels@collabora.com>
|