summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
* compile fixesLars Knoll2011-05-061-1/+1
|
* Fixed compilation of Wayland plugin.Samuel Rødal2011-05-063-9/+13
|
* compile fixesLars Knoll2011-05-051-0/+1
|
* XCB plugin compile fix.Samuel Rødal2011-05-042-1/+3
|
* More fixes...Samuel Rødal2011-05-041-0/+2
|
* XCB plugin compile fix.Samuel Rødal2011-05-044-8/+7
|
* Improved handling of child windows.Samuel Rødal2011-05-041-3/+7
| | | | Don't force-create QWindows until they're explicitly created or shown.
* Merge remote branch 'origin/master' into refactorLars Knoll2011-05-0432-129/+319
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtbase-stagingGunnar Sletta2011-05-049-7/+10
| |\
| | * Move private headers into versioned subdirectoryMarius Storm-Olsen2011-05-029-7/+10
| | | | | | | | | | | | | | | | | | | | | This will allow us to expose private headers in a controlled manner, and ensure that they are not used by accident. This also means that we internally will have to enable the private headers for the modules we wish to use in the project.
| * | Remove warningsJørgen Lind2011-05-041-0/+1
| | | | | | | | | | | | (cherry picked from commit 9625c564877414695a9706acf34bc8719018ef06)
| * | Fix Wayland plugin so it works with the wayland bind apiJørgen Lind2011-05-045-50/+26
| | | | | | | | | | | | | | | | | | This is mostly for the xcomposite api, but also we needed to readEvents after doing a connect (cherry picked from commit 16c054125949b8f8ceec9626156d8790254a63a2)
| * | wayland: Track wayland changesKristian Høgsberg2011-05-045-21/+12
| | | | | | | | | | | | | | | | | | Pass version number when creating proxies, use wl_ prefix when looking up interfaces and drop wl_egl_display. (cherry picked from commit c2adf9395214d711a3a40516c6c2afa64b3b4ca3)
| * | Support GL ES 2 with uikit.con2011-05-046-43/+101
| | | | | | | | | | | | | | | | | | | | | For GL ES 2 teach the paint device about the fact that it is doing rendering backed by a framebuffer object, not a system framebuffer (which doesn't exist). (cherry picked from commit 3b437a7706efbaaafdc4861393cbe21354cf4ee2)
| * | Merged master into qtquick2.axis2011-04-2758-61/+57
| |\|
| * | Initial import from qtquick2.Qt by Nokia2011-04-2710-9/+170
| | | | | | | | | | | | | | | Branched from the monolithic repo, Qt qtquick2 branch, at commit a4a585d2ee907746682846ae6e8a48e19deef469
* | | remove the graphicssystem code paths.Lars Knoll2011-05-0333-3527/+0
| | | | | | | | | | | | | | | QPA's platform integration layer replaces the graphics system now.
* | | Track QPlatformGLContext API changesPaul Olav Tvete2011-05-035-10/+2
| | |
* | | QWS removal, part 2Lars Knoll2011-05-0272-14186/+1
| | |
* | | Track API change in QPlatformNativeInterfacePaul Olav Tvete2011-05-022-40/+35
| | | | | | | | | | | | Reviewed-by: Samuel
* | | Properly handle the expose event for QWindow.Samuel Rødal2011-05-021-8/+2
| | |
* | | Make the wayland plugin compilePaul Olav Tvete2011-04-2939-89/+86
| | |
* | | 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-294-15/+15
| | | | | | | | | | | | | | | 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
| | |
* | | Preliminary QWindow event delivery.Samuel Rødal2011-04-283-23/+45
| | | | | | | | | | | | (cherry picked from commit 28a09e668a8125cff680ab9f1e7256e7e4e34158)
* | | QGuiApplication refactor in progress.Samuel Rødal2011-04-284-17/+19
| | | | | | | | | | | | | | | Things are a bit broken now... At least wiggly runs :) (cherry picked from commit 6cdcf395ffe1e051d109a45ecd71141173a4a4c0)
* | | Get rid of QWindow::WindowType and clean up Qt::WindowFlags instead.Samuel Rødal2011-04-281-1/+1
| | | | | | | | | | | | (cherry picked from commit 72176bf2a490d2f831d53a66a0987213efa60935)
* | | 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-2811-122/+90
| |/ |/| | | | | (cherry picked from commit c980e4ef4ebc7699a6c3a7529d3f08ebafc21ffe)
* | Introduced the QT.<module>.plugins variable to module profiles.axis2011-04-2755-55/+55
| |
* | Move QtSvg into a separate repositoryLiang Qi2011-04-272-2/+1
| |
* | Some changes for qtbaseMarius Storm-Olsen2011-04-272-4/+1
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-27528-0/+124707
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