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

List:       kde-commits
Subject:    [muon/frameworks] updater: muon-updater polishing
From:       Aleix Pol <aleixpol () kde ! org>
Date:       2014-10-01 0:44:29
Message-ID: E1XZ81t-0005Eh-E1 () scm ! kde ! org
[Download RAW message or body]

Git commit b579714211cd8106d3d32171b4aca280b7956dd9 by Aleix Pol.
Committed on 30/09/2014 at 23:33.
Pushed by apol into branch 'frameworks'.

muon-updater polishing

set the application's kaboutdata instance
add myself as an author

M  +1    -1    updater/UpdaterWidget.cpp
M  +2    -0    updater/main.cpp

http://commits.kde.org/muon/b579714211cd8106d3d32171b4aca280b7956dd9

diff --git a/updater/UpdaterWidget.cpp b/updater/UpdaterWidget.cpp
index 23d7ad6..b2c7a32 100644
--- a/updater/UpdaterWidget.cpp
+++ b/updater/UpdaterWidget.cpp
@@ -105,7 +105,7 @@ UpdaterWidget::UpdaterWidget(ResourcesUpdatesModel* updates, \
QWidget *parent) :  
     m_busyWidget = new KPixmapSequenceOverlayPainter(page1);
     KPixmapSequence seq = \
KIconLoader::global()->loadPixmapSequence("process-working", \
                KIconLoader::SizeSmallMedium);
-    qDebug() << "fuuuuuuuuuuu" << seq.isValid();
+
     m_busyWidget->setSequence(seq);
     m_busyWidget->setAlignment(Qt::AlignHCenter | Qt::AlignVCenter);
     m_busyWidget->setWidget(m_updateView->viewport());
diff --git a/updater/main.cpp b/updater/main.cpp
index c0de343..01c2bae 100644
--- a/updater/main.cpp
+++ b/updater/main.cpp
@@ -36,7 +36,9 @@ int main(int argc, char **argv)
     KAboutData about("muonupdater", i18n("Muon Update Manager"), version, i18n("An \
                update manager"),
                      KAboutLicense::GPL, i18n(" ©2010-2013 Jonathan Thomas"), \
                QString(), 0);
     about.addAuthor(i18n("Jonathan Thomas"), QString(), "echidnaman@kubuntu.org");
+    about.addAuthor(i18n("Aleix Pol"), QString(), "aleixpol@kde.org");
     about.setProductName("muon/updater");
+    KAboutData::setApplicationData(about);
 
     {
         QCommandLineParser parser;


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

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