Bug 232157 - Auto repeat not implemented in month view
Summary: Auto repeat not implemented in month view
Status: VERIFIED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-25 22:37 UTC by Sabine Faure
Modified: 2010-04-08 21:07 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sabine Faure 2010-03-25 22:37:02 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch Korg
- Click on Month view button
- create 8 new events on the same day or use existing ones
- As they cannot be displayed together on the same day a black down arrow appears at the bottom of the cell on the corresponding day
- Click on it once and the month view now shows one more item down the list but the first one is no more visible
- click on the up arrow to show the first event again
- Now click and hold the down arrow 

Whatever you do only one event down is displayed since there is no auto repeat implemented yet.

If there was one click would show the next item down in our example and holding the down arrow would show the bottom of the list for that day which is a lot more efficient when 10 or more event are entered for one day.

Trunk, Svn Rev 1107335
Comment 1 Laurent Montel 2010-04-08 11:43:49 UTC
SVN commit 1112484 by mlaurent:

Fix bug #232157  Auto repeat not implemented in month view
BUG: 232157


 M  +24 -2     monthscene.cpp  
 M  +5 -2      monthscene.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1112484
Comment 2 Sabine Faure 2010-04-08 21:07:52 UTC
It is working now.

The auto repeat is now implemented and works correctly.

Trunk, Svn Rev 1112637