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

List:       kde-commits
Subject:    kdeextragear-1/vimpart/src
From:       Mickael Marchand <marchand () kde ! org>
Date:       2003-05-06 20:33:55
[Download RAW message or body]

CVS commit by marchand: 

reenabled vimpart_shell compilation
it's a good tester for the resizing bug ...


  M +5 -1      Makefile.am   1.14
  M +4 -6      vimpart_shell.cpp   1.5


--- kdeextragear-1/vimpart/src/Makefile.am  #1.13:1.14
@@ -5,5 +5,5 @@
 INCLUDES = $(all_includes)
 
-bin_PROGRAMS = xvim
+bin_PROGRAMS = xvim vimpart_shell
 
 lib_LTLIBRARIES = libxvim.la
@@ -16,4 +16,8 @@
 xvim_LDFLAGS = $(all_libraries) $(KDE_RPATH)
 xvim_LDADD = libxvim.la -L/usr/X11R6/lib -lX11 $(LIB_KDEUI)
+
+vimpart_shell_SOURCES = vimpart_shell.cpp
+vimpart_shell_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+vimpart_shell_LDADD = $(LIB_KDEUI) -lkparts
 
 libvimpart_la_SOURCES = vimdcop.cpp vimdocument.cpp vimview.cpp vimpart_factory.cpp \
vimwidget.cpp vimpartbrowserextension.cpp

--- kdeextragear-1/vimpart/src/vimpart_shell.cpp  #1.4:1.5
@@ -73,5 +73,5 @@ VimPartShell::VimPartShell(): KParts::Ma
   }
 
-  for( it = offers.begin(); it != offers.end(); ++it)
+/*  for( it = offers.begin(); it != offers.end(); ++it)
   {
     KService::Ptr ptr = (*it);
@@ -86,13 +86,11 @@ VimPartShell::VimPartShell(): KParts::Ma
       createGUI( _vimpart );
 
-      /*
-      kdDebug() << "Local xml file : " << localXMLFile() << endl;
-      kdDebug() << "xml file : " << xmlFile() << endl;
-      */
+//      kdDebug() << "Local xml file : " << localXMLFile() << endl;
+//      kdDebug() << "xml file : " << xmlFile() << endl;
 
 
       break;
     }
-  }
+  }*/
 
   // if we couldn't find a component with the trader, try the


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

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