Commit Graph
21 Commits
Author SHA1 Message Date
quadbyte b723eccc78 Renamed most font and sizing shorthands properties for easier understanding and maintenance
property real fontSizeXS: 9
  property real fontSizeS: 10
  property real fontSizeM: 11
  property real fontSizeL: 13
  property real fontSizeXL: 16
  property real fontSizeXXL: 18
  property real fontSizeXXXL: 24
2025-08-18 11:12:51 -04:00
quadbyte 635746aab2 Calendar: fixed "today" color. Color was invalid 2025-08-17 14:01:48 -04:00
quadbyte dbdfbdc746 "transparent" => Color.transparent 2025-08-17 05:54:55 -04:00
quadbyte 4fcdb1543d Renamed Colors to Color
- some work on the active window
2025-08-16 22:39:11 -04:00
quadbyte 83ff5f5589 Renamed all services to xxxService. Moved a couple things in Commons 2025-08-15 21:45:58 -04:00
quadbyte 9990a88e90 Tooltips on all NIconButtons 2025-08-15 21:05:47 -04:00
Ly-sec c673b897cb Replace tons of hardcoded stuff 2025-08-16 01:17:44 +02:00
quadbyte 7e7b7b0192 Borders should never used mSurfaceS colors 2025-08-15 17:32:57 -04:00
quadbyte 33bec01e98 Removed all creeping: readonly property real scaling: Scaling.scale(screen) 2025-08-15 11:24:05 -04:00
quadbyte 06f8f93f83 Renamed all color names so they are shorter 2025-08-14 19:52:03 -04:00
quadbyte 73c7ba8cdc Switched to Material3 colors principle
- works with matugen only for now
- need to restore rosepine
2025-08-14 18:19:02 -04:00
quadbyte 5fd0e57b91 Formatting 2025-08-13 09:33:45 -04:00
Ly-sec bf94ebe46d Add animations everywhere 2025-08-13 15:08:54 +02:00
quadbyte a7d4e0ec1d Replaced all NWidgets callback by proper signals 2025-08-12 13:22:15 -04:00
quadbyte 4fd9779941 formatting 2025-08-11 08:40:55 -04:00
Ly-sec 6c2b1cdfb1 Fix calendar spacing 2025-08-11 14:11:17 +02:00
Ly-sec ccd5fbba3a Possible calendar locale fix 2025-08-11 13:58:52 +02:00
Ly-sec c8aec206f2 Fix for Calendar days 2025-08-11 13:53:53 +02:00
quadbyte c7a07127d8 Fixed a bunch of border.width who used to have inverted logic (math.min vs max) 2025-08-10 23:52:31 -04:00
quadbyte c64d14319e Typography++
NText is now fontWeightRegular
Transformed a few Text into NText
Checked boldness
Improved DemoPanel scaling and look
2025-08-10 22:59:42 -04:00
quadbyte 93fca936d8 Calendar is no longer a Widget, moved to Modules/Calendar/Calendar.qml
- Using a NLoader
- Got a display bug with DayOfWeekRow!
2025-08-10 21:31:09 -04:00