summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Support --option in addition to -option for all builtin Qt commandline options.David Faure2014-02-081-1/+2
* QPA: Introduce QPlatformWindow::normalGeometry().Friedemann Kleint2014-02-072-8/+22
* Obsolete AA_ImmediateWidgetCreation.Friedemann Kleint2014-02-051-1/+2
* QGraphicsSceneIndex: replace polymorphism with a function pointerMarc Mutz2014-02-012-67/+36
* Fix setWindowFlags() for QMdiSubWindow.Bastiaan Veelo2014-02-013-15/+25
* Q(Plain)TextEdit: Add find() overload with QRegExpChristian Loose2014-01-316-0/+64
* QWizard: Fix QWizardPrivate::QWizardPrivate()Friedemann Kleint2014-01-311-2/+5
* Prevent crash and emit warning when receiving bogus drop events.Friedemann Kleint2014-01-311-0/+5
* QColorDialog: Emit done after setting the selected color.Friedemann Kleint2014-01-311-1/+1
* QColorDialog: Streamline painting code of QColorLuminancePicker.Friedemann Kleint2014-01-291-7/+5
* Add translator's comments to accessible names of dock widget buttons.Friedemann Kleint2014-01-281-0/+2
* If DblClick, do not deliver 'duplicated' MouseButtonPressRick Stockton2014-01-272-7/+21
* Add a placeholderText property to QPlainTextEditMikhail Svetkin2014-01-233-1/+44
* QWindowsVistaStyle: Fixed position of menu gutter when using a custom widget ...Friedemann Kleint2014-01-221-2/+4
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-2115-751/+66
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-2015-751/+66
| |\
| | * 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
* | | QWindowVistaStyle: Always initialize text color of menu items.Friedemann Kleint2014-01-211-6/+4
|/ /
* | Introduce function for standard button texts to QPlatformTheme.Friedemann Kleint2014-01-181-84/+10
* | QWizard: Fix frame when using Vista style/MSVC2012Friedemann Kleint2014-01-172-8/+30
* | Add new BiDi control characters to Unicode control character menuKonstantin Ritt2014-01-141-1/+5
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-1334-2902/+2902
* | QWizard/Windows: Add keyboard shortcut for 'Next'/'Back'.Friedemann Kleint2014-01-102-0/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-105-18/+13
|\|
| * 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
* | Add option NoCancelButtonOnLastPage to QWizardChristian Loose2014-01-092-2/+8
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-034-6/+6
|\|
| * Fix some typos in documentation.Jeff Tranter2014-01-023-5/+5
| * Avoid crash due to accessing deleted QWidgetWindow objectJian Liang2013-12-241-1/+1
* | QWizard: Replace another pointer table with char arraysMarc Mutz2013-12-241-15/+34
* | QWizard: Replace a static char* table with a switch statement.Marc Mutz2013-12-241-5/+24
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-241-2/+2
|\|
| * Fix QAccessibleStateChangeEvent object leakJian Liang2013-12-171-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-1613-25/+56
|\|
| * 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