summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | | | | | | | | | doc: Mark all qpa classes as internalGirish Ramakrishnan2012-04-1612-5/+131
* | | | | | | | | | | gui: Clear the QPixmapCache before destroying the QPlatformIntegrationHolger Hans Peter Freyther2012-04-161-0/+3
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | widgets: Fix painting to a fully transparent top level widgetHolger Hans Peter Freyther2012-04-151-3/+0
* | | | | | | | | | Fold qpaintdevice_qpa.cpp into qpaintdevice.cppGirish Ramakrishnan2012-04-153-66/+16
* | | | | | | | | | Fix header inclusion guardGirish Ramakrishnan2012-04-151-3/+3
* | | | | | | | | | doc: QWindowSurface is deadGirish Ramakrishnan2012-04-142-3/+3
* | | | | | | | | | Fix header inclusion guardsGirish Ramakrishnan2012-04-143-9/+9
* | | | | | | | | | Move QPainterPathPrivate to the private header files.Gunnar Sletta2012-04-135-63/+66
* | | | | | | | | | Fix unsigned comparison warning.Stephen Kelly2012-04-131-1/+1
* | | | | | | | | | Added iOS compatibility.Qt4iOS2012-04-131-11/+11
* | | | | | | | | | Move QSurface destructor to qsurface.cppGirish Ramakrishnan2012-04-122-5/+3
* | | | | | | | | | Support more scaling factors for JPEG decompressionJohn Brooks2012-04-121-19/+24
* | | | | | | | | | Minor doc fix - show -> hide in QWindow::hideEvent()Julian de Bhal2012-04-111-3/+3
* | | | | | | | | | Implement window modality in QtGuiBradley T. Hughes2012-04-115-2/+174
* | | | | | | | | | Remove Qt5 to-do comment in qtexthtmlparser.cpp.Jason McDonald2012-04-111-1/+1
* | | | | | | | | | Minor clean up in QTextOption APIEskil Abrahamsen Blomfeldt2012-04-112-4/+4
* | | | | | | | | | Removed Qt5 todo comment in qpaintengineex_p.hSamuel Rødal2012-04-101-1/+0
* | | | | | | | | | Remove Qt5 to-do comments in qtextformat.cpp.Jason McDonald2012-04-101-2/+0
* | | | | | | | | | Make it possible to enable non-scalable font scalingMiikka Heikkinen2012-04-104-12/+47
* | | | | | | | | | Don't hardcode the default families in qfont_qpa.cppPierre Rossi2012-04-102-34/+6
* | | | | | | | | | Fix crash with invalid pre-edit position.Andrew den Exter2012-04-101-1/+1
* | | | | | | | | | Remove unused signal QWindow::backBufferReadyGirish Ramakrishnan2012-04-101-1/+0
* | | | | | | | | | Fixed build issue when using GLEW with MSVCAndy Nichols2012-04-102-0/+4
* | | | | | | | | | Fix header inclusion guardsGirish Ramakrishnan2012-04-101-3/+3
* | | | | | | | | | Fix constness of QPlatformCursorImage::hostpot()Girish Ramakrishnan2012-04-101-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Fixed an exit crash that could occur in QQuickPixmap.Charles Yin2012-04-051-2/+8