Commits · 274464720432d2e93b5e139cec4e42ee1d8cfb72
- Jan 29, 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
-
- 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
-
- Jan 28, 2021
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
We use it three times now and getting an environment variable will not slow it down...
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
(but only from the help window)
-
Michael Reisecker authored
This way we can style the bg color (missing?) and font color (valid?) without a clash on empty values. Thus empty vals are now "valid", and if this is not wanted, it makes sense to mark as non-optional.
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
also bigger default size
-
Michael Reisecker authored
-
Michael Reisecker authored
...through keyboard shortcuts.
-
Michael Reisecker authored
Now if Qt recognizes a color string even if we don't define it no warning is shown (less clutter from the dev help).
-
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!
-
Loading