summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Avoid duplicate setPen() in PDF when reusing QPrinterEskil Abrahamsen Blomfeldt2012-09-111-0/+1
* Fix QT_NO_SYSTEMTRAYICON build.Sérgio Martins2012-09-111-0/+4
* Rename QPaintDevice::init() to initPainter()Richard Moore2012-09-103-3/+3
* Remove temporary constructor used to make qreal->float changeSean Harmer2012-09-092-12/+0
* Removing duplicate includesSergio Ahumada2012-09-097-14/+0
* don't use QT_{BEGIN,END}_INCLUDE_NAMESPACE needlesslyOswald Buddenhagen2012-09-081-5/+1
* Check for C++ operators that should be 'const'Sergio Ahumada2012-09-081-1/+1
* Use QStringList::join(QChar) overload where applicable [QtGui]Marc Mutz2012-09-071-1/+1
* Make gui/math3d classes use float rather than qrealSean Harmer2012-09-0713-626/+624
* Fix compilation error of qcursor_qpa.cpp with QT_NO_CURSOR.Sergio Martins2012-09-071-0/+2
* Fix crash when QTextLayout::setAdditionalFormats is called with ranges with n...Olivier Goffart2012-09-071-2/+4
* Move enums that was part of the Qt namespace to qnamespace.hJan-Arve Saether2012-09-071-8/+0
* Fix g++ compiler warnings.Friedemann Kleint2012-09-071-1/+3
* Doc: Missing documentation added and doc errors fixed.aavit2012-09-057-13/+132
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-1/+1
* Optimize QTextLayout/QTextEngine usage outside of QTextDocument.Milian Wolff2012-09-052-15/+26
* Remove custom sort implementation in QTriangulator in favour of std::sort.Robin Burchell2012-09-041-126/+3
* Doc: fix yet more errors reported by qdocaavit2012-09-045-17/+90
* Fix doc errors in QScreen.Jason Barron2012-09-031-15/+13
* Private slots should be named starting with _q_Sergio Ahumada2012-09-036-15/+16
* qpa: incorrect rendering when stretching and clippingJulien2012-09-031-5/+17
* Doc: Fix docbuild when not using -developer-build.Casper van Donderen2012-09-011-2/+2
* Moved gui example documentation to the proper location.Samuel Rødal2012-09-013-303/+8
* Doc: Fix some documentation issues.Kim Motoyoshi Kalland2012-08-314-14/+93
* Doc: Add documentation for deprecated function.Kim Motoyoshi Kalland2012-08-311-0/+7
* Doc: Fix wording in \brief section.Kim Motoyoshi Kalland2012-08-311-2/+2
* Doc: Remove documentation for removed function.Kim Motoyoshi Kalland2012-08-311-8/+0
* Moved snippets from widgets to gui so that they are found by qdoc.Kim Motoyoshi Kalland2012-08-312-0/+153
* Doc: More fixes of qdoc-reported doc errorsaavit2012-08-316-11/+9
* Doc: Fixes for several doc errorsaavit2012-08-317-21/+24
* Use the right getter for the QScreen::primaryOrientation property.Jason Barron2012-08-311-1/+1
* Header contains `signals' - use `Q_SIGNALS' instead!Sergio Ahumada2012-08-311-1/+1
* Doc: Simplify qtbase qdocconfs.Casper van Donderen2012-08-311-15/+2
* Doc: Fix various errorsaavit2012-08-307-54/+37
* MSVC/OpenGL: Fix warnings about macro redefinition..Friedemann Kleint2012-08-301-8/+0
* Doc: Fix misc. documentation errorsaavit2012-08-304-26/+5
* Made QImage::fill(uint pixel) for RGB888 accept QRgb values.Samuel Rødal2012-08-292-4/+4
* Added OpenGL example and documentation.Samuel Rødal2012-08-291-4/+13
* Document obsolete functions in QImage to silence qdoc errors.Jason Barron2012-08-291-0/+44
* Fix mistake in docs. Return type should be QSurfaceFormatJason Barron2012-08-291-1/+1
* Exclude the examples/widgets/doc dir for all but widgets.Frederik Gladhorn2012-08-291-0/+2
* qplatformclipboard.h does not need qplatformdefs.h, so removeThiago Macieira2012-08-291-1/+1
* Harfbuzz: fix build with NO_OPENTYPE macro definedKonstantin Ritt2012-08-291-1/+0
* Make letter spacing APIs in QTextFormat more consistentEskil Abrahamsen Blomfeldt2012-08-272-34/+48
* Fix limitting shortcuts to keypad onlyJani Honkonen2012-08-271-2/+7
* explain specifically how to make a transparent windowShawn Rutledge2012-08-251-2/+10
* doc: Fix doc warnings for qtextlayout.cppEskil Abrahamsen Blomfeldt2012-08-251-3/+7
* doc: Fix several text-related qdoc warningsEskil Abrahamsen Blomfeldt2012-08-2510-39/+87
* Speed up QTextEngine::setBoundaryOlivier Goffart2012-08-231-6/+14
* Speed up QTextEngine::resolveAdditionalFormatsOlivier Goffart2012-08-231-2/+65