Age | Commit message (Collapse) | Author |
|
Adds consistent page margins also to Log page.
Signed-off-by: Sebastian Kügler <sebas@kde.org>
|
|
Apparently, the width setting got lost in the previous change. This sets
the width of the log text explicitely to the grandparent's width. It
fixes text clipping in the log window.
Signed-off-by: Sebastian Kügler <sebas@kde.org>
|
|
- less instantiated objects inside each other
- add page heading
- allow wrapping of text
Signed-off-by: Sebastian Kügler <sebas@kde.org>
|
|
Sadly this doesn't work, even though it appears to be the thing to do based on
the documentation.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
|
|
I noticed when sending a bunch of debug output to the log that it didn't scroll
and that seemed wrong.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
|
|
This line seems to be a left-over from a refactoring. It doesn't do
anything, just produces a warning, so just remove it.
Signed-off-by: Sebastian Kügler <sebas@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
|
|
The log page have an extra top bar that is not needed.
Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
|
|
This makes the organization of the qml files a bit more fine-grained, it
prevents mixing of .cpp and QML files, and also of what's compiled, and
what's included in the app as qrc data.
In particular:
- subsurface specific QML items go into the qml/ subdirectory
- theme and unit definitions to into qml/theme subdirectory (they
already were located in a theme directory)
- generic components, such as our Label goes into qml/components
This facilitates sharing of functionality and identifying common stuff
better. Ideally, we can pull qml/theme and qml/components from a
standardized set at some point, so we don't have to maintain that code.
Signed-off-by: Sebastian Kügler <sebas@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
|