Skip to content

Commit

Permalink
Eliminate some mentions of Trolltech.
Browse files Browse the repository at this point in the history
Reviewed-by: Trust Me
  • Loading branch information
Jason McDonald committed Aug 11, 2009
1 parent a958ab9 commit 3058cd5
Show file tree
Hide file tree
Showing 82 changed files with 229 additions and 218 deletions.
2 changes: 1 addition & 1 deletion bin/syncqt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
######################################################################
#
# Synchronizes Qt header files - internal Trolltech tool.
# Synchronizes Qt header files - internal Qt development tool.
#
# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
# Contact: Nokia Corporation (qt-info@nokia.com)
Expand Down
14 changes: 7 additions & 7 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ elif [ $COMMERCIAL_USER = "yes" ]; then
echo
echo "You are not licensed for Qt for Embedded Linux."
echo
echo "Please contact sales@trolltech.com to upgrade your license"
echo "Please contact qt-info@nokia.com to upgrade your license"
echo "to include Qt for Embedded Linux, or install the"
echo "Qt Open Source Edition if you intend to develop free software."
exit 1
Expand All @@ -420,7 +420,7 @@ elif [ $COMMERCIAL_USER = "yes" ]; then
echo
echo "You are not licensed for the Qt/Mac platform."
echo
echo "Please contact sales@trolltech.com to upgrade your license"
echo "Please contact qt-info@nokia.com to upgrade your license"
echo "to include the Qt/Mac platform."
exit 1
;;
Expand All @@ -439,7 +439,7 @@ elif [ $COMMERCIAL_USER = "yes" ]; then
echo
echo "You are not licensed for the Qt/X11 platform."
echo
echo "Please contact sales@trolltech.com to upgrade your license to"
echo "Please contact qt-info@nokia.com to upgrade your license to"
echo "include the Qt/X11 platform, or install the Qt Open Source Edition"
echo "if you intend to develop free software."
exit 1
Expand Down Expand Up @@ -2890,7 +2890,7 @@ fi
#prefix
if [ -z "$QT_INSTALL_PREFIX" ]; then
if [ "$CFG_DEV" = "yes" ]; then
QT_INSTALL_PREFIX="$outpath" # At Trolltech, we use sandboxed builds by default
QT_INSTALL_PREFIX="$outpath" # In Qt Development, we use sandboxed builds by default
elif [ "$PLATFORM_QWS" = "yes" ]; then
QT_INSTALL_PREFIX="/usr/local/Trolltech/QtEmbedded-${QT_VERSION}"
if [ "$PLATFORM" != "$XPLATFORM" ]; then
Expand Down Expand Up @@ -3792,7 +3792,7 @@ elif [ "$Edition" != "OpenSource" ]; then
echo " Your support and upgrade period has expired."
echo
echo " You are no longer licensed to use this version of Qt."
echo " Please contact sales@trolltech.com to renew your support"
echo " Please contact qt-info@nokia.com to renew your support"
echo " and upgrades for this license."
echo
echo "NOTICE NOTICE NOTICE NOTICE"
Expand All @@ -3810,7 +3810,7 @@ elif [ "$Edition" != "OpenSource" ]; then
echo " support, nor are you entitled to use any more recent"
echo " Qt releases."
echo
echo " Please contact sales@trolltech.com to renew your"
echo " Please contact qt-info@nokia.com to renew your"
echo " support and upgrades for this license."
echo
echo "WARNING WARNING WARNING WARNING"
Expand All @@ -3825,7 +3825,7 @@ elif [ "$Edition" != "OpenSource" ]; then
echo " Your Evaluation license has expired."
echo
echo " You are no longer licensed to use this software. Please"
echo " contact sales@trolltech.com to purchase license, or install"
echo " contact qt-info@nokia.com to purchase license, or install"
echo " the Qt Open Source Edition if you intend to develop free"
echo " software."
echo
Expand Down
2 changes: 1 addition & 1 deletion demos/browser/browserapplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ BrowserApplication::BrowserApplication(int &argc, char **argv)
: QApplication(argc, argv)
, m_localServer(0)
{
QCoreApplication::setOrganizationName(QLatin1String("Trolltech"));
QCoreApplication::setOrganizationName(QLatin1String("Qt"));
QCoreApplication::setApplicationName(QLatin1String("demobrowser"));
QCoreApplication::setApplicationVersion(QLatin1String("0.1"));
#ifdef Q_WS_QWS
Expand Down
4 changes: 2 additions & 2 deletions demos/browser/htmls/notfound.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
<h1>%2</h1>
<h2>When connecting to: %3.</h2>
<ul>
<li>Check the address for errors such as <b>ww</b>.trolltech.com
instead of <b>www</b>.trolltech.com</li>
<li>Check the address for errors such as <b>ww</b>.example.com
instead of <b>www</b>.example.com</li>
<li>If the address is correct, try checking the network
connection.</li>
<li>If your computer or network is protected by a firewall or
Expand Down
74 changes: 37 additions & 37 deletions demos/embedded/fluidlauncher/pictureflow.cpp
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
/****************************************************************************
**
* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies)
* This is version of the Pictureflow animated image show widget modified by Nokia.
*
* $QT_BEGIN_LICENSE:LGPL$
* No Commercial Usage
* This file contains pre-release code and may not be distributed.
* You may use this file in accordance with the terms and conditions
* contained in the either Technology Preview License Agreement or the
* Beta Release License Agreement.
*
* GNU Lesser General Public License Usage
* Alternatively, 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.0, included in the file LGPL_EXCEPTION.txt in this
* package.
*
* GNU General Public License Usage
* Alternatively, this file may be used under the terms of the GNU
* General Public License version 3.0 as published by the Free Software
* Foundation and appearing in the file LICENSE.GPL included in the
* packaging of this file. Please review the following information to
* ensure the GNU General Public License version 3.0 requirements will be
* met: http://www.gnu.org/copyleft/gpl.html.
*
* If you are unsure which license is appropriate for your use, please
* contact the sales department at http://qt.nokia.com/contact.
* $QT_END_LICENSE$
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies)
** This is version of the Pictureflow animated image show widget modified by Nokia.
**
** $QT_BEGIN_LICENSE:LGPL$
** No Commercial Usage
** This file contains pre-release code and may not be distributed.
** You may use this file in accordance with the terms and conditions
** contained in the either Technology Preview License Agreement or the
** Beta Release License Agreement.
**
** GNU Lesser General Public License Usage
** Alternatively, 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.0, included in the file LGPL_EXCEPTION.txt in this
** package.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
** General Public License version 3.0 as published by the Free Software
** Foundation and appearing in the file LICENSE.GPL included in the
** packaging of this file. Please review the following information to
** ensure the GNU General Public License version 3.0 requirements will be
** met: http://www.gnu.org/copyleft/gpl.html.
**
** If you are unsure which license is appropriate for your use, please
** contact the sales department at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
*
*
* Redistribution and use in source and binary forms, with or without
Expand All @@ -47,7 +47,7 @@
* names of its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY TROLLTECH ASA ``AS IS'' AND ANY
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL <copyright holder> BE LIABLE FOR ANY
Expand All @@ -57,10 +57,10 @@
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
****************************************************************************/

/*
/*
ORIGINAL COPYRIGHT HEADER
PictureFlow - animated image show widget
http://pictureflow.googlecode.com
Expand Down
4 changes: 2 additions & 2 deletions demos/embedded/styledemo/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ int main(int argc, char *argv[])
Q_INIT_RESOURCE(styledemo);

app.setApplicationName("style");
app.setOrganizationName("Trolltech");
app.setOrganizationDomain("com.trolltech");
app.setOrganizationName("Nokia");
app.setOrganizationDomain("com.nokia.qt");

StyleWidget widget;
widget.showFullScreen();
Expand Down
4 changes: 2 additions & 2 deletions demos/mediaplayer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ int main (int argc, char *argv[])
Q_INIT_RESOURCE(mediaplayer);
QApplication app(argc, argv);
app.setApplicationName("Media Player");
app.setOrganizationName("Trolltech");
app.setOrganizationName("Qt");
app.setQuitOnLastWindowClosed(true);

QString fileString = app.arguments().value(1);
MediaPlayer player(fileString);
player.show();
Expand Down
14 changes: 7 additions & 7 deletions demos/qtdemo/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ MainWindow::MainWindow(QWidget *parent) : QGraphicsView(parent), updateTimer(thi
this->doneAdapt = false;
this->useTimer = false;
this->updateTimer.setSingleShot(true);
this->trolltechLogo = 0;
this->companyLogo = 0;
this->qtLogo = 0;
this->setupWidget();
this->setupScene();
Expand All @@ -73,7 +73,7 @@ MainWindow::MainWindow(QWidget *parent) : QGraphicsView(parent), updateTimer(thi

MainWindow::~MainWindow()
{
delete this->trolltechLogo;
delete this->companyLogo;
delete this->qtLogo;
}

Expand Down Expand Up @@ -275,9 +275,9 @@ void MainWindow::setupSceneItems()
this->fpsLabel->setPos(Colors::stageStartX, 600 - QFontMetricsF(Colors::buttonFont()).height() - 5);
}

this->trolltechLogo = new ImageItem(QImage(":/images/trolltech-logo.png"), 1000, 1000, this->scene, 0, true, 0.5f);
this->companyLogo = new ImageItem(QImage(":/images/trolltech-logo.png"), 1000, 1000, this->scene, 0, true, 0.5f);
this->qtLogo = new ImageItem(QImage(":/images/qtlogo_small.png"), 1000, 1000, this->scene, 0, true, 0.5f);
this->trolltechLogo->setZValue(100);
this->companyLogo->setZValue(100);
this->qtLogo->setZValue(100);
this->pausedLabel = new DemoTextItem(QString("PAUSED"), Colors::buttonFont(), Qt::white, -1, this->scene, 0);
this->pausedLabel->setZValue(100);
Expand Down Expand Up @@ -463,10 +463,10 @@ void MainWindow::resizeEvent(QResizeEvent *event)
QGraphicsView::resizeEvent(event);
DemoItem::setMatrix(this->matrix());

if (this->trolltechLogo){
if (this->companyLogo){
const QRectF r = this->scene->sceneRect();
QRectF ttb = this->trolltechLogo->boundingRect();
this->trolltechLogo->setPos(int((r.width() - ttb.width()) / 2), 595 - ttb.height());
QRectF ttb = this->companyLogo->boundingRect();
this->companyLogo->setPos(int((r.width() - ttb.width()) / 2), 595 - ttb.height());
QRectF qtb = this->qtLogo->boundingRect();
this->qtLogo->setPos(802 - qtb.width(), 0);
}
Expand Down
2 changes: 1 addition & 1 deletion demos/qtdemo/mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private slots:
QTime demoStartTime;
QTime fpsTime;
QPixmap background;
ImageItem *trolltechLogo;
ImageItem *companyLogo;
ImageItem *qtLogo;
bool doneAdapt;
bool useTimer;
Expand Down
2 changes: 1 addition & 1 deletion dist/README
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ If the problem you are reporting is only visible at run-time, try to
create a small test program that shows the problem when run. Often,
such a program can be created with some minor changes to one of the
many example programs in Qt's examples directory. Please submit the
bug report using the Task Tracker on the Trolltech website:
bug report using the Task Tracker on the Qt website:

http://qt.nokia.com/developer/task-tracker

Expand Down
4 changes: 2 additions & 2 deletions dist/changes-3.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@ from one single project description. It is the C++ successor of
'tmake' which required Perl.

qmake offers additional functionallity that is difficult to reproduce
in tmake. Trolltech uses qmake in its build system for Qt and related
products and we have released it as free software.
in tmake. Qt uses qmake in its build system and we have released it
as free software.



Expand Down
5 changes: 2 additions & 3 deletions dist/changes-3.0.0-beta1
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,8 @@ QMake

To ease portability we now provide the qmake utility to replace tmake.
QMake is a C++ version of tmake which offers additional functionallity
that is difficult to reproduce in tmake. Trolltech uses qmake in its
build system for Qt and related products and we have released it as
free software.
that is difficult to reproduce in tmake. Qt uses qmake in its build
system and we have released it as free software.


Qt Functions
Expand Down
2 changes: 1 addition & 1 deletion dist/changes-4.3.0
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ General Improvements
- Documentation and Examples
* Added information about the TS file format used in Linguist.
* Moved platform and compiler support information from
www.trolltech.com into the documentation.
Qt website into the documentation.
* Added an Accessibility overview document.
* Added new example to show usage of QCompleter with custom tree models.

Expand Down
4 changes: 2 additions & 2 deletions dist/changes-4.3.2
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ General Improvements
* This version adds the Academic Free License 3.0, Artistic License 2.0,
Zope Public License 2.1 and Eclipse Public License to the GPL
Exception for developers using the Open Source Edition of Qt.
See the Trolltech GPL Exception Version 1.1 page in the documentation
See the GPL Exception Version 1.1 page in the documentation
for more information.

Tools
Expand Down Expand Up @@ -542,7 +542,7 @@ Mac OS X
the August Leopard pre-release (build 9A527) will not show any windows
because of a regression in the Carbon library. This has been addressed
for a future OS X release. In the meantime, if you *must* test your
application against this Leopard build, please contact Trolltech.
application against this Leopard build, please contact us.
* [178551] Fixed a regression that made it impossible to deliver mouse
move events to other widgets after a double-click on a widget that was
immediately hidden as a result of the double-click event.
Expand Down
2 changes: 1 addition & 1 deletion dist/changes-4.3.3
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ General Improvements
* This version adds the Common Development and Distribution License
(CDDL) to the GPL Exception for developers using the Open Source
Edition of Qt.
See the Trolltech GPL Exception Version 1.1 page in the documentation
See the GPL Exception Version 1.1 page in the documentation
for more information.
* This version upgrades the Qt Commercial License to version 3.4,
the Qtopia Core Commercial License to 1.2 and the Qt Academic
Expand Down
4 changes: 2 additions & 2 deletions dist/changes-4.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ run with 4.4.
Some of the changes listed in this file include issue tracking numbers
corresponding to tasks in the Task Tracker:

http://www.trolltech.com/developer/task-tracker
http://qt.nokia.com/developer/task-tracker

Each of these identifiers can be entered in the task tracker to obtain
more information about a particular change.
Expand Down Expand Up @@ -939,7 +939,7 @@ Third party components
requested.

- QPrintEngine
* [193986] Fixed the Trolltech copyright date on PDF files
* [193986] Fixed the copyright date on PDF files

- QProcess
* [162522] QProcess now emits stateChanged() consistently for all state
Expand Down
2 changes: 1 addition & 1 deletion dist/changes-4.4.1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and 4.3 will continue to run with 4.4.
Some of the changes listed in this file include issue tracking numbers
corresponding to tasks in the Task Tracker:

http://www.trolltech.com/developer/task-tracker
http://qt.nokia.com/developer/task-tracker

Each of these identifiers can be entered in the task tracker to obtain
more information about a particular change.
Expand Down
2 changes: 1 addition & 1 deletion dist/changes-4.4.2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and 4.3 will continue to run with 4.4.
Some of the changes listed in this file include issue tracking numbers
corresponding to tasks in the Task Tracker:

http://www.trolltech.com/developer/task-tracker
http://qt.nokia.com/developer/task-tracker

Each of these identifiers can be entered in the task tracker to obtain
more information about a particular change.
Expand Down
2 changes: 1 addition & 1 deletion dist/changes-4.4.3
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and 4.3 will continue to run with 4.4.
Some of the changes listed in this file include issue tracking numbers
corresponding to tasks in the Task Tracker:

http://www.trolltech.com/developer/task-tracker
http://qt.nokia.com/developer/task-tracker

Each of these identifiers can be entered in the task tracker to obtain
more information about a particular change.
Expand Down
Loading

0 comments on commit 3058cd5

Please sign in to comment.