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

List:       kde-commits
Subject:    KDE/kdesdk/kate/plugins/filebrowser
From:       Ivo Anjo <knuckles () gmail ! com>
Date:       2008-07-11 19:51:19
Message-ID: 1215805879.649670.5959.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 831082 by ianjo:

Add the new KDirOperator (treeview) modes to the config page, and also 
add the tree view action on the toolbar by default.



 M  +3 -2      katefileselector.cpp  


--- trunk/KDE/kdesdk/kate/plugins/filebrowser/katefileselector.cpp #831081:831082
@@ -329,7 +329,7 @@
   {
     // reasonable collection for default toolbar
     actions << "up" << "back" << "forward" << "home" <<
-    "short view" << "detailed view" <<
+    "short view" << "detailed view" << "tree view" <<
     "bookmarks" << "sync_dir";
   }
   QAction *ac;
@@ -808,7 +808,7 @@
   QStringList l = config.readEntry( "toolbar actions", QStringList() );
   if ( l.isEmpty() ) // default toolbar
     l << "up" << "back" << "forward" << "home" <<
-    "short view" << "detailed view" <<
+    "short view" << "detailed view" << "tree view" <<
     "bookmarks" << "sync_dir";
 
   // actions from diroperator + two of our own
@@ -817,6 +817,7 @@
   "reload" << "mkdir" << "delete" <<
   "short view" << "detailed view" /*<< "view menu" <<
                   "show hidden" << "properties"*/ <<
+  "tree view" << "detailed tree view" <<
   "bookmarks" << "sync_dir";
   QRegExp re("&(?=[^&])");
   QAction *ac;
[prev in list] [next in list] [prev in thread] [next in thread] 

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