Hi all,
CalDavZAP 0.10.1rc1 available with the following changes:
- Japan localization - support for changing calendar color (use shift + click on the color to define hex code)
- support for loading and unloading calendars (and delegated calendars) - see the screenshots below (use the top right icon in the collection list)
- support for arrow icons (to easily find out of view events) - see the screenshot below
- LOT of other improvements and fixes
Known bugs: - not all translations are complete ...
Links:
download: https://www.inf-it.com/CalDavZAP_0.10.0.42.zip demo: https://www.inf-it.com/caldavzap-new/ changelog: https://www.inf-it.com/caldavzap-new/changelog.txt
Thanks for your feedback!
JM
Ján Máté jan.mate@inf-it.com writes:
CalDavZAP 0.10.1rc1 available with the following changes:
Great!!!
Known bugs:
- not all translations are complete ...
Dutch additions are in the mail.
-- Johan
Ján and all,
thanks.
A little thing I'm missing since quite a while is a css which defines a width of the displayed/selected task which just consumes the full width which is available "right of the calendar list" in the browser.
As a workaround I modified some widths in css/default.css to increase the width of the displayed/selected tasks about 200 px to something around 600 px. This also increases the width of calendar entries to about 600 px. Additionally, I had to increase "var baseWidth" in interfaces.js accordingly.
Unfortunately, I don't know enough css to to modify the css so that the width of the displayed task consumes as much space as available.
Any ideas how to do that?
regards,
Hello Johannes,
Currently we are using a number of css / javascript hacks to ensure that CalDavZAP looks the same across all browsers. Unfortunately that means two things:
1. The width of the task form has to be set to an exact pixel value, it cant be set to "consume as much space as available", not without heavy reliance on javascript anyway
2. The task form itself employs a relatively large number of css rules, changes to its width would require changing a substantial portion of these rules
We are planning some interface changes in the future, currently we are pretty occupied with invitations and free / busy queries :)
Matej Mihalik
On 23-Jun-14 23:19, Dr. Johannes Zellner wrote:
Ján and all,
thanks.
A little thing I'm missing since quite a while is a css which defines a width of the displayed/selected task which just consumes the full width which is available "right of the calendar list" in the browser.
As a workaround I modified some widths in css/default.css to increase the width of the displayed/selected tasks about 200 px to something around 600 px. This also increases the width of calendar entries to about 600 px. Additionally, I had to increase "var baseWidth" in interfaces.js accordingly.
Unfortunately, I don't know enough css to to modify the css so that the width of the displayed task consumes as much space as available.
Any ideas how to do that?
regards,