summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Support all modality types in QPlatformDialogHelperBradley T. Hughes2012-04-301-7/+2
* | Remove unused private and protected members from QClipboardLaszlo Agocs2012-04-303-30/+0
* | Get rid of most warnings related to QInputMethodLars Knoll2012-04-292-9/+14
* | Don't generate compiler warnings for using deprecated methodsLars Knoll2012-04-281-1/+4
* | Get rid of some deprecation warningsLars Knoll2012-04-281-3/+3
* | Replace QGuiApplication::activeWindow by focusWindow().Friedemann Kleint2012-04-273-3/+3
* | Remove deprecation tags from QWheelEvent.Morten Johan Sorvig2012-04-271-4/+2
* | Fix workaround for image readers that can scale but not clipaavit2012-04-271-5/+1
* | Implement inline downscaling in png reader, to save memoryaavit2012-04-271-60/+153
* | get rid of Q_*_EXPORT_INLINE macrosKonstantin Ritt2012-04-263-29/+29
* | Do not map LayeredPane and Terminal to the wrong MSAA roleJan-Arve Saether2012-04-251-3/+5
* | get rid of QT_NO_IMAGE_TEXT switcherKonstantin Ritt2012-04-254-41/+7
* | support UTF-8 encoded file names in QZip*Konstantin Ritt2012-04-251-2/+9
* | Using QLatin1String instead of QLatin1LiteralDebao Zhang2012-04-253-3/+3
* | Add QDebug operator<< for QAccessibleEventJan-Arve Saether2012-04-242-0/+17
* | Don't use the QRegExp methods that modify the object [QtGui]Thiago Macieira2012-04-242-3/+4
* | Use the C99 keyword "restrict" in compilers that support itThiago Macieira2012-04-242-59/+61
* | Mark some functions as always_inline with GCC and ICC.Thiago Macieira2012-04-241-0/+3
* | QLocale: Clean up QLocalePrivate implementationJohn Layt2012-04-241-3/+3
* | Fix compilation of QDesktopServices without deprecatedOlivier Goffart2012-04-232-5/+6