summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Make qtbase compile with QT_NO_DRAGANDDROPTasuku Suzuki2012-06-241-1/+5
* Remove documentation for QIconEnginePlugin::keys().Robin Burchell2012-06-241-10/+0
* Docu: fix copy/paste typoDavid Faure2012-06-221-1/+1
* QPA docs: list the platform names that the method is likely to return.David Faure2012-06-221-0/+3
* fix doc typo in qwindow.cppJoerg Bornemann2012-06-211-1/+1
* Fix possible crash when copying QImage.Kim Motoyoshi Kalland2012-06-211-1/+1
* Avoid unnecessary detach when saving to BMP.Kim Motoyoshi Kalland2012-06-211-5/+5
* QTextLayout docs: a minor typo fixKonstantin Ritt2012-06-211-1/+1
* proper filling when using Qt::TexturePatternKonrad Grochowski2012-06-211-1/+1
* Change *-clang mkspec globs to *-clang*Bradley T. Hughes2012-06-201-1/+1
* Document and use UserEvent::nullWindow for event deliveryGirish Ramakrishnan2012-06-201-54/+61
* fix misnomer: qt_module.prf => qt_build_config.prfOswald Buddenhagen2012-06-191-1/+1
* automatically add QT_BUILD_FOO_LIB to DEFINESOswald Buddenhagen2012-06-191-1/+1
* clean up projects from QPRO_PWD nonsense, etc.Oswald Buddenhagen2012-06-191-1/+0
* auto-generate QMAKE_PKGCONFIG_REQUIRES and QMAKE_PKGCONFIG_DESCRIPTIONOswald Buddenhagen2012-06-191-2/+0
* auto-generate module prisOswald Buddenhagen2012-06-191-2/+1
* automatically add the version header to HEADERSOswald Buddenhagen2012-06-191-2/+0
* make qt_module_config.prf install the module pri fileOswald Buddenhagen2012-06-191-1/+0
* Fixed QOpenGLFunctions API.Samuel Rødal2012-06-185-6/+10
* Prevent ending up in a state where focus is perpetually grabbed.Samuel Rødal2012-06-183-10/+25
* Disable hinting for scaled glyphs in FreeTypeJiang Jiang2012-06-141-0/+5
* QFontMetrics/QRawFont: Optimize SMP code points handling a bitKonstantin Ritt2012-06-144-11/+19
* Add the AGLFN tables generator, update the tables up to AGLFN 1.7Konstantin Ritt2012-06-142-175/+289
* AGLFN: optimize glyph name lookup and reverse map creationKonstantin Ritt2012-06-142-15/+22
* Introduce QPA API for size grip handling.Friedemann Kleint2012-06-142-0/+19
* OpenGL: Update QOpenGLFunctions docs to remove widget codeSean Harmer2012-06-141-4/+25
* Remove downstream documentation references from guiGunnar Sletta2012-06-141-43/+0
* QNX: Enable additional CPU features to be compiled in for QNXSean Harmer2012-06-141-1/+1
* Deliver wheel events when window is nullGirish Ramakrishnan2012-06-141-15/+15
* mips: dsp and dspr2 can be enabled separately fix dspr2 only compilationHolger Hans Peter Freyther2012-06-123-4/+18
* Make distance field image width variable.Yoann Lopes2012-06-121-20/+24
* Only quit if there are no visible widgets or windows.Stephen Kelly2012-06-122-2/+2
* Clarify QTouchEvent docsLaszlo Agocs2012-06-121-0/+9
* Enable compilation of improved x86 code generation with MSVCThiago Macieira2012-06-121-9/+42
* Move the SSE2/AVX/Neon/etc. flags into the compiler mkspecsThiago Macieira2012-06-121-42/+46
* Reorganise the painting.pri file after the last round of cleanupsThiago Macieira2012-06-101-29/+20
* QZip: improve reading of zip files, fix some edge cases in writingKonstantin Ritt2012-06-081-16/+141
* Fix crash in qt_qpa_core_dispatcher() at application exit.Miikka Heikkinen2012-06-081-1/+6
* Remove widgets lib dependency on platformsupport.Frederik Gladhorn2012-06-082-0/+12
* Namespace the bundled zlib symbols, to avoid clash with user zlibaavit2012-06-082-6/+6
* 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