From kde-commits Tue Jul 29 09:31:06 2008 From: Bertjan Broeksema Date: Tue, 29 Jul 2008 09:31:06 +0000 To: kde-commits Subject: KDE/kdepim/akonadi/clients/akonadiconsole Message-Id: <1217323866.187625.20529.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=121732388727914 SVN commit 839012 by bbroeksema: Show the last modification time of items. M +1 -0 browserwidget.cpp M +119 -116 browserwidget_contentview.ui --- trunk/KDE/kdepim/akonadi/clients/akonadiconsole/browserwidget.cpp #839011:839012 @@ -162,6 +162,7 @@ contentUi.remoteId->setText( item.remoteId() ); contentUi.mimeType->setText( item.mimeType() ); contentUi.revision->setText( QString::number( item.revision() ) ); + contentUi.modificationtime->setText( item.modificationTime().toString() + ( " UTC" ) ); QStringList flags; foreach ( const Item::Flag &f, item.flags() ) flags << QString::fromUtf8( f ); --- trunk/KDE/kdepim/akonadi/clients/akonadiconsole/browserwidget_contentview.ui #839011:839012 @@ -9,25 +9,17 @@ 496 - + - 0 + 3 - - - 0 - 0 - 487 - 410 - - Payload - + @@ -37,15 +29,7 @@ 0 - - - 0 - 0 - 479 - 402 - - - + @@ -59,32 +43,16 @@ - - - 0 - 0 - 479 - 402 - - - + - - - 0 - 0 - 479 - 402 - - - + - + @@ -93,18 +61,10 @@ - - - 0 - 0 - 487 - 410 - - Attributes - + @@ -114,7 +74,7 @@ - + New Attribute @@ -136,18 +96,10 @@ - - - 0 - 0 - 487 - 410 - - Raw Payload - + @@ -161,79 +113,129 @@ - - - 0 - 0 - 487 - 410 - - Internals - + - - - Unique ID: - - + + + + + Unique ID: + + + + + + + + 1 + 0 + + + + 0 + + + + - - - - 0 - - - - - - Remote ID: - - - remoteId - - + + + + + Remote ID: + + + remoteId + + + + + + + - - - - - - Revision: - - + + + + + Revision: + + + + + + + + 1 + 0 + + + + 0 + + + + - - - - 0 - - - - - - Mimetype: - - + + + + + Last Modification Time: + + + + + + + + 1 + 0 + + + + 0 + + + + - - - - invalid/invalid - - + + + + + + Mimetype: + + + + + + + + 1 + 0 + + + + invalid/invalid + + + + - + 0 - 0 + 1 @@ -253,7 +255,7 @@ Qt::Horizontal - + 40 20 @@ -276,6 +278,7 @@ KEditListBox QGroupBox
keditlistbox.h
+ 1 KLineEdit