Bug 222574

Summary: enable default event in reminders
Product: [Applications] korganizer Reporter: Frank Mueller <fmuelle>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: wishlist CC: gjditchfield
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Frank Mueller 2010-01-13 19:38:32 UTC
Version:           4.3.4 (using Devel)
OS:                Linux
Installed from:    Compiled sources

Hi!

In older versions, the top event in a reminder pop-up was selected automatically. This has been disabled recently (4.3.3 I think) but reduces productivity (as you now need to manually select events, e.g., for suspension as the button is disabled without selection).

I would like to see an option added in settings->views->Agenda View: Select first reminder event (bool selectFirstReminderIncident)

and passed through to korganizer/korgac/alamdialog.cpp:524

To change this line:
mIncidenceTree->setItemSelected( mIncidenceTree->topLevelItem( 0 ), false );
to:
mIncidenceTree->setItemSelected( mIncidenceTree->topLevelItem( 0 ), selectFirstReminderIncident );

Right now, I have to manually compile korgac to get this effect.
Comment 1 gjditchfield 2021-07-05 02:03:08 UTC
In current versions of KOrganizer the top event in the reminder dialog is selected automatically.