summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Mac: Improve transformed QGraphicsProxyWidgetsMorten Johan Sørvig2014-01-201-2/+2
* Doc: Fix suggest parentheses GCC warningJonathan Liu2014-01-161-1/+1
* Fix typo in QTextEdit documentationSimon Hausmann2014-01-151-1/+1
* Correct wordwrapped text handling in QListView icon modeSamuel Gaist2014-01-142-1/+9
* Mac: Remove old unified toolbar implementation.Morten Johan Sørvig2014-01-138-705/+5
* Mac: remove unified toolbar workarounds.Morten Johan Sørvig2014-01-121-25/+2
* Mac: Update unified toolbar drawing code.Morten Johan Sørvig2014-01-121-3/+37
* Mac: Update PE_IndicatorToolBarHandle drawing.Morten Johan Sørvig2014-01-111-8/+4
* Enable window dragging code in QToolBar on MacMorten Johan Sørvig2014-01-112-5/+5
* Fix bug on X11 with WA_TranslucentBackground and native child windows.Gatis Paeglis2014-01-101-3/+4
* Fix QtWidget function-unused warnings found by Clang 3.4Thiago Macieira2014-01-101-9/+0
* Make QRubberBand transparent on Mac OS XMorten Johan Sørvig2014-01-071-1/+1
* Cocoa: fix gnu emacs style shortcut for action in menuLiang Qi2014-01-071-4/+3
* QFileDialog::setDirectory() and directory() should be symmetricShawn Rutledge2014-01-061-1/+5
* Fix some typos in documentation.Jeff Tranter2014-01-023-5/+5
* Avoid crash due to accessing deleted QWidgetWindow objectJian Liang2013-12-241-1/+1
* Fix QAccessibleStateChangeEvent object leakJian Liang2013-12-171-2/+2
* Fix QBackingStore object leakingLiang Jian2013-12-161-3/+5
* Partially revert "Move notification of layout change up from QApplication to ...Robin Burchell2013-12-132-0/+26
* Move notification of layout change up from QApplication to QGuiApplication.Robin Burchell2013-12-102-11/+0
* Windows: Show context menu on mouse release.Friedemann Kleint2013-12-101-2/+6
* Styles: Fix upRule used instead of downRuleCaroline Chao2013-12-101-1/+1
* QWidgetTextControl: drop some actions when QT_NO_CLIPBOARDMarc Mutz2013-12-091-1/+5
* QSpinBox: allow positive values to be entered with the '+' prefix.Mitch Curtis2013-12-051-1/+1
* Fix bad CSS color: O (the letter) is not a valid hex digitThiago Macieira2013-12-051-1/+1
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-056-15/+21
|\
| * QComboBox: Don't do anything if wheel event delta is zeroGabriel de Dietrich2013-12-041-1/+1
| * QStyle: Fix painting of pixmaps with non-integer devicePixelRatioEike Ziller2013-12-041-1/+1
| * Fix style animations to stop when the animation target is hiddenJ-P Nurmi2013-12-044-13/+19
* | Prevent recursive resize events in QAbstractScrollAreaTor Arne Vestbø2013-12-052-2/+7
* | Fixed a bug where toolbars sometimes could not be docked.Jan Arve Saether2013-12-051-2/+5
* | Doc: Corrected link to Graphicsview ExamplesNico Vertriest2013-12-041-1/+2
* | Effects also need to markDirtyOnScreen for native widgetsGunnar Sletta2013-12-031-2/+8
* | Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2013-11-282-2/+8
|\|
| * Fix for co-existence of QtDeclarative and QtQmlSimon Hausmann2013-11-262-2/+8
* | Fix coding style in QLabel example codehjk2013-11-271-8/+8
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-264-23/+11
|\|
| * Revert "Android: Use native platform menus."Eskil Abrahamsen Blomfeldt2013-11-251-8/+0
| * Revert "Ensure Qt::WA_Mapped is set in case of obscured native windows."Tor Arne Vestbø2013-11-212-5/+1
| * Allow platform to decide default behavior for show() based on window flagsTor Arne Vestbø2013-11-201-10/+10
* | Mac style: Fix pressed tab appearanceGabriel de Dietrich2013-11-251-1/+1
* | Mac style: Fix selected tab text color on 10.6Gabriel de Dietrich2013-11-251-3/+4
* | Fix the ignored Qt::WA_StaticContents on WindowsChris Colbert2013-11-251-1/+7
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-11-225-5/+35
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-205-5/+35
| |\|
| | * Fix crash when windowcontainer is used in a dockwidgetGunnar Sletta2013-11-203-4/+22
| | * Ensure Qt::WA_Mapped is set in case of obscured native windows.Friedemann Kleint2013-11-202-1/+5
| | * Android: Use native platform menus.BogDan Vatra2013-11-181-0/+8
* | | Report input method hints for QGraphicsTextItemPaul Olav Tvete2013-11-211-1/+3
* | | Remove QMacStyle titlebar height + 4 adjustment and consequencesShawn Rutledge2013-11-215-24/+0
|/ /