Commits · 318b10a9eb322529ed228e25fc96f4ce816bd759
- Jan 28, 2021
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
- Jan 28, 2021
-
-
Michael Reisecker authored
-
- Jan 24, 2021
-
-
Michael Reisecker authored
-
Michael Reisecker authored
This way, new higher numbers get put in the back.
-
Michael Reisecker authored
... instead of unsorted at the end.
-
- Jan 22, 2021
-
-
Michael Reisecker authored
The QTimer now always uses the original stylesheet avoiding fetching one that is already colored (and restoring to that).
-
Michael Reisecker authored
When opening context help the topic can now be anywhere on the page. Also: QTabWidget::clear() clears the tabs but does not delete anything... oops. Now we do this manually potentially saving big amounts of memory and lookups.
-
Michael Reisecker authored
Now it works multiple times!
-
Michael Reisecker authored
-
Michael Reisecker authored
I don't think we will allow to preview the help contents...
-
Michael Reisecker authored
Some further restructuring
-
Michael Reisecker authored
This is an intermediate commit.
-
Michael Reisecker authored
-
Michael Reisecker authored
We need to be able to set the tab bar everything gets built into... so first, split up some functionality.
-
Michael Reisecker authored
Add base functionality to the new Help window. For now, it displays all content in one window. Getting the tabs right will take a couple of commits... (an additional abstraction layer is needed so that the tab bar can be exchanged and is not coupled to the main window)
-
Michael Reisecker authored
Also duplicated headers plus better ordering
-
- Jan 21, 2021
-
-
Michael Reisecker authored
-
Michael Reisecker authored
If an unknown section is encountered, check our list of dynamic sections if it fits and should be created.
-
- Jan 20, 2021
-
-
Michael Reisecker authored
It is more of a Replicator than a Selector...
-
- Jan 19, 2021
-
-
Michael Reisecker authored
Since the tab index will change when removing other tabs, the lambda now emits the tab name to look for and delete.
-
Michael Reisecker authored
-
Michael Reisecker authored
This implies having a clear parent Section with a "+", and the duplicated templates can be removed with a "-".
-
Michael Reisecker authored
Revert to idea of using a global container - it would be possible to do it without and always search on the fly, but readability would suffer...
-
Michael Reisecker authored
-
Michael Reisecker authored
Now dedicated <section> tags may be flagged as templates, and the respective tabs will show a custom button to take some action to be implemented.
-
Michael Reisecker authored
This is to be displayed next to the tab names for dynamic sections.
-
Michael Reisecker authored
-
Michael Reisecker authored
Merge fix for issue 868
-
Michael Reisecker authored
We must suppress setting a property because in the Replicator this is to request creating new template panels.
-
Michael Reisecker authored
A decision is needed how to manage (in)valid expressions.
-
Michael Reisecker authored
This is to check combinations of mandatory/default values for all panels.
-
Michael Reisecker authored
... and vice versa. I. e. if "optional = false" is set for either the Selector or the Template panel, both are marked non-optional. This way it is in both directions and analogous to the natural way the Replicator behaves.
-
Michael Reisecker authored
-
Michael Reisecker authored
This commit also gets rid of the transferral of the "optional" property between template widgets and the Selector. While it may not make much sense to have a non-optional Selector with an optional template, it avoids confusion if the properties can just be set separately.
-
Michael Reisecker authored
This way widgets that call the styling functions directly will also work without modifications.
-
- Jan 18, 2021
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
(Including special case of no label)
-
Michael Reisecker authored
-
Michael Reisecker authored
This is neat - if the "primary widget" (the one to style) is a label, an asterisk is added. If not, the stylesheet is still applied as in previous versions.
-
Loading