Ace
b409cfe544
Merge branch 'main' into feature/#311
2024-06-25 17:55:15 +02:00
Ace
d365090c3b
use logging in favour of print
2024-06-25 14:27:54 +02:00
Ace
762538d4da
minor logging improvements
2024-06-25 14:22:38 +02:00
Ace
427c55ef63
async and logging improvements, minor code cleanup
2024-06-25 13:39:33 +02:00
Ace
4f7d31f54e
fix missing translation
...
add material-icons font
use icon for all-day events
2024-06-22 02:56:45 +02:00
emilyboda
c893fafaf1
Update inkycal_agenda.py
2024-03-15 15:48:17 -04:00
emilyboda
6f2d9028d1
Update inkycal_agenda.py
2024-03-15 15:46:56 -04:00
emilyboda
099dde31cb
Update inkycal_agenda.py
2024-03-15 14:46:38 -04:00
emilyboda
e8835c736c
Update inkycal_agenda.py
2024-03-15 13:53:26 -04:00
emilyboda
0469e75471
Update inkycal_agenda.py
2024-03-15 13:22:01 -04:00
emilyboda
a3e604511d
Update inkycal_agenda.py
2024-03-15 13:14:26 -04:00
emilyboda
1e37b77a54
add all day and right align time
2024-03-15 13:07:21 -04:00
emilyboda
c0e5f4d7bb
moved event line to the left
2024-03-15 13:04:47 -04:00
Ace
50f11dc2a4
fix too small line-height
2023-11-21 16:03:09 +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
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
f54de4387b
#203
2022-04-14 04:08:38 +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
ebe60b303b
formalities..
2020-12-05 00:21:44 +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
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
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
Ace
9d401cf07a
possible bugfix
...
UnboundLocalError: local variable 'line_pos' referenced before assignment
2020-09-12 01:04:42 +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
f8a0622e86
Fixed Error
...
Fixed: " AttributeError: 'Agenda' object has no attribute 'parser' "
2020-06-04 00:55:44 +02:00
Ace
37dbb1b127
fixed "NameError: name 'config' is not defined'
2020-06-03 15:48:30 +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