summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | QWasmEventTranslator: replace five QHash with constexpr C arraysMarc Mutz2019-07-162-41/+59
| | * | | Eradicate Q_FOREACH in the WASM plugin and mark the plugin free of themMarc Mutz2019-07-152-2/+4
| | * | | QWasmFontDatabase: replace QStringList with a C array of stringsMarc Mutz2019-07-151-4/+7
| | * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-108-2/+15
| | |\| |
| | | * | Fix compilation with disabled deprecated APIsSona Kurazyan2019-07-086-1/+12
| | | * | xcb: reduce focus-in delayGatis Paeglis2019-07-052-1/+3
* | | | | Rename alias property on source files to QT_RESOURCE_ALIASLeander Beernaert2019-08-151-1/+1
* | | | | Fix add_qt_resource behavior with regards to unspecified prefixesSimon Hausmann2019-08-092-31/+14
* | | | | Add some missing CLASS_NAME values to pluginsAlexandru Croitor2019-07-227-4/+16
* | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-1189-713/+1138
|\| | | |
| * | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-0814-81/+99
| |\| | |
| | * | | Port some trivial cases from QMutex to QRecursiveMutexMarc Mutz2019-07-061-2/+2
| | * | | Remove usages of QSysInfo's deprecated APIsSona Kurazyan2019-07-052-4/+5
| | * | | Do not access invalid QAccessibleInterfaceJan Arve Sæther2019-07-051-1/+1
| | * | | QPainter: mark obsolete RenderHints as deprecatedChristian Ehrlicher2019-07-031-1/+5
| | * | | Remove QWindowsDirect2DEventDispatcherJoerg Bornemann2019-07-022-16/+0
| | * | | QCoreWlanEngine: port away from Java-style iterators (and other fixes)Marc Mutz2019-07-022-49/+20
| | * | | Remove hook handling code from QEventDispatcherWin32Joerg Bornemann2019-07-021-1/+0
| | * | | Fix build without feature.tabbarTasuku Suzuki2019-07-021-1/+9
| | * | | Fix build without feature.dockwidget and tabwidgetTasuku Suzuki2019-07-021-1/+6
| | * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-013-3/+48
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-291-3/+27
| | | |\|
| | | | * QAndroidInputContext: Generate a QInputMethodEvent in reset()Vova Mshanetskiy2019-06-281-0/+1
| | | | * QAndroidInputContext: Do not stop composing when user taps the cursorVova Mshanetskiy2019-06-281-1/+19
| | | | * QAndroidInputContext: Consider preedit text in getCursorCapsMode()Vova Mshanetskiy2019-06-281-2/+7
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-282-0/+21
| | | |\|
| | | | * macOS: lower the splash screen when a modal dialog blocks itVolker Hilsheimer2019-06-261-0/+19
| | | | * Android: Use Android button layout for the DialogButtonBoxLayout hintAndy Shaw2019-06-181-0/+2
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-257-6/+42
| | | |\|
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-2014-283/+587
| | | |\ \
| | * | | | Optimize some atomic countersMarc Mutz2019-06-271-2/+3
| * | | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-06-2680-633/+1040
| |\| | | |
| | * | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-2520-289/+629
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | NSMenuItem/NSMenu - set the submenu properlyTimur Pocheptsov2019-06-214-0/+24
| | | * | | Use Xft DPI as basis for HiDPI scalingAllan Sandfeld Jensen2019-06-192-5/+16
| | | * | | macOS: Don't capture local Q_D in QMacStyleTor Arne Vestbø2019-06-191-1/+2
| | | | |/ | | | |/|
| | | * | macOS: Make QMacStyle::standardPalette() reflect the platform themeTor Arne Vestbø2019-06-191-5/+6
| | | * | macOS: prevent duplicate backing store scalingMorten Johan Sørvig2019-06-191-2/+3
| | | * | macOS: Invalidate window shadow after QNSWindowBackingStore resizeTor Arne Vestbø2019-06-183-10/+30
| | | * | Windows: Use UUIDs instead of function pointer to mangle window classesTim Blechmann2019-06-181-2/+3
| | | * | iOS Accessibility: implement accessibilityElements and check indexingFrederik Gladhorn2019-05-211-0/+8
| | | * | Cocoa: always send queued user input eventsMorten Johan Sørvig2019-03-212-10/+22
| | | * | Fix crash when app is going to shutdown but conf manager is requestedVal Doroshchuk2019-06-121-6/+7
| | | * | QAndroidInputContext: Improve compatibility with virtual keyboardsVova Mshanetskiy2019-06-052-202/+430
| | | * | QAndroidInputContext: Don't allow clearing selection by dragging handlesVova Mshanetskiy2019-06-051-39/+27
| | | * | QAndroidInputContext: Fix unneeded preedit commits when dragging handlesVova Mshanetskiy2019-06-051-11/+52
| | | * | Track swap interval in QXcbWindowErik Kurzinger2019-06-133-4/+7
| | * | | QNetworkManagerSettings: port DBus calls from callWithArgumentList() to call()Marc Mutz2019-06-191-27/+10
| | * | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-206-13/+13
| | * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-1432-210/+294
| | |\ \ \ | | | | |/ | | | |/|