[Korganizer-devel] [Bug 222574] New: enable default event in reminders

Frank Mueller fmuelle at moss.csc.ncsu.edu
Wed Jan 13 19:38:34 CET 2010


https://bugs.kde.org/show_bug.cgi?id=222574

           Summary: enable default event in reminders
           Product: korganizer
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: korganizer-devel at kde.org
        ReportedBy: fmuelle at moss.csc.ncsu.edu


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.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Korganizer-devel mailing list