Bug 100019 - Changed icon does not disappear after saving .ui file, whenm new slots are added
Summary: Changed icon does not disappear after saving .ui file, whenm new slots are added
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Qt Designer Integration (show other bugs)
Version: 3.1.92
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
: 101973 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-02-22 18:34 UTC by maciek gajewski
Modified: 2008-07-05 22:56 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 maciek gajewski 2005-02-22 18:34:48 UTC
Version:           3.1.92 (using KDE KDE 3.3.2)
Installed from:    Compiled From Sources
Compiler:          gcc-3.3.2 
OS:                Linux

"Unsaved changes' icon doeas not disappear from .ui file tab after saving, when new slots was added form implementation. I've noticed it for .ui file describing widged. Was not cheking for dialogs.
Comment 1 Stephen Schaub 2005-03-09 23:13:59 UTC
To this bug in KDevelop 3.2 RC 1:

1. Create a new C++ QMake project using the Hello World program template
2. Ctrl+N to create a new QT (Widget) test.ui
3. In the QMake Manager, double-click test.ui
4. Place a button on the form.
5. Save the form.
6. On the Signal Handlers tab for the button, right-click the 
   clicked() signal to create a new signal handler (pushButton1_clicked())
7. When prompted for a new implementation class, choose the New
option and make a new class (MyForm)
8. Choose File > Save All. All files are saved except the test.ui.
9. Switch to test.ui and choose File > Save. It still won't save.
Comment 2 Ernesto Benestante 2005-03-10 03:18:49 UTC
This happened to me too.
Comment 3 Alexander Dymo 2005-03-20 23:23:25 UTC
*** Bug 101973 has been marked as a duplicate of this bug. ***
Comment 4 Sebastian Turzański 2006-10-16 11:45:29 UTC
it happens all the time - 100% reproducable with kde 3.5.5
the icon on the ui tab shows it has been modifued but You just can't save it
Comment 5 Jens Dagerbo 2006-11-05 21:09:30 UTC
What UI mode are you using?
Comment 6 Sebastian Turzański 2006-11-14 12:13:59 UTC
qtdesigner embedded in kdevelop - is this what You are asking about?
Comment 7 Andreas Pakulat 2007-11-30 21:07:53 UTC
Confirmed in kdevelop3.5. But its really just the icon thats not updated, the file is saved just fine, i.e. after opening it again the signal handler is still there.
Comment 8 Andreas Pakulat 2008-07-05 22:56:05 UTC
this is fixed in kdev4.