Bug 236102 - Custom pages dialogue forgets check box status
Summary: Custom pages dialogue forgets check box status
Status: VERIFIED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-03 01:30 UTC by Sabine Faure
Modified: 2010-05-06 01:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
test ui file (1.25 KB, application/xml)
2010-05-03 01:32 UTC, David Faure
Details

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

- Launch Korg
- Go to Settings menu/Configure KOrganizer...
- Click on 'Custom pages' icon
- Create a custom page or use the one attached
- Click on 'Import page' button and browse to select it on your HD
- The page is displayed correctly in the list. 
- Check its check box
- Click on 'Ok'
- Create a new event for tomorrow

There is no additional tab in the 'New Event' dialogue whereas there should be one with the page fields.

- Go back to the 'Custom pages in the 'Configure' dialogue

You can see that the check box is now unchecked whereas it should not be. The check box status seems to be forgotten.

Trunk, Svn Rev 1121836
Comment 1 David Faure 2010-05-03 01:32:54 UTC
Created attachment 43177 [details]
test ui file
Comment 2 David Faure 2010-05-03 15:55:06 UTC
SVN commit 1122296 by dfaure:

Connect to a signal that actually exists, so that the slot is called, and dirty(true) emitted, and values saved.
Also removed a connect to a non-existing slot (from Q3 widgets).
BUG: 236102


 M  +1 -2      kcmdesignerfields.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1122296
Comment 3 Sabine Faure 2010-05-06 01:17:43 UTC
It is corrected now.

After adding the custom page to the Configure dialogue, a new tab is added when a new event is created. It is possible to fill the info from the tab.

However, none of the tab info is currently displayed in the details view atm. The user has to reopen the event to see it. Is this a bug, Sergio?

Trunk, Svn Rev 1123349