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

List:       kde-commits
Subject:    playground/base/plasma/declarative-applets/replacements/microblog/contents/ui/BasicComponents
From:       Marco Martin <notmart () gmail ! com>
Date:       2011-04-09 20:28:28
Message-ID: 20110409202828.87C61AC8D1 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1227510 by mart:

ListItem from the news plasmoid


 A             ListItem.qml   [License: LGPL (v2+)]
 M  +1 -3      MessageWidget.qml  
 M  +1 -3      PostingWidget.qml  
 M  +2 -1      qmldir  


--- trunk/playground/base/plasma/declarative-applets/replacements/microblog/contents/ui/BasicComponents/MessageWidget.qml \
#1227509:1227510 @@ -23,9 +23,7 @@
 import org.kde.qtextracomponents 0.1 as QtExtraComponents
 
 
-PlasmaComponents.Frame {
-    width: entryList.width
-    height: childrenRect.height
+ListItem {
 
     QtExtraComponents.QImageItem {
         id: userIcon
--- trunk/playground/base/plasma/declarative-applets/replacements/microblog/contents/ui/BasicComponents/PostingWidget.qml \
#1227509:1227510 @@ -24,9 +24,7 @@
 
 import "plasmapackage:/code/logic.js" as Logic
 
-Item {
-    width: parent.width
-    height: postWidget.height + 5
+ListItem {
 
     function refresh()
     {
--- trunk/playground/base/plasma/declarative-applets/replacements/microblog/contents/ui/BasicComponents/qmldir \
#1227509:1227510 @@ -1,2 +1,3 @@
 MessageWidget 1.0 MessageWidget.qml
-PostingWidget 1.0 PostingWidget.qml
\ No newline at end of file
+PostingWidget 1.0 PostingWidget.qml
+ListItem 1.0 ListItem.qml
\ No newline at end of file


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

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