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

List:       kde-commits
Subject:    playground/network/smb4k/plasmoid
From:       Alexander Reinholdt <alexander.reinholdt () kdemail ! net>
Date:       2013-05-12 16:05:13
Message-ID: 20130512160513.6982EAC87A () svn ! kde ! org
[Download RAW message or body]

SVN commit 1354107 by areinholdt:

Improved plasmoid.


 A             package/contents/ui/bookmarkitemdelegate.qml   [License: GPL (v2+)]
 A             package/contents/ui/bookmarkspage.qml   [License: GPL (v2+)]
 U             package/contents/ui/browserpage.qml  
 M  +1 -0      package/contents/ui/qmldir  
 M  +2 -0      plugin/smb4kqmlplugin.cpp  


--- trunk/playground/network/smb4k/plasmoid/package/contents/ui/qmldir #1354106:1354107
@@ -1,6 +1,7 @@
 BookmarksPage 0.1 bookmarkspage.qml
 BrowserPage 0.1 browserpage.qml
 SharesViewPage 0.1 sharesviewpage.qml
+BookmarkItemDelegate 0.1 bookmarkitemdelegate.qml
 BrowserItemDelegate 0.1 browseritemdelegate.qml
 SharesViewItemDelegate 0.1 sharesviewitemdelegate.qml
 
--- trunk/playground/network/smb4k/plasmoid/plugin/smb4kqmlplugin.cpp #1354106:1354107
@@ -36,6 +36,7 @@
 #include "core/smb4kprint.h"
 #include "core/smb4kbookmarkhandler.h"
 #include "core/smb4kcustomoptionsmanager.h"
+#include "core/smb4kbookmarkobject.h"
 
 // Qt includes
 #include <QtDeclarative/qdeclarative.h>
@@ -49,6 +50,7 @@
   qmlRegisterType<Smb4KPrint>( uri, 1, 0, "Print" );
   qmlRegisterType<Smb4KBookmarkHandler>( uri, 1, 0, "BookmarkHandler" );
   qmlRegisterType<Smb4KCustomOptionsManager>( uri, 1, 0, "OptionsManager" );
+  qmlRegisterType<Smb4KBookmarkObject>( uri, 1, 0, "BookmarkObject" );
 }
 
 Q_EXPORT_PLUGIN2( Smb4KQML, Smb4KQMLPlugin );
[prev in list] [next in list] [prev in thread] [next in thread] 

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