genode/repos/libports/src/lib/qt5
Norman Feske 4d442bca30 Streamline exception types
This patch reduces the number of exception types by facilitating
globally defined exceptions for common usage patterns shared by most
services. In particular, RPC functions that demand a session-resource
upgrade not longer reflect this condition via a session-specific
exception but via the 'Out_of_ram' or 'Out_of_caps' types.

Furthermore, the 'Parent::Service_denied', 'Parent::Unavailable',
'Root::Invalid_args', 'Root::Unavailable', 'Service::Invalid_args',
'Service::Unavailable', and 'Local_service::Factory::Denied' types have
been replaced by the single 'Service_denied' exception type defined in
'session/session.h'.

This consolidation eases the error handling (there are fewer exceptions
to handle), alleviates the need to convert exceptions along the
session-creation call chain, and avoids possible aliasing problems
(catching the wrong type with the same name but living in a different
scope).
2017-05-31 13:16:07 +02:00
..
dejavusans Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
patches Streamline exception types 2017-05-31 13:16:07 +02:00
qnitpickerviewwidget qt5: let QNitpickerViewWidget react to focus event 2014-12-04 16:26:22 +01:00
qpluginwidget Adapt high-level components to new parent API 2016-11-30 13:37:03 +01:00
qtbase/src Qt5: keyboard layout support 2017-02-28 12:59:31 +01:00
qtdeclarative/src/imports/qtquick2 libports: prevent dummy target warnings 2015-09-16 13:58:50 +02:00
qtwebkit/Source/WebCore Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
tools/lib_mk_file_generator qt5: update the 'lib_mk_file_generator' README file 2015-12-10 13:16:27 +01:00
libc_dummies.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
qt_main.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00