summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* move the default text breaking algorithm impl from HarfBuzz to QtKonstantin Ritt2012-05-101-0/+1
* Merge "Merge branch 'docs-refactoring' into master" into refs/staging/masterMarius Storm-Olsen2012-05-10228-176/+6267
|\
| * Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-10228-176/+6267
| |\
| | * Doc: Move some remaining files over for modularization.Casper van Donderen2012-05-098-30/+117
| | * Doc: Add "make docs" targets for libraries.Casper van Donderen2012-05-091-0/+3
| | * Doc: Modularize QtGui documentation.Casper van Donderen2012-05-09221-156/+6157
* | | qpa: Remove QPlatformDialogHelper::deleteNativeDialog()Bradley T. Hughes2012-05-101-3/+0
* | | qpa: Clean up QPlatformDialogHelper APIBradley T. Hughes2012-05-101-15/+15
|/ /
* | Don't ignore default font's font capitalization in QTextDocumentEskil Abrahamsen Blomfeldt2012-05-101-4/+6
* | QPA: Cleanup native dialog modal executionBradley T. Hughes2012-05-092-13/+2
* | No longer use deprecated methods for plugin loading.Friedemann Kleint2012-05-098-108/+153
* | QTextEngine: simplify the code a bitKonstantin Ritt2012-05-091-22/+7
* | Remove qplatformdrag.h dependency in qguiapplication_p.hLars Knoll2012-05-092-2/+2
* | QPA: Add a themeHint for the animations.Friedemann Kleint2012-05-092-1/+17
* | Added QScreen::refreshRate() to get the vertical refresh rate.Samuel Rødal2012-05-0810-0/+66
* | Add 'FullScreen' into QKeySequence::StandardKeystockton2012-05-082-4/+13
* | QTextEngine: drop unused leftoversKonstantin Ritt2012-05-081-8/+0
* | Revert "QtPrintSupport: Remove remaining LPR specific code"Rohan McGovern2012-05-081-0/+2
* | QtPrintSupport: Remove remaining LPR specific codeJohn Layt2012-05-071-2/+0
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-0786-128/+128
* | Remove definitions of INV_EPS and M_SQRT2.Robin Burchell2012-05-071-11/+0
* | Fixed QOpenGLBuffer::map and unmap implementations.Samuel Rødal2012-05-071-23/+2
* | Added clarification to platform screen documentation.Samuel Rødal2012-05-071-2/+2
|/
* Implement QWindow::resize(int, int) by calling to resize(QSize).Friedemann Kleint2012-05-041-1/+1
* Avoid glyph rendering with FT when not neededJiang Jiang2012-05-042-7/+25
* Load resources in in QTextDocument correctlyLars Knoll2012-05-042-20/+14
* removed unneccessary wince ifdefBjoern Breitmeyer2012-05-041-2/+0
* Allow the QPA plugin arguments to contain non-ASCII.Thiago Macieira2012-05-042-2/+2
* Add setCursor API to QWindowLaszlo Agocs2012-05-043-0/+81
* Change QString::toAscii to toUtf8 in the embedded filename in XBM.Thiago Macieira2012-05-041-3/+3
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtGui]Thiago Macieira2012-05-042-9/+9
* Compile.Morten Johan Sorvig2012-05-041-2/+2
* Make cupsTempFile member unconditianol.Christoph Schleifenbaum2012-05-041-2/+0
* Remove some remnants of Symbian code in src/gui/paintingThiago Macieira2012-05-031-9/+1
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-038-189/+49
|\
| * Stop using QEventPrivate::d in QWindowStateChangeEventThiago Macieira2012-04-202-13/+4
| * 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
* | fix documentation for QKeySequence::StandardKey "What's This"stockton2012-05-021-1/+1
* | Allow creation of QOpenGLShaderProgram without a current contextSean Harmer2012-05-021-3/+3
* | Initialize QOpenGLFunctions before using it in QOpenGLShaderProgramSean Harmer2012-05-021-0/+1
* | Fix compilation of public headers with QT_NO_DEPRECATED definedOlivier Goffart2012-05-029-29/+36
* | Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-1/+1
* | Fixed QtGui and QtPrintSupport with -qtnamespace and MSVCRohan McGovern2012-05-021-1/+1
* | Fix warning about narrowing inside {}Olivier Goffart2012-05-011-1/+1
* | Reset pointer to 0 after freeingLars Knoll2012-05-011-1/+3
* | Fix compiler warning in qdrawhelper.cppOlivier Goffart2012-05-011-12/+8