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

List:       kde-commits
Subject:    kdebase/kate
From:       Christoph Cullmann <crossfire () babylon2k ! de>
Date:       2004-10-06 12:20:57
Message-ID: 20041006122057.3EBF316AEE () office ! kde ! org
[Download RAW message or body]

CVS commit by cullmann: 

more cleanups


  M +11 -1     ChangeLog   1.64
  M +6 -6      app/katefilelist.h   1.19
  M +0 -3      app/katemainwindow.cpp   1.254
  M +12 -13    app/katemainwindow.h   1.91


--- kdebase/kate/ChangeLog  #1.63:1.64
@@ -1,2 +1,12 @@
+2004-10-06 Christoph Cullmann <cullmann@kde.org>
+  * kate switched over to kmdi2, a slim version of old kmdi
+    which allows only IDEA mode, but should be much less buggy
+    beside this, we now allow tabbing thx to the new kmdi stuff
+    and therefor should now be really feature complete at least mdi
+    wise, having the features to allow multiple main windows,
+    tabbing, splitters, widget stacks for the views, now only missing thingy
+    would be to allow non kate view's to be embeded, like a khtml widget for
+    documentation browsing or something like that
+
 2003-08-28 Christoph Cullmann <cullmann@kde.org>
   * jowenn switch kate over to use kmdi, seems to work well
@@ -15,5 +25,5 @@
     to the kateinterfaces (which will soon be splitted into katepartinterfaces
     and kateinterfaces
-  * new framework for the configpages of the katepart accessible through the 
+  * new framework for the configpages of the katepart accessible through the
     interfaces
   * KSpell works again ;) my god, what a buggy thingy

--- kdebase/kate/app/katemainwindow.cpp  #1.253:1.254
@@ -911,7 +911,4 @@ void KateMainWindow::updateCaption (Kate
     return;
 
-  // update the sync action
-  fileselector->kateViewChanged();
-
   QString c;
   if (m_viewManager->activeView()->getDoc()->url().isEmpty() || (!m_viewManager->getShowFullPath()))

--- kdebase/kate/app/katemainwindow.h  #1.90:1.91
@@ -48,4 +48,6 @@ class DCOPObject;
 
 class KateExternalToolsMenuAction;
+class KateProjectList;
+class KateProjectViews;
 
 class KateMainWindow : public KMDI::MainWindow, virtual public KParts::PartBase
@@ -223,10 +225,9 @@ class KateMainWindow : public KMDI::Main
     KateViewManager *m_viewManager;
 
-    // should be protected, and kateviewmanager a friend class.
     KRecentFilesAction *fileOpenRecent;
 
     KateFileList *filelist;
-    class KateProjectList *projectlist;
-    class KateProjectViews *projectviews;
+    KateProjectList *projectlist;
+    KateProjectViews *projectviews;
     KateFileSelector *fileselector;
    
@@ -240,6 +241,4 @@ class KateMainWindow : public KMDI::Main
     KActionMenu* documentOpenWith;
 
-    KAction *gotoLine;
-    
     QPopupMenu *documentMenu;
 


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

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