summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: Missing documentation added and doc errors fixed.aavit2012-09-057-13/+132
* Don't use string comparison to figure out how to use the clipboardJorgen Lind2012-09-051-3/+4
* Move assignment of mousePressed variable in QWidgetTextControlJorgen Lind2012-09-051-1/+2
* restore support for QMAKE_LIBDIR_FLAGSOswald Buddenhagen2012-09-051-5/+7
* bypass configure bootstrap for non-git buildsOswald Buddenhagen2012-09-051-0/+5
* remove pretenses of supporting projects on stdinOswald Buddenhagen2012-09-056-28/+13
* make QMakeMetaInfo a little less inefficient with libtool .la filesOswald Buddenhagen2012-09-056-13/+10
* pre-initialize more invariant propertiesOswald Buddenhagen2012-09-051-6/+4
* remove QMAKE_MKSPECS property from qmake -query's viewOswald Buddenhagen2012-09-052-6/+3
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-0526-73/+73
* test: Check for null string comparisonSergio Ahumada2012-09-051-6/+6
* Optimize QTextLayout/QTextEngine usage outside of QTextDocument.Milian Wolff2012-09-053-23/+61
* Fix Windows platform plugin narrowing conversion compile errorsJonathan Liu2012-09-052-2/+2
* Remove custom sort implementation in QTriangulator in favour of std::sort.Robin Burchell2012-09-041-126/+3
* Correct the QFileDialog's delete warning message.Mitch Curtis2012-09-041-3/+3
* Clarify QDateTime::secsTo and QDateTime::msecsTo documentation.Mitch Curtis2012-09-041-2/+2
* QNX: Move qpa-based mkspecs out of the unsupported directorySean Harmer2012-09-048-6/+6
* fix QT_{BEGIN,END}_INCLUDE_NAMESPACE mixupOswald Buddenhagen2012-09-041-0/+2
* Auto test for 'qmake -project' use case.Rafael Roquetto2012-09-047-4/+205
* Fix indentation.Morten Sorvig2012-09-049-9/+9
* QWizard/Win: Fix vista helper cache state invalidationJonathan Liu2012-09-041-1/+2
* graphicsview: use std::sort instead of qSortRobin Burchell2012-09-045-15/+15
* Doc: fix yet more errors reported by qdocaavit2012-09-045-17/+90
* QNX: Tidy up QMAKE_LFLAGS in qnx mkspecsSean Harmer2012-09-032-5/+1
* Generate includes for Qt containers used as auto-metatypes.Stephen Kelly2012-09-033-0/+119
* remove handling of QMAKE_FILETAGSOswald Buddenhagen2012-09-033-26/+0
* remove unnecessary QMAKESPEC fallback codeOswald Buddenhagen2012-09-031-5/+0
* remove pretenses of manual dependenciesOswald Buddenhagen2012-09-031-5/+5
* unbreak "make depend" for shadow buildsOswald Buddenhagen2012-09-031-6/+13
* unify c*flags in the hand-written makefiles somewhatOswald Buddenhagen2012-09-033-15/+17
* fix assignment of MSVCPROJ_TARGETOswald Buddenhagen2012-09-031-4/+1
* Cleaner support for window flags in QCocoaWindowGabriel de Dietrich2012-09-032-37/+75
* Use QStringList::join(QChar) overload where applicable [QtSql]Marc Mutz2012-09-033-3/+3
* 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