summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qmake: use the manifest embedding feature of the MSVC linkerJoerg Bornemann2014-04-012-6/+23
* Simplify and update QDataStream's versioning documentation.Mitch Curtis2014-04-011-21/+3
* Add Qt_DefaultCompiledVersion to the QDataStream::Version enum.Mitch Curtis2014-04-012-10/+8
* QStringList: use QList:.swap(int,int) in removeDuplicates instead of assignmentMarc Mutz2014-03-311-1/+1
* tst_QStringList: add more checks for removeDuplicatesMarc Mutz2014-03-311-2/+7
* QStringList: use a functor instead of a function pointer for std::sortMarc Mutz2014-03-311-4/+9
* QStringList::join: micro-optimizationMarc Mutz2014-03-311-1/+1
* QStringList: add op<< overload for QList<QString>Marc Mutz2014-03-313-0/+17
* QStringList: remove copy ctorMarc Mutz2014-03-312-15/+0
* QCUPSSupport: Extract Method bannerPageToString() from setBannerPages()Marc Mutz2014-03-311-49/+17
* QCUPSSupport: Extract Method jobHoldToString() from setJobHold()Marc Mutz2014-03-311-49/+37
* Add a new optimization flag to QGraphicsItem.Dimitar Asenov2014-03-317-28/+190
* qdoc: Unexplained empty ref attributes in qhp filesMartin Smith2014-03-312-4/+8
* qdoc: \l{Qt::Window} links to the wrong pageMartin Smith2014-03-316-229/+220
* qdoc: fix inheritance information for some QML typesMartin Smith2014-03-3116-71/+99
* doc: Remove "current child" codeMartin Smith2014-03-316-93/+1
* qdoc: Teach qdoc to use multiple trees (part 3)Martin Smith2014-03-3118-1032/+1696
* qdoc: Teach qdoc to use multiple trees (part 2)Martin Smith2014-03-3126-626/+1375
* qdoc: Teach qdoc to use multiple treesMartin Smith2014-03-3116-677/+704
* Properly serialize QFont.Mitch Curtis2014-03-315-27/+140
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Mitch Curtis2014-03-31411-21840/+34270
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-24411-21840/+34270
| |\
| | * QNX: Fix sending of expose eventsFabian Bumberger2014-03-231-1/+2
| | * Apply fontconfig settings to custom fontsAllan Sandfeld Jensen2014-03-223-0/+52
| | * configure: Disable XCB auto-detection on MacJ-P Nurmi2014-03-221-3/+4
| | * Fix crash: make sure functions pointer is initialized.BogDan Vatra2014-03-221-1/+1
| | * Windows Phone: Remove QT_NO_CURSORv5.3.0-beta1Andrew Knight2014-03-212-2/+2
| | * Windows Phone: Remove ws2_32.lib dependencyAndrew Knight2014-03-212-2/+2
| | * QGuiApplication: send TouchCancel when touch is interrupted by popupShawn Rutledge2014-03-212-0/+63
| | * Initialize the picpainter State in the QAlphaPaintEngine.Michael Brüning2014-03-211-0/+1
| | * REG: Fix compilation with old AndroidManifest.xmlEskil Abrahamsen Blomfeldt2014-03-211-0/+2
| | * Remove manual test qpainfo, which is superseded by the qtdiag tool.Friedemann Kleint2014-03-213-312/+0
| | * Fix qdoc warnings in QMargins, QRect.Friedemann Kleint2014-03-212-8/+8
| | * QPA: Fix QPlatformTheme::Palette enum value spellingGabriel de Dietrich2014-03-213-2/+3
| | * Mac theming: Remove obsolete private color conversion functionsGabriel de Dietrich2014-03-212-14/+0
| | * Mac theming: Set background brush for menu paletteGabriel de Dietrich2014-03-212-5/+2
| | * QNX: Fix crash in bb_selectFabian Bumberger2014-03-211-2/+2
| | * QNX: Fix QGraphicsItem autotestFabian Bumberger2014-03-211-1/+1
| | * Cleanup and refactor QFontconfigDatabase::fontEngineAllan Sandfeld Jensen2014-03-211-65/+74
| | * Setting QT_NO_DEBUG should not remove symbolsLars Knoll2014-03-212-4/+0
| | * iOS: send a Qt::Key_Return when the user hits done/enterRichard Moe Gustavsen2014-03-211-2/+11
| | * iOS: implement 'close keyboard' gestureRichard Moe Gustavsen2014-03-211-3/+27
| | * REG: Android: Fix freeze when accessing assetsEskil Abrahamsen Blomfeldt2014-03-211-1/+0
| | * Cocoa: Fix geometry for embedded QWindows.Morten Johan Sørvig2014-03-202-0/+17
| | * Set unified toolbar height accurately.Morten Johan Sørvig2014-03-207-12/+121
| | * Teach font database to populate families lazilyTor Arne Vestbø2014-03-205-39/+136
| | * Fix bundled HarfBuzz-NG build on MacKonstantin Ritt2014-03-202-1/+15
| | * Respect scrollbar position setting on MacJens Bache-Wiig2014-03-203-10/+11
| | * Android: Try to hide the sw keyboard on finishComposingText.BogDan Vatra2014-03-201-1/+1
| | * network: add support for NTLM Session SecurityPeter Hartmann2014-03-202-3/+10