summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qstatusbar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add QWidgetPrivate::isExplicitlyHidden() helper functionTor Arne Vestbø2024-01-311-2/+2
* Remove qDeleteInEventHandlerTor Arne Vestbø2023-12-141-1/+1
* Widgets: use pmf-style connectChristian Ehrlicher2023-11-041-1/+1
* Fix missing references to 'Qt Widgets - Application Example'Tor Arne Vestbø2023-06-271-1/+1
* Fix qdoc link warnings after moving a few examples to manual testsTor Arne Vestbø2023-06-271-2/+2
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-3/+2
* Fix QStatusBar::removeWidget to hide the right widgetThorbjørn Lindeijer2023-02-161-12/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-3/+3
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Doc: Remove mentioning of Fowler bookKai Köhne2022-01-171-2/+1
* Refactor QStatusBar to reduce memory allocationVolker Hilsheimer2021-09-071-80/+62
* Fix links to Application ExampleVolker Hilsheimer2020-12-021-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-11/+11
* Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-41/+0
* Replace QWidget::margin() with QWidget::contentsMargins()Christian Ehrlicher2019-02-131-2/+2
* Widgets: replace deprecated QPalette functionsChristian Ehrlicher2018-12-171-1/+1
* Use update() instead of repaint() when displaying a new messageAndy Shaw2018-10-021-1/+1
* doc: Fix many qdoc warnings, mostly missing return typesMartin Smith2018-01-241-1/+1
* Convert features.sizegrip to QT_[REQUIRE_]CONFIGStephan Binner2017-09-121-10/+12
* Convert features.mainwindow to QT_[REQUIRE_]CONFIGStephan Binner2017-09-111-0/+2
* Convert features.statusbar to QT_[REQUIRE_]CONFIGStephan Binner2017-08-081-3/+0
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-2/+2
* Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-041-3/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-0/+2
|\
| * QtWidgets: includemocsMarc Mutz2016-03-181-0/+2
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtWidgets: use Q_UNLIKELY for every qWarning() (1)Marc Mutz2015-11-211-2/+2
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Only emit messageChanged() if the message has actually changedAndy Shaw2013-10-151-2/+3
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-3/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QtWidgets docs: use Fusion screenshotsJ-P Nurmi2012-11-281-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Documentation fixes.Frederik Gladhorn2012-09-211-12/+0
* Make QStatusBar text available via accessibility.Tilman Sauerbeck2012-09-191-0/+12
* QStatusBar::showMessage will always take new timeoutJiewen Wang2012-05-251-2/+0
* Doc: Modularize QtWidgets documentation.Casper van Donderen2012-05-091-3/+3
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-3/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Move the documentation for the classes to their modules.Casper van Donderen2011-10-031-1/+1
* Widgets: Remove QT3_SUPPPORT.Friedemann Kleint2011-09-281-52/+0
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
* library splitLars Knoll2011-05-071-0/+847