summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the cached font fallback families list in QFont::defaultFamily()Konstantin Ritt2015-12-151-2/+4
* QWinRTFontDatabase: Return the base class' fallbacksForFamilyKonstantin Ritt2015-12-151-0/+1
* Use proper class namespace in QBasicFontDatabase sub-classesKonstantin Ritt2015-12-152-2/+2
* QDockAreaLayout/QPlaceHolderItem: Store geometry excluding frame.Friedemann Kleint2015-12-153-9/+18
* Add support for reading fonts from TTC files on Windows EmbeddedAndy Shaw2015-12-151-13/+60
* QCocoaWindow - resize embedded viewsTim Blechmann2015-12-151-1/+5
* Extend blacklisting of tst_qsettings to OSX 10.11Tony Sarajärvi2015-12-151-0/+1
* Rewrote qmake's #include-detection to be more faithful to CPP.Edward Welbourne2015-12-156-113/+362
* Revert "tests: fixed compilation of tst_qtextstream"Edward Welbourne2015-12-151-1/+1
* QtNetwork: Standardize error message about IPv6 addresses for nameservers.v5.6.0-beta1Friedemann Kleint2015-12-144-4/+9
* xcb: Don't try to detect cases where the WM restricts geometry changesTor Arne Vestbø2015-12-141-8/+5
* winrt: Avoid blocking for the first processEvents runMaurice Kalinowski2015-12-141-2/+11
* remove visual studio specific argumentMaurice Kalinowski2015-12-141-0/+3
* Fix compilation for WinRTMaurice Kalinowski2015-12-1419-25/+34
* Don't detach the color table vectorSérgio Martins2015-12-131-2/+3
* QFileSystemModel: report special files which are not symlinksGiuseppe D'Angelo2015-12-132-4/+44
* QWindowsBackingStore::flush(): Add warning for UpdateLayeredWindowIndirect() ...Friedemann Kleint2015-12-121-1/+6
* QFileSystemModel autotest: fix a broken sort() testGiuseppe D'Angelo2015-12-121-7/+10
* Remove iOS workaround for pixman drawhelpersTor Arne Vestbø2015-12-121-7/+2
* QLineEdit: a validator fixup() should keep it modified; add failing testGiuseppe D'Angelo2015-12-121-0/+24
* iOS: Enable non-pixman NEON drawhelpers for both 32 and 64-bitTor Arne Vestbø2015-12-124-11/+17
* xcb: Use a placeholder QScreen when there are no outputs connectedBłażej Szczygieł2015-12-117-173/+212
* xcb: Don't cache the screen for a windowAlexander Volkov2015-12-112-12/+6
* Don't ignore first character after a string.Edward Welbourne2015-12-112-7/+7
* winrt: Readd parameters to the pid-file's CreateFile2 callOliver Wolff2015-12-111-1/+1
* QWidgetBackingStore::markDirty(): Clamp dirty region to window size.Friedemann Kleint2015-12-111-1/+5
* winrt: Use Windows 10 features when availableMaurice Kalinowski2015-12-111-0/+4
* automatically put TESTDATA into RESOURCES on android/ios/winrtOswald Buddenhagen2015-12-112-1/+18