Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline

This commit is contained in:
mae
2008-12-02 15:46:26 +01:00
1079 changed files with 12368 additions and 20195 deletions

View File

@@ -26,13 +26,15 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
#include <QtGui/QApplication>
#include "textfinder.h" #include "textfinder.h"
#include <QtGui/QApplication>
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
Q_INIT_RESOURCE(textfinder); Q_INIT_RESOURCE(textfinder);

View File

@@ -26,14 +26,16 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
#include <QtGui/QMessageBox>
#include "textfinder.h"
#include <QtCore/QFile> #include <QtCore/QFile>
#include <QtCore/QTextStream> #include <QtCore/QTextStream>
#include "textfinder.h" #include <QtGui/QMessageBox>
TextFinder::TextFinder(QWidget *parent, Qt::WFlags flags) TextFinder::TextFinder(QWidget *parent, Qt::WFlags flags)
: QWidget(parent, flags) : QWidget(parent, flags)

View File

@@ -26,16 +26,18 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
#ifndef TEXTFINDER_H #ifndef TEXTFINDER_H
#define TEXTFINDER_H #define TEXTFINDER_H
#include <QtGui/QWidget>
#include "ui_textfinder.h" #include "ui_textfinder.h"
#include <QtGui/QWidget>
class QPushButton; class QPushButton;
class QTextEdit; class QTextEdit;
class QLineEdit; class QLineEdit;

View File

@@ -788,31 +788,31 @@
\table \table
\row \row
\i \bold{Note:} \i \bold{Note:}
\i Gdb, and therefore Qt Creator's debugger works for optimized builds
on Linux and Mac OS X. However, optimization may lead to re-ordering of \i Gdb, and therefore Qt Creator's debugger works for optimized
instructions or sometimes even complete removal of some local variables. builds on Linux and Mac OS X. However, optimization may lead
In this case, the \gui{Locals and Watchers} view may show unexpected data. to re-ordering of instructions or sometimes even complete
removal of some local variables. In this case, the
\gui{Locals and Watchers} view may show unexpected data.
\i The debug information provided by gcc does not include enough
information about the time when a variable is initialized.
Qt Creator therefore can not tell whether the contents of a
local variable contains "real data", or "initial noise". If a
QObject appears uninitialized, its value will be reported as
"out of scope". However, not all uninitialized objects can be
recognized as such.
\endtable \endtable
\note
\bold{Note:} The debug information provided by gcc does not include The \gui{Locals and Watchers} view also provides access to the most
enough information about the time at which a variable is initialized. powerful feature of the debugger: comprehensive display of data belonging
Qt Creator therefore can not tell whether the contents of a local to Qt's basic objects. To enable this feature, select \gui{Use Custom
variable contains "real data", or "initial noise". If an QObject Display for Qt Objects} from the \gui Debug menu.The
appears uninitialized, its value will be reported as "out of scope". \gui{Locals and Watchers} view will be re-organized to provide a high-level
Not all uninitialized objects can be recognized as such, though. view of the objects. For example, in case of QObject, instead of displaying
a pointer to some private data structure, you will see a list of children,
The \gui{Locals and Watchers View} also gives accesst to the most powerful signals and slots.
feature of the Qt Creator Debugger: The comprehensive display of data
of objects of some of Qt's basic classes.
To start using that feature, select \gui{Debug} and \gui{Use Custom
Display for Qt Objects}. The \gui{Locals and Watchers View} will
be re-organized to give a more high-level view of the objects
in question. So instead of displaying a pointer to some private
data structure in case of QObject, a list of children, signals
and slots will be shown.
Similarily, instead of showing a bunch of pointers and ints, Similarily, instead of showing a bunch of pointers and ints,
a QHash or QMap will display its contents in an orderly fashion, a QHash or QMap will display its contents in an orderly fashion,

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/

View File

@@ -26,17 +26,18 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
#include "cgi.h" #include "cgi.h"
#include <QByteArray> #include <QByteArray>
// -------------------------------------------------------------------------------------------------
const char *cgi_chars = "0123456789abcdef"; // RFC 1738 suggests lower-case to be optimal const char *cgi_chars = "0123456789abcdef"; // RFC 1738 suggests lower-case to be optimal
QString CGI::encodeURL(const QString &rawText) QString CGI::encodeURL(const QString &rawText)
{ {
QByteArray utf = rawText.toUtf8(); QByteArray utf = rawText.toUtf8();
@@ -424,5 +425,3 @@ QString CGI::encodeHTML(const QString &rawText, int conversionFlags)
return enc; return enc;
} }
// -------------------------------------------------------------------------------------------------

View File

@@ -26,12 +26,14 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
#ifndef _CGI_H_
#define _CGI_H_ #ifndef CGI_H
#define CGI_H
#include <QString> #include <QString>
class CGI class CGI
@@ -54,5 +56,4 @@ private:
inline QChar hexToChar(const QString &hx); inline QChar hexToChar(const QString &hx);
}; };
#endif // _CGI_H_ #endif // CGI_H

View File

@@ -26,10 +26,11 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
#include "fetcher.h" #include "fetcher.h"
#include "cgi.h" #include "cgi.h"
@@ -44,7 +45,7 @@ Fetcher::Fetcher(const QString &host)
m_status = 0; m_status = 0;
m_hadError = false; m_hadError = false;
connect(this, SIGNAL(requestFinished(int,bool)), SLOT(gotRequestFinished(int,bool))); connect(this, SIGNAL(requestFinished(int,bool)), SLOT(gotRequestFinished(int,bool)));
connect(this, SIGNAL(readyRead(const QHttpResponseHeader &)), SLOT(gotReadyRead(const QHttpResponseHeader &))); connect(this, SIGNAL(readyRead(QHttpResponseHeader)), SLOT(gotReadyRead(QHttpResponseHeader)));
} }
int Fetcher::fetch(const QString &url) int Fetcher::fetch(const QString &url)

View File

@@ -26,16 +26,16 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
#ifndef FETCHER_H #ifndef FETCHER_H
#define FETCHER_H #define FETCHER_H
#include <QHttp> #include <QHttp>
#include <QHttpResponseHeader> #include <QHttpResponseHeader>
#include <QString> #include <QString>
class Fetcher : public QHttp class Fetcher : public QHttp

View File

@@ -26,10 +26,11 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
#include "poster.h" #include "poster.h"
#include "cgi.h" #include "cgi.h"
@@ -43,7 +44,7 @@ Poster::Poster(const QString &host)
m_status = 0; m_status = 0;
m_hadError = false; m_hadError = false;
connect(this, SIGNAL(requestFinished(int,bool)), SLOT(gotRequestFinished(int,bool))); connect(this, SIGNAL(requestFinished(int,bool)), SLOT(gotRequestFinished(int,bool)));
connect(this, SIGNAL(responseHeaderReceived(const QHttpResponseHeader &)), SLOT(gotResponseHeaderReceived(const QHttpResponseHeader &))); connect(this, SIGNAL(responseHeaderReceived(QHttpResponseHeader)), SLOT(gotResponseHeaderReceived(QHttpResponseHeader)));
} }
void Poster::post(const QString &description, const QString &comment, void Poster::post(const QString &description, const QString &comment,

View File

@@ -26,16 +26,16 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
#ifndef POSTER_H #ifndef POSTER_H
#define POSTER_H #define POSTER_H
#include <QHttp> #include <QHttp>
#include <QHttpResponseHeader> #include <QHttpResponseHeader>
#include <QString> #include <QString>
class Poster : public QHttp class Poster : public QHttp

View File

@@ -26,11 +26,13 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
#include "splitter.h" #include "splitter.h"
#include <QRegExp> #include <QRegExp>
FileDataList splitDiffToFiles(const QByteArray &data) FileDataList splitDiffToFiles(const QByteArray &data)

View File

@@ -26,16 +26,17 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
#ifndef SPLITTER_H #ifndef SPLITTER_H
#define SPLITTER_H #define SPLITTER_H
#include <QString>
#include <QByteArray> #include <QByteArray>
#include <QList> #include <QList>
#include <QString>
struct FileData struct FileData
{ {

View File

@@ -26,10 +26,11 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
#include "view.h" #include "view.h"
#include <QFontMetrics> #include <QFontMetrics>
@@ -38,7 +39,6 @@
#include <QPushButton> #include <QPushButton>
#include <QSettings> #include <QSettings>
// -------------------------------------------------------------------------------------------------
class ColumnIndicatorTextEdit : public QTextEdit class ColumnIndicatorTextEdit : public QTextEdit
{ {
public: public:

View File

@@ -26,10 +26,11 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
#ifndef VIEW_H #ifndef VIEW_H
#define VIEW_H #define VIEW_H
@@ -63,4 +64,3 @@ private:
}; };
#endif // VIEW_H #endif // VIEW_H

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,28 +26,9 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
#include "Array.h" #include "Array.h"

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,28 +26,9 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
#include "LiteralTable.h" #include "LiteralTable.h"

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
#include "formresizer.h" #include "formresizer.h"

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
#ifndef FORMRESIZER_H #ifndef FORMRESIZER_H

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
#include "sizehandlerect.h" #include "sizehandlerect.h"

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
#ifndef SIZEHANDLERECT_H #ifndef SIZEHANDLERECT_H

View File

@@ -26,10 +26,11 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
#include "widgethost.h" #include "widgethost.h"
#include "formresizer.h" #include "formresizer.h"
#include "widgethostconstants.h" #include "widgethostconstants.h"

View File

@@ -26,10 +26,11 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
#ifndef WIDGETHOST_H #ifndef WIDGETHOST_H
#define WIDGETHOST_H #define WIDGETHOST_H
@@ -80,4 +81,3 @@ private:
} // namespace SharedTools } // namespace SharedTools
#endif // WIDGETHOST_H #endif // WIDGETHOST_H

View File

@@ -26,10 +26,11 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
#ifndef WIDGETHOST_CONSTANTS_H #ifndef WIDGETHOST_CONSTANTS_H
#define WIDGETHOST_CONSTANTS_H #define WIDGETHOST_CONSTANTS_H

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
@@ -75,4 +75,4 @@ private:
QT_END_NAMESPACE QT_END_NAMESPACE
#endif #endif // CONTENTWINDOW_H

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
@@ -45,7 +45,7 @@ FilterNameDialog::FilterNameDialog(QWidget *parent)
SIGNAL(clicked()), this, SLOT(accept())); SIGNAL(clicked()), this, SLOT(accept()));
connect(m_ui.buttonBox->button(QDialogButtonBox::Cancel), connect(m_ui.buttonBox->button(QDialogButtonBox::Cancel),
SIGNAL(clicked()), this, SLOT(reject())); SIGNAL(clicked()), this, SLOT(reject()));
connect(m_ui.lineEdit, SIGNAL(textChanged(const QString&)), connect(m_ui.lineEdit, SIGNAL(textChanged(QString)),
this, SLOT(updateOkButton())); this, SLOT(updateOkButton()));
m_ui.buttonBox->button(QDialogButtonBox::Ok)->setDisabled(true); m_ui.buttonBox->button(QDialogButtonBox::Ok)->setDisabled(true);

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
@@ -56,7 +56,7 @@
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE
#if defined(USE_WEBKIT) #if !defined(QT_NO_WEBKIT)
class HelpNetworkReply : public QNetworkReply class HelpNetworkReply : public QNetworkReply
{ {
@@ -214,8 +214,8 @@ HelpViewer::HelpViewer(QHelpEngine *engine, CentralWidget *parent)
connect(pageAction(QWebPage::Copy), SIGNAL(changed()), this, SLOT(actionChanged())); connect(pageAction(QWebPage::Copy), SIGNAL(changed()), this, SLOT(actionChanged()));
connect(pageAction(QWebPage::Back), SIGNAL(changed()), this, SLOT(actionChanged())); connect(pageAction(QWebPage::Back), SIGNAL(changed()), this, SLOT(actionChanged()));
connect(pageAction(QWebPage::Forward), SIGNAL(changed()), this, SLOT(actionChanged())); connect(pageAction(QWebPage::Forward), SIGNAL(changed()), this, SLOT(actionChanged()));
connect(page(), SIGNAL(linkHovered(const QString &, const QString &, const QString &)), this, SIGNAL(highlighted(const QString &))); connect(page(), SIGNAL(linkHovered(QString, QString, QString)), this, SIGNAL(highlighted(QString)));
connect(this, SIGNAL(urlChanged(const QUrl &)), this, SIGNAL(sourceChanged(const QUrl &))); connect(this, SIGNAL(urlChanged(QUrl)), this, SIGNAL(sourceChanged(QUrl)));
} }
void HelpViewer::setSource(const QUrl &url) void HelpViewer::setSource(const QUrl &url)

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
@@ -39,7 +39,7 @@
#include <QtGui/QTextBrowser> #include <QtGui/QTextBrowser>
#include <QtGui/QAction> #include <QtGui/QAction>
#if defined(USE_WEBKIT) #if !defined(QT_NO_WEBKIT)
#include <QWebView> #include <QWebView>
#endif #endif
@@ -54,7 +54,7 @@ class QKeyEvent;
class QMouseEvent; class QMouseEvent;
class QContextMenuEvent; class QContextMenuEvent;
#if defined(USE_WEBKIT) #if !defined(QT_NO_WEBKIT)
class HelpViewer : public QWebView class HelpViewer : public QWebView
{ {

View File

@@ -26,8 +26,8 @@
** http://www.gnu.org/copyleft/gpl.html. ** http://www.gnu.org/copyleft/gpl.html.
** **
** In addition, as a special exception, Nokia gives you certain additional ** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt GPL Exception version ** rights. These rights are described in the Nokia Qt GPL Exception
** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
** **
***************************************************************************/ ***************************************************************************/
@@ -60,8 +60,8 @@ IndexWindow::IndexWindow(QHelpEngine *helpEngine, QWidget *parent)
m_searchLineEdit = new QLineEdit(); m_searchLineEdit = new QLineEdit();
l->setBuddy(m_searchLineEdit); l->setBuddy(m_searchLineEdit);
connect(m_searchLineEdit, SIGNAL(textChanged(const QString&)), connect(m_searchLineEdit, SIGNAL(textChanged(QString)),
this, SLOT(filterIndices(const QString&))); this, SLOT(filterIndices(QString)));
m_searchLineEdit->installEventFilter(this); m_searchLineEdit->installEventFilter(this);
layout->setMargin(4); layout->setMargin(4);
layout->addWidget(m_searchLineEdit); layout->addWidget(m_searchLineEdit);
@@ -72,11 +72,10 @@ IndexWindow::IndexWindow(QHelpEngine *helpEngine, QWidget *parent)
this, SLOT(disableSearchLineEdit())); this, SLOT(disableSearchLineEdit()));
connect(m_helpEngine->indexModel(), SIGNAL(indexCreated()), connect(m_helpEngine->indexModel(), SIGNAL(indexCreated()),
this, SLOT(enableSearchLineEdit())); this, SLOT(enableSearchLineEdit()));
connect(m_indexWidget, SIGNAL(linkActivated(const QUrl&, const QString&)), connect(m_indexWidget, SIGNAL(linkActivated(QUrl, QString)),
this, SIGNAL(linkActivated(const QUrl&))); this, SIGNAL(linkActivated(QUrl)));
connect(m_indexWidget, SIGNAL(linksActivated(const QMap<QString, QUrl>&, connect(m_indexWidget, SIGNAL(linksActivated(QMap<QString, QUrl>, QString)),
const QString&)), this, SIGNAL(linksActivated(const QMap<QString, QUrl>&, this, SIGNAL(linksActivated(QMap<QString, QUrl>, QString)));
const QString&)));
connect(m_searchLineEdit, SIGNAL(returnPressed()), connect(m_searchLineEdit, SIGNAL(returnPressed()),
m_indexWidget, SLOT(activateCurrentItem())); m_indexWidget, SLOT(activateCurrentItem()));
layout->addWidget(m_indexWidget); layout->addWidget(m_indexWidget);

Some files were not shown because too many files have changed in this diff Show More