LUMIERA.clone/src/stage
Ichthyostega a90b9e5f16 Library: uniform definition scheme for error-IDs
In the Lumiera code base, we use C-String constants as unique error-IDs.
Basically this allows to create new unique error IDs anywhere in the code.

However, definition of such IDs in arbitrary namespaces tends to create
slight confusion and ambiguities, while maintaining the proper use statements
requires some manual work.

Thus I introduce a new **standard scheme**
 * Error-IDs for widespread use shall be defined _exclusively_ into `namespace lumiera::error`
 * The shorthand-Macro `LERR_()` can now be used to simplify inclusion and referral
 * (for local or single-usage errors, a local or even hidden definition is OK)
2024-03-21 19:57:34 +01:00
..
ctrl Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
dialog GUI: close out rework of top-level and timeline 2023-03-22 02:58:04 +01:00
draw GUI: close out rework of top-level and timeline 2023-03-22 02:58:04 +01:00
interact Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
model Library: base implementation of temp-dir creation 2024-03-12 20:14:29 +01:00
output Global-Layer-Renaming: fix remaining textual usages and IDs in the code 2018-12-10 00:09:56 +01:00
panel GUI: close out rework of top-level and timeline 2023-03-22 02:58:04 +01:00
setting Lib/Diff: prefer the name "emplace" over "build" 2021-05-02 18:31:47 +02:00
timeline the new design takes the old name 2023-06-22 20:23:55 +02:00
widget GUI: close out rework of top-level and timeline 2023-03-22 02:58:04 +01:00
workspace Library: reorder some pervasively used includes 2024-03-21 19:57:34 +01:00
config-keys.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
config-keys.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
DIR_INFO Global-Layer-Renaming: rearrange directories 2018-11-15 23:28:03 +01:00
display-service.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
display-service.hpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
gtk-base.hpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
gtk-lumiera.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
guifacade.hpp some whitespace clean-up 2021-08-20 14:33:21 +02:00
id-scheme.hpp some whitespace clean-up 2021-08-20 14:33:21 +02:00
lumiera-light-theme-complement.css Timeline: remove visual debugging and add timeline style 2023-03-19 14:32:11 +01:00
lumiera.css UI-Style: reorganise style constants and introduce some BEM notation 2019-08-08 19:08:04 +02:00
notification-service.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
notification-service.hpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
style-scheme.cpp Timeline: expand and document system of marker style classes 2023-03-03 18:36:33 +01:00
style-scheme.hpp Timeline: expand and document system of marker style classes 2023-03-03 18:36:33 +01:00
ui-bus.cpp Global-Layer-Renaming: fix remaining textual usages and IDs in the code 2018-12-10 00:09:56 +01:00
ui-bus.hpp Lib: fix a bug with diagnostic output 2022-09-27 01:51:21 +02:00