summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* QTextBrowser: set base URL and document URL before loading contentShawn Rutledge2019-05-221-2/+8
* QComboBox: do not bypass the base class' overridesGiuseppe D'Angelo2019-05-151-1/+1
* QSplitter: do not bypass the base class' overridesGiuseppe D'Angelo2019-05-151-1/+1
* Add shortcut for select all in QSpinBoxFrederik Gladhorn2019-05-151-0/+1
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-135-8/+18
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-092-0/+10
| |\
| | * QWidgetTextControl: Emit cursorPositionChanged() when handling IM eventVova Mshanetskiy2019-05-071-0/+4
| | * Accessibility: Improve handling of read-only stateFrederik Gladhorn2019-05-071-0/+6
| * | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-083-8/+8
* | | Fix notification of QDockWidget when it gets undockedDmitry Kazakov2019-05-071-0/+2
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-072-1/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-062-1/+7
| |\|
| | * fix compilation with various -no-feature-* optionsNick Shaforostov2019-05-052-1/+7
* | | Prefix textstream operators with Qt::Lars Knoll2019-05-021-1/+1
* | | Add QTextMarkdownWriter, QTextEdit::markdown property etc.Shawn Rutledge2019-05-014-7/+73
* | | QtBase: introduce QT_DEPRECATED_VERSION/QT_DEPRECATED_VERSION_XChristian Ehrlicher2019-04-251-3/+3
* | | Add startOfDay() and endOfDay() methods to QDateEdward Welbourne2019-04-242-11/+10
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-242-8/+31
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-162-8/+31
| |\|
| | * Doc: Note Q[Plain]TextEdit keeping formatting in some casesKai Koehne2019-04-102-8/+31
* | | Add QTextMarkdownImporterShawn Rutledge2019-04-175-5/+31
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-113-24/+19
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-103-24/+19
| |\|
| | * QMenu/QComboBox: Extract helper for determining the pop up geometryFriedemann Kleint2019-04-083-24/+19
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-047-39/+85
|\ \ \
| * | | Use the QTime API less clumsilyEdward Welbourne2019-04-011-8/+8
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-311-0/+4
| |\| |
| | * | QDoubleSpinBox: reset size hint when prefix is setChristian Ehrlicher2019-03-261-0/+4
| * | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-265-31/+73
| |\| |
| | * | QDockWidget: Store tab position when undockingFriedemann Kleint2019-03-253-11/+53
| | * | QDockWidgetPrivate: Use member initializationFriedemann Kleint2019-03-251-13/+6
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-202-7/+14
| | |\|
| | | * Improve documentation for opaque resize in QSplitterJan Arve Sæther2019-03-181-4/+4
| | | * Merge 5.12 into 5.12.2Kari Oikarinen2019-02-201-0/+1
| | | |\
| | | * | Fix QSplashscreen positioning on AndroidFriedemann Kleint2019-02-191-3/+10
* | | | | Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-6/+6
|/ / / /
* | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-162-2/+6
|\| | |
| * | | Fix some qdoc warningsFriedemann Kleint2019-03-151-1/+1
| * | | Don't increase the size of the layout unnecessarily when moving toolbarsAndy Shaw2019-03-151-1/+5
* | | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-152-2/+2
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-142-2/+2
| |\| | |
| | * | | Doc: replace 0 with \nullptr in documentationChristian Ehrlicher2019-03-132-2/+2
* | | | | More nullptr usage in headersKevin Funk2019-03-1422-53/+53
|/ / / /
* | | | QComboxBox: Silence warnings about deprecated APIFriedemann Kleint2019-03-061-0/+6
* | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-031-0/+3
|\| | |
| * | | QtWidgets: Fix deprecation warningsFriedemann Kleint2019-03-011-0/+3
* | | | Add QStyle::standardPixmap support to all entries in QDialogButtonBoxDavid Edmundson2019-03-021-0/+13
* | | | QSpinBox: add new signal textChanged(QString)Christian Ehrlicher2019-03-013-13/+56
* | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-271-1/+1
|\| | |
| * | | Fix can not -> cannotRobert Loehning2019-02-251-1/+1