[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:       2005-09-04 10:55:01
Message-ID: 1125831301.512674.26263.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 456972 by amantia:

No more sourceforge.net and add a new string I might use.

 M  +1 -0      messages/annotationoutput.cpp  
 M  +4 -7      quanta.kdevelop  
 M  +6 -0      src/document.cpp  
 M  +2 -2      src/quanta.cpp  
 M  +1 -1      treeviews/scripttreeview.cpp  
 M  +1 -1      treeviews/templatestreeview.cpp  


--- branches/KDE/3.5/kdewebdev/quanta/messages/annotationoutput.cpp #456971:456972
@@ -49,6 +49,7 @@
   m_yourAnnotations->setSorting(1);
   m_yourAnnotations->setLineWidth(2);
   addTab(m_yourAnnotations, i18n("For You"));
+  QString s = i18n("For You: %1").arg(1); //just in case I change my mind
   connect(m_yourAnnotations, SIGNAL(executed(QListViewItem*)), \
SLOT(yourAnnotationsItemExecuted(QListViewItem *)));  
   m_allAnnotations = new KListView(this);
--- branches/KDE/3.5/kdewebdev/quanta/quanta.kdevelop #456971:456972
@@ -30,7 +30,7 @@
     </configure>
     <make>
       <abortonerror>true</abortonerror>
-      <numberofjobs>1</numberofjobs>
+      <numberofjobs>8</numberofjobs>
       <dontact>false</dontact>
       <makebin/>
       <envvars>
@@ -67,11 +67,11 @@
         <cflags>-DKDE_NO_COMPAT -DQT_NO_COMPAT</cflags>
         <cxxflags>-DKDE_NO_COMPAT -DQT_NO_COMPAT -DDEBUG_PARSER</cxxflags>
         <f77flags/>
-        <topsourcedir>/home/andris/development/sources/kde-head/kdewebdev</topsourcedir>
 +        <topsourcedir>/home/andris/development/kdewebdev</topsourcedir>
         <cppflags/>
         <ldflags/>
         <envvars>
-          <envvar value="kommander klinkstatus kfilereplace kxsldbg kimagemapeditor" \
name="DO_NOT_COMPILE" /> +          <envvar value="kommander klinkstatus kfilereplace \
kxsldbg kimagemapeditor" name="DO_NOT_COMPILE2" />  </envvars>
       </default>
       <withkommander>
@@ -264,10 +264,7 @@
       <automaticHeaderCompletion>true</automaticHeaderCompletion>
       <headerCompletionDelay>250</headerCompletionDelay>
     </codecompletion>
-    <references>
-      <pcs>Qt</pcs>
-      <pcs>KDElibs</pcs>
-    </references>
+    <references/>
     <creategettersetter>
       <prefixGet/>
       <prefixSet>set</prefixSet>
--- branches/KDE/3.5/kdewebdev/quanta/src/document.cpp #456971:456972
@@ -736,16 +736,21 @@
 */
 void Document::slotFilterCompletion( KTextEditor::CompletionEntry *completion \
,QString *string )  {
+  kdDebug(24000) << *string << endl;
+  kdDebug(24000) << completion->userdata << endl;
   int pos = completion->userdata.find("|");
   QString s = completion->userdata.left(pos);
   completion->userdata.remove(0,pos+1);
   string->remove(0, s.length());
+  kdDebug(24000) << *string << endl;
+  kdDebug(24000) << completion->userdata << endl;
   if (completion->type == "charCompletion")
   {
     *string = completion->userdata;
     uint line, col;
     viewCursorIf->cursorPositionReal(&line, &col);
     QString s2 = editIf->textLine(line).left(col);
+    kdDebug(24000) << s2 << endl;
     int pos = s2.findRev('&');
     if (pos != -1)
     {
@@ -753,6 +758,7 @@
       string->remove(s2);
     }
     string->append(";");
+    kdDebug(24000) << *string << endl;
   } else
   if ( completion->type == "attributeValue")
   {
--- branches/KDE/3.5/kdewebdev/quanta/src/quanta.cpp #456971:456972
@@ -2730,7 +2730,7 @@
 
   TagMailDlg *mailDlg = new TagMailDlg( this, i18n("Send toolbar in email"));
   QString toStr;
-  QString message = i18n("Hi,\n This is a Quanta Plus \
[http://quanta.sourceforge.net] toolbar.\n\nHave fun.\n"); +  QString message = \
i18n("Hi,\n This is a Quanta Plus [http://quanta.kdewebdev.org] toolbar.\n\nHave \
fun.\n");  QString titleStr;
   QString subjectStr;
 
@@ -3592,7 +3592,7 @@
 
     TagMailDlg *mailDlg = new TagMailDlg( this, i18n("Send DTEP in Email"));
     QString toStr;
-    QString message = i18n("Hi,\n This is a Quanta Plus \
[http://quanta.sourceforge.net] DTEP definition tarball.\n\nHave fun.\n"); +    \
QString message = i18n("Hi,\n This is a Quanta Plus [http://quanta.kdewebdev.org] \
DTEP definition tarball.\n\nHave fun.\n");  QString titleStr;
     QString subjectStr;
 
--- branches/KDE/3.5/kdewebdev/quanta/treeviews/scripttreeview.cpp #456971:456972
@@ -270,7 +270,7 @@
 
     TagMailDlg *mailDlg = new TagMailDlg( this, i18n("Send script in email"));
     QString toStr;
-    QString message = i18n("Hi,\n This is a Quanta Plus \
[http://quanta.sourceforge.net] script tarball.\n\nHave fun.\n"); +    QString \
message = i18n("Hi,\n This is a Quanta Plus [http://quanta.kdewebdev.org] script \
tarball.\n\nHave fun.\n");  QString titleStr;
     QString subjectStr;
 
--- branches/KDE/3.5/kdewebdev/quanta/treeviews/templatestreeview.cpp #456971:456972
@@ -984,7 +984,7 @@
 
     TagMailDlg *mailDlg = new TagMailDlg( this, i18n("Send template in email"));
     QString toStr;
-    QString message = i18n("Hi,\n This is a Quanta Plus \
[http://quanta.sourceforge.net] template tarball.\n\nHave fun.\n"); +    QString \
message = i18n("Hi,\n This is a Quanta Plus [http://quanta.kdewebdev.org] template \
tarball.\n\nHave fun.\n");  QString titleStr;
     QString subjectStr;
 


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

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