summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iOS: ensure that we restore text selection with correct cursor and anchor posRichard Moe Gustavsen2015-08-111-1/+1
* iOS: support cut/copy/paste shortcuts when using Bluetooth keyboardRichard Moe Gustavsen2015-08-111-8/+42
* QMimeDatabase: Run more tests on non-XDG/shared-mime-info platformsEike Ziller2015-08-116-25/+50
* QComboBox: make editable comboboxes usable with input methodsRichard Moe Gustavsen2015-08-111-0/+2
* QLineEdit: update IM status after selection changeRichard Moe Gustavsen2015-08-111-0/+3
* Use /Zc:throwingNew by default with MSVC 2015Thiago Macieira2015-08-101-1/+1
* When the focus changes make sure that the IME finishes correctlyAndy Shaw2015-08-101-1/+1
* Fix out-of-buffer read on image upscaleAllan Sandfeld Jensen2015-08-101-1/+4
* Extend QNetworkReply test exclusion on OS XSimon Hausmann2015-08-101-8/+1
* Always return grayscale indexed8 from QImage::alphaChannel()Allan Sandfeld Jensen2015-08-091-3/+4
* Improve readability of QTextLine's handling of (negative) right bearingTor Arne Vestbø2015-08-071-26/+55
* WinRT: Fix Visual Studio 2015 project generationMaurice Kalinowski2015-08-072-2/+8
* WinRT: Link against correct c-runtimeMaurice Kalinowski2015-08-074-30/+12
* Make tst_accessibility's characterRect match QAccessibleTextWidget::character...Tor Arne Vestbø2015-08-071-1/+1
* Fix link to QQ articleAndy Shaw2015-08-071-1/+1
* 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 documentation for QMAKE_HOSTSamuel Gaist2015-08-062-0/+26
* 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
* WinRT: Fix build for Windows 10Maurice Kalinowski2015-08-061-10/+15
* 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
* WinRT: Add Architecture flag to manifestMaurice Kalinowski2015-08-061-1/+2
* WinRT: Fix build for Windows 10Maurice Kalinowski2015-08-063-6/+6
* WinRT: Add dependency support for Win10Maurice Kalinowski2015-08-064-7/+12
* WinRT: Add manifest and assets to install rulesMaurice Kalinowski2015-08-061-0/+8
* 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-065-22/+69
* FreeBSD has pipe2, so enable it in forkfd.cThiago Macieira2015-08-061-0/+4
* Fix warnings about unused variablesThiago Macieira2015-08-061-2/+1
* Seed the random number generator before using QTemporaryDirThiago Macieira2015-08-062-1/+14
* 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-032-3/+16
* 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
* MSVC2015: Disable warning C4577 ('noexcept' used with no exception handling m...Friedemann Kleint2015-08-021-1/+1
* Don't expose qt_setQtEnableTestFont(bool) by defaultKonstantin Ritt2015-07-314-39/+73
* [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