summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | stop exporting the library versionsOswald Buddenhagen2016-10-181-5/+0
* | | Compile uic and qdbusxml2cpp more often against libbootstrapLars Knoll2016-10-183-3/+10
* | | Windows: Fix rendering of MingLiU fonts at some scalesEskil Abrahamsen Blomfeldt2016-10-172-8/+24
* | | Disable WindowsContextHelpButtonHint for Dialogs that are not QWidgetKai Koehne2016-10-171-4/+2
* | | QMenu: don't force platform instance creation on constructionJ-P Nurmi2016-10-164-3/+17
* | | Fix tvOS buildJake Petroules2016-10-162-2/+2
* | | Explicitly mark old macros as compatibility synonymsJake Petroules2016-10-161-1/+1
* | | make use of QT_REQUIRE_CONFIG() in platformsupport modulesOswald Buddenhagen2016-10-1512-29/+28
* | | rely on transitive library dependencies for freetype/fontconfigOswald Buddenhagen2016-10-1518-34/+5
* | | port to modularized platformsupport librariesOswald Buddenhagen2016-10-15124-197/+267
* | | create modularized version of qtplatformsupport moduleOswald Buddenhagen2016-10-1544-202/+447
* | | cleanup related to transitive dependenciesOswald Buddenhagen2016-10-155-15/+2
* | | use helper libs via QMAKE_USEOswald Buddenhagen2016-10-1515-45/+24
* | | get rid of Q_FONTCONFIGDATABASE defineOswald Buddenhagen2016-10-151-2/+2
* | | Add optimize-for-size case to ucstrncmpErik Verbruggen2016-10-141-1/+12
* | | make setting OPENSSL_LIBS_{DEBUG,RELEASE} work with dynamic buildsOswald Buddenhagen2016-10-141-1/+8
* | | Fix resolution of OPENSSL_LIBS in ssl.priKai Koehne2016-10-141-0/+2
* | | eglfs: clean up includes in the shared kms codeLaszlo Agocs2016-10-141-4/+1
* | | Android: Re-enable asset extraction for stylingEskil Abrahamsen Blomfeldt2016-10-143-7/+7
* | | QPathClipper: remove homebrew 'qRemoveDuplicates' algorithmAnton Kudryavtsev2016-10-141-20/+1
* | | Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-1460-250/+250
* | | winrt: Do not lose initial data for TCP connectionsOliver Wolff2016-10-142-9/+27
* | | iOS: Take advantage of new synchronous API for QPA event deliveryTor Arne Vestbø2016-10-143-51/+43
* | | eglfs: Fix deformed mouse cursor imageLaszlo Agocs2016-10-131-2/+4
* | | macOS: Remove workaround for including AppKit.h with slots definedTor Arne Vestbø2016-10-135-40/+25
* | | macOS: Remove QNSView member m_window in favor of going via m_platformWindowTor Arne Vestbø2016-10-134-75/+82
* | | macOS: Use QPointer to track QNSView -> QCocoaWindowTor Arne Vestbø2016-10-133-15/+1
* | | Android: Allow the user to hook into the onCreate methodsBogDan Vatra2016-10-122-5/+12
* | | de-duplicate freetype configure entryOswald Buddenhagen2016-10-121-6/+2
* | | winrt: tcpsocket: Update bytesAvailable when new data is readHarald Meyer2016-10-122-2/+7
* | | winrt: Rework handling of udp datagramsOliver Wolff2016-10-122-12/+105
* | | Fix build with various features disabledLars Knoll2016-10-116-3/+25
* | | Add configure feature for QUrl::topLevelDomainLars Knoll2016-10-117-1/+29
* | | Add configure feature for QCommandLineParserLars Knoll2016-10-115-5/+22
* | | Add configure feature for time zone supportLars Knoll2016-10-117-69/+91
* | | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-10-1123-110/+180
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-1123-110/+180
| |\| |
| | * | Revert "QCocoaKeyMapper - correctly update key layouts"Timur Pocheptsov2016-10-101-9/+7
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-0822-101/+173
| | |\|
| | | * QEvent: fix typo in apidocFrederik Schwarzer2016-10-081-1/+1
| | | * dbustray: Support replacing menu on QDBusTrayIconDmitry Shachnev2016-10-073-8/+16
| | | * QAbstractItemView: use only a 1x1 QRect for selecting on mouse pressFrank Reininghaus2016-10-071-2/+7
| | | * Fix multimedia print key mappingAllan Sandfeld Jensen2016-10-071-1/+1
| | | * Darwin: correct state restore when FSEventsStream starting failsErik Verbruggen2016-10-072-45/+77
| | | * Link to topLevelChanged() in the docs of QDockWidget::floatingSergio Martins2016-10-071-1/+3
| | | * QTemporaryFile's setFileTemplate operates not only on XXXXXX in the endSune Vuorela2016-10-061-1/+1
| | | * QPixmap::load: ensure QBitmap stays a QBitmap even on failureMarc Mutz2016-10-061-26/+24
| | | * QGraphicsWidget: Fix UB (invalid member calls) in destruction sequenceMarc Mutz2016-10-061-0/+5
| | | * Plug leak in QFormLayout::setWidget()Marc Mutz2016-10-061-6/+9
| | | * QDBusDemarshaller: use RAII in duplicate()Marc Mutz2016-10-061-2/+5