- 01 Feb, 2021 1 commit
-
-
Michael Reisecker authored
There were still crashes where a Timer was called on an invalidated object. Now, this timer is in Atomic and therefore gets destroyed with the widget. This way we can have multiple stylings running and it is more logical, cleaner, and more general purpose.
-
- 31 Jan, 2021 1 commit
-
-
Michael Reisecker authored
For the styling timer we can not use the static version of singleShot, because we must be able to stop it (when switching XMLs while something is being highlighted). Also, an INIParser object has been leaking
-
- 30 Jan, 2021 2 commits
-
-
Michael Reisecker authored
-
Michael Reisecker authored
And minor cleanup
-
- 29 Jan, 2021 1 commit
-
-
Michael Reisecker authored
-
- 28 Jan, 2021 3 commits
-
-
Michael Reisecker authored
Like finding the parent of a dynamic child panel, counting dynamic child panels, ...
-
Michael Reisecker authored
-
Michael Reisecker authored
-
- 24 Jan, 2021 2 commits
-
-
Michael Reisecker authored
This way, new higher numbers get put in the back.
-
Michael Reisecker authored
... instead of unsorted at the end.
-
- 22 Jan, 2021 5 commits
-
-
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
Some further restructuring
-
Michael Reisecker authored
This is an intermediate commit.
-
Michael Reisecker authored
We need to be able to set the tab bar everything gets built into... so first, split up some functionality.
-