summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add DEPENDS option to qt5_wrap_cpp()Daniel Levin2015-12-211-5/+6
* qprocessordetection.h: Fix detection of 32-bit ARMv8Thiago Macieira2015-12-211-20/+27
* Fix visibility of bundled zlib symbols with mingwJohn Brooks2015-12-211-7/+2
* Remove superfluous ReleaseSemaphore/WFSO callsJoerg Bornemann2015-12-212-13/+16
* Fix broken permission to mode mappingFrank Meerkoetter2015-12-191-3/+3
* Windows: Restore window geometry after normal->maximized->fullscreen->normal.Friedemann Kleint2015-12-171-2/+2
* 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
* 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
* 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
* 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-152-8/+3
* 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
* 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
* Don't detach the color table vectorSérgio Martins2015-12-131-2/+3
* QFileSystemModel: report special files which are not symlinksGiuseppe D'Angelo2015-12-131-4/+0
* QWindowsBackingStore::flush(): Add warning for UpdateLayeredWindowIndirect() ...Friedemann Kleint2015-12-121-1/+6
* Remove iOS workaround for pixman drawhelpersTor Arne Vestbø2015-12-121-7/+2
* 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
* 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
* QJsonObject::(const_)iterator: add pointer typedefGiuseppe D'Angelo2015-12-112-0/+12
* Fix broken QIOSContext setup due to missing 0-initialization of EAGLContextTor Arne Vestbø2015-12-101-3/+4
* xcb: compare to previous state when sending geometry and expose eventsTor Arne Vestbø2015-12-101-6/+27
* XCB: prevent a fp division by zeroGiuseppe D'Angelo2015-12-101-4/+7
* QFileSystemModel: do not unwatch directories if removal failsGiuseppe D'Angelo2015-12-101-8/+12
* QPlatformTheme: added TabButtonFont and GroupBoxTitleFontLiang Qi2015-12-101-0/+2
* Register QPA Menu, Dialog & SysTray enums & flagsJ-P Nurmi2015-12-093-0/+21
* Clarify what time-zone "transitions" are.Edward Welbourne2015-12-091-0/+5
* winrt: Store exit code in pid fileMaurice Kalinowski2015-12-091-4/+13