summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix QPainter::rotate() documentationMitch Curtis2016-01-041-1/+1
* Fix crash because of NULL screen in QXcbWindowBłażej Szczygieł2016-01-041-8/+6
* Fix deadlock when setting environment variables.Samuel Nevala2016-01-041-15/+36
* tst_qwindow::isExposed - fix failing test on OS XTimur Pocheptsov2016-01-041-9/+10
* QNetworkReplyHttpImpl: convert another QDateTime::currentDateTime() to curren...Marc Mutz2016-01-041-1/+1
* Update PCRE to SVN r1622 (8.38 + patches)Giuseppe D'Angelo2016-01-049-157/+284
* QNativeSocketEngine: fix undefined variable on FreeBSDDmitry Shachnev2016-01-021-1/+1
* Suspend processing of some messages in the default busses by defaultThiago Macieira2016-01-025-7/+79
* Add a default argument to QDBusPendingCallWatcher::finished signalThiago Macieira2016-01-021-1/+1
* Remove unused member variable QDBusConnectionPrivate::timeoutsPendingAddThiago Macieira2016-01-021-2/+0
* QSocks5SocketEngine: Always try to connect in connectToHost unless already co...Robin Burchell2015-12-301-6/+8
* Fix incorrect screen number reported by QDesktopWidgetBłażej Szczygieł2015-12-302-6/+31
* Cleanup memory owned by QTestTablePrivateFrank Meerkoetter2015-12-301-0/+5
* Change a QList of pointers to QVectorThiago Macieira2015-12-291-1/+1
* QMimeDatabase: follow symlinks when checking for FIFO etc.David Faure2015-12-291-1/+2
* CMake: Add -fPIC to CXX flags only where necessaryKevin Funk2015-12-281-1/+22
* Default to OpenGLES when building with -opengl es2Allan Sandfeld Jensen2015-12-251-0/+4
* xcb: Add Xinerama 3rd party source code for static buildBłażej Szczygieł2015-12-224-3/+1468
* xcb: Add Xinerama supportBłażej Szczygieł2015-12-226-19/+75
* Fix QJsonValue::fromVariant() if the variant contains a json objectLars Knoll2015-12-221-0/+12
* QUrl: revert path-normalization in setPath().David Faure2015-12-221-2/+4
* QStandardPaths: warn if $XDG_RUNTIME_DIR doesn't existDavid Faure2015-12-221-8/+22
* Docu: fix documentation of QHostAddress() default constructor.David Faure2015-12-221-1/+1
* QHeaderView: Reset cached section sizes on font and style changeGabriel de Dietrich2015-12-211-3/+5
* QHeaderView and others: Fix font lookup nameGabriel de Dietrich2015-12-212-5/+4
* 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