Notices


Reply
Thread Tools
Posts: 359 | Thanked: 162 times | Joined on Jan 2011 @ Budapest
#481
Originally Posted by nicolai View Post
Finally I can reproduce this bug, thank you noetus!
I fixed this in the upcoming version (1.5).
This is again a bug related to timezone offsets and this
a difficult area, as the timezone offset is handled differently
for events, birthdays, allday events, and tasks.
I may have reintroduced old bugs, but I tried my best
to test this fix with testcases from older bugs.
Please don't be upset if something doesn't work (again),
just report back if there are any bugs and I will try to fix it asap.


regards
Nicolai

Good stuff; excellent you are still updating this application. I will definitely test and report back.

Last edited by noetus; 2011-09-30 at 14:32.
 

The Following User Says Thank You to noetus For This Useful Post:
JohnLF's Avatar
Posts: 551 | Thanked: 507 times | Joined on Feb 2010 @ North West England
#482
Nicolai, possible bug. I just started using a 6th calendar. None of the entries in the 6th calendar show up on the widget. I even tried setting a couple of the other calendars to not visible, but it doesn't help. Does your widget only read up to 5 calendars?
__________________
My websites: -
http://www.lefebvre.org.uk
http://www.lefebvre.ltd.uk
 

The Following User Says Thank You to JohnLF For This Useful Post:
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#483
No, it should work. I just typed in entries for eight different
calendars. All are shown.
Did you enable the 6th calendar in the widget settings?
 

The Following User Says Thank You to nicolai For This Useful Post:
JohnLF's Avatar
Posts: 551 | Thanked: 507 times | Joined on Feb 2010 @ North West England
#484
Yes, I had 6 out of 6 visible, only the first five show. I tried disabling the smart calendar called "Birthdays" and the local calendar "Private" as it has no entries, meaning 4 are visible of the 6. The last one still does not show, even though it is ticked...

I now have the following
Birthdays (smart, 4 events) Not visible
N900 (Synchronised, 145 events) Visible
Photography (Local, 25 events) Visible
Private (Local, 0 events) Not visible
Scouts (Local, 20 events) Visible
Work (Local, 4 events) Visible

I recently added Work as I start a new job next week. My first event in that calendar is tomorrow, but nothing shows on the widget. I changed one of the timed events in "Work" calendar to an all day event to see if it would show, but it does not. I also tried renaming the calendar incase of some internal name conflict but it made no difference either...
__________________
My websites: -
http://www.lefebvre.org.uk
http://www.lefebvre.ltd.uk
 
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#485
Can you please enter these two commands in X-Term:
(The first command shows all calendarIds (numbers) and calendar
names, the second command shows all visible calendars for the
widget).

sqlite3 /home/user/.calendar/calendardb "select calendarId, Name from calendars;"

grep "visible_calendars" /home/user/.cal_home_widget
 

The Following User Says Thank You to nicolai For This Useful Post:
JohnLF's Avatar
Posts: 551 | Thanked: 507 times | Joined on Feb 2010 @ North West England
#486
1st command: SQL error: no such table: calendars
2nd command: visible_calendars=1;2;3;4;5;

2nd command is obviously showing the problem. I didn't think to check in the widget settings, only the calendar settings (open calendar, click title bar menu, settings). Obvious really! Thanks Nicolai!
__________________
My websites: -
http://www.lefebvre.org.uk
http://www.lefebvre.ltd.uk
 

The Following User Says Thank You to JohnLF For This Useful Post:
Posts: 359 | Thanked: 162 times | Joined on Jan 2011 @ Budapest
#487
Possible glitch found after latest update. Event with ending time of 10am was still showing in the widget for the rest of the day until midnight rolled around. I assume this is not intended behaviour, correct?
 
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#488
Can you please post the full entry data (output from sqlite3 select).
 
Posts: 245 | Thanked: 233 times | Joined on May 2010 @ Ljubljana, Slovenia
#489
nicolai, is it possible 1st command you posted is not right?

--> sqlite3 /home/user/.calendar/calendardb "select calendarId, Name from calendars;"

At I get "no such column: calendarld (thats "LD" at the end, right?).

Regards,
b.
 
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#490
Originally Posted by sponka View Post
nicolai, is it possible 1st command you posted is not right?

--> sqlite3 /home/user/.calendar/calendardb "select calendarId, Name from calendars;"

At I get "no such column: calendarld (thats "LD" at the end, right?).

Regards,
b.
No, :-) It is "id" (use "calendarid" instead, sqlite isn't case sensitive here)


sqlite3 /home/user/.calendar/calendardb "select calendarid, Name from calendars;
 
Reply

Tags
calendar, calendar widget, shreddies


 
Forum Jump


All times are GMT. The time now is 12:43.