summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* QMacStyle: CE_TabBarTabShape is now HITheme-freeGabriel de Dietrich2018-04-122-103/+163
* QMacStyle: SE_TreeViewDisclosureItem is now HITheme-freeGabriel de Dietrich2018-04-121-18/+3
* QMacStyle: PE_FrameTabWidget in now HITheme-freeGabriel de Dietrich2018-04-122-74/+57
* QMacStyle: Remove cached focus ring drawingGabriel de Dietrich2018-04-121-79/+23
* QMacStyle: CC_ComboBox is now HITheme-freeGabriel de Dietrich2018-04-122-468/+241
* glx: Fix loading OpenGL library when libGL.so symlink is missingDmitry Shachnev2018-04-101-0/+2
* iOS: Remove sending of duplicate touch events after broken mergeTor Arne Vestbø2018-04-101-1/+1
* Extend the MariaDB define check to cover the later versions tooAndy Shaw2018-04-101-2/+2
* xcb: various coding style cleanups in qxcbbackingstoreGatis Paeglis2018-04-092-37/+33
* xcb: rename two classes in qxcbbackingstoreGatis Paeglis2018-04-092-23/+23
* oci: Use OCIBindByPos2 to accommodate data longer than USHRT_MAXAndy Shaw2018-04-061-3/+3
* Avoid multiple connections to same response in FileChooser portalJan Grulich2018-04-061-0/+3
* QMacStyle: Fix "on" toggle button text colorGabriel de Dietrich2018-04-051-1/+2
* Make nvidia resets opt-in based on QSurfaceFormat::ResetNotificationDavid Edmundson2018-04-051-1/+1
* Support graphics reset status for offscreen surfaces in XCB-GLXDavid Edmundson2018-04-051-0/+6
* Windows QPA: Fix override cursor not working when re-entering the windowFriedemann Kleint2018-04-052-0/+3
* Fix read-only text browser sometimes jump to the top of the documentJarek Kobus2018-04-041-0/+6
* Cocoa: Make QMacNativeWidget paint correctlyMorten Johan Sørvig2018-04-031-3/+5
* Windows: handle multiple transient children when closing windowsMauro Persano2018-03-291-11/+7
* Allow compilation with clang-cl disguised as clJürgen Hunold2018-03-281-1/+1
* QMacStyle: Fix spinbox implicit heightGabriel de Dietrich2018-03-271-1/+1
* QMacStyle: Fix text color for disabled default buttonsGabriel de Dietrich2018-03-271-4/+5
* QMacStyle: Remove CT_ToolButton related dead codeGabriel de Dietrich2018-03-271-29/+0
* QMacStyle: SE_PushButtonContents is HITheme-freeGabriel de Dietrich2018-03-272-131/+42
* QMacStyle: Do manual button sizing for CT_PushButtonGabriel de Dietrich2018-03-271-40/+37
* sqlite: Support using execBatch() with duplicated named placeholdersAndy Shaw2018-03-271-0/+25
* QSqlResult: use QVector<int> instead QList<int> for indexes valueChristian Ehrlicher2018-03-231-4/+5
* QMacStyle: Don't highlight square buttons text when pressedGabriel de Dietrich2018-03-221-4/+6
* QMacStyle: Refactor button sizingGabriel de Dietrich2018-03-222-44/+47
* QMacStyle: Make CE_PushButtonBevel square if large enoughGabriel de Dietrich2018-03-222-37/+94
* QMacStyle: No more HITheme for CC_ToolButtonGabriel de Dietrich2018-03-222-73/+38
* QMacStyle: No more HITheme for CE_PushButtonBevelGabriel de Dietrich2018-03-222-112/+156
* QMacStyle: Make CocoaControl a full typeGabriel de Dietrich2018-03-222-50/+80
* Add env variable to set QNX screen debugging informationPasi Petäjäjärvi2018-03-221-0/+41
* Support GLX_NV_robustness_video_memory_purge in XCB-GLXDavid Edmundson2018-03-222-8/+58
* offscreen: Check that native interface is valid before using itAndy Shaw2018-03-211-1/+2
* Fix crash when deleting a QSqlQueryModel after closing the databaseMarcel Krems2018-03-211-2/+4
* macOS: Handle NaN mouse event positionsNathan Collins2018-03-211-2/+6
* Cocoa: Restore resizable window mask setting to 5.9 behaviorMorten Johan Sørvig2018-03-211-1/+1
* Fix subpixel rendering on Windows/FreeTypeSergio Martins2018-03-201-4/+0
* Modernize the "regularexpression" featureUlf Hermann2018-03-203-7/+7
* Fix display recognition for IBUSLars Knoll2018-03-201-1/+1
* Windows QPA: Fix potential crash in leave event handlingFriedemann Kleint2018-03-201-1/+1
* sqlite: Prevent a crash when sqlite does not detect any parametersAndy Shaw2018-03-171-1/+4
* Windows QPA: Improve tablet mode detectionFriedemann Kleint2018-03-172-11/+36
* QGtk3Menu::showPopup(): fix target item selectionJ-P Nurmi2018-03-161-3/+3
* QFlatpakTheme: Cleanup the codeAlexander Akulich2018-03-141-73/+15
* xcb: Prevent shared memory allocation on every window resizeBłażej Szczygieł2018-03-141-35/+83
* QWindowWindow: Avoid resize events from the ctorLaszlo Agocs2018-03-131-2/+3
* Windows QPA: Fix QWindowsWindowFunctions::SetHasBorderInFullScreen() to work ...Friedemann Kleint2018-03-132-1/+16