Bug 236102

Summary: Custom pages dialogue forgets check box status
Product: [Applications] korganizer Reporter: Sabine Faure <sabine>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: VERIFIED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: test ui file

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