« Return to Thread: Review Request: Limit KDateComboBox date keywords to the date range set for the widget

Review Request: Limit KDateComboBox date keywords to the date range set for the widget

by Bugzilla from djarvie@kde.org :: Rate this Message:

| View in Thread

This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104198/

Review request for kdelibs and John Layt.
By David Jarvie.

Description

Currently, all configured date keywords are displayed in the date picker popup, including keywords for dates which lie outside the set date range and which are therefore invalid for selection. This patch hides keywords for dates earlier than the minimum date, or later than the maximum date. This is the fix discussed at the KDEPIM meeting.

Testing

Tested using KAlarm for minimum date of today or later.

Diffs

  • kdeui/widgets/kdatecombobox.cpp (74b54f2)

View Diff

 « Return to Thread: Review Request: Limit KDateComboBox date keywords to the date range set for the widget