View Single Post
gidzzz's Avatar
Posts: 282 | Thanked: 2,387 times | Joined on Sep 2011
#97
Originally Posted by nodevel View Post
It is almost perfect, but one thing keeps me from using it instead of the default calendar. It's the lack of animation on changing months in the default view. I know this has been discussed before and I know your opinion on this one, but could you at least make it optional?
I remember about that, it's almost certain that there will be some kind of animation (or some other form of feedback, albeit I can't think of anything better), but I'd rather avoid overcomplicating things with animation until they are working and tested.



Originally Posted by deryo View Post
I just noticed that sometimes qalendar closes or crashes (don't know how to see the difference) the exact moment my by Exchange Active Sync synchronized calendar synchronized.

It happend while qualendar was in foreground when the sync started and again when sync ended (I reopened qualendar in between). Another time it happened, when qualendar was running but viewable in the - how do you call that - list of running applications?

I use qualendar configured as replacement for the stock calendar.

If I can generate a more detailed log of what happens, I'm willing to help. I probably could offer an EAS account for testing.
If you don't use the --background switch (or have a typo in it), Qalendar will be terminated after two minutes (what sixwheeledbeast mentioned). If that's not the case and it really crashes, I might be able to fix it with just a backtrace. An example way to obtain it:
1. Install qalendar-dbg (might be not visible in HAM, use FAM or apt if so).
2. Edit "/usr/share/dbus-1/services/com.nokia.calendar.service" so that it contains an invalid executable (e.g. "Exec=/usr/bin/qalendarxxx --background"). This is to prevent Qalendar from being automatically restarted.
3. Open terminal and kill Qalendar ("killall qalendar").
4. Execute "gdb qalendar".
5. In gdb console enter "run --background".
6. Crash Qalendar.
7. When it hangs, return to the terminal with gdb and type "bt full".
8. Send me the output of the command from the previous point.



Originally Posted by xray256 View Post
I've created a patch that fixes this and hope that it will make it into the next version.
If you mean a fix -- it is there. If the patch itself -- it missed a few things (you can see my take on it here: https://gitorious.org/qalendar/qalen...d977d057c2eb8d).



Originally Posted by whayong View Post
Thank you for Qcalendar! Just installed. It will replace my stock calendar as soon as I get used to the first day of the week setting. I have gotten so used to using Sunday as the first day of the week that visually, the month view looks wrong, haha.
I think in a few releases you should be able to configure the first day to your liking.



Originally Posted by Wikiwide View Post
First, when going from Day-Events view to One-Event view, a white rectangle flashes on the screen - distracting.
I don't know why it happens, but I know that it can randomly appear in some other Qt apps too.

Originally Posted by Wikiwide View Post
Second, when I created a new-local calendar and attempted to move an event from an old-local calendar to the new-local calendar, the event simply disappeared. And didn't reappear after reboot. Third, the new-local calendar became SYNC_CALENDAR, for unknown reason.
Failure when moving -- confirmed and fixed. Changing calendar type -- I can neither reproduce that nor see in Qalendar's source how that is possible.

Originally Posted by Wikiwide View Post
I would suggest over-complicating "where" field by addition of checkmark "map-readable". Then, when you are viewing the event, the address could be used as button-link to start map application with this address.
Unfortunately it does not solve the problems which I explained in my previous post and the there's no place to save arbitrary checkboxes in the calendar database.

Originally Posted by Wikiwide View Post
Theoretically, calendar-alarm dialog-window could be extended by button to open route-navigation application to the address.
The dialog which appears when an alarm rings is not part of Qalendar.



I have uploaded an update, Qalendar 0.8. With the possibility to import calendars from ICS files, it is yet another step closer to become a complete replacement for Calendar. There a few other changes too, most notably a fix for the data loss situation reported by Wikiwide, so I recommend to update immediately.
  • Implemented importing of calendars through mime_open.
  • Handle date change requests in launch_view.
  • Error handling improvements in the calendar editor.
  • Hide unnecessary buttons and change the title of the calendar editor when creating a new calendar.
  • Translate special calendar names.
  • Fixed disappearing components when moving them between calendars.
  • Updated translations.

Just like with Calendar, to import a calendar, open it in a file browser.
__________________
My Thumb mini-repository: http://gidzzz.mooo.com/maemo/.
 

The Following 19 Users Say Thank You to gidzzz For This Useful Post: