summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix build with QT_NO_CLIPBOARD.Stephen Kelly2012-04-181-0/+4
* Remove todo comments that are no longer relevant.Kim Motoyoshi Kalland2012-04-182-5/+3
* Revert "Fix memory leak of QFontEngineData"Lars Knoll2012-04-181-4/+4
* Fix a thread safety issue with QTextLine::glyphRunsPierre Rossi2012-04-171-1/+7
* Fix memory leak of QFontEngineDataJian Liang2012-04-171-4/+4
* Add function getters in the native interfaceJørgen Lind2012-04-172-0/+33
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-1778-2245/+331
|\
| * Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...Sergio Ahumada2012-04-1736-247/+379
| |\
| | * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1636-247/+379
| | |\
| * | | api: remove QWindow::moveGirish Ramakrishnan2012-04-171-5/+0
| * | | api: Fix const correctness of api in QScreenGirish Ramakrishnan2012-04-172-12/+12
| * | | api: Make QGuiApplication::styleHints() staticGirish Ramakrishnan2012-04-172-6/+5
| |/ /
| * | api: fix constness of QOpenGLContext::getProcAddressGirish Ramakrishnan2012-04-162-3/+3
| * | Remove QPaintBufferSignalProxy and QPaintBufferResource.Robin Burchell2012-04-122-89/+0
| * | Remove 'using' of QPaintEngineEx methods from QRasterPaintEngine.Robin Burchell2012-04-121-7/+0
| * | Remove unused QIntRect.Robin Burchell2012-04-121-13/+0
| * | Move QVectorPath::polygonFlags to its own class.Robin Burchell2012-04-112-11/+10
| * | Move QRectVectorPath into the .cpp of the only file actually using it.Robin Burchell2012-04-112-48/+48
| * | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-119-14/+16
| * | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-1037-109/+399
| |\ \
| * | | Removed QApplication overloads used solely for documentation.Marcel Krems2012-04-091-2/+0
| * | | Get rid of QKeyEventExThiago Macieira2012-04-055-85/+62
| * | | Remove duplicated template code.Jędrzej Nowacki2012-04-031-40/+1
| * | | Remove all calls to, and deprecate qMalloc, qRealloc and qFree.Robin Burchell2012-03-311-5/+7
| * | | Port to the new QUrl APIThiago Macieira2012-03-302-3/+3
| * | | Remove the old code using MMX registers.Thiago Macieira2012-03-2810-1687/+8
| * | | Remove WA_PaintOutsidePaintEventDebao Zhang2012-03-281-23/+1
| * | | Merge master into api_changesKent Hansen2012-03-2719-35/+83
| |\ \ \
| * | | | Remove detection for MMX support and related technologyThiago Macieira2012-03-231-4/+0
| * | | | Merge "Merge master into api_changes" into refs/staging/api_changesKent Hansen2012-03-2326-63/+1134
| |\ \ \ \
| | * \ \ \ Merge master into api_changesKent Hansen2012-03-2326-63/+1134
| | |\ \ \ \
| * | | | | | Cleanup Q3* itemsDebao Zhang2012-03-235-33/+0
| |/ / / / /
| * | | | | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-2210-68/+81
| * | | | | Crash fix in ~QVariantJędrzej Nowacki2012-03-212-11/+0
| * | | | | Merge master into api_changesKent Hansen2012-03-194-3/+53
| |\ \ \ \ \
| * \ \ \ \ \ Merge master into api_changesKent Hansen2012-03-1634-68/+273
| |\ \ \ \ \ \
| * | | | | | | QPlatformSurface: add missing virtual dtorMarc Mutz2012-03-152-0/+3
| * | | | | | | QtGui: make some constructors explicitMarc Mutz2012-03-1428-42/+42
| * | | | | | | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-1241-2070/+429
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge "Merge remote-tracking branch 'origin/containers' into api_changes" int...Friedemann Kleint2012-03-091-2/+2
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-0886-1948/+1697
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Rename QMetaMethod::signature() to methodSignature()Kent Hansen2012-02-291-2/+2
| * | | | | | | | | | {QTouchEvent,QWindowSystemInterface}::TouchPoint: replace QList<QPointF> with...Marc Mutz2012-03-094-7/+8
| | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge remote-tracking branch 'origin/master' into api_changesJoão Abecasis2012-03-0818-94/+196
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | QTouchEvent::TouchPoint: make it a proper value classMarc Mutz2012-03-062-13/+21
| * | | | | | | | | | Merge an overloaded QKeySequence constructor.Stephen Kelly2012-03-062-12/+1
* | | | | | | | | | | Add QPlatformWindow::setWindowModified(bool)Bradley T. Hughes2012-04-172-0/+13
* | | | | | | | | | | Add QPlatformWindow::windowEvent()Bradley T. Hughes2012-04-174-0/+31
* | | | | | | | | | | Remove incorrect inclusion of GL support headers given EGL presenceDonald Carr2012-04-162-2/+2
* | | | | | | | | | | Add 'we mean it' header to qpa headersGirish Ramakrishnan2012-04-1618-0/+198