[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdewebdev/quanta
From:       Andras Mantia <amantia () kde ! org>
Date:       2006-09-02 12:41:43
Message-ID: 1157200903.967674.6203.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 580040 by amantia:

Should fix a crash when using close all I saw.

 M  +1 -1      ChangeLog  
 M  +2 -1      src/quantaview.cpp  
 M  +1 -1      src/viewmanager.cpp  


--- branches/KDE/3.5/kdewebdev/quanta/ChangeLog #580039:580040
@@ -11,7 +11,7 @@
       - fix crash when copying to clipboard inside VPL [#130212]
       - show the correct column number if tabs are used in the document [#133313]
       - only one upload dialog can be shown at any time [#132535]
-      - do not show Find in Files if KFileReplace is not installed
+      - do not show Find in Files menu if KFileReplace is not installed [#132530]
 
 Version 3.5.4 (Release date: 02-08-2006; Started 24-06-2005):
  - bugfixes:
--- branches/KDE/3.5/kdewebdev/quanta/src/quantaview.cpp #580039:580040
@@ -470,10 +470,11 @@
 
    m_currentViewsLayout = VPLOnly;
 
+
 //update timers are not needed in VPL only mode
     m_sourceUpdateTimer.stop();
     m_VPLUpdateTimer.stop();
-
+    reloadBothViews(true);
 }
 
 void QuantaView::reloadUpdateTimers()
--- branches/KDE/3.5/kdewebdev/quanta/src/viewmanager.cpp #580039:580040
@@ -418,7 +418,7 @@
 bool ViewManager::closeAll(bool createNew)
 {
   quantaApp->slotShowPreviewWidget(false);
-
+  parser->setSAParserEnabled(false);
   KMdiIterator<KMdiChildView*> *it = quantaApp->createIterator();
   QuantaView *view;
   //save the children first to a list, as removing invalidates our iterator
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic