staging/windowmanager.git
6 years agoAdd set_event_handler, added int returns for all API methods.
Marcus Fritzsch [Thu, 31 Aug 2017 12:15:53 +0000 (14:15 +0200)]
Add set_event_handler, added int returns for all API methods.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApplication code clean-up
Marcus Fritzsch [Thu, 14 Sep 2017 12:04:49 +0000 (14:04 +0200)]
Application code clean-up

original author is Aurelian.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoRemoving some test calls
Marcus Fritzsch [Thu, 14 Sep 2017 12:04:43 +0000 (14:04 +0200)]
Removing some test calls

There were some test calls left that don't make any sense to be
kept in the main().
Removed the extern C definitions of the functions used by the
application from the AFB.
Added some more debugging information

original author is Aurelian.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoWIP: add enddraw() and deacrivate_surface() implementations.
Marcus Fritzsch [Tue, 29 Aug 2017 11:48:10 +0000 (13:48 +0200)]
WIP: add enddraw() and deacrivate_surface() implementations.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoWIP: make requestSurface/activateSurace() syncronous
Marcus Fritzsch [Tue, 29 Aug 2017 08:05:41 +0000 (10:05 +0200)]
WIP: make requestSurface/activateSurace() syncronous

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoReading and exporting the surfaceID from WM
Marcus Fritzsch [Thu, 14 Sep 2017 12:04:41 +0000 (14:04 +0200)]
Reading and exporting the surfaceID from WM

original author is Aurelian.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoRemove the AFB definition
Marcus Fritzsch [Thu, 14 Sep 2017 12:04:40 +0000 (14:04 +0200)]
Remove the AFB definition

original author is Aurelian.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoWIP: dispatch sd_events, but break qt event handling
Marcus Fritzsch [Mon, 28 Aug 2017 11:14:56 +0000 (13:14 +0200)]
WIP: dispatch sd_events, but break qt event handling

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoTrying to fix the link with wsj1
Marcus Fritzsch [Thu, 14 Sep 2017 12:04:38 +0000 (14:04 +0200)]
Trying to fix the link with wsj1

original author is Aurelian.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoAdding some extra application parameters
Marcus Fritzsch [Thu, 14 Sep 2017 12:04:36 +0000 (14:04 +0200)]
Adding some extra application parameters

original author is Aurelian.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoMoved the AFBClient to singleton
Marcus Fritzsch [Thu, 14 Sep 2017 12:04:35 +0000 (14:04 +0200)]
Moved the AFBClient to singleton

original author is Aurelian.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoFix compilation for target
Marcus Fritzsch [Thu, 14 Sep 2017 12:04:31 +0000 (14:04 +0200)]
Fix compilation for target

original author is Aurelian.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoFix compilation on host
Marcus Fritzsch [Thu, 14 Sep 2017 12:04:27 +0000 (14:04 +0200)]
Fix compilation on host

original author is Aurelian.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoadd AFBClient
Marcus Fritzsch [Tue, 12 Sep 2017 10:02:38 +0000 (12:02 +0200)]
add AFBClient

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agocmake: add file license header
Marcus Fritzsch [Tue, 12 Sep 2017 09:37:09 +0000 (11:37 +0200)]
cmake: add file license header

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agowm-request: add file license header
Marcus Fritzsch [Tue, 12 Sep 2017 09:36:02 +0000 (11:36 +0200)]
wm-request: add file license header

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agocmake: add file license header
Marcus Fritzsch [Tue, 12 Sep 2017 09:35:37 +0000 (11:35 +0200)]
cmake: add file license header

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agopolicy: add file license header
Marcus Fritzsch [Tue, 12 Sep 2017 09:35:08 +0000 (11:35 +0200)]
policy: add file license header

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoredraw_fixer: add file license header
Marcus Fritzsch [Tue, 12 Sep 2017 09:34:55 +0000 (11:34 +0200)]
redraw_fixer: add file license header

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoredraw_fixer: fix a couple of unneeded extra redundant stuff
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:42 +0000 (11:29 +0200)]
redraw_fixer: fix a couple of unneeded extra redundant stuff

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoadd redraw_fixer, separate controller tool
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:41 +0000 (11:29 +0200)]
add redraw_fixer, separate controller tool

* Use the existing wayland.hpp/cpp implementation
* Listen for visibility and destination_rectangle events
* Apply changing values to opacity to "fix" redraw

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoutil: add ability to disable afb logging macro usage
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:41 +0000 (11:29 +0200)]
util: add ability to disable afb logging macro usage

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: controller hooks impl
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:40 +0000 (11:29 +0200)]
App: controller hooks impl

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agopolicy: debuglog everytime-positive result
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:40 +0000 (11:29 +0200)]
policy: debuglog everytime-positive result

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoAdd visibility dst-rect controller hooks
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:40 +0000 (11:29 +0200)]
Add visibility dst-rect controller hooks

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: be more thorough on (de)activate()
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:39 +0000 (11:29 +0200)]
App: be more thorough on (de)activate()

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: correctly deactivate sub surfaces
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:39 +0000 (11:29 +0200)]
App: correctly deactivate sub surfaces

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: remove unused field layouts
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:39 +0000 (11:29 +0200)]
App: remove unused field layouts

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: fix missing layout_commit() on single-surface deactivate
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:39 +0000 (11:29 +0200)]
App: fix missing layout_commit() on single-surface deactivate

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agopolicy: add a simple policy stub, broke some layouting tho
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:38 +0000 (11:29 +0200)]
policy: add a simple policy stub, broke some layouting tho

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: emit_syncdraw() only after layout commit to compositor
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:38 +0000 (11:29 +0200)]
app: emit_syncdraw() only after layout commit to compositor

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agolayers/app: properly remove surfs, deactivate main_surface
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:38 +0000 (11:29 +0200)]
layers/app: properly remove surfs, deactivate main_surface

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: add layout_commit()
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:37 +0000 (11:29 +0200)]
App: add layout_commit()

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: single-method layout setup
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:37 +0000 (11:29 +0200)]
App: single-method layout setup

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: make a couple of methods private to signal internal use
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:37 +0000 (11:29 +0200)]
App: make a couple of methods private to signal internal use

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: add enqueue_flushdraw() and check_flushdraw()
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:36 +0000 (11:29 +0200)]
App: add enqueue_flushdraw() and check_flushdraw()

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: do some clang-format
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:36 +0000 (11:29 +0200)]
App: do some clang-format

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: rename api call implementations to api_*
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:36 +0000 (11:29 +0200)]
App: rename api call implementations to api_*

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp/binding: implement crude syndraw/enddraw/flushdraw sequence
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:35 +0000 (11:29 +0200)]
app/binding: implement crude syndraw/enddraw/flushdraw sequence

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: std::move() optional wrapped values out of there
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:35 +0000 (11:29 +0200)]
App: std::move() optional wrapped values out of there

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: thoroughly check LayoutState availability in activate too
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:35 +0000 (11:29 +0200)]
App: thoroughly check LayoutState availability in activate too

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: be more thorough when checking surface-associated LayoutState
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:35 +0000 (11:29 +0200)]
App: be more thorough when checking surface-associated LayoutState

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: take local copies of some optional<> wrapped values.
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:34 +0000 (11:29 +0200)]
App: take local copies of some optional<> wrapped values.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: emit_flushdraw() should actually emit a flushdraw event.
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:34 +0000 (11:29 +0200)]
App: emit_flushdraw() should actually emit a flushdraw event.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: remove some superflous debuglog()
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:33 +0000 (11:29 +0200)]
App: remove some superflous debuglog()

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agolayers.json: set OnScreen area to non-center non-full
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:33 +0000 (11:29 +0200)]
layers.json: set OnScreen area to non-center non-full

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: check layer <-> surface assoc more thoroughly
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:33 +0000 (11:29 +0200)]
app: check layer <-> surface assoc more thoroughly

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agowm-request: use a preset UUID if uuidgen cannot be found
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:32 +0000 (11:29 +0200)]
wm-request: use a preset UUID if uuidgen cannot be found

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp/layers: deactivate surfaces on layers above.
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:32 +0000 (11:29 +0200)]
App/layers: deactivate surfaces on layers above.

* When activating a surface on layer x, all surfaces on all layers above
  this will be deactivated.
* Remove main_surface special case (we get the same result by putting
  the main_surface on the bottom layer).
* Track LayoutState per layer, make can_split() accept this layer-local
  LayoutState for its decision.
* Sort layers on load according to their ID. That is, do not make use
  Of the layer's z-order attribute, also there is no need to.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agowm-request: fix unset-var error
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:32 +0000 (11:29 +0200)]
wm-request: fix unset-var error

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: special-case (de)activation for main_surface
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:32 +0000 (11:29 +0200)]
App: special-case (de)activation for main_surface

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agomisc: fix some minor style issues, fix SCOPE_TRACING compilation
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:31 +0000 (11:29 +0200)]
misc: fix some minor style issues, fix SCOPE_TRACING compilation

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: emit syncdraw and flushdraw events
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:31 +0000 (11:29 +0200)]
app: emit syncdraw and flushdraw events

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: remove unsused surface ref in activate_surface()
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:30 +0000 (11:29 +0200)]
app: remove unsused surface ref in activate_surface()

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agowayland: fix two instances of logdebug format breakage
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:30 +0000 (11:29 +0200)]
wayland: fix two instances of logdebug format breakage

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoutil/cmake: enable ScopeTracing through cmake variable option
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:30 +0000 (11:29 +0200)]
util/cmake: enable ScopeTracing through cmake variable option

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoscripts: wm-request uses afb-client-demo
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:30 +0000 (11:29 +0200)]
scripts: wm-request uses afb-client-demo

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: do not inline assignments
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:29 +0000 (11:29 +0200)]
app: do not inline assignments

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp/layers: consolidate signed/unsigned usage
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:29 +0000 (11:29 +0200)]
app/layers: consolidate signed/unsigned usage

* Also make use of optional's operator* where appropriate.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp/layout: fix split layout from and to transitions
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:29 +0000 (11:29 +0200)]
app/layout: fix split layout from and to transitions

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agobinding: protect raise(SIGKILL) by getenv
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:28 +0000 (11:29 +0200)]
binding: protect raise(SIGKILL) by getenv

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agobinding: make the pending_events functionality nicer[tm]
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:28 +0000 (11:29 +0200)]
binding: make the pending_events functionality nicer[tm]

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agobinding: ping() dispatches only pending events
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:28 +0000 (11:29 +0200)]
binding: ping() dispatches only pending events

* Also, move binding_m mutex to the binding glue.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agobinding: manual lock on API call, do not use noconcurrent bit
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:27 +0000 (11:29 +0200)]
binding: manual lock on API call, do not use noconcurrent bit

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp/main: dispatch wayland events using ping(), WIP on split layout
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:27 +0000 (11:29 +0200)]
app/main: dispatch wayland events using ping(), WIP on split layout

* Dispatch ayland events with ping() API call, after having read events
  from wayland fd - in order to prevent indefinite-poll on wrongly read+
  dispatch from multiple threads (dispatcher and API call).
* Add scope trace to all API call thunks.
* Split layout advancements, still broken AF though.
* Add App1 example split layout to App layer.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agobinding: add ping() API call
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:27 +0000 (11:29 +0200)]
binding: add ping() API call

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: remove last remnants of obsolete layout config
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:26 +0000 (11:29 +0200)]
app: remove last remnants of obsolete layout config

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agolayers: fix layers parsing, do not sort by prio
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:26 +0000 (11:29 +0200)]
layers: fix layers parsing, do not sort by prio

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoutil: add scope tracer utility (hack, but more or less useful)
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:26 +0000 (11:29 +0200)]
util: add scope tracer utility (hack, but more or less useful)

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agowayland: extend wl::display for finer grained dispatch control
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:26 +0000 (11:29 +0200)]
wayland: extend wl::display for finer grained dispatch control

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoWIP split layouts, reading config, defining data layout.
Marcus Fritzsch [Tue, 12 Sep 2017 09:29:20 +0000 (11:29 +0200)]
WIP split layouts, reading config, defining data layout.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp/binding: move binding_api impl to its own source file.
Marcus Fritzsch [Tue, 5 Sep 2017 13:51:20 +0000 (15:51 +0200)]
App/binding: move binding_api impl to its own source file.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agomain: only exit on hangup if WINMAN_EXIT_ON_HANGUP env var is present
Marcus Fritzsch [Tue, 5 Sep 2017 13:50:19 +0000 (15:50 +0200)]
main: only exit on hangup if WINMAN_EXIT_ON_HANGUP env var is present

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: emit visibility events
Marcus Fritzsch [Tue, 5 Sep 2017 13:04:59 +0000 (15:04 +0200)]
App: emit visibility events

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agolayers: prefer using instead of typedef
Marcus Fritzsch [Tue, 5 Sep 2017 11:56:17 +0000 (13:56 +0200)]
layers: prefer using instead of typedef

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agolayers.json: remove unused layers description.
Marcus Fritzsch [Tue, 5 Sep 2017 11:56:03 +0000 (13:56 +0200)]
layers.json: remove unused layers description.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoREADME: update
Marcus Fritzsch [Tue, 5 Sep 2017 11:40:47 +0000 (13:40 +0200)]
README: update

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: be a little more thorough when activating a surface
Marcus Fritzsch [Tue, 5 Sep 2017 10:12:51 +0000 (12:12 +0200)]
App: be a little more thorough when activating a surface

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: only activate/deactivate if necessary
Marcus Fritzsch [Tue, 5 Sep 2017 10:10:40 +0000 (12:10 +0200)]
App: only activate/deactivate if necessary

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: remove unimplemented (stubbed) binding API methods
Marcus Fritzsch [Tue, 5 Sep 2017 10:10:12 +0000 (12:10 +0200)]
App: remove unimplemented (stubbed) binding API methods

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agowayland: debug log prints IDs instead of controller ptr
Marcus Fritzsch [Tue, 5 Sep 2017 10:09:26 +0000 (12:09 +0200)]
wayland: debug log prints IDs instead of controller ptr

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: some quality improvements, add activate/deactivate helper
Marcus Fritzsch [Tue, 5 Sep 2017 09:53:17 +0000 (11:53 +0200)]
App: some quality improvements, add activate/deactivate helper

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: remove last_active logic
Marcus Fritzsch [Tue, 5 Sep 2017 09:52:37 +0000 (11:52 +0200)]
App: remove last_active logic

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agomain: exit on compositor hangup
Marcus Fritzsch [Tue, 5 Sep 2017 09:51:27 +0000 (11:51 +0200)]
main: exit on compositor hangup

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: cleanup requestSurface API method.
Marcus Fritzsch [Mon, 4 Sep 2017 16:00:24 +0000 (18:00 +0200)]
App: cleanup requestSurface API method.

* Use lookup_id().
* Do not call activate_surface() as the surface does not yet exist.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: emit activated and deactivated events
Marcus Fritzsch [Mon, 4 Sep 2017 15:56:38 +0000 (17:56 +0200)]
App: emit activated and deactivated events

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp: cleanup name/id mapping and its reverse
Marcus Fritzsch [Mon, 4 Sep 2017 15:56:18 +0000 (17:56 +0200)]
App: cleanup name/id mapping and its reverse

* Single name/id mapping in id_alloc.
* Add Proxy methods to App.
* Disable old API functions to activate surfaces by ID.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoApp/API: fix event emission methods
Marcus Fritzsch [Mon, 4 Sep 2017 15:54:09 +0000 (17:54 +0200)]
App/API: fix event emission methods

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agomain: simplify event broadcasting
Marcus Fritzsch [Fri, 1 Sep 2017 10:30:03 +0000 (12:30 +0200)]
main: simplify event broadcasting

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: remove previous work around experiments, add one that fixes HomeScreen
Marcus Fritzsch [Thu, 31 Aug 2017 15:27:02 +0000 (17:27 +0200)]
app: remove previous work around experiments, add one that fixes HomeScreen

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: remove add_task/execute_pending support
Marcus Fritzsch [Thu, 31 Aug 2017 15:23:32 +0000 (17:23 +0200)]
app: remove add_task/execute_pending support

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agomain/binding: do not allow concurrent threads in App
Marcus Fritzsch [Thu, 31 Aug 2017 15:17:42 +0000 (17:17 +0200)]
main/binding: do not allow concurrent threads in App

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: workaround for visibility setting; use system()
Marcus Fritzsch [Wed, 30 Aug 2017 14:51:57 +0000 (16:51 +0200)]
app: workaround for visibility setting; use system()

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: visibility setting work around... peak software enfineering right here!!1
Marcus Fritzsch [Wed, 30 Aug 2017 14:04:54 +0000 (16:04 +0200)]
app: visibility setting work around... peak software enfineering right here!!1

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: do not use the Qt surface ID shift hack
Marcus Fritzsch [Wed, 30 Aug 2017 12:47:10 +0000 (14:47 +0200)]
app: do not use the Qt surface ID shift hack

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: use activate_surface() in surface_set_layout()
Marcus Fritzsch [Wed, 30 Aug 2017 12:46:29 +0000 (14:46 +0200)]
app: use activate_surface() in surface_set_layout()

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agowayland: only create layers and surfaces when necessary
Marcus Fritzsch [Wed, 30 Aug 2017 12:46:01 +0000 (14:46 +0200)]
wayland: only create layers and surfaces when necessary

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agowayland: honor output transformations
Marcus Fritzsch [Wed, 30 Aug 2017 12:45:28 +0000 (14:45 +0200)]
wayland: honor output transformations

At least rotations by 90 and 270 degrees.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: do not apply left id_shift to generated ID!
Marcus Fritzsch [Tue, 29 Aug 2017 13:06:18 +0000 (15:06 +0200)]
app: do not apply left id_shift to generated ID!

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: use id_shift of 22, just like in Qt
Marcus Fritzsch [Tue, 29 Aug 2017 13:01:08 +0000 (15:01 +0200)]
app: use id_shift of 22, just like in Qt

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>