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

List:       kde-commits
Subject:    KDE/kdepim/akonadi/clients/akonadiconsole
From:       Volker Krause <vkrause () kde ! org>
Date:       2007-01-12 14:32:25
Message-ID: 1168612345.141989.21889.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 622639 by vkrause:

add a complete akonadi browser


 M  +1 -1      CMakeLists.txt  
 A             browserwidget.cpp   [License: LGPL (v2+)]
 A             browserwidget.h   [License: LGPL (v2+)]
 D             collectionwidget.cpp  
 D             collectionwidget.h  
 M  +2 -2      mainwidget.cpp  


--- trunk/KDE/kdepim/akonadi/clients/akonadiconsole/CMakeLists.txt #622638:622639
@@ -2,7 +2,7 @@
 
 set(akonadiconsole_bin_SRCS
   agentwidget.cpp
-  collectionwidget.cpp
+  browserwidget.cpp
   connectionpage.cpp
   debugwidget.cpp
   main.cpp
--- trunk/KDE/kdepim/akonadi/clients/akonadiconsole/mainwidget.cpp #622638:622639
@@ -23,7 +23,7 @@
 #include <QtGui/QVBoxLayout>
 
 #include "agentwidget.h"
-#include "collectionwidget.h"
+#include "browserwidget.h"
 #include "debugwidget.h"
 #include "profilewidget.h"
 
@@ -39,6 +39,6 @@
 
   tabWidget->addTab( new AgentWidget( tabWidget ), "Agents" );
   tabWidget->addTab( new ProfileWidget( tabWidget ), "Profiles" );
-  tabWidget->addTab( new CollectionWidget( tabWidget ), "Collections" );
+  tabWidget->addTab( new BrowserWidget( tabWidget ), "Browser" );
   tabWidget->addTab( new DebugWidget( tabWidget ), "Debugger" );
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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