platform/upstream/qttools.git
13 years agoQt Designer: Remove Qt3 Widget plugins.
Friedemann Kleint [Fri, 6 May 2011 07:46:06 +0000 (09:46 +0200)]
Qt Designer: Remove Qt3 Widget plugins.

13 years agoQt Designer: Remove Q3Support.
Friedemann Kleint [Fri, 6 May 2011 07:39:42 +0000 (09:39 +0200)]
Qt Designer: Remove Q3Support.

13 years agoskip widget when its focusPolicy is Qt::ClickFocus in TabOrderEditor
Tasuku Suzuki [Mon, 2 May 2011 09:03:07 +0000 (11:03 +0200)]
skip widget when its focusPolicy is Qt::ClickFocus in TabOrderEditor

TabOrderEditor should allow user to set tab order for widget that focusPolicy contains Qt::TabFocus.

Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
(cherry picked from commit c08151e01cdf466ac659c469c7ebceb46c10c2b2)

13 years agoBC cleanup in uitools.
Friedemann Kleint [Wed, 4 May 2011 14:23:01 +0000 (16:23 +0200)]
BC cleanup in uitools.

Remove virtual functions obsoleted by new resource handling
in Qt Designer 4.4. Remove static hash of private objects
for formbuilder.
Depends on a4b96f62237e0dcf6678969933e73c83c708f509 in qtbase.

Rubber-stamped-by: axis
13 years agoAdded .tag file with Git revision.
axis [Tue, 3 May 2011 14:21:07 +0000 (16:21 +0200)]
Added .tag file with Git revision.

13 years agoFix webkit detection
Olivier Goffart [Mon, 2 May 2011 13:34:38 +0000 (15:34 +0200)]
Fix webkit detection

13 years agoUse private headers
Marius Storm-Olsen [Thu, 21 Apr 2011 12:55:56 +0000 (07:55 -0500)]
Use private headers

13 years agoAdd module.prf, and install MODULE_PRI for each module
Marius Storm-Olsen [Fri, 1 Apr 2011 10:47:28 +0000 (05:47 -0500)]
Add module.prf, and install MODULE_PRI for each module

Output warning if not present

13 years agoAdded missing define when webkit is missing.
axis [Thu, 28 Apr 2011 08:05:10 +0000 (10:05 +0200)]
Added missing define when webkit is missing.

Reviewed by: Trust me

13 years agoAdded dependency information to the sync.profile.
axis [Wed, 27 Apr 2011 10:35:00 +0000 (12:35 +0200)]
Added dependency information to the sync.profile.

13 years agoAdd .gitignore to each module
axis [Wed, 27 Apr 2011 10:06:07 +0000 (12:06 +0200)]
Add .gitignore to each module

13 years agoAdd tst_headersclean for each module
Liang Qi [Fri, 25 Mar 2011 09:32:15 +0000 (10:32 +0100)]
Add tst_headersclean for each module

13 years agoModularized tst_compilerwarnings
Liang Qi [Wed, 23 Mar 2011 16:25:22 +0000 (17:25 +0100)]
Modularized tst_compilerwarnings

13 years agoModularized tst_bic and add some helper functions for global test
Liang Qi [Tue, 22 Mar 2011 15:13:21 +0000 (16:13 +0100)]
Modularized tst_bic and add some helper functions for global test

13 years agoIntroduced the QT.<module>.plugins variable to module profiles.
axis [Tue, 22 Mar 2011 12:20:53 +0000 (13:20 +0100)]
Introduced the QT.<module>.plugins variable to module profiles.

13 years agoFixed lupdate test.
axis [Fri, 18 Mar 2011 15:11:57 +0000 (16:11 +0100)]
Fixed lupdate test.

13 years agoFixed all qttools references to the bin directory.
axis [Fri, 18 Mar 2011 11:12:05 +0000 (12:12 +0100)]
Fixed all qttools references to the bin directory.

13 years agoAdded QT.<module>.imports support to module profiles.
axis [Thu, 17 Mar 2011 09:57:48 +0000 (10:57 +0100)]
Added QT.<module>.imports support to module profiles.

13 years agoGenerate lrelease without application bundle on Mac
Prasanth Ullattil [Thu, 27 Jan 2011 15:55:20 +0000 (16:55 +0100)]
Generate lrelease without application bundle on Mac

13 years agoUse the correct flags for linking to QtUitools
Prasanth Ullattil [Thu, 27 Jan 2011 13:32:23 +0000 (14:32 +0100)]
Use the correct flags for linking to QtUitools

13 years agoUse the correct headers.pri for designer
Prasanth Ullattil [Thu, 27 Jan 2011 13:31:44 +0000 (14:31 +0100)]
Use the correct headers.pri for designer

13 years agoMade ActiveQt Designer plugin refer to right source location.
axis [Thu, 27 Jan 2011 09:16:36 +0000 (10:16 +0100)]
Made ActiveQt Designer plugin refer to right source location.

13 years agoAdded missing header to lrelease.
axis [Tue, 25 Jan 2011 07:55:19 +0000 (08:55 +0100)]
Added missing header to lrelease.

13 years agoDe-bootstrapped lrelease.
axis [Mon, 24 Jan 2011 10:36:00 +0000 (11:36 +0100)]
De-bootstrapped lrelease.

It is difficult to keep it bootstrapped in a modularized repository,
and in the end bootstrapping every build tool does not scale. So from
now on, lrelease depends on regular Qt libraries.

Discussed-with: Oswald Buddenhagen

13 years agoRemoved activeqt references from Designer, which is in its own repo.
axis [Mon, 24 Jan 2011 10:35:32 +0000 (11:35 +0100)]
Removed activeqt references from Designer, which is in its own repo.

13 years agoAdded correct include paths for Designer plugins.
axis [Mon, 24 Jan 2011 10:34:27 +0000 (11:34 +0100)]
Added correct include paths for Designer plugins.

13 years agoqdoc3 is moved from qttools to qtdoc
Olivier Goffart [Wed, 19 Jan 2011 16:16:33 +0000 (17:16 +0100)]
qdoc3 is moved from qttools to qtdoc

13 years agoEnable webkit in assistant
Liang Qi [Wed, 12 Jan 2011 20:08:23 +0000 (21:08 +0100)]
Enable webkit in assistant

13 years agoMove uitools from QtTools to QtBase
Liang Qi [Wed, 12 Jan 2011 20:06:11 +0000 (21:06 +0100)]
Move uitools from QtTools to QtBase

13 years agoMake each module refer to its own bin/
Marius Storm-Olsen [Thu, 6 Jan 2011 18:52:17 +0000 (12:52 -0600)]
Make each module refer to its own bin/

Since modules cannot rely on QtCore having a build directory, nor
can they build the applications directly into $$[QT_INSTALL_BINS]
each module needs their own bin/. Add this path to each module's
pri file, so others can use their applications

13 years agoExtended module profiles.
axis [Mon, 3 Jan 2011 18:01:57 +0000 (19:01 +0100)]
Extended module profiles.

Each module now sets the QT_CONFIG variable itself.

13 years agoAdapt QtCLucene to modularization rules
Liang Qi [Wed, 5 Jan 2011 06:56:41 +0000 (07:56 +0100)]
Adapt QtCLucene to modularization rules

13 years agoAdd the private_includes path to the modules .pri file
Liang Qi [Thu, 23 Dec 2010 08:38:00 +0000 (09:38 +0100)]
Add the private_includes path to the modules .pri file

13 years agoMake tools compile.
Liang Qi [Tue, 11 Jan 2011 07:40:22 +0000 (08:40 +0100)]
Make tools compile.

13 years agoAdd the source path to the modules .pri file
Marius Storm-Olsen [Fri, 17 Dec 2010 05:34:20 +0000 (23:34 -0600)]
Add the source path to the modules .pri file

13 years agoAdd qt_help.pri and sync.profile for QtHelp
Marius Storm-Olsen [Tue, 30 Nov 2010 17:33:48 +0000 (11:33 -0600)]
Add qt_help.pri and sync.profile for QtHelp

Also make sure that QtHelp can see its own header files from the
syncqted module include path, and include qbase.pri from the
proper location.

13 years agoqmake profiles for qttools
Olivier Goffart [Fri, 12 Nov 2010 11:48:25 +0000 (12:48 +0100)]
qmake profiles for qttools

13 years agoMoved to using a feature profile instead of direct inclusion.
axis [Wed, 27 Apr 2011 10:05:43 +0000 (12:05 +0200)]
Moved to using a feature profile instead of direct inclusion.

13 years agoInitial import from the monolithic Qt.
Qt by Nokia [Wed, 27 Apr 2011 10:05:43 +0000 (12:05 +0200)]
Initial import from the monolithic Qt.

This is the beginning of revision history for this module. If you
want to look at revision history older than this, please refer to the
Qt Git wiki for how to use Git history grafting. At the time of
writing, this wiki is located here:

http://qt.gitorious.org/qt/pages/GitIntroductionWithQt

If you have already performed the grafting and you don't see any
history beyond this commit, try running "git log" with the "--follow"
argument.

Branched from the monolithic repo, Qt master branch, at commit
896db169ea224deb96c59ce8af800d019de63f12