[Bug 71650] 'window close all others' always leaves window in last tab open

Jens Dagerbo jens.dagerbo at swipnet.se
Thu Jan 8 00:22:38 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=71650      
jens.dagerbo at swipnet.se changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From jens.dagerbo at swipnet.se  2004-01-08 00:14 -------
Subject: kdevelop

CVS commit by dagerbo: 

A rather large patch, but these things are all more or less related.

It fixes the following issues:
1. Bugs #58272, #71057 and #71650
2. Modify one file. do file -> close all. katepart will show a "save file?" dialog.
click cancel. the same dialog comes up again. and again...
3. Saving resets the "externally modified" icon even when it doesn't actually save
4. "Save as" a different name - tab isn't updated

CCMAIL: 58272-done at bugs.kde.org
CCMAIL: 71057-done at bugs.kde.org
CCMAIL: 71650-done at bugs.kde.org


  M +112 -0    lib/util/ksavealldialog.cpp   1.5
  M +25 -0     lib/util/ksavealldialog.h   1.2
  M +6 -2      src/documentationpart.cpp   1.17
  M +1 -1      src/documentationpart.h   1.12
  M +16 -0     src/mainwindow.cpp   1.68
  M +1 -0      src/mainwindow.h   1.20
  M +90 -94    src/partcontroller.cpp   1.111
  M +10 -2     src/partcontroller.h   1.43
  M +2 -17     src/projectmanager.cpp   1.64
  M +0 -1      src/projectmanager.h   1.17




More information about the KDevelop-devel mailing list