summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clarify QDateTime documentation re timeSpec conversion.Mitch Curtis2012-09-032-2/+52
* Need #include <string.h> to use memcpyShawn Rutledge2012-09-031-0/+1
* configure: Fix infinite loop displaying config.summaryJonathan Liu2012-09-031-1/+1
* Fix docs of qAbs to have the correct function signature.Jan-Arve Saether2012-09-031-1/+1
* fix a mismatch of using QT_NO_NETWORKPROXYJing Bai2012-09-031-0/+3
* QStandardPaths should still work without desktop serviceJing Bai2012-09-031-4/+0
* QDBusPendingCallPrivate: save 8 bytes on 64-bit archsMarc Mutz2012-09-031-2/+1
* QDBusPendingCall: remove unneeded volatile qualificationMarc Mutz2012-09-031-1/+1
* QDBusPendingCall: add a missing QWaitCondition::wakeAll() callMarc Mutz2012-09-031-0/+1
* QStringList::join: add an overload taking a single QCharMarc Mutz2012-09-033-5/+55
* Rename MAC_CONFIG_TEST_COMMANDLINE to MAC_SDK_FLAGDanny Boelens2012-09-031-7/+8
* Remove the package macros from qglobal.hThiago Macieira2012-09-032-43/+17
* Change SChar to metatype id 40.Stephen Kelly2012-09-033-5/+4
* Command-line-only examples should not build as .app bundles on OSXShawn Rutledge2012-09-038-0/+8
* 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
* Properly reflect format changes in calendarwidget example.Mitch Curtis2012-09-032-14/+30
* Fix moc generating invalid code for slots with reference types as argument.Volker Krause2012-09-022-2/+8
* 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
* Add a task number to ctest_testcase insignificationRohan McGovern2012-09-011-1/+1
* mips: Autodetect MIPS DSP rev1 and rev2 instructionsetHolger Hans Peter Freyther2012-09-016-9/+122
* 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-0125-574/+574
* 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-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