genode/repos/demo/src/app/launchpad
Norman Feske b44f0554bd Adapt high-level components to new parent API
This patch adjusts the various users of the 'Child' API to the changes
on the account of the new non-blocking parent interface. It also removes
the use of the no-longer-available 'Connection::KEEP_OPEN' feature.

With the adjustment, we took the opportunity to redesign several
components to fit the non-blocking execution model much better, in
particular the demo applications.

Issue #2120
2016-11-30 13:37:03 +01:00
..
child_entry.h Adapt high-level components to new parent API 2016-11-30 13:37:03 +01:00
launch_entry.h Adapt high-level components to new parent API 2016-11-30 13:37:03 +01:00
launcher.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
launchpad_window.cc Adapt high-level components to new parent API 2016-11-30 13:37:03 +01:00
launchpad_window.h Adapt high-level components to new parent API 2016-11-30 13:37:03 +01:00
loadbar.h Adapt high-level components to new parent API 2016-11-30 13:37:03 +01:00
main.cc Adapt high-level components to new parent API 2016-11-30 13:37:03 +01:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
section.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
status_entry.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
target.mk Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

Launchpad is a graphical application for interactively starting and
killing programs.

By default, launchpad displays a onfigured list of programs and their
respective default memory quotas. The user can tweak the memory quota for each
entry with mouse and then start a program by clicking on its name. The
following example configuration tells launchpad to display a list of three
launcher entries:

!<config>
!  <launcher name="sdl_pathfind" ram_quota="10M" />
!  <launcher name="liquid_fb"    ram_quota="10M" />
!  <launcher name="hello"        ram_quota="1M" />
!</config>