summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QtPrintSupport: eradicate all Q_FOREACH loopsMarc Mutz2015-12-236-16/+21
* QGraphicsView: replace some Q_FOREACH loops over const locals with C++11 rang...Marc Mutz2015-12-233-19/+19
* QGraphicsView: replace some Q_FOREACH loops over rvalues with C++11 range-forMarc Mutz2015-12-236-45/+78
* tst_collections: "explicit instantiation of 'NS::QList' must occur in namespa...Marc Mutz2015-12-231-0/+2
* Fix resource leak/fix broken file open checkFrank Meerkoetter2015-12-221-2/+4
* Optimize a code path in QGraphicsScenePrivate::cancelGesturesForChildren()Marc Mutz2015-12-221-19/+20
* Fix OSX namespace build.Erik Verbruggen2015-12-221-1/+1
* QGraphicsSceneBspTreeIndex: simplify the code of items()Marc Mutz2015-12-221-16/+13
* Refactor tst_QGraphicsWidget::setTabOrderAndReparent().Friedemann Kleint2015-12-221-62/+66
* QGraphicsScene: don't build a temporary QList just to iterate over itMarc Mutz2015-12-221-7/+4
* QGraphicsScene: prevent lots of detaching d/t editing of copiesMarc Mutz2015-12-222-4/+4
* Qt5CoreMacros: Sync with CMake project counterpartKevin Funk2015-12-211-4/+4
* QListViewItem: Remove pointless copy ctorSérgio Martins2015-12-211-3/+0
* QtWidgets: de-inline some more virtual dtorsMarc Mutz2015-12-216-1/+24
* QtWidgets: de-inline some Private ctorsMarc Mutz2015-12-216-97/+113
* Don't re-evaluate QTextCharFormat::font() all the time in QAccessibleTextWidg...Marc Mutz2015-12-211-5/+7
* Remove a use of a QMap in QAccessibleTextWidget::attributes()Marc Mutz2015-12-211-7/+49
* QLineEdit: hold SideWidgetEntry in std::vector, not QVectorMarc Mutz2015-12-213-14/+22
* Make use of new QHash::erase(const_iterator) overloadMarc Mutz2015-12-1910-33/+31
* QHash/QSet: add erase(const_iterator)Marc Mutz2015-12-194-14/+43
* Fix linux-clang build.Erik Verbruggen2015-12-191-0/+1
* Fix namespaced build on OSX.Erik Verbruggen2015-12-191-1/+1
* Use qEnvironmentVariableIntValue() instead of qgetenv().toInt().Sérgio Martins2015-12-183-5/+5
* De-duplicate QGraphicsItemPrivate vtableMarc Mutz2015-12-182-2/+8
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2015-12-18141-622/+2032
|\
| * Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-18141-622/+2032
| |\
| | * Windows: Restore window geometry after normal->maximized->fullscreen->normal.Friedemann Kleint2015-12-172-2/+69
| | * Windows: Clear key recorder when application becomes inactive.Friedemann Kleint2015-12-171-0/+11
| | * Windows: fix fullscreen OpenGL window issues with an opt-in functionAndy Shaw2015-12-175-2/+58
| | * qmake: Combine two variables into an array to simplify a loop.Edward Welbourne2015-12-171-7/+5
| | * qmake: teach findMocs to handle backslash-newline gracefully.Edward Welbourne2015-12-179-47/+150
| | * Use Q_CONSTRUCTOR_FUNCTION instead of doing the same manuallyAllan Sandfeld Jensen2015-12-172-23/+7
| | * iOS: Clear focusObject if first responder is set to nullMarkus Goetz2015-12-171-1/+5
| | * iOS: Don't hide keyboard on "Done" button when focus object has changedMarkus Goetz2015-12-171-0/+8
| | * iOS: notify application when edit menu is closedRichard Moe Gustavsen2015-12-171-0/+17
| | * iOS: include marked text when reporting IM textInRange and endOfDocumentRichard Moe Gustavsen2015-12-171-2/+12
| | * Android: Fix crash at exitBogDan Vatra2015-12-173-3/+25
| | * QOpenGLTexture: fix the number of faces returned by faces()Giuseppe D'Angelo2015-12-161-0/+2
| | * QOpenGLTexture: check textureId for knowing whether a texture was createdGiuseppe D'Angelo2015-12-161-1/+1
| | * QOpenGLTexturePrivate: remove unused member variableGiuseppe D'Angelo2015-12-161-1/+0
| | * ensure that we don't leak QT_TOOL_ENV beyond qt_tool.prfOswald Buddenhagen2015-12-161-0/+2
| | * Cache font fallback families to reduce startup timeKonstantin Ritt2015-12-161-3/+52
| | * DirectWrite: Implement transforms for grayscale aaEskil Abrahamsen Blomfeldt2015-12-162-2/+8
| | * DirectWrite: Fix clipping bug with grayscale AA renderingEskil Abrahamsen Blomfeldt2015-12-161-4/+4
| | * winrt: Align error code handling with WinCEMaurice Kalinowski2015-12-151-1/+1
| | * qmake: simplify file-reading loop in findMocsEdward Welbourne2015-12-151-4/+4
| | * qmake: teach moc-detector to handle C++-11 raw stringsEdward Welbourne2015-12-152-83/+86
| | * qmake: Fix comment false-alarm bug in findMocs().Edward Welbourne2015-12-152-0/+3
| | * don't call qtAddToolEnv() directlyOswald Buddenhagen2015-12-152-13/+15
| | * Complete a test for QFilePrivate::fileName offset on Linuxhjk2015-12-151-1/+1