summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix UB in QLayout::childEventOlivier Goffart2017-04-191-22/+9
| * macOS: Initialize window geometry early on, instead of when creating NSWindowTor Arne Vestbø2017-04-191-2/+4
| * Doc: Fix link errorsNico Vertriest2017-04-192-3/+3
| * winrt: Fix keyboard modifier statesOliver Wolff2017-04-191-11/+26
| * winrt: Fix QKeyEvent::isAutoRepeatOliver Wolff2017-04-191-6/+10
| * Fix PNGs saved from QImage transform of 8-bit imagesAllan Sandfeld Jensen2017-04-193-2/+16
| * QLineEdit: Make the clear button always the leftmost buttonElvis Angelaccio2017-04-192-0/+34
| * QNetworkReplyHttpImpl - check 'isOpen' twiceTimur Pocheptsov2017-04-191-0/+6
| * Fix build for -no-feature-cssparserStephan Binner2017-04-191-0/+2
| * Fix warning for -no-feature-graphicseffectStephan Binner2017-04-191-0/+1
| * Fix warning for -no-feature-gesturesStephan Binner2017-04-191-2/+2
| * Fix warnings for -no-feature-texthtmlparserStephan Binner2017-04-192-0/+3
| * Doc: Hide QPA classesFriedemann Kleint2017-04-192-6/+3
| * Add debug output for QScrollPrepareEvent and QScrollEventFriedemann Kleint2017-04-191-0/+14
| * Initialize QLoggingRegistry rules on first use, not qApp constructionTor Arne Vestbø2017-04-184-6/+18
| * QGraphicsBlurEffect: Fix for high DPI scalingFriedemann Kleint2017-04-182-1/+10
| * Doc: add missing doc for parametersNico Vertriest2017-04-182-5/+5
| * QGraphicsDropShadowEffect: Fix for high DPI scalingFriedemann Kleint2017-04-181-0/+2
| * Doc: Remove broken link to QWindowSystemInterface::registerTouchDevice()Leena Miettinen2017-04-182-2/+6
| * QGraphicsColorizeEffect: Fix for high DPI scalingFriedemann Kleint2017-04-181-0/+1
| * Doc: add missing specs about parametersNico Vertriest2017-04-182-1/+7
| * Doc: rephrase parameter description to avoid qdoc error messageNico Vertriest2017-04-181-4/+4
| * Add debug operators for font database structs for easier debuggingTor Arne Vestbø2017-04-183-0/+46
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-1825-64/+175
| |\
| | * Fix undefined behavior in QSharedPointer::create()5.8Ihor Dutchak2017-04-172-1/+54
| | * QMatrix4x4: fix aliasing problem in operator*=Marc Mutz2017-04-142-1/+6
| | * Doc: updated QSyntaxHighlighter documentation and use QRegularExpressionSamuel Gaist2017-04-124-32/+33
| | * QLocale: do not test for Q_OS_MAC before including qglobal.hGiuseppe D'Angelo2017-04-121-2/+2
| | * QFontconfigDatabase: properly parse desktop environment variableMarco Trevisan (Treviño)2017-04-121-1/+7
| | * QtWidgets: Don't open submenus when mouse is moving between actionsBłażej Szczygieł2017-04-122-5/+19
| | * Improve QStringBuilder docsMarc Mutz2017-04-121-8/+20
| | * Restore compatibility with Qt 5.7.0 and 5.6.1Thiago Macieira2017-04-1212-14/+34
| * | Fix build error with -no-feature-sliderPaul Olav Tvete2017-04-181-1/+1
| * | icc: thread_local in macOS is working since 10.7Thiago Macieira2017-04-171-4/+1
| * | Fix build with libdrm >= 2.4.78Thiago Macieira2017-04-172-10/+10
| * | Update the Clang support for SIMD code generationThiago Macieira2017-04-171-2/+3
| * | Update the Clang usual versions for Apple's buildThiago Macieira2017-04-161-1/+5
| * | qfloat16: Fix GCC warning about use of old-style castThiago Macieira2017-04-151-0/+1
| * | QSplitter::replaceWidget(): Add geometry related remarkGabriel de Dietrich2017-04-141-0/+4
| * | QMenu: Fix torn-off menu display crash issueDongmei Wang2017-04-142-9/+81
| * | QMenu: Fix margins related display issuesDongmei Wang2017-04-143-22/+242
| * | QVariant: implement QByteArray ↔ QUuid conversionv5.9.0-beta2Marc Mutz2017-04-143-6/+29
| * | Fix precompiled headers on Apple platforms, with multiple architecturesJake Petroules2017-04-144-40/+74
| * | Windows QPA: Move initialization of resources out of the Qt namespaceFriedemann Kleint2017-04-131-1/+6
| * | Preserve last modification timestamps of installed program filesSimon Hausmann2017-04-134-4/+19
| * | Be more explicit about the supported platforms for OpenGL ES 2Jake Petroules2017-04-131-3/+3
| * | bootstrap: Remove redundant occurrence of qcore_foundation.mmGabriel de Dietrich2017-04-121-1/+0
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-1221-118/+139
| |\|
| | * configure: fix detection of xcb extensionsGatis Paeglis2017-04-111-12/+14
| | * Android: Fix application state trackingChristian Strømme2017-04-115-29/+40