Commit Graph

17 Commits

Author SHA1 Message Date
42e957de86 Extracted the calendar grid component
Extracted the calendar grid component from the UserConfiguration dialog
so that it can later be moved to a different dialog of its own, for
better flexibility
2026-02-14 16:43:11 +02:00
adc6dd35dd Passed down the palette configurations to the subcomponents through the
creation stack
2026-01-11 16:55:20 +02:00
d1a8dc3ff8 Made the current day of the month be colored in the accent color 2025-12-15 01:18:03 +02:00
1e3f7a988d Added a disabled color to month days which should not be visible in the
current calendar
2025-12-15 00:44:06 +02:00
76857eaeb8 Fixed a bug in which the text of the calendar did not appear 2025-11-16 17:58:53 +02:00
9f43833cb1 Added a new QML file for UserConfiguration and also the initial
implementation for a CalendarGrid
2025-11-16 17:26:00 +02:00
d5e742155f Added new resource files, changed the CMake configuration to always
rebuild the resources files and also added the first main window to the
interface
2025-08-30 18:27:49 +03:00
2b662e58ab Restylized the button by changing its size and text alignment properties 2025-03-03 22:18:11 +02:00
1793f5b949 Added a new custom Button component 2025-02-08 01:17:11 +02:00
d479a5e242 Implemented JSON serialization
Added new iterator and const_iterator objects to UserList and also
implemented the serialization function to write to a JSON file
2025-02-07 23:06:27 +02:00
09b1e17de0 Implemented error checks for parsing the JSON file 2025-02-07 20:20:04 +02:00
a458d82577 Refactored code and possibly fixed a bug 2025-02-07 20:13:30 +02:00
6d9586ac6e Added deserialization from JSON file 2025-02-07 20:05:44 +02:00
f9c394e0d1 Added basic functionality backend in C++ 2025-02-07 19:24:34 +02:00
854469166a Added basic text support 2025-02-07 18:56:23 +02:00
492d3d5ef8 Set up the initial files for a full Qt project 2024-12-23 19:41:48 +02:00
f486bce0ef Initial commit 2024-12-23 17:04:58 +00:00