genode/repos/demo/src/app/launchpad
Christian Prochaska e851b98806 Qt launchpad: use XML configuration
With this patch, Qt launchpad entries are configured the same way as with
the Scout launchpad.

Fixes #1222.
2014-08-18 13:27:23 +02:00
..
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
child_entry.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
launch_entry.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
launcher.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
launchpad_window.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
launchpad_window.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
loadbar.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
main.cc Qt launchpad: use XML configuration 2014-08-18 13:27:23 +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

README

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>