Commit Graph
6 Commits
Author SHA1 Message Date
Michał Cieślak b52c925d26 Theme: update png/svg/emoji calls 2025-12-05 16:14:51 +01:00
Michał Cieślak 80bdfc11ee Remove qml import versions from ui code (ui dir) 2025-07-14 10:48:53 +02:00
Michał Cieślak 1db83f5a8b QtGraphicalEffects 1.15 -> Qt5Compat.GraphicalEffects 2025-07-14 10:48:53 +02:00
Lukáš Tinkl d9d6d90dc9 [Style] remove legacy Style and its themes
- legacy Style and ThemePalette removed
- moved and deduplicated font definitions into `Theme` (unrelated to a
color palette)
- `Style.current.foo` -> `Theme.foo`
- `Style.current.fooColor` -> `Theme.palette.fooColor`
- upgrade the imports to 5.15
- removed some mode dead components

Fixes #16514
2024-10-22 15:54:31 +02:00
Lukáš Tinkl 9aebf588a1 fix: reduce Image cache
for everything that's not a user interface element, esp. for static/big
images or chat/message elements which get served from locally anyway from
status-go

Iterates #10339
2023-04-27 13:56:39 +02:00
Khushboo Mehta dfcba80df2 fix(@desktop/wallet): Added missing LoadingGraphComponent in qmldir 2023-01-31 11:20:28 +01:00