summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Remove private classes in QEvent-derived classes.Thiago Macieira2012-04-193-150/+30
* Remove QVariant constructor taking Qt::GlobalColor.Jędrzej Nowacki2012-04-191-9/+0
* api: remove QWindow::visible()Girish Ramakrishnan2012-04-182-11/+0
* api: QGuiApplication::inputMethod should be staticGirish Ramakrishnan2012-04-182-6/+14
* Hide QTypeModuleInfo in a private namespace.Jędrzej Nowacki2012-04-181-1/+1
* 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
| |\
| | * 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
* | | 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
|\|
| * Fixed an exit crash that could occur in QQuickPixmap.Charles Yin2012-04-051-2/+8
| * Specify generic QPA plugins via env variablesDonald Carr2012-04-041-0/+4
| * Removed Qt 5 todo comments from qpalette.hSamuel Rødal2012-04-041-3/+3
| * Fix warnings about unused variables.Friedemann Kleint2012-04-032-6/+3
| * Fix warnings about truncations in constants.Friedemann Kleint2012-04-032-2/+2
| * QWindow: add windowModality as a Q_PROPERTY()Bradley T. Hughes2012-04-032-8/+23
| * Make API in QPlatformSharedGraphicsCache a little more genericEskil Abrahamsen Blomfeldt2012-04-031-3/+4
| * Fix release mode warnings about unused variables.Friedemann Kleint2012-04-032-0/+2
| * Rename clip() to clipData() to avoid confusion and warningJiang Jiang2012-04-031-2/+2