[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-07-03 9:03:16
Message-ID: 1151917396.104082.14684.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 557428 by amantia:

Make Open File in context menu work for remote projects as well.

 M  +4 -0      ChangeLog  
 M  +24 -18    quanta.kdevelop  
 M  +2 -2      src/quanta.cpp  
 M  +2 -2      treeviews/structtreeview.cpp  


--- branches/KDE/3.5/kdewebdev/quanta/ChangeLog #557427:557428
@@ -1,5 +1,9 @@
 This files contains the changes since Quanta 2.0 until the current 3.5.x series.
 
+Version 3.5.3 (Release date: xx-xx-2006; Started 24-06-2005):
+ - bugfixes:
+      - make Open File in context menu work for remote projects as well
+
 Version 3.5.3 (Release date: 23-05-2006; Started 18-03-2005):
  - bugfixes:
       - another round of VPL fixes. Requires KDE 3.5.3 to work properly [#125434]
--- branches/KDE/3.5/kdewebdev/quanta/quanta.kdevelop #557427:557428
@@ -18,6 +18,7 @@
     <absoluteprojectpath>false</absoluteprojectpath>
     <secondaryLanguages/>
     <versioncontrol/>
+    <defaultencoding></defaultencoding>
   </general>
   <kdevautoproject>
     <general>
@@ -46,7 +47,7 @@
     </compiler>
     <run>
       <mainprogram>quanta/src/quanta</mainprogram>
-      <programargs/>
+      <programargs></programargs>
       <terminal>false</terminal>
       <envvars/>
       <directoryradio>build</directoryradio>
@@ -57,19 +58,19 @@
     <configurations>
       <default>
         <configargs>--enable-debug=full --prefix=/opt/kde3 \
                --enable-editors</configargs>
-        <builddir>/home/andris/development/build/kde-head/kdewebdev</builddir>
+        <builddir>/home/andris/development/build/kde-3.5/kdewebdev</builddir>
         <ccompiler>kdevgccoptions</ccompiler>
         <cxxcompiler>kdevgppoptions</cxxcompiler>
         <f77compiler>kdevpgf77options</f77compiler>
-        <ccompilerbinary/>
-        <cxxcompilerbinary/>
-        <f77compilerbinary/>
+        <ccompilerbinary></ccompilerbinary>
+        <cxxcompilerbinary></cxxcompilerbinary>
+        <f77compilerbinary></f77compilerbinary>
         <cflags>-DKDE_NO_COMPAT -DQT_NO_COMPAT</cflags>
         <cxxflags>-DKDE_NO_COMPAT -DQT_NO_COMPAT -DDEBUG_PARSER</cxxflags>
-        <f77flags/>
+        <f77flags></f77flags>
         <topsourcedir>/home/andris/development/kdewebdev</topsourcedir>
-        <cppflags/>
-        <ldflags/>
+        <cppflags></cppflags>
+        <ldflags></ldflags>
         <envvars>
           <envvar value="kommander klinkstatus kfilereplace kxsldbg kimagemapeditor" \
name="DO_NOT_COMPILE2" />  </envvars>
@@ -167,7 +168,7 @@
     </groups>
     <tree>
       <hidenonprojectfiles>false</hidenonprojectfiles>
-      <hidepatterns></hidepatterns>
+      <hidepatterns/>
       <showvcsfields>true</showvcsfields>
     </tree>
   </kdevfileview>
@@ -190,16 +191,16 @@
   </kdevdoctreeview>
   <kdevdebugger>
     <general>
-      <dbgshell/>
-      <programargs/>
-      <gdbpath>/usr/bin/</gdbpath>
+      <dbgshell></dbgshell>
+      <programargs></programargs>
+      <gdbpath>/usr/bin/gdb</gdbpath>
       <breakonloadinglibs>true</breakonloadinglibs>
       <separatetty>false</separatetty>
       <floatingtoolbar>false</floatingtoolbar>
       <runappinappdirectory>true</runappinappdirectory>
-      <configGdbScript/>
-      <runShellScript/>
-      <runGdbScript/>
+      <configGdbScript></configGdbScript>
+      <runShellScript></runShellScript>
+      <runGdbScript></runGdbScript>
     </general>
     <display>
       <staticmembers>false</staticmembers>
@@ -242,10 +243,10 @@
   </kdevcvs>
   <kdevfilecreate>
     <filetypes>
-      <type icon="" ext="h" name="C++ header" create="template" >
+      <type icon="" ext="h" create="template" name="C++ header" >
         <descr>Quanta speicfic header</descr>
       </type>
-      <type icon="source_cpp" ext="cpp" name="C++ source" create="template" >
+      <type icon="source_cpp" ext="cpp" create="template" name="C++ source" >
         <descr>A new empty C++ file.</descr>
       </type>
     </filetypes>
@@ -266,7 +267,7 @@
     </codecompletion>
     <references/>
     <creategettersetter>
-      <prefixGet/>
+      <prefixGet></prefixGet>
       <prefixSet>set</prefixSet>
       <prefixVariable>m_,_</prefixVariable>
       <parameterName>theValue</parameterName>
@@ -281,6 +282,11 @@
     <designerintegration>
       <qtdesigner/>
     </designerintegration>
+    <splitheadersource>
+      <enabled>false</enabled>
+      <synchronize>true</synchronize>
+      <orientation>Vertical</orientation>
+    </splitheadersource>
   </kdevcppsupport>
   <kdevcvsservice>
     <recursivewhenupdate>true</recursivewhenupdate>
--- branches/KDE/3.5/kdewebdev/quanta/src/quanta.cpp #557427:557428
@@ -1958,9 +1958,9 @@
     {
       if (!name.isEmpty())
       {
-        urlUnderCursor = KURL();
+        KURL baseUrl = QExtFileInfo::path(w->url());
+        urlUnderCursor = baseUrl;
         QuantaCommon::setUrl(urlUnderCursor, name.stripWhiteSpace());
-        KURL baseUrl = QExtFileInfo::path(w->url());
         urlUnderCursor = QExtFileInfo::toAbsolute(urlUnderCursor, baseUrl);
         action->setText(i18n("Open File: \
%1").arg(KStringHandler::lsqueeze(urlUnderCursor.prettyURL(0, \
KURL::StripFileProtocol), 80)));  action->setEnabled(true);
--- branches/KDE/3.5/kdewebdev/quanta/treeviews/structtreeview.cpp #557427:557428
@@ -991,9 +991,9 @@
   {
     QString text = item->groupTag->name;
     text.remove(item->fileNameRx);
-    KURL url;
+    KURL baseUrl = QExtFileInfo::path(write->url());
+    KURL url = baseUrl;
     QuantaCommon::setUrl(url, text.stripWhiteSpace());
-    KURL baseUrl = QExtFileInfo::path(write->url());
     url = QExtFileInfo::toAbsolute(url, baseUrl);
     if (QExtFileInfo::exists(url, true, this))
     {


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

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