• Joined on 2022-11-12
fianne pushed to master at fianne/rs-calendar 2024-12-21 19:11:14 +01:00
edf434b36f refactor: move row to model
fianne pushed to master at fianne/rs-calendar 2024-10-06 21:23:06 +02:00
a19ac366cb prevent opening a shell window when launching on windows
fianne pushed to master at fianne/rs-calendar 2024-10-06 18:52:30 +02:00
bc8d662389 initial support for event organizer and category
fianne pushed to master at fianne/rs-calendar 2024-09-16 13:28:01 +02:00
4e9f195851 support wrapped lines in ical files (as per RFC 5545 section 3.1)
fianne pushed to master at fianne/rs-calendar 2024-09-15 21:40:47 +02:00
08a699ca9d implement toggle of calendar files in sidebar
fianne pushed to master at fianne/rs-calendar 2024-09-15 17:28:08 +02:00
a3c8e60872 sidebar improvements: split value and list calendar files
fianne pushed to master at fianne/rs-calendar 2024-09-15 15:04:49 +02:00
fdc08e9806 small refactor
fianne pushed to master at fianne/rs-calendar 2024-09-15 14:33:33 +02:00
e9a002ccc1 add support for a sidebar
fianne pushed to master at fianne/rs-calendar 2024-09-14 09:40:39 +02:00
4058623bdd debug log when loading calendar files
dfbb5a11f8 minimal support for RUST_LOG env variable
Compare 2 commits »
fianne pushed to master at fianne/rs-calendar 2024-09-07 09:35:37 +02:00
bd468e6027 adapt to latest iced (commit 9426418)
fianne pushed to master at fianne/rs-calendar 2024-09-03 09:59:05 +02:00
dbf2c16310 to compile with latest iced (0dcec519be23da6d3bc409dbf7ac65407d59dc12)
fianne pushed to master at fianne/rs-calendar 2024-07-26 20:34:34 +02:00
e2fd0c4d08 adapt to latest iced (555ee3e9c66010c9a90c3ef55d61fbffd48e669d)
fianne pushed to master at fianne/rs-calendar 2024-07-12 07:18:43 +02:00
cd9d710d14 adapt to latest iced (1c1bee6)
fianne pushed to master at fianne/rs-calendar 2024-07-12 07:10:40 +02:00
6844470500 remove unsed function
fianne pushed to master at fianne/rs-calendar 2024-06-30 08:27:20 +02:00
063a74f6f3 add public holidays support (background color of day cell)
fianne pushed to master at fianne/rs-calendar 2024-06-23 09:59:52 +02:00
281aab2a7e adapto iced: change program() call to application()
fianne pushed to master at fianne/rs-calendar 2024-06-19 21:49:24 +02:00
5a964fe11a adapt to new Task struct instead of Command
7a0f4111d3 tidying: remove unnecessary parameter
Compare 2 commits »
fianne pushed to master at fianne/rs-calendar 2024-05-15 07:43:18 +02:00
61c02ceea6 read calendar files from <home>/.local/share/calendars
e68e9ab434 ui: reduce font size for the month name (24, same as week numbers)
4116dec2a0 build: use lot optimizations and strip symbols in release
Compare 3 commits »
fianne pushed to master at fianne/rs-calendar 2024-05-13 07:23:40 +02:00
227c1ebaac ui cosmetic: group prev/next buttons
c975b4888a move CalendarApp code to app.ars from main
f2d3483bd2 trace complete calendar draw()
24995d8021 remove hard-coded weekday/month names
f670e0c83d use segmented_button from iced_aw (personal branch for latest iced)
Compare 5 commits »
fianne pushed to master at fianne/rs-calendar 2024-04-21 09:48:30 +02:00
0d528bd961 refactor (controls and app message), fix prev/next week
5760873a86 Smaller event bar height and font
Compare 2 commits »