[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-07 17:19:02
Message-ID: 1157649542.006038.9637.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 581836 by amantia:

Respect the order of items in the .docrc. Patch from the bugreport.

BUG: 133704


 M  +1 -0      ChangeLog  
 M  +2 -2      quanta.kdevelop  
 M  +1 -4      treeviews/docfolder.cpp  


--- branches/KDE/3.5/kdewebdev/quanta/ChangeLog #581835:581836
@@ -24,6 +24,7 @@
       - default to a better place when saving a global toolbar to the local
         toolbar directory and improve the error message if a toolbar cannot be
         saved [#130236]
+      - respect the order of items in the .docrc [#133704]
 
 Version 3.5.3 (Release date: 23-05-2006; Started 18-03-2005):
  - bugfixes:
--- branches/KDE/3.5/kdewebdev/quanta/quanta.kdevelop #581835:581836
@@ -170,7 +170,7 @@
     </groups>
     <tree>
       <hidenonprojectfiles>false</hidenonprojectfiles>
-      <hidepatterns/>
+      <hidepatterns></hidepatterns>
       <showvcsfields>true</showvcsfields>
     </tree>
   </kdevfileview>
@@ -276,8 +276,8 @@
       <processFunctionArguments>false</processFunctionArguments>
     </codecompletion>
     <references>
+      <pcs>Qt3</pcs>
       <pcs>KDElibs3</pcs>
-      <pcs>Qt3</pcs>
     </references>
     <creategettersetter>
       <prefixGet/>
--- branches/KDE/3.5/kdewebdev/quanta/treeviews/docfolder.cpp #581835:581836
@@ -79,10 +79,7 @@
       QString url = config->readEntry( item );
       DocItem *el = new DocItem( this, QString(item), basePath+url);
       el->setPixmap( 0, SmallIcon("info") );
-    }
-  }
-
-  for ( list.last(); ( item = list.current() ) ; list.prev() ) {
+    } else
     if ( item[0] == '#' ) { // current item is folder
       item++; // remove leading #
       QString l_url = config->readEntry( QString("folder_")+item, "" );
[prev in list] [next in list] [prev in thread] [next in thread] 

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