summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Remove the QFactoryInterface dependency from platform pluginsLars Knoll2012-06-084-25/+6
* Remove QFactoryInterface from the generic pluginsLars Knoll2012-06-083-22/+8
* Remove QFactoryInterface from picture pluginsLars Knoll2012-06-083-23/+10
* Remove QFactoryInterface dependency from icon pluginsLars Knoll2012-06-083-21/+16
* Remove the QFactoryInterface dependency from accessible pluginsLars Knoll2012-06-086-52/+11
* Don't inherit from QFactoryInterface for image pluginsLars Knoll2012-06-082-36/+13
* Shift positions for lineBreakTypeKonstantin Ritt2012-06-071-2/+3
* Added SpellCheckUnderlineStyle theme hint.Samuel Rødal2012-06-073-2/+13
* Added QScreen::setOrientationUpdateMask().Samuel Rødal2012-06-067-6/+88
* Export QPlatformIntegrationFactory to make it usable outside of QtGui.Balazs Kelemen2012-06-061-1/+1
* Verify the surfaceType before activating the GL contextHolger Hans Peter Freyther2012-06-053-17/+11
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-054-20/+21
* Introduce nativeOrientation() to QPlatformScreenKevin Ottens2012-06-052-0/+13
* Add StartDragVelocity to style hintsLaszlo Agocs2012-06-054-1/+10
* The QFontEngineFT files are not built into QtGui anymore.Thiago Macieira2012-06-052-13/+1
* Add method to set size of QOpenGLPaintDevice.Kim Motoyoshi Kalland2012-06-012-2/+19
* Fixed compile on Windows without precompiled headersRohan McGovern2012-06-011-0/+1
* Fix the confusion caused by the QT_ALWAYS_HAVE_xxx macrosThiago Macieira2012-05-311-6/+6
* Overhaul the qsimd_p.h: rename macros and update conditionalsThiago Macieira2012-05-3120-64/+61
* QtPrintSupport: Add CUPS printsupport pluginJohn Layt2012-05-311-2/+0
* Remove QCursor::handleGirish Ramakrishnan2012-05-313-15/+1
* QCursor: Remove doc of obsolete functionsGirish Ramakrishnan2012-05-312-37/+0
* QPA tablet event supportLaszlo Agocs2012-05-317-1/+238
* Remove QRegion::handleGirish Ramakrishnan2012-05-312-17/+0
* Remove QFont::handleGirish Ramakrishnan2012-05-313-14/+0
* Eliminate a warning in unsigned integer comparisonJiang Jiang2012-05-311-1/+1
* Compile with clang when C++11 support is enabledBradley T. Hughes2012-05-301-1/+1
* Implement QVector with QArrayData interface.Jędrzej Nowacki2012-05-301-1/+1
* Fix text decoration width roundingJiang Jiang2012-05-302-3/+2
* Introduce QUnicodeToolsKonstantin Ritt2012-05-301-4/+4
* Remove QUpdateEvent from the public headersLars Knoll2012-05-302-22/+0
* Add some batching functions to QPlatformSharedGraphicsCache ifaceEskil Abrahamsen Blomfeldt2012-05-302-5/+92
* Document QWindow's setSurfaceType and setFormat update behaviorHolger Hans Peter Freyther2012-05-291-1/+12
* Ask the platform drag for the correct default drag actionLars Knoll2012-05-291-1/+3
* QtGui: remove \link usagesGiuseppe D'Angelo2012-05-2913-52/+92
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-252-2/+2
* Gestures & events: compile with QT_STRICT_ITERATORS.Thiago Macieira2012-05-251-2/+2
* Fix potential access beyond the array endKonstantin Ritt2012-05-251-1/+3
* Implement QWindow::setWindowIconCorentin Jabot2012-05-245-19/+37
* QPA: Refactor QFileDialogPrivate::qt_clean_filter_list for QPASean Harmer2012-05-242-0/+17
* Provide convenience method to resize maximized windowsKevin Ottens2012-05-242-0/+30
* remove exec-bit from qplatformmenu.h fileGirish Ramakrishnan2012-05-231-0/+0
* Fix wrong local positions in mouse events when no tlw was givenLaszlo Agocs2012-05-232-8/+13
* Minor QPlatformMenu API cleanup.Morten Johan Sorvig2012-05-233-188/+32
* Fix QtGui compilation for -qconfig largeTasuku Suzuki2012-05-237-0/+24
* qpa api: replace QPA headers with something more benignGirish Ramakrishnan2012-05-2222-105/+71
* Remove -Winline from the build of SSE2/AVX/etc. sourcesThiago Macieira2012-05-221-4/+4
* Make sure we are using the proper -mXXX optionsThiago Macieira2012-05-221-8/+8
* Add AVX support for the painting and image code.Thiago Macieira2012-05-229-11/+246
* Replace (un)checkAction with toggleAction (3/3)Jan-Arve Saether2012-05-222-30/+2