Bug 237153

Summary: No existing events displayed on start up in Month view
Product: [Applications] korganizer Reporter: Sabine Faure <sabine>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: VERIFIED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sabine Faure 2010-05-10 21:11:02 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Prerequisite: having at least ten already existing events.
- Switch on your computer
- Launch KOrg
- Click on 'Month view' button

No existing event is displayed until you uncheck and recheck the calendars in the folders/resources view.

Once you do that the existing events are displayed properly.

Note: this only seems to happen after I build a new revision. If I just switch off my computer and switch it on again the bug does not happen.

Also a newly created event is not displayed when created before redisplaying all the existing events. 
Even when the existing events are displayed again the new event is still not displayed in Month or Agenda view until quitting and relaunching KOrg.

Trunk, Svn Rev 1125123
Comment 1 Sergio Martins 2010-06-02 20:15:37 UTC
SVN commit 1133884 by smartins:


Finally found the cause behind events not appearing at startup from time to time.

Race between the model used by AkonadiCollectionView and calendarSearch's model, when the first model's selection model
gets an item selected calendarSearch's model might not know about the collection yet.


BUG: 237153


 M  +4 -1      calendarsearch.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1133884
Comment 2 Sabine Faure 2010-07-04 23:56:55 UTC
This has not happened in a while now so I think it is corrected now.

So I am verifying this bug now.

Trunk, Svn Rev 1145265