Bug 184570 - allow for disabling of "Do you really want to cancel" window
Summary: allow for disabling of "Do you really want to cancel" window
Status: RESOLVED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: 4.2.0
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-16 23:18 UTC by Mikolaj Machowski
Modified: 2009-03-05 22:26 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 Mikolaj Machowski 2009-02-16 23:18:44 UTC
Version:            (using Devel)
Compiler:          gcc4.3.2 
OS:                Linux
Installed from:    Compiled sources

When in any part of KOrganizer I want to cancel some action I get window with message:  "Do you really want to cancel?"

It is impossible to disable this dialog with standard "Don't show this dialog anymore" chceckbox.

Plus: this is specific KOrganizer behavior, especially visible in Kontact where other parts of the suite don't cling to user in this way (KMail, KAddressbook).
Comment 1 Sergio Martins 2009-02-17 03:25:26 UTC
This is related to bug 181981 in which the message appears even if you didn't change anything.
Comment 2 Sergio Martins 2009-03-05 02:46:07 UTC
SVN commit 935416 by smartins:

Don't to "really close" if now changes were made.
Renamed the writeFoo methods to fillFoo.


Review board: http://reviewboard.kde.org/r/229
BUG:181981
CCBUG:184570


 M  +1 -1      koattendeeeditor.cpp  
 M  +1 -1      koattendeeeditor.h  
 M  +1 -1      koeditorattachments.cpp  
 M  +1 -1      koeditorattachments.h  
 M  +2 -2      koeditordetails.cpp  
 M  +1 -1      koeditordetails.h  
 M  +2 -2      koeditorfreebusy.cpp  
 M  +1 -1      koeditorfreebusy.h  
 M  +2 -2      koeditorgeneral.cpp  
 M  +1 -1      koeditorgeneral.h  
 M  +2 -2      koeditorgeneralevent.cpp  
 M  +1 -1      koeditorgeneralevent.h  
 M  +1 -1      koeditorgeneraljournal.cpp  
 M  +1 -1      koeditorgeneraljournal.h  
 M  +2 -2      koeditorgeneraltodo.cpp  
 M  +1 -1      koeditorgeneraltodo.h  
 M  +1 -1      koeditorrecurrence.cpp  
 M  +1 -1      koeditorrecurrence.h  
 M  +19 -9     koeventeditor.cpp  
 M  +2 -1      koeventeditor.h  
 M  +15 -7     koincidenceeditor.cpp  
 M  +5 -0      koincidenceeditor.h  
 M  +17 -7     kojournaleditor.cpp  
 M  +2 -1      kojournaleditor.h  
 M  +18 -8     kotodoeditor.cpp  
 M  +2 -1      kotodoeditor.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=935416
Comment 3 Sergio Martins 2009-03-05 02:54:56 UTC
Mikolaj,

This popup was being showed always, now it's only shown if the user made changes and you tries to close it.

Under these new circumstances do you still want the option? If you change a text file in kate and try to close it you will always be promted, there's no option I think, so I think KOrganizer has the same behaviour as KDE now.

Regards,
Sergio
Comment 4 Mikolaj Machowski 2009-03-05 22:26:41 UTC
Seems OK for me.