summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* QWS removal, part 2Lars Knoll2011-05-02111-20208/+28
|
* Track API change in QPlatformNativeInterfacePaul Olav Tvete2011-05-022-40/+35
| | | | Reviewed-by: Samuel
* remove Qt/Embedded.Lars Knoll2011-05-02135-53009/+3
| | | | Everybody use Lighhouse instead :)
* Implemented close event for QWindow and QWidgetWindow.Samuel Rødal2011-05-025-14/+30
|
* Properly handle the expose event for QWindow.Samuel Rødal2011-05-025-9/+15
|
* Set the window title even if it was set before calling create().Samuel Rødal2011-05-021-0/+2
|
* Resizing support in QWidgetWindow.Samuel Rødal2011-05-022-0/+22
|
* Proper child delivery of mouse and key events.Samuel Rødal2011-05-025-4/+48
|
* Make the wayland plugin compilePaul Olav Tvete2011-04-2941-91/+88
|
* include file fix for waylandPaul Olav Tvete2011-04-293-2/+5
|
* Compile after latest change.Paul Olav Tvete2011-04-293-6/+7
|
* Add QWidgetWindow to bridge events from QWindow to QWidget.Samuel Rødal2011-04-2926-181/+283
| | | | | Gets rid of QWidget dependencies in QWindow and QWindowSurface. Events are not delivered to the correct child widget yet.
* Minimal plugin works again.Paul Olav Tvete2011-04-292-7/+7
|
* Key and wheel events.Samuel Rødal2011-04-292-49/+61
|
* Add resize event support to QWindow.Samuel Rødal2011-04-284-39/+129
| | | | (cherry picked from commit 12b4e7e5a2b18cdd23f540821e1f2785f62b0b9a)
* Preliminary QWindow event delivery.Samuel Rødal2011-04-288-42/+111
| | | | (cherry picked from commit 28a09e668a8125cff680ab9f1e7256e7e4e34158)
* QApplication: Baseclass fixupJørgen Lind2011-04-282-13/+15
| | | | (cherry picked from commit 5bbdf65632feed1a2e3f30e97bcdd47950f2b8d4)
* FontJørgen Lind2011-04-285-5/+39
| | | | (cherry picked from commit 050925ccac957dea3d4e138babdd7aa93925dffc)
* clipboardJørgen Lind2011-04-286-8/+48
| | | | (cherry picked from commit 3f5c0e26e0f8b6876c3fb4d3822df49c748b2eea)
* QGuiApplication refactor in progress.Samuel Rødal2011-04-2824-717/+1081
| | | | | Things are a bit broken now... At least wiggly runs :) (cherry picked from commit 6cdcf395ffe1e051d109a45ecd71141173a4a4c0)
* Fix QWindow::destroyJørgen Lind2011-04-281-5/+5
| | | | (cherry picked from commit 00cd7aa93f916772b22c6137293c7127fe5a33b8)
* Lazy init of QWindowJørgen Lind2011-04-281-11/+33
| | | | (cherry picked from commit a2c884b6d2fcc77f6aa5e7aaa0aa329f5bef0bbd)
* Added a visible state to QWindowJørgen Lind2011-04-282-0/+11
| | | | (cherry picked from commit 6cd96d1921af9740bf92405ae3adf466140f8923)
* Add isWindow type to QObjectJørgen Lind2011-04-283-2/+5
| | | | (cherry picked from commit 77f08730b4cdb23b43471b2b29ece59e159103d7)
* For QWindow we need topLevelExtra to be created when we haveJørgen Lind2011-04-281-0/+3
| | | | | native widgets (cherry picked from commit 247088f8fe929d55832f48af3da6f7e5e80cf8a4)
* use QObject parent logic when setting parent for QWindowJørgen Lind2011-04-282-3/+10
| | | | (cherry picked from commit 2be9fdb4b58accea4078654efed49a50acf6c74d)
* Fix compile warningsJørgen Lind2011-04-282-1/+2
| | | | (cherry picked from commit e7e856403f32af3e75958c0a8ab68dc37d28df83)
* Lighthouse: use maybetopdata instead of creating topdata for allJørgen Lind2011-04-281-2/+5
| | | | | widgets (cherry picked from commit 873764aa3cfbbd87bbbb4f3224a7807d46a16fc7)
* Get rid of QWindow::WindowType and clean up Qt::WindowFlags instead.Samuel Rødal2011-04-287-103/+21
| | | | (cherry picked from commit 72176bf2a490d2f831d53a66a0987213efa60935)
* Don't create a platform window if we already have one.Samuel Rødal2011-04-281-1/+2
| | | | (cherry picked from commit c4dea497adc36a0be840a51c9b98177f1f4b65b2)
* Add proper parent logic for qwidgetJørgen Lind2011-04-281-11/+11
| | | | (cherry picked from commit 98118fb729c39083718c220383fff462ba8eaebd)
* Dont call QPlatformGLContext::makeCurrent from subclassJørgen Lind2011-04-289-50/+24
| | | | (cherry picked from commit fc0a6ab220ab97b8f6acf90bf04b46de513a4d96)
* Added QWindowContext and got wiggly up and running with xcb.Samuel Rødal2011-04-2827-434/+646
| | | | (cherry picked from commit c980e4ef4ebc7699a6c3a7529d3f08ebafc21ffe)
* Make QtGui compile again....Jørgen Lind2011-04-2812-929/+230
| | | | | Comment out stuff in QWidget::create_sys (cherry picked from commit 1bbc6a6bb2bf1175080e7a5ba6834ff642fd47ab)
* QPlatformWindowFormat -> QWindowFormat fixes.Samuel Rødal2011-04-283-4/+4
| | | | (cherry picked from commit 4c2eba33ca0433386fa1273fb1bc14adb852d9ac)
* QWindow implementation fixes.Samuel Rødal2011-04-282-6/+35
| | | | (cherry picked from commit 2682cb6bd76a89c8d4ae81b0dd4a77abbf987c24)
* Make QWindowFormat in QWindow a setter and not a constructor argument.Samuel Rødal2011-04-281-1/+6
| | | | (cherry picked from commit 61e0c55dd0c82031cf5cd021bf3f3537ee91b4a8)
* Move WindowType to QWindow.Samuel Rødal2011-04-282-11/+11
| | | | (cherry picked from commit cfa7dc87bc962bd0f3a43a464723d74d87f997e2)
* Just some more on QWindow. Nothing worksJørgen Lind2011-04-286-94/+458
| | | | (cherry picked from commit 3acf7aa979630a57791e2a039b1b7b0b85b0aac8)
* WIP Qt 5 API.Samuel Rødal2011-04-283-107/+164
| | | | (cherry picked from commit ad12d5babcdc2bad3f2c0fb9fd352ab79c197aa1)
* Fix the target for QtUiTools debug on MacPrasanth Ullattil2011-04-271-2/+0
|
* Introduced the QT.<module>.plugins variable to module profiles.axis2011-04-2766-55/+67
|
* Added QT.<module>.imports support to module profiles.axis2011-04-2710-0/+10
|
* Avoid recursively including the same arch.pri filePrasanth Ullattil2011-04-271-1/+3
|
* Include headers.pri from the last path in MODULE_INCLUDESPrasanth Ullattil2011-04-271-1/+4
|
* Use correct DESTDIR for UiTools.axis2011-04-271-0/+1
|
* Move uitools from QtTools to QtBaseLiang Qi2011-04-274-7/+37
|
* Make each module refer to its own bin/Marius Storm-Olsen2011-04-278-0/+8
| | | | | | | 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
* Made the internal support for Qt3Support in QtGui compile.axis2011-04-272-2/+2
|
* Extended module profiles.axis2011-04-279-0/+9
| | | | Each module now sets the QT_CONFIG variable itself.