status-qml/sandbox
Pascal Precht 041c11fb94 feat(StatusBadge): introduce `borderColor` and `hoverBorderColor`
`StatusBadge` uses a border with same color as its underlying component
to create "fake space" (see `StatusNavTabButton`).

The color depends on the parent component background and its state,
which the `StatusBadge` doesn't know about by itself, so the border color
has to be set explicity whereever it's desired.

This commit introduces (default) colors for the border based on where
badge is used.
2021-05-26 15:32:59 +02:00
..
Buttons.qml refactor(Controls): make use of newly introduced StatusIconSettings in button controls 2021-05-25 14:10:56 +02:00
Controls.qml feat(StatusIconTabButton): introduce image loading state and fallback 2021-05-21 10:17:53 +02:00
Icons.qml feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00
Layout.qml feat(StatusBadge): introduce `borderColor` and `hoverBorderColor` 2021-05-26 15:32:59 +02:00
ListItems.qml feat(Components): introduce StatusNavigationListItem 2021-05-26 10:28:04 +02:00
Others.qml feat(Components): introduce `StatusRoundIcon` component 2021-05-25 12:23:47 +02:00
handler.cpp feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00
handler.h feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00
main.cpp feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00
main.qml feat(Components): introduce `StatusListItem` component 2021-05-25 13:52:25 +02:00
qml.qrc feat:Add buttons components 2021-05-19 10:43:14 +02:00
sandbox.pro chore: add StatusCheckBox 2021-05-20 11:17:52 +02:00
sandboxapp.cpp fix: fix crash on removing title bar 2021-05-20 10:48:51 +02:00
sandboxapp.h fix: fix crash on removing title bar 2021-05-20 10:48:51 +02:00
statuswindow.h fix: fix crash on removing title bar 2021-05-20 10:48:51 +02:00
statuswindow_mac.mm fix: fix crash on removing title bar 2021-05-20 10:48:51 +02:00