profile/ivi/qtbase.git
13 years agoremove a not required include.
Lars Knoll [Tue, 3 May 2011 08:50:32 +0000 (10:50 +0200)]
remove a not required include.

13 years agosplit the HexString template class out of qstylehelper
Lars Knoll [Tue, 3 May 2011 08:40:58 +0000 (10:40 +0200)]
split the HexString template class out of qstylehelper

The class is used in quite a few places and has no relation
to styles. Split it out into it's own file to remove a dependency
between Gui and Widgets.

13 years agoremove qapp dependency
Lars Knoll [Tue, 3 May 2011 08:35:49 +0000 (10:35 +0200)]
remove qapp dependency

graphicssystems are not relevant in any case with qpa, so
we simply use the fallback case.

13 years agoQWS removal, part 2
Lars Knoll [Mon, 2 May 2011 14:01:57 +0000 (16:01 +0200)]
QWS removal, part 2

13 years agoTrack API change in QPlatformNativeInterface
Paul Olav Tvete [Mon, 2 May 2011 12:58:29 +0000 (14:58 +0200)]
Track API change in QPlatformNativeInterface

Reviewed-by: Samuel
13 years agoremove Qt/Embedded.
Lars Knoll [Mon, 2 May 2011 11:45:38 +0000 (13:45 +0200)]
remove Qt/Embedded.

Everybody use Lighhouse instead :)

13 years agomake QPA the default platform
Lars Knoll [Mon, 2 May 2011 11:31:26 +0000 (13:31 +0200)]
make QPA the default platform

13 years agoImplemented close event for QWindow and QWidgetWindow.
Samuel Rødal [Mon, 2 May 2011 10:00:00 +0000 (12:00 +0200)]
Implemented close event for QWindow and QWidgetWindow.

13 years agoProperly handle the expose event for QWindow.
Samuel Rødal [Mon, 2 May 2011 08:52:15 +0000 (10:52 +0200)]
Properly handle the expose event for QWindow.

13 years agoSet the window title even if it was set before calling create().
Samuel Rødal [Mon, 2 May 2011 08:38:33 +0000 (10:38 +0200)]
Set the window title even if it was set before calling create().

13 years agoResizing support in QWidgetWindow.
Samuel Rødal [Mon, 2 May 2011 08:36:39 +0000 (10:36 +0200)]
Resizing support in QWidgetWindow.

13 years agoProper child delivery of mouse and key events.
Samuel Rødal [Mon, 2 May 2011 07:25:17 +0000 (09:25 +0200)]
Proper child delivery of mouse and key events.

13 years agoMake the wayland plugin compile
Paul Olav Tvete [Fri, 29 Apr 2011 14:02:36 +0000 (16:02 +0200)]
Make the wayland plugin compile

13 years agoinclude file fix for wayland
Paul Olav Tvete [Fri, 29 Apr 2011 11:04:43 +0000 (13:04 +0200)]
include file fix for wayland

13 years agoCompile after latest change.
Paul Olav Tvete [Fri, 29 Apr 2011 14:29:09 +0000 (16:29 +0200)]
Compile after latest change.

13 years agoAdd QWidgetWindow to bridge events from QWindow to QWidget.
Samuel Rødal [Fri, 29 Apr 2011 13:45:30 +0000 (15:45 +0200)]
Add QWidgetWindow to bridge events from QWindow to QWidget.

Gets rid of QWidget dependencies in QWindow and QWindowSurface. Events
are not delivered to the correct child widget yet.

13 years agoMinimal plugin works again.
Paul Olav Tvete [Fri, 29 Apr 2011 10:59:23 +0000 (12:59 +0200)]
Minimal plugin works again.

13 years agoKey and wheel events.
Samuel Rødal [Fri, 29 Apr 2011 07:33:50 +0000 (09:33 +0200)]
Key and wheel events.

13 years agoAdd resize event support to QWindow.
Samuel Rødal [Thu, 28 Apr 2011 11:50:07 +0000 (13:50 +0200)]
Add resize event support to QWindow.
(cherry picked from commit 12b4e7e5a2b18cdd23f540821e1f2785f62b0b9a)

13 years agoRemove unused parameters in hellowindow.
Samuel Rødal [Wed, 27 Apr 2011 15:52:51 +0000 (17:52 +0200)]
Remove unused parameters in hellowindow.
(cherry picked from commit 3d7f0d967ca1e7e76087d84efc67f5247b72dae6)

13 years agoAdded QWindow example in examples/opengl/hellowindow.
Samuel Rødal [Wed, 27 Apr 2011 15:49:30 +0000 (17:49 +0200)]
Added QWindow example in examples/opengl/hellowindow.
(cherry picked from commit 712f5fe0acc7ef73117151cd8206a0d4f5d01428)

13 years agoPreliminary QWindow event delivery.
Samuel Rødal [Wed, 27 Apr 2011 15:40:16 +0000 (17:40 +0200)]
Preliminary QWindow event delivery.
(cherry picked from commit 28a09e668a8125cff680ab9f1e7256e7e4e34158)

13 years agoQApplication: Baseclass fixup
Jørgen Lind [Wed, 27 Apr 2011 15:36:02 +0000 (17:36 +0200)]
QApplication: Baseclass fixup
(cherry picked from commit 5bbdf65632feed1a2e3f30e97bcdd47950f2b8d4)

13 years agoFont
Jørgen Lind [Wed, 27 Apr 2011 15:29:10 +0000 (17:29 +0200)]
Font
(cherry picked from commit 050925ccac957dea3d4e138babdd7aa93925dffc)

13 years agoclipboard
Jørgen Lind [Wed, 27 Apr 2011 15:28:51 +0000 (17:28 +0200)]
clipboard
(cherry picked from commit 3f5c0e26e0f8b6876c3fb4d3822df49c748b2eea)

13 years agoQGuiApplication refactor in progress.
Samuel Rødal [Wed, 27 Apr 2011 12:56:55 +0000 (14:56 +0200)]
QGuiApplication refactor in progress.

Things are a bit broken now... At least wiggly runs :)
(cherry picked from commit 6cdcf395ffe1e051d109a45ecd71141173a4a4c0)

13 years agoFix QWindow::destroy
Jørgen Lind [Wed, 27 Apr 2011 10:11:58 +0000 (12:11 +0200)]
Fix QWindow::destroy
(cherry picked from commit 00cd7aa93f916772b22c6137293c7127fe5a33b8)

13 years agoLazy init of QWindow
Jørgen Lind [Wed, 27 Apr 2011 09:59:11 +0000 (11:59 +0200)]
Lazy init of QWindow
(cherry picked from commit a2c884b6d2fcc77f6aa5e7aaa0aa329f5bef0bbd)

13 years agoAdded a visible state to QWindow
Jørgen Lind [Wed, 27 Apr 2011 09:57:43 +0000 (11:57 +0200)]
Added a visible state to QWindow
(cherry picked from commit 6cd96d1921af9740bf92405ae3adf466140f8923)

13 years agoAdd isWindow type to QObject
Jørgen Lind [Wed, 27 Apr 2011 09:56:35 +0000 (11:56 +0200)]
Add isWindow type to QObject
(cherry picked from commit 77f08730b4cdb23b43471b2b29ece59e159103d7)

13 years agoFor QWindow we need topLevelExtra to be created when we have
Jørgen Lind [Wed, 27 Apr 2011 08:18:50 +0000 (10:18 +0200)]
For QWindow we need topLevelExtra to be created when we have

native widgets
(cherry picked from commit 247088f8fe929d55832f48af3da6f7e5e80cf8a4)

13 years agouse QObject parent logic when setting parent for QWindow
Jørgen Lind [Wed, 27 Apr 2011 08:12:17 +0000 (10:12 +0200)]
use QObject parent logic when setting parent for QWindow
(cherry picked from commit 2be9fdb4b58accea4078654efed49a50acf6c74d)

13 years agoFix compile warnings
Jørgen Lind [Wed, 27 Apr 2011 08:11:10 +0000 (10:11 +0200)]
Fix compile warnings
(cherry picked from commit e7e856403f32af3e75958c0a8ab68dc37d28df83)

13 years agoLighthouse: use maybetopdata instead of creating topdata for all
Jørgen Lind [Wed, 27 Apr 2011 08:05:52 +0000 (10:05 +0200)]
Lighthouse: use maybetopdata instead of creating topdata for all

widgets
(cherry picked from commit 873764aa3cfbbd87bbbb4f3224a7807d46a16fc7)

13 years agoGet rid of QWindow::WindowType and clean up Qt::WindowFlags instead.
Samuel Rødal [Wed, 27 Apr 2011 08:50:04 +0000 (10:50 +0200)]
Get rid of QWindow::WindowType and clean up Qt::WindowFlags instead.
(cherry picked from commit 72176bf2a490d2f831d53a66a0987213efa60935)

13 years agoDon't create a platform window if we already have one.
Samuel Rødal [Wed, 27 Apr 2011 07:38:54 +0000 (09:38 +0200)]
Don't create a platform window if we already have one.
(cherry picked from commit c4dea497adc36a0be840a51c9b98177f1f4b65b2)

13 years agoAdd proper parent logic for qwidget
Jørgen Lind [Tue, 26 Apr 2011 15:44:04 +0000 (17:44 +0200)]
Add proper parent logic for qwidget
(cherry picked from commit 98118fb729c39083718c220383fff462ba8eaebd)

13 years agoDont call QPlatformGLContext::makeCurrent from subclass
Jørgen Lind [Tue, 26 Apr 2011 15:32:02 +0000 (17:32 +0200)]
Dont call QPlatformGLContext::makeCurrent from subclass
(cherry picked from commit fc0a6ab220ab97b8f6acf90bf04b46de513a4d96)

13 years agoAdded QWindowContext and got wiggly up and running with xcb.
Samuel Rødal [Tue, 26 Apr 2011 14:21:58 +0000 (16:21 +0200)]
Added QWindowContext and got wiggly up and running with xcb.
(cherry picked from commit c980e4ef4ebc7699a6c3a7529d3f08ebafc21ffe)

13 years agoMake QtGui compile again....
Jørgen Lind [Tue, 26 Apr 2011 10:43:11 +0000 (12:43 +0200)]
Make QtGui compile again....

Comment out stuff in QWidget::create_sys
(cherry picked from commit 1bbc6a6bb2bf1175080e7a5ba6834ff642fd47ab)

13 years agoQPlatformWindowFormat -> QWindowFormat fixes.
Samuel Rødal [Tue, 26 Apr 2011 08:36:31 +0000 (10:36 +0200)]
QPlatformWindowFormat -> QWindowFormat fixes.
(cherry picked from commit 4c2eba33ca0433386fa1273fb1bc14adb852d9ac)

13 years agoQWindow implementation fixes.
Samuel Rødal [Tue, 26 Apr 2011 08:15:33 +0000 (10:15 +0200)]
QWindow implementation fixes.
(cherry picked from commit 2682cb6bd76a89c8d4ae81b0dd4a77abbf987c24)

13 years agoMake QWindowFormat in QWindow a setter and not a constructor argument.
Samuel Rødal [Tue, 26 Apr 2011 08:09:28 +0000 (10:09 +0200)]
Make QWindowFormat in QWindow a setter and not a constructor argument.
(cherry picked from commit 61e0c55dd0c82031cf5cd021bf3f3537ee91b4a8)

13 years agoMove WindowType to QWindow.
Samuel Rødal [Tue, 26 Apr 2011 08:02:06 +0000 (10:02 +0200)]
Move WindowType to QWindow.
(cherry picked from commit cfa7dc87bc962bd0f3a43a464723d74d87f997e2)

13 years agoJust some more on QWindow. Nothing works
Jørgen Lind [Tue, 26 Apr 2011 07:56:43 +0000 (09:56 +0200)]
Just some more on QWindow. Nothing works
(cherry picked from commit 3acf7aa979630a57791e2a039b1b7b0b85b0aac8)

13 years agoWIP Qt 5 API.
Samuel Rødal [Tue, 19 Apr 2011 11:28:31 +0000 (13:28 +0200)]
WIP Qt 5 API.
(cherry picked from commit ad12d5babcdc2bad3f2c0fb9fd352ab79c197aa1)

13 years agoAdded dependency information to the sync.profile.
axis [Wed, 27 Apr 2011 10:34:11 +0000 (12:34 +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 agoFix the target for QtUiTools debug on Mac
Prasanth Ullattil [Tue, 29 Mar 2011 13:44:10 +0000 (15:44 +0200)]
Fix the target for QtUiTools debug on Mac

13 years agoOnly run JSC benchmarks if access to the source code
Marius Storm-Olsen [Fri, 25 Mar 2011 18:32:54 +0000 (13:32 -0500)]
Only run JSC benchmarks if access to the source code

When modularized, the benchmark test case might not have access
to the JavaScriptCore source code. So, make sure the test case
still compiles in this case.

13 years agoRemove not needed .pri include
Marius Storm-Olsen [Fri, 25 Mar 2011 18:31:44 +0000 (13:31 -0500)]
Remove not needed .pri include

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 maketestselftest after guiapplauncher was made a global test.
axis [Tue, 22 Mar 2011 08:19:46 +0000 (09:19 +0100)]
Fixed maketestselftest after guiapplauncher was made a global test.

13 years agoRemoved examples and demos that are no longer in qtbase.
axis [Mon, 21 Mar 2011 15:38:55 +0000 (16:38 +0100)]
Removed examples and demos that are no longer in qtbase.

13 years agoRemoved reference to linguist test, which is now in qttools.
axis [Fri, 18 Mar 2011 15:11:18 +0000 (16:11 +0100)]
Removed reference to linguist test, which is now in qttools.

13 years agoAdapted guiapplauncher test to modularized Qt.
axis [Fri, 18 Mar 2011 11:07:45 +0000 (12:07 +0100)]
Adapted guiapplauncher test to modularized Qt.

Now it reads the test cases from text files in each repository
instead.

13 years agoFixed syncqt generation of bin path.
axis [Fri, 18 Mar 2011 11:14:01 +0000 (12:14 +0100)]
Fixed syncqt generation of bin path.

Now it points to QtBase's bin directory, in the case of developer
builds. This makes it easier to develop modules together without
having to install them first.

13 years agoq3tl.h is copied to qalgorithms autotest directory
Prasanth Ullattil [Fri, 18 Mar 2011 11:27:44 +0000 (12:27 +0100)]
q3tl.h is copied to qalgorithms autotest directory

13 years agoFixed "make check" target for qtbase.
axis [Thu, 17 Mar 2011 10:50:26 +0000 (11:50 +0100)]
Fixed "make check" target for qtbase.

It was caused by a missing "tests" target.

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 agoRemoved uic3 autotest from qtbase
Prasanth Ullattil [Thu, 17 Mar 2011 09:08:57 +0000 (10:08 +0100)]
Removed uic3 autotest from qtbase

13 years agoLoad the sync.profile after setting the variables.
Prasanth Ullattil [Thu, 10 Mar 2011 15:23:01 +0000 (16:23 +0100)]
Load the sync.profile after setting the variables.

13 years agoRemove moved examples/demos
Marius Storm-Olsen [Wed, 2 Mar 2011 19:44:28 +0000 (13:44 -0600)]
Remove moved examples/demos

13 years agoBuild examples and demos in qtbase
Marius Storm-Olsen [Fri, 25 Feb 2011 19:14:08 +0000 (19:14 +0000)]
Build examples and demos in qtbase

13 years agoMake qmake respect <subdir>.CONFIG = no_default_install
Marius Storm-Olsen [Thu, 24 Feb 2011 19:01:18 +0000 (13:01 -0600)]
Make qmake respect <subdir>.CONFIG = no_default_install

It already respects no_default_target

13 years agoTemporarily pointing QT_MODULE_LIB_BASE to qtbase/lib
Prasanth Ullattil [Mon, 28 Feb 2011 15:19:40 +0000 (16:19 +0100)]
Temporarily pointing QT_MODULE_LIB_BASE to qtbase/lib

This has to changed when we start to generate the module binaries
in their respective  lib/bin folders.

13 years agoProperly detect qmodule.pri
Marius Storm-Olsen [Tue, 1 Feb 2011 20:38:28 +0000 (14:38 -0600)]
Properly detect qmodule.pri

13 years agoAvoid recursively including the same arch.pri file
Prasanth Ullattil [Tue, 8 Feb 2011 10:36:13 +0000 (11:36 +0100)]
Avoid recursively including the same arch.pri file

13 years agoMade sure syncqt gets called correctly even if it is not in the PATH.
axis [Fri, 28 Jan 2011 14:17:00 +0000 (15:17 +0100)]
Made sure syncqt gets called correctly even if it is not in the PATH.

13 years agoChanged path references to ActiveQt.
axis [Thu, 27 Jan 2011 08:47:08 +0000 (09:47 +0100)]
Changed path references to ActiveQt.

13 years agoInclude headers.pri from the last path in MODULE_INCLUDES
Prasanth Ullattil [Wed, 26 Jan 2011 08:44:09 +0000 (09:44 +0100)]
Include headers.pri from the last path in MODULE_INCLUDES

13 years agoUse the MODULE_LIBS instead of QMAKE_LIBDIR_QT for frameworks.
Prasanth Ullattil [Tue, 25 Jan 2011 13:48:39 +0000 (14:48 +0100)]
Use the MODULE_LIBS instead of QMAKE_LIBDIR_QT for frameworks.

13 years agoUse the 'install_name' linker flag on Mac for the frameworks.
Prasanth Ullattil [Tue, 25 Jan 2011 09:08:15 +0000 (10:08 +0100)]
Use the 'install_name' linker flag on Mac for the frameworks.

This is required for the frameworks outside the qtbase module.

13 years agoFixed wrong inclusion of QtHelp module.
axis [Mon, 24 Jan 2011 14:52:04 +0000 (15:52 +0100)]
Fixed wrong inclusion of QtHelp module.

13 years agoFixed a bug in libdir handling.
axis [Mon, 24 Jan 2011 09:14:42 +0000 (10:14 +0100)]
Fixed a bug in libdir handling.

We need to use QMAKE_LIBDIR instead of QMAKE_LFLAGS and -L, because
MSVC does not understand -L.

13 years agoNew configure.exe binary
Marius Storm-Olsen [Sat, 15 Jan 2011 04:25:12 +0000 (22:25 -0600)]
New configure.exe binary

13 years agoRemove hardcoded modules in configure and QT_CONFIG
Marius Storm-Olsen [Mon, 21 Mar 2011 15:02:39 +0000 (10:02 -0500)]
Remove hardcoded modules in configure and QT_CONFIG

Also,
 - Turn qt3support into gui-qt3support, to support
   turning on/off qt3support-functions in core.
 - Fix QT_BUILD_PARTS for configure.exe

13 years agoAdd QMAKESPEC_ORIGINAL to the INCLUDEPATH when needed
Marius Storm-Olsen [Sat, 15 Jan 2011 03:35:58 +0000 (21:35 -0600)]
Add QMAKESPEC_ORIGINAL to the INCLUDEPATH when needed

13 years agoUse correct DESTDIR for UiTools.
axis [Fri, 14 Jan 2011 13:42:12 +0000 (14:42 +0100)]
Use correct DESTDIR for UiTools.

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 agoDemos: activate in profiles
Olivier Goffart [Fri, 7 Jan 2011 15:49:50 +0000 (16:49 +0100)]
Demos: activate in profiles

13 years agoMake auto test build
Liang Qi [Fri, 7 Jan 2011 12:47:49 +0000 (13:47 +0100)]
Make auto test build

13 years agoexamples.pro removed moved subdirectories
Olivier Goffart [Fri, 7 Jan 2011 12:46:25 +0000 (13:46 +0100)]
examples.pro removed moved subdirectories

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 agoMade modules that depend on other modules add their include paths.
Marius Storm-Olsen [Tue, 4 Jan 2011 15:37:10 +0000 (16:37 +0100)]
Made modules that depend on other modules add their include paths.

This is needed so that header files which contain references to those
modules (for example in templates) will have their include paths as
well.

RevBy:    axis

13 years agoMade the internal support for Qt3Support in QtGui compile.
axis [Mon, 3 Jan 2011 21:54:07 +0000 (22:54 +0100)]
Made the internal support for Qt3Support in QtGui compile.

13 years agoMade syncqt collapse redundant ".." sections in paths.
axis [Mon, 3 Jan 2011 18:19:39 +0000 (19:19 +0100)]
Made syncqt collapse redundant ".." sections in paths.

13 years agoFixed useless substitution in syncqt.
axis [Mon, 3 Jan 2011 18:18:14 +0000 (19:18 +0100)]
Fixed useless substitution in syncqt.

The substitution is not necessary and messes up the argument that is
passed in.

13 years agoCorrected include path for UiTools.
axis [Mon, 3 Jan 2011 18:12:55 +0000 (19:12 +0100)]
Corrected include path for UiTools.

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 agoAdd hardcoded qclass_lib_map.h based on 4.8
Marius Storm-Olsen [Mon, 3 Jan 2011 19:09:28 +0000 (13:09 -0600)]
Add hardcoded qclass_lib_map.h based on 4.8

This is only until UIC/Designer handles this properly

13 years agoMove QtSvg into a separate repository
Liang Qi [Mon, 27 Dec 2010 13:49:29 +0000 (14:49 +0100)]
Move QtSvg into a separate repository

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 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 agoRemove the hardcode QT_CONFIG in those pri files.
Liang Qi [Thu, 25 Nov 2010 12:39:10 +0000 (13:39 +0100)]
Remove the hardcode QT_CONFIG in those pri files.

13 years agoMake modules compile without hardcoded paths
Marius Storm-Olsen [Wed, 24 Nov 2010 19:21:56 +0000 (13:21 -0600)]
Make modules compile without hardcoded paths

13 years agoMake qt.prf use new qt_module.pri structure for QT variable
Marius Storm-Olsen [Thu, 25 Nov 2010 04:20:01 +0000 (22:20 -0600)]
Make qt.prf use new qt_module.pri structure for QT variable

This change requires the new resolve_depends(var, prefix) function in qmake.