Bug 222574 - enable default event in reminders
Summary: enable default event in reminders
Status: RESOLVED 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-01-13 19:38 UTC by Frank Mueller
Modified: 2021-07-05 02:03 UTC (History)
1 user (show)

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 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.