summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | QTreeView: add size hint handling information to uniformRowHeightsSamuel Gaist2015-08-061-0/+3
* | | Doc: mark private QChar constructors as internalSamuel Gaist2015-08-061-0/+2
* | | Doc: add clarification about signals not being buffered when blockedSamuel Gaist2015-08-061-0/+2
* | | Doc: Fix wrong reference QApplication::setStandardPaletteSamuel Gaist2015-08-061-1/+2
* | | QProcessEnvironment documentation typo fixSamuel Gaist2015-08-061-6/+6
* | | Add reference to QRegularExpressionSamuel Gaist2015-08-061-0/+4
* | | Add env variable to control bearer backend polling timers.Lorn Potter2015-08-061-4/+8
* | | QMacStyle: Disable progress bar animationsMorten Johan Sørvig2015-08-061-1/+2
* | | Fix crash when mixing widgets with QtQuick 1 and Qt Quick 2Simon Hausmann2015-08-062-8/+14
* | | Don't add qmutex_xxx.cpp to SOURCES, as qmutex.cpp #include's themThiago Macieira2015-08-061-12/+12
* | | Don't check if Pentium's CPUID leaf 1 existsThiago Macieira2015-08-061-0/+4
* | | Doc: update QDebug documentation to talk about the escapingThiago Macieira2015-08-061-8/+95
* | | Change how QDebug escapes QStrings in the outputThiago Macieira2015-08-061-13/+30
* | | FreeBSD has pipe2, so enable it in forkfd.cThiago Macieira2015-08-061-0/+4
* | | Fix warnings about unused variablesThiago Macieira2015-08-061-2/+1
* | | Fix shortcut handling with modifiersFrederik Gladhorn2015-08-054-4/+32
* | | Allow sharing contexts in QOpenGLTexture::destroy()Laszlo Agocs2015-08-041-2/+3
* | | Android: Manually detach the thread after calling quitApp.Christian Strømme2015-08-031-0/+5
* | | QLoggingCategory: fix default severity in Q_LOGGING_CATEGORY macroAlex Merry2015-08-031-3/+5
* | | fix build with no built-in image handlersOswald Buddenhagen2015-08-036-4/+3
* | | do not warn about "untested" Windows versionsJoerg Bornemann2015-08-031-2/+0
* | | QSslSocket: Update error string in setSocketDescriptor()Kai Koehne2015-08-031-0/+1
* | | Disable #pragma diagnostic [push|pop] for gcc 4.5Kai Koehne2015-08-031-1/+1
* | | Don't expose qt_setQtEnableTestFont(bool) by defaultKonstantin Ritt2015-07-311-6/+11
* | | [QBasicFontDatabase] Minor code clean-upKonstantin Ritt2015-07-312-7/+3
* | | Micro optimization to Basic/Android FDB::populateFontDatabase()Konstantin Ritt2015-07-312-16/+20
* | | Default implementation for QPlatformFontDatabase::fallbacksForFamily()Konstantin Ritt2015-07-318-48/+60
* | | [QFontDatabase] Defer the fallback families list initializationKonstantin Ritt2015-07-312-20/+22
* | | ssl: add support for EC keys to non-OpenSSL backendsJeremy Lainé2015-07-313-1/+70
* | | Revert "Fix performance of recursive read-write locks"Thiago Macieira2015-07-312-0/+58
* | | qdoc: Fix incorrect keyword details written to .qhp for QML propertiesTopi Reinio2015-07-311-7/+1
* | | qdoc: Fix string used in compatibility members pageTopi Reinio2015-07-311-1/+1
* | | Doc: Add a \target for license information within QImage documentationTopi Reinio2015-07-311-2/+3
* | | qdoc: Add images used in examples into .qhpTopi Reinio2015-07-311-1/+3
* | | Fix SNI for TlsV1_0OrLater, TlsV1_1OrLater and TlsV1_2OrLaterAndré Klitzing2015-07-301-6/+3
* | | xcb: Make it compile on systems with xinput2 < 2.2Martin Koller2015-07-301-11/+13
* | | QLineEdit should inherit the input methods from QComboBox.BogDan Vatra2015-07-301-0/+1
* | | Android: Start the application when we know the screen geometry.BogDan Vatra2015-07-302-13/+25
* | | Doc: QFileDialog::ShowDirsOnly not supported on WindowsLeena Miettinen2015-07-301-5/+10
* | | consistently handle empty program string in QProcess::start overloadsJoerg Bornemann2015-07-301-1/+11
* | | Fix typo in filterAcceptsColumn docs: row is used in place of columnSamuel Gaist2015-07-281-1/+1
* | | Let the linker find xcb_poll_for_queued_event for usThiago Macieira2015-07-281-6/+9
* | | Make the function pointer to xcb_poll_for_queued_event not a memberThiago Macieira2015-07-282-16/+20
* | | xcb: Fix build with QT_NO_CURSORAndrew Knight2015-07-281-0/+2
* | | forkfd: Fix build with uClibc <= 0.9.33Thiago Macieira2015-07-281-2/+4
* | | xcb: fix tablet proximity againShawn Rutledge2015-07-281-5/+4
* | | Fix the internal compositing flag for QOpenGL/QuickWidgetLaszlo Agocs2015-07-281-2/+2
* | | ssl: fix native parsing of certificates with DSA keysJeremy Lainé2015-07-281-1/+1
* | | Windows: Split code paths for touch/native gesture events.Friedemann Kleint2015-07-273-6/+27
* | | Clear qt_tablet_target only when all buttons are released.Friedemann Kleint2015-07-271-1/+1