summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Use update() instead of repaint() when displaying a new messageAndy Shaw2018-10-021-1/+1
* Make QMacCocoaViewContainer work againMorten Johan Sørvig2018-09-021-0/+5
* QLabel: Use nullptr in documentationAndre Hartmann2018-08-011-5/+5
* QCalendarWidget: update the year label correctly on locale changeEirik Aavitsland2018-07-161-1/+1
* QLineEdit: Fix behavior of DeleteStartOfWord keyAlexander Volkov2018-07-161-1/+2
* Show the toolbutton's menu in the right place on multiple screensAndy Shaw2018-07-101-2/+2
* QSplashScreen: Pass the layout direction set on widget to the painterAndy Shaw2018-07-101-0/+1
* QMenuBar: Account for displays that are above 0x0Andy Shaw2018-06-291-1/+1
* Fix interaction with the menu bar on touchscreensAlexander Volkov2018-06-251-1/+8
* Doc: Add missing full stops in briefsPaul Wicking2018-06-212-2/+2
* Fix build for Android with android-clang in r17Liang Qi2018-06-061-1/+1
* QAbstractSpinBox: Add more documentation cross linksAndre Hartmann2018-06-041-0/+4
* QAbstractSpinBox: Fix missing frame conditionGabriel de Dietrich2018-05-301-1/+1
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-2912-30/+39
* Fix build without features.cursorTasuku Suzuki2018-05-151-11/+15
* Fix build without features.completerTasuku Suzuki2018-05-091-0/+2
* Fix Clang 6 warning about comparing different enumsThiago Macieira2018-05-041-1/+1
* Convert features.toolbar to QT_[REQUIRE_]CONFIGStephan Binner2018-05-0219-130/+127
* Fix for input method commit that ends with newlinePaul Olav Tvete2018-04-271-1/+6
* QTabWidget: clarify ownership after insertTab() and addTab()Anton Kudryavtsev2018-04-201-4/+8
* QSplitter: fix doc for widget() and handle()Anton Kudryavtsev2018-04-181-4/+5
* dockwidgets: Resize the rubber-band when our drop target is resizedSergio Martins2018-04-122-1/+18
* Fix grouped dock widget from shifting down when createdSergio Martins2018-04-111-0/+2
* Fix z-order when dragging a dock widget over anotherSergio Martins2018-04-111-0/+1
* Fix crash if dock widget gets deleted while draggingSergio Martins2018-04-101-2/+3
* QSplitter::indexOf: fix documentationAnton Kudryavtsev2018-04-101-2/+2
* QTabBar: Repaint when releasing mouse on selected tabGabriel de Dietrich2018-04-051-1/+5
* Improve QAbstractSpinBox::stepBy() docsMitch Curtis2018-04-051-5/+4
* Check if the movie's current pixmap is null before drawing itAndy Shaw2018-04-041-1/+1
* widgets: Add a QT_CONFIG(style_stylesheet) guardMikhail Svetkin2018-03-201-3/+7
* QMenu: Realign submenu first action with its parent menu actionGabriel de Dietrich2018-03-161-0/+7
* Fix QLabel crash if buddy's lifetime is too shortSergio Martins2018-03-083-1/+22
* QTabWidget: Do not add tabbar size during sizeHint() when it is hiddenChristian Ehrlicher2018-03-071-12/+24
* QToolBar: Fix QToolbar extension button icon after LayoutDirectionChangeChristian Ehrlicher2018-02-152-3/+23
* Merge "Merge remote-tracking branch 'origin/5.9' into 5.11" into refs/staging...Liang Qi2018-02-141-1/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-1/+3
| |\
| | * QComboBoxPrivate::showNativePopup(): Scale target rectangleJ-P Nurmi2018-02-051-1/+3
* | | Fix typo in code handling Qt::AA_DontShowShortcutsInContextMenusFriedemann Kleint2018-02-142-6/+4
|/ /
* | Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-104-2/+28
|\ \
| * | QLineEdit: implement quick text selection by mouseElvis Angelaccio2018-02-033-2/+24
| * | QMenuBar::mouseReleaseEvent: fix triggering hidden actionsYulong Bai2018-01-241-0/+4
* | | QDockWidget: Use theme font for titleGabriel de Dietrich2018-02-052-0/+6
* | | QMdiSubWindow: Hide "system" menu icons on macOSGabriel de Dietrich2018-02-051-0/+7
* | | Introducing SH_SpinBox_ButtonsInsideFrameGabriel de Dietrich2018-02-051-2/+6
* | | QMacStyle: CC_SpinBox is now HITheme-freeGabriel de Dietrich2018-02-051-0/+5
|/ /
* | doc: Fix many qdoc warnings, mostly missing return typesMartin Smith2018-01-246-7/+9
* | QDockWidgetTitleButton: Limit icon size to dpiScaled(10) on WindowsFriedemann Kleint2018-01-241-5/+47
* | QMenuBar: Fix repetitive emission of triggered() when using addAction(QString)Yulong Bai2018-01-211-3/+7
* | doc: Fix remaining clang parsing errors in QtWidgetsMartin Smith2018-01-182-7/+4
* | QMacStyle: Set WA_MacShowFocusRect for checkbox, radio buttonGabriel de Dietrich2018-01-172-0/+2