summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-1183-798/+1027
|\
| * Fix build without features.textmarkdownwriterTasuku Suzuki2019-07-081-1/+1
| * QTextBrowser: assume Markdown is UTF-8Shawn Rutledge2019-07-081-4/+8
| * Fix build without features.mimetypeTasuku Suzuki2019-07-061-1/+0
| * Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-07-051-3/+2
| |\
| | * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-051-3/+2
| | |\
| | | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-031-3/+2
| | | |\
| | | | * Update visible window's alpha when toggling WA_TranslucentBackgroundVolker Hilsheimer2019-07-021-3/+2
| * | | | Fix build without features.actionTasuku Suzuki2019-07-062-1/+2
| |/ / /
| * | | QApplication::topLevelWidgets(): Avoid allocation of listFriedemann Kleint2019-07-041-6/+9
| * | | Fix build without features.cursorTasuku Suzuki2019-07-042-0/+6
| * | | QtWidgets: Fix wrong screen returned by newly added QWidgetPrivate::associate...Friedemann Kleint2019-07-031-2/+4
| * | | QShortcut: Brush up the code, preparing the extraction of a base class to QtGuiFriedemann Kleint2019-07-021-37/+31
| * | | Fix build without feature.tabbarTasuku Suzuki2019-07-027-34/+52
| * | | Fix build without feature.dockwidget and tabwidgetTasuku Suzuki2019-07-021-3/+5
| * | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-07-011-4/+9
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-011-4/+9
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-4/+9
| | | |\|
| | | | * Fix window shortcuts when a completer popup has focusVolker Hilsheimer2019-06-251-4/+9
| * | | | QAccessibleWidget: fix UB (invalid cast)Marc Mutz2019-07-011-18/+2
| |/ / /
| * | | Fix build without feature.stringlistmodelTasuku Suzuki2019-06-301-0/+2
| * | | Remove usages of deprecated APIs from QtAlgorithmsSona Kurazyan2019-06-291-1/+1
| * | | Port from implicit to explicit atomic pointer operationsMarc Mutz2019-06-291-1/+1
| * | | QtWidgets: Preparatory change for moving out QAction (or parts of it)Friedemann Kleint2019-06-284-45/+36
| * | | QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-2858-374/+376
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-272-2/+21
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-257-89/+98
| | |\|
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-201-34/+20
| | |\ \
| | * | | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-05-031-0/+1
| | * | | Fix editing of QDateTimeEdit in 12-hour locales that don't use AM/PMVolker Hilsheimer2019-05-281-2/+20
| * | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-258-123/+118
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | QWidget: fix setTabOrder for compound widgetsChristian Ehrlicher2019-06-101-28/+32
| | * | | QApplication: clarify and unify global static usageTor Arne Vestbø2019-06-211-11/+5
| | * | | Remove duplicate call to QApplicationPrivate::setPalette_helperTor Arne Vestbø2019-06-211-1/+0
| | * | | Remove duplicate call to QApplicationPrivate::initializeWidgetPaletteHash()Tor Arne Vestbø2019-06-211-1/+0
| | * | | Squash un-needed qt_init function into callsiteTor Arne Vestbø2019-06-211-15/+4
| | * | | Remove dead code from QApplicationPrivate::setSystemPaletteTor Arne Vestbø2019-06-211-20/+2
| | * | | Always fill the background of a tabbed QMdiSubWindowVolker Hilsheimer2019-06-211-5/+11
| | * | | Deal with multi-display scenarios when positioning menu popupsShawn Rutledge2019-06-215-8/+44
| | | |/ | | |/|
| | * | QSS/MenuItem: only draw checkbox if no item is availableChristian Ehrlicher2019-06-171-37/+23
| * | | Overload QTextBrowser::setSource() to add optional type argumentShawn Rutledge2019-06-202-11/+84
| * | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-8/+8
| * | | QAction: add exclusionPolicy propertySimone Gaiarin2019-03-193-20/+92
| * | | Add accessors for QWindow and QScreen to QWidgetPrivateFriedemann Kleint2019-06-1813-92/+72
| * | | QObject/QWidget::setParent: add assertions to prevent loopsGiuseppe D'Angelo2019-06-071-0/+19
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-148-6/+65
| |\ \ \ | | | |/ | | |/|
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-141-2/+4
| | |\|
| | | * Add neglected connect()s to Q{Date,Time}Edit constructorsEdward Welbourne2019-06-111-2/+4
| | * | Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-112-2/+5
| | |\ \
| | | * | QComboBox: add QT_DEPRECATED_X() for deprecated functionsChristian Ehrlicher2019-05-092-2/+5