Commits · 873015e660d743c47de83237939c62bbbd787ad2
- Jan 29, 2021
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
- 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
-
- Jan 28, 2021
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
It seems virtually impossible to collect all <section> tags from the XML to re-build here without recreating the better part of the recursion process, in effect doubling Inishell's core. Hence, it is now a restriction that dynamic INI sections must go in a dedicated <section> tag (as has always been supported) and can not be scattered accross multiple stand-alone elements.
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
Now if an unrelated tab has the same beginning but a non-numeric ending, the child tab is sorted before it.
-
Michael Reisecker authored
.contains() does partial matching!
-
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 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.
-
Loading