summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix docsFrederik Gladhorn2012-09-034-12/+14
* doc: fix example linkFrederik Gladhorn2012-09-031-1/+1
* Fix doc errors in QScreen.Jason Barron2012-09-031-15/+13
* QWizard/Win: Fix incorrect cached state after all wizards destroyedJonathan Liu2012-09-032-1/+5
* Fix MinGW-w64 GCC 4.6.3 compilationJonathan Liu2012-09-031-2/+2
* Private slots should be named starting with _q_Sergio Ahumada2012-09-039-18/+19
* qpa: incorrect rendering when stretching and clippingJulien2012-09-031-5/+17
* Fix moc generating invalid code for slots with reference types as argument.Volker Krause2012-09-021-2/+2
* Introduce hook for text cursor changes in QTextEdit and QPlainTextEdithjk2012-09-024-1/+24
* checkForCodecs is not used when QT_LOCALE_IS_UTF8 is definedJiang Jiang2012-09-021-1/+1
* Find qdoc indexes in relative paths.Frederik Gladhorn2012-09-011-1/+1
* Use QString() instead of "".Frederik Gladhorn2012-09-017-58/+58
* Don't reference widgets/widgets in example doc.Frederik Gladhorn2012-09-011-3/+3
* Doc: Fix docbuild when not using -developer-build.Casper van Donderen2012-09-0111-22/+22
* Fix address book example.Frederik Gladhorn2012-09-011-1/+1
* Fix graphicsview docs.Frederik Gladhorn2012-09-011-12/+11
* 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/+0
* add macro wrap for QXmlStream related codeJing Bai2012-08-312-0/+13
* QDoc: Write SHA1 of .qhp to file.Casper van Donderen2012-08-313-1/+18
* QXxxStyle: override standardIcon() & layoutSpacing()J-P Nurmi2012-08-3125-160/+127
* QStyle: make standardIcon() & layoutSpacing() virtualJ-P Nurmi2012-08-312-119/+14
* Don't set empty CMAKE_TOOLCHAIN_FILE or CMAKE_BUILD_TYPEStephen Kelly2012-08-311-2/+12
* Doc: More fixes of qdoc-reported doc errorsaavit2012-08-316-11/+9
* Doc: Fixes for several doc errorsaavit2012-08-317-21/+24
* Make QGraphicsView respect scrollbar policiesJeremy Lainé2012-08-311-6/+8
* Force QT_NO_ICONV on win32:!win32-msvc*Lukas Geyer2012-08-311-1/+1
* Use the right getter for the QScreen::primaryOrientation property.Jason Barron2012-08-311-1/+1
* Fix updating of drag icons.Friedemann Kleint2012-08-312-53/+66
* Fix the name of the arguments of qAtan2 to match std::atan2Thiago Macieira2012-08-312-6/+6
* Add missing QT_{BEGIN,END}_NAMESPACESergio Ahumada2012-08-311-0/+4
* Header contains `signals' - use `Q_SIGNALS' instead!Sergio Ahumada2012-08-311-1/+1
* Document the purpose of QDateTimeParser::cachedDay.Mitch Curtis2012-08-311-0/+13
* Doc: Simplify qtbase qdocconfs.Casper van Donderen2012-08-3112-170/+30
* Doc: Fix various errorsaavit2012-08-307-54/+37
* Fix QScreen::grabWindow() on Windowsaavit2012-08-301-3/+1
* Fix MinGW-w64 TDM64-GCC 4.6.1 compilationJonathan Liu2012-08-301-5/+28
* MSVC/OpenGL: Fix warnings about macro redefinition..Friedemann Kleint2012-08-302-16/+0
* Doc: Fix misc. documentation errorsaavit2012-08-304-26/+5
* Avoid a warning from the QNX QPA plugin.James Turner2012-08-301-0/+11
* QSqlQueryModel: suppress insert and remove signals while resettingMark Brand2012-08-302-4/+86
* QSqlQueryModel: fix nested beginResetModel/endResetModelMark Brand2012-08-302-10/+8
* docs: remove \reimp from non-virtual methodsMark Brand2012-08-302-3/+2
* Fix static plugins for classes in namespaces.Friedemann Kleint2012-08-302-7/+8
* Ensure that printer orientation is preservedTitta Heikkala2012-08-301-2/+15
* Logging: Remove mutex for OutputDebugStringKai Koehne2012-08-302-16/+0