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

List:       kde-commits
Subject:    [kdevplatform] 383d059: Add proper whitespace in the tooltips for VCS
From:       "Nicolás" Alvarez <nicolas.alvarez () gmail ! com>
Date:       2010-10-22 21:30:03
Message-ID: 201010222130.o9MLU3eR012267 () kore ! kollide ! net
[Download RAW message or body]

commit 383d059ffc77ab86a1ad1e117f75717ae13e7b3a
Author: Nicolás Alvarez <nicolas.alvarez@gmail.com>
Date:   Fri Oct 22 18:31:11 2010 -0300

    Add proper whitespace in the tooltips for VCS annotate.

diff --git a/vcs/models/vcsannotationmodel.cpp b/vcs/models/vcsannotationmodel.cpp
index adfeac5..fce7931 100644
--- a/vcs/models/vcsannotationmodel.cpp
+++ b/vcs/models/vcsannotationmodel.cpp
@@ -102,7 +102,7 @@ QVariant VcsAnnotationModel::data( int line, Qt::ItemDataRole \
role ) const  return QVariant( aline.revision().revisionValue() );
     } else if( role == Qt::ToolTipRole )
     {
-        return QVariant( i18n("Author:%1\nDate:%2\nCommit Message:%3", \
aline.author(), aline.date().toString(), aline.commitMessage() ) ); +        return \
QVariant( i18n("Author: %1\nDate: %2\nCommit Message: %3", aline.author(), \
aline.date().toString(), aline.commitMessage() ) );  }
     return QVariant();
 }


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

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