From 9da98805dd28fd7da3d704e2ab62be935f44eb1f Mon Sep 17 00:00:00 2001 From: Eike Ziller <eike.ziller@nokia.com> Date: Mon, 30 Jan 2012 14:00:36 +0100 Subject: [PATCH] Remove dead code. Change-Id: Ifb5a14f587358e696eb3e199f5d223832a0c2837 Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com> Reviewed-by: hjk <qthjk@ovi.com> --- tests/manual/progressmanager/find.png | Bin 737 -> 0 bytes tests/manual/progressmanager/main.cpp | 43 ------- .../manual/progressmanager/roundprogress.cpp | 70 ----------- tests/manual/progressmanager/roundprogress.h | 117 ------------------ .../manual/progressmanager/roundprogress.pro | 15 --- tests/manual/progressmanager/roundprogress.ui | 52 -------- 6 files changed, 297 deletions(-) delete mode 100644 tests/manual/progressmanager/find.png delete mode 100644 tests/manual/progressmanager/main.cpp delete mode 100644 tests/manual/progressmanager/roundprogress.cpp delete mode 100644 tests/manual/progressmanager/roundprogress.h delete mode 100644 tests/manual/progressmanager/roundprogress.pro delete mode 100644 tests/manual/progressmanager/roundprogress.ui diff --git a/tests/manual/progressmanager/find.png b/tests/manual/progressmanager/find.png deleted file mode 100644 index cbe2f31521a0ae72eb5cbedde285372e5bd5affd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 737 zcmV<70v`Q|P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004XF*Lt007q5 z)K6G40000PbVXQnQ*UN;cVTj606}DLVr3vnZDD6+Qe|Oed2z{QJOBU!b4f%&RCwBq zQ%h(QQ53yzGB3XplQb!brH#^9Yt)JuYF8p|gepiEf~!h5A|klx&V^LLg*$OAb*F+@ zKZxkADhO#+w4V`7Q*CS7e6T;$OftzN<GnKzHKBqJ4)4vo@0@$yy>FPNX|UB`j0rf^ zz|3trTqPinW)Qa|w?#!bH#Pvw(hnBis|%D1??GO90S^c7K`Ad|f-;I!Sfc}-eDdZs zd$a3QWTz*0u-&<X_CI{hCBH1Lxs|2)F?cX=9aLo<x%oN)RArcX(C+sP_4jV)djh<R z3x@l0RRbwmia(7luu^>DE<C$*8@bCugL@0vKCsJ^JJfFL@;8al;xa(%o(}u&NT_)O z+-=A4tbeN-2z2Ko;cXR<!vZdw0CsNVD3+^WRTv!G?`xfud`{eQ*9qwMjcPN8RnW<9 z6meP&0l8#cg<_y-^kE0HMfC%#{bufG(#f+r*})Can%unlyqbp1OyZB_T7!*hYSbzz zz7$kfZ>a*L>a=6?rP+^(tQS&~@90*#^S`@rrOz>20j7NFJl`?yKD`p%7fPRrwzN|0 z{&+V1b|&R5O0gMuJ~RSa^&4`hehUnraKuFsI^}`}Ss51YI4?heK=)y2@<;SLlWofU z`o>EnleHwZQ7__fpCiFJgo8m2sdO2NYZb3;;;N*m@W_0=cGD!;-az~?XAp^OwL&-$ z;E>6bLHe%dN2k?MwE}sJQ>IM>ua(#oDVS>z1rf4}qJ@b(y{O7aevD))(iCFZJowL_ ziH7guQJZwOhp&qk7{Tugh`k6K)yJ$6s};Nv6tE&fh;H*?Nr*WND)1lUmjD9*{Wl*o TfcKyf00000NkvXXu0mjf)!9re diff --git a/tests/manual/progressmanager/main.cpp b/tests/manual/progressmanager/main.cpp deleted file mode 100644 index 4bf513321c0..00000000000 --- a/tests/manual/progressmanager/main.cpp +++ /dev/null @@ -1,43 +0,0 @@ -/************************************************************************** -** -** This file is part of Qt Creator -** -** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies). -** -** Contact: Nokia Corporation (qt-info@nokia.com) -** -** -** GNU Lesser General Public License Usage -** -** This file may be used under the terms of the GNU Lesser General Public -** License version 2.1 as published by the Free Software Foundation and -** appearing in the file LICENSE.LGPL included in the packaging of this file. -** Please review the following information to ensure the GNU Lesser General -** Public License version 2.1 requirements will be met: -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** In addition, as a special exception, Nokia gives you certain additional -** rights. These rights are described in the Nokia Qt LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** Other Usage -** -** Alternatively, this file may be used in accordance with the terms and -** conditions contained in a signed written agreement between you and Nokia. -** -** If you have questions regarding the use of this file, please contact -** Nokia at qt-info@nokia.com. -** -**************************************************************************/ - -#include "roundprogress.h" - -#include <QtGui/QApplication> - -int main(int argc, char *argv[]) -{ - QApplication a(argc, argv); - roundprogress w; - w.show(); - return a.exec(); -} diff --git a/tests/manual/progressmanager/roundprogress.cpp b/tests/manual/progressmanager/roundprogress.cpp deleted file mode 100644 index 0cfb18b7686..00000000000 --- a/tests/manual/progressmanager/roundprogress.cpp +++ /dev/null @@ -1,70 +0,0 @@ -/************************************************************************** -** -** This file is part of Qt Creator -** -** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies). -** -** Contact: Nokia Corporation (qt-info@nokia.com) -** -** -** GNU Lesser General Public License Usage -** -** This file may be used under the terms of the GNU Lesser General Public -** License version 2.1 as published by the Free Software Foundation and -** appearing in the file LICENSE.LGPL included in the packaging of this file. -** Please review the following information to ensure the GNU Lesser General -** Public License version 2.1 requirements will be met: -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** In addition, as a special exception, Nokia gives you certain additional -** rights. These rights are described in the Nokia Qt LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** Other Usage -** -** Alternatively, this file may be used in accordance with the terms and -** conditions contained in a signed written agreement between you and Nokia. -** -** If you have questions regarding the use of this file, please contact -** Nokia at qt-info@nokia.com. -** -**************************************************************************/ - -#include "roundprogress.h" -#include "multitask.h" -#include "runextensions.h" - -roundprogress::roundprogress(QWidget *parent) - : QWidget(parent), task(MyInternalTask(true)), task2(MyInternalTask(false)) -{ - ui.setupUi(this); - ui.progressButton->setIcon(QIcon("find.png")); - connect(ui.startButton, SIGNAL(clicked()), this, SLOT(start())); - connect(ui.startButton2, SIGNAL(clicked()), this, SLOT(start2())); - connect(ui.startBothButton, SIGNAL(clicked()), this, SLOT(start3())); - ui.startButton->setFocus(); -} - -void roundprogress::start() -{ - if (future.isRunning()) - return; - future = QtConcurrent::run(&MyInternalTask::run, &task); - ui.progressButton->setFuture(future); -} - -void roundprogress::start2() -{ - if (future.isRunning()) - return; - future = QtConcurrent::run(&MyInternalTask::run, &task2); - ui.progressButton->setFuture(future); -} - -void roundprogress::start3() -{ - if (future.isRunning()) - return; - future = QtConcurrent::run(&MyInternalTask::run, QList<MyInternalTask*>() << &task2 << &task); - ui.progressButton->setFuture(future); -} diff --git a/tests/manual/progressmanager/roundprogress.h b/tests/manual/progressmanager/roundprogress.h deleted file mode 100644 index c4530091515..00000000000 --- a/tests/manual/progressmanager/roundprogress.h +++ /dev/null @@ -1,117 +0,0 @@ -/************************************************************************** -** -** This file is part of Qt Creator -** -** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies). -** -** Contact: Nokia Corporation (qt-info@nokia.com) -** -** -** GNU Lesser General Public License Usage -** -** This file may be used under the terms of the GNU Lesser General Public -** License version 2.1 as published by the Free Software Foundation and -** appearing in the file LICENSE.LGPL included in the packaging of this file. -** Please review the following information to ensure the GNU Lesser General -** Public License version 2.1 requirements will be met: -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** In addition, as a special exception, Nokia gives you certain additional -** rights. These rights are described in the Nokia Qt LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** Other Usage -** -** Alternatively, this file may be used in accordance with the terms and -** conditions contained in a signed written agreement between you and Nokia. -** -** If you have questions regarding the use of this file, please contact -** Nokia at qt-info@nokia.com. -** -**************************************************************************/ - -#ifndef ROUNDPROGRESS_H -#define ROUNDPROGRESS_H - -#include "ui_roundprogress.h" - -#include <QtCore> -#include <QtGui> -#include <QtDebug> -#include <QtGui/QMainWindow> -#include <QtCore/QFutureInterface> -#include <QtCore/QFuture> - -class MyInternalTask : public QObject -{ - Q_OBJECT -public: - static const int MAX = 10; - - MyInternalTask(bool withProgress) - { - m_hasProgress = withProgress; - if (m_hasProgress) - m_duration = 4000; - else - m_duration = 2500; - } - - MyInternalTask(const MyInternalTask &) : QObject() {} - - void run(QFutureInterface<void> &f) - { - m_future = &f; - m_count = 0; - m_future->setProgressRange(0, (m_hasProgress ? MAX : 0)); - m_future->setProgressValueAndText(m_count, tr("Starting...")); - m_loop = new QEventLoop; - m_timer = new QTimer; - m_timer->setInterval(m_duration/MAX); - m_timer->setSingleShot(false); - connect(m_timer, SIGNAL(timeout()), this, SLOT(advance())); - m_timer->start(); - m_loop->exec(); - delete m_timer; - delete m_loop; - } - -private slots: - void advance() - { - ++m_count; - m_future->setProgressValueAndText(m_count, tr("Something happening %1").arg(m_count)); - if (m_count == MAX || m_future->isCanceled()) { - m_future->setProgressValueAndText(m_count, tr("Finished!")); - m_loop->quit(); - } - } -private: - bool m_hasProgress; - QEventLoop *m_loop; - QTimer *m_timer; - QFutureInterface<void> *m_future; - int m_count; - int m_duration; -}; - -class roundprogress : public QWidget -{ - Q_OBJECT - -public: - roundprogress(QWidget *parent = 0); - ~roundprogress() {} - -private slots: - void start(); - void start2(); - void start3(); -private: - Ui::roundprogressClass ui; - MyInternalTask task; - MyInternalTask task2; - QFuture<void> future; -}; - -#endif // ROUNDPROGRESS_H diff --git a/tests/manual/progressmanager/roundprogress.pro b/tests/manual/progressmanager/roundprogress.pro deleted file mode 100644 index 6e34bdca1d0..00000000000 --- a/tests/manual/progressmanager/roundprogress.pro +++ /dev/null @@ -1,15 +0,0 @@ -TARGET = roundprogress -TEMPLATE = app -QT += core \ - gui -INCLUDEPATH += $$PWD/../../../src/plugins/core/progressmanager $$PWD/../../../src/libs/qtconcurrent -SOURCES += main.cpp \ - roundprogress.cpp \ - $$PWD/../../../src/plugins/core/progressmanager/progresspie.cpp \ - $$PWD/../../../src/plugins/core/progressmanager/futureprogress.cpp -HEADERS += roundprogress.h \ - $$PWD/../../../src/libs/qtconcurrent/multitask.h \ - $$PWD/../../../src/plugins/core/progressmanager/progresspie_p.h \ - $$PWD/../../../src/plugins/core/progressmanager/progresspie.h \ - $$PWD/../../../src/plugins/core/progressmanager/futureprogress.h -FORMS += roundprogress.ui diff --git a/tests/manual/progressmanager/roundprogress.ui b/tests/manual/progressmanager/roundprogress.ui deleted file mode 100644 index 8ed0cdfdf9a..00000000000 --- a/tests/manual/progressmanager/roundprogress.ui +++ /dev/null @@ -1,52 +0,0 @@ -<ui version="4.0" > - <class>roundprogressClass</class> - <widget class="QWidget" name="roundprogressClass" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>212</width> - <height>144</height> - </rect> - </property> - <layout class="QGridLayout" > - <item row="0" column="0" > - <widget class="FutureProgress" name="progressButton" > - <property name="font" > - <font/> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QPushButton" name="startButton" > - <property name="text" > - <string>Start with progress</string> - </property> - </widget> - </item> - <item row="2" column="0" > - <widget class="QPushButton" name="startButton2" > - <property name="text" > - <string>Start with animation</string> - </property> - </widget> - </item> - <item row="3" column="0" > - <widget class="QPushButton" name="startBothButton" > - <property name="text" > - <string>Start both</string> - </property> - </widget> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>FutureProgress</class> - <extends>QToolButton</extends> - <header>../../../src/plugins/core/progressmanager/futureprogress.h</header> - </customwidget> - </customwidgets> - <resources/> - <connections/> -</ui> -- GitLab