Ace
acc4fb7ce6
fix an issue where the text would not be vertically centered
2024-06-22 02:03:48 +02:00
Ace
50f11dc2a4
fix too small line-height
2023-11-21 16:03:09 +01:00
mygrexit
2dc945ebee
Added support for multi-day events
...
Improved event handling in calendar: Enhanced the calendar module to handle events spanning multiple days.
2023-11-10 14:57:47 +01:00
mygrexit
d79c65cdd5
Add localized formatting for multi-day event durations
...
This commit introduces a feature to format the names of multi-day events using Arrow's localization. Event titles now include the event duration in days.
2023-11-10 13:39:08 +01:00
Ace
93c968da53
python 3.11 & code quality improvements
2023-11-07 22:49:48 +01:00
Ace
9486006e86
naming convention
2023-06-03 16:16:07 +02:00
The Random DIY
598fbf7b68
InkyCal module updated with Black and Pylint changes
2023-02-25 15:38:15 +02:00
aceisace
560d73a87c
logger best practices
2022-10-03 02:56:04 +02:00
aceisace
4d1ed107b7
naming convention
2022-10-02 00:49:27 +02:00
aceisace
5cd04bda04
Minor code improvements
2022-04-10 06:35:08 +02:00
aceisace
5b032d6231
Improved formatting
2022-04-02 01:30:17 +02:00
Ace
25ce92ad26
Fix for auto-expansion of events for 4 rows
2021-02-04 23:48:17 +01:00
Ace
287f7196f7
Fix for KeyError: 31
...
Added a second check for checking if key exists in the dictionary.
2021-02-02 23:52:52 +01:00
Ace
10920bd610
minor improvements
...
Increased height for weekday names.
When there is more free space below the calendar, assign the empty space to the event section.
2020-12-05 00:25:48 +01:00
Ace
636172f157
readability improvements
...
switched from string formatting to f-strings
removed some non-required validation
Standardised some logging outputs
better formatting of config inside tests
2020-11-29 14:51:19 +01:00
Ace
948573cb59
Fixed #141 list index out of range
...
If the number of events exceeded the number of lines allocated for events, a *list index out of range* exception was thrown. This has been fixed now by providing an additional check.
2020-11-22 13:27:27 +01:00
Ace
afe84dc8e6
Improved web-ui labels, improved logging, improved support for testing
...
Switched from NotoSans-SemiCondensed to NotoSansUI-Regular
2020-11-21 16:22:15 +01:00
Ace
c358cf5b3b
Improved code logic for better support with web-ui
...
Fixed some minor bugs too
2020-11-12 10:12:28 +01:00
Ace
baf89c0d80
Revert "Improved some code logic to better support new web-ui"
...
This reverts commit 5327d12f0e
.
2020-11-12 10:10:18 +01:00
Ace
5327d12f0e
Improved some code logic to better support new web-ui
2020-11-12 10:10:03 +01:00
Ace
2a2ad18a03
Fix bugs #138 #139
2020-11-11 11:08:31 +01:00
Ace
b1c06b3add
Code cleanup, adapting modules for new web-ui
2020-11-10 22:48:04 +01:00
Ace
035ce65f06
Adapting modules for new web-ui (do not use yet)
2020-11-10 11:53:48 +01:00
Ace
29788f0313
Initial commit for release v2.0.0
...
A lot of work-in-progress and far from complete.
Lots of improvements related to user-friendliness, fully new web-UI. Better infrastructure....
more coming soon
2020-11-09 17:51:15 +01:00
Vitali Samurov
3f727ecf08
Number of days in month added
2020-08-17 22:58:01 +03:00
Vitali Samurov
ef07e51371
Fix for 7 rows in Calendar, when the month starts from Sat
2020-08-17 21:54:53 +03:00
Ace
db83890238
improved circle and square sizes
2020-07-04 16:22:31 +02:00
Ace
8e09731c13
Use common config instead of hardcoded config
...
units, hour_format and language will be automatically set for each module
2020-06-19 19:40:50 +02:00
Ace
883f9d3842
fixed typo
2020-06-16 22:37:08 +02:00
Ace
ebe284072d
Use timezone for parsing events
2020-05-30 00:45:53 +02:00
Ace
e7cb176530
Switch from filenames to classnames for generated images
2020-05-29 03:59:44 +02:00
Ace
c4bb24bef9
Code cleanup, class naming improvements
2020-05-26 19:10:20 +02:00
Ace
c3fbd79eda
Implementation of interface (template) for all modules
...
- Correct setup of logging
- all inkycal-modules inherit from the given template
- Added basic, optional validation
- more code cleanups
- fixed a few minor bugs
2020-05-23 01:45:40 +02:00
Ace
7970c4c517
minor improvements
...
fixed a few things in rss module, minor improvements to other modules.
Added test file for use without installing
2020-05-21 01:00:37 +02:00
Ace
48510763a6
Minor improvements to event handling
2020-05-18 18:31:23 +02:00
Ace
620211b0fb
refactoring update
...
Created new ical_parser
refactored inkycal_calendar
refactored inkycal_agenda
fixed minor bug in write_text function
2020-05-18 03:46:49 +02:00