profile/ivi/qtbase.git
13 years agoGet rid of QCustomRasterPaintDevice / QWS stuff in raster engine.
Samuel Rødal [Wed, 4 May 2011 08:13:43 +0000 (10:13 +0200)]
Get rid of QCustomRasterPaintDevice / QWS stuff in raster engine.

13 years agoGet rid of remaining QWidget dependencies in QPainter.
Samuel Rødal [Wed, 4 May 2011 08:02:42 +0000 (10:02 +0200)]
Get rid of remaining QWidget dependencies in QPainter.

13 years agoRemove QWidget dependency in QPainter::initFrom().
Samuel Rødal [Wed, 4 May 2011 07:18:59 +0000 (09:18 +0200)]
Remove QWidget dependency in QPainter::initFrom().

13 years agoGet rid of unused window surfaces.
Samuel Rødal [Wed, 4 May 2011 07:12:05 +0000 (09:12 +0200)]
Get rid of unused window surfaces.

13 years agomove keyboardInputLocale and keyboardInputDirection into QGuiApplication
Lars Knoll [Wed, 4 May 2011 07:31:54 +0000 (09:31 +0200)]
move keyboardInputLocale and keyboardInputDirection into QGuiApplication

13 years agoless qapp includes
Lars Knoll [Wed, 4 May 2011 07:18:55 +0000 (09:18 +0200)]
less qapp includes

13 years agoRemove more QApp dependencies
Lars Knoll [Wed, 4 May 2011 07:11:33 +0000 (09:11 +0200)]
Remove more QApp dependencies

platformIntegration() lives in QGuiApplication
QFont and QFontDatabase can live with QGuiApp only
as well.

13 years agoeven less QT3_SUPPORT
Lars Knoll [Tue, 3 May 2011 20:51:17 +0000 (22:51 +0200)]
even less QT3_SUPPORT

the new libQtGui should now be free of any
Qt3 related methods.

13 years agoremove more QT3_SUPPORT code
Lars Knoll [Tue, 3 May 2011 20:37:25 +0000 (22:37 +0200)]
remove more QT3_SUPPORT code

13 years agoremove obsolete stuff
Lars Knoll [Tue, 3 May 2011 19:51:54 +0000 (21:51 +0200)]
remove obsolete stuff

everything inside QT3_SUPPORT is gone in
gui/painting

13 years agoremove postscript support from Qt
Lars Knoll [Tue, 3 May 2011 19:25:04 +0000 (21:25 +0200)]
remove postscript support from Qt

I really wanted to do this since many years
already! :)

13 years agoremove more QApplication dependencies
Lars Knoll [Tue, 3 May 2011 19:14:05 +0000 (21:14 +0200)]
remove more QApplication dependencies

13 years agomove layoutDirection from QApplication to QGuiApplication
Lars Knoll [Tue, 3 May 2011 19:06:20 +0000 (21:06 +0200)]
move layoutDirection from QApplication to QGuiApplication

The concept is needed in both QWidgets and QML,
so it has to be in QGuiApplication.

13 years agoremove a few qapplication includes
Lars Knoll [Tue, 3 May 2011 19:05:50 +0000 (21:05 +0200)]
remove a few qapplication includes

13 years agorename qwindow_qpa to qwindow
Lars Knoll [Tue, 3 May 2011 18:30:20 +0000 (20:30 +0200)]
rename qwindow_qpa to qwindow

13 years agoQGuiApplication is not QPA specific
Lars Knoll [Tue, 3 May 2011 18:20:44 +0000 (20:20 +0200)]
QGuiApplication is not QPA specific

Rename files to reflect that QGuiApplication is
going to be used everywhere.

13 years agoWheel event forwarding.
Samuel Rødal [Tue, 3 May 2011 14:41:18 +0000 (16:41 +0200)]
Wheel event forwarding.

13 years agoremove QApplication and QWidget dependencies in gui/image
Lars Knoll [Tue, 3 May 2011 13:00:21 +0000 (15:00 +0200)]
remove QApplication and QWidget dependencies in gui/image

The main place that'll still need work is QPixmap::fill(QWidget *)
and QPixmap::grabWidget()

13 years agoremove QApplication dependencies in gui/image
Lars Knoll [Tue, 3 May 2011 13:00:21 +0000 (15:00 +0200)]
remove QApplication dependencies in gui/image

13 years agoremove a unneeded reference to qbackingstore
Lars Knoll [Tue, 3 May 2011 12:47:35 +0000 (14:47 +0200)]
remove a unneeded reference to qbackingstore

13 years agoPure QWindow with multiple windows and child windows example added.
Samuel Rødal [Tue, 3 May 2011 12:47:10 +0000 (14:47 +0200)]
Pure QWindow with multiple windows and child windows example added.

13 years agoremove the graphicssystem code paths.
Lars Knoll [Tue, 3 May 2011 12:22:36 +0000 (14:22 +0200)]
remove the graphicssystem code paths.

QPA's platform integration layer replaces the
graphics system now.

13 years agoTrack QPlatformGLContext API changes
Paul Olav Tvete [Tue, 3 May 2011 12:11:45 +0000 (14:11 +0200)]
Track QPlatformGLContext API changes

13 years agoreinstantiate a file that got removed by mistake
Lars Knoll [Tue, 3 May 2011 11:32:59 +0000 (13:32 +0200)]
reinstantiate a file that got removed by mistake

QPA was using a _qws.cpp file, that got removed by accident.

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.