summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-015-37/+42
* 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
* auto tests: updated for new QStyle pure virtualsJ-P Nurmi2012-08-313-20/+34
* QXxxStyle: override standardIcon() & layoutSpacing()J-P Nurmi2012-08-3125-160/+127
* QStyle: make standardIcon() & layoutSpacing() virtualJ-P Nurmi2012-08-313-119/+19
* test: Mark tst_QFile::writeLargeDataBlock() unstable failure as XFAILSergio Ahumada2012-08-311-1/+11
* 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-312-6/+296
* Use pkg-config to search for all XCB dependenciesThiago Macieira2012-08-311-2/+2
* 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-313-54/+251
* Fix the name of the arguments of qAtan2 to match std::atan2Thiago Macieira2012-08-312-6/+6
* Move the creation of the MODULE_DEFINES variable above the pri file check.Stephen Kelly2012-08-311-5/+6
* Report a FATAL_ERROR if trying to use Qt 5 with CMake < 2.8.3.Stephen Kelly2012-08-311-0/+4
* 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-3113-170/+41
* 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
* Improve performance of QArrayData::Grow autotestJoão Abecasis2012-08-301-5/+26
* Make plugintest util work on Windows.Jason Barron2012-08-301-0/+1
* 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-303-10/+65
* 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-302-2/+17
* Logging: Remove mutex for OutputDebugStringKai Koehne2012-08-302-16/+0
* Make tests/auto/corelib compile on Windows CEKevin Funk2012-08-304-2/+8
* Temporarily mark ctest testcases as insignificant on WindowsRohan McGovern2012-08-301-0/+3
* dist/changes-5.0.0: note that QtConcurrent is a separate library these daysMarc Mutz2012-08-301-0/+8
* Fixes possible memory leak in QContiguousCacheFabian Bumberger2012-08-301-2/+4
* QVarLengthArray: C++11-ify insert/erase signaturesMarc Mutz2012-08-302-10/+10
* QString::append: add (const QChar*, int len) overloadMarc Mutz2012-08-303-3/+42
* Document how to remove a QGraphicsEffect.Richard Moore2012-08-291-1/+2