summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
* | | QLineEdit: hide placeholder text when h-centered & focusedJ-P Nurmi2013-12-112-2/+8
* | | Move QGridLayoutEngine to QtGui moduleJan Arve Saether2013-12-096-2108/+7
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2013-12-095-7/+22
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-055-7/+22
| |\| |
| | * | 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
* | | | Add proper abstractions to the grid layout engine.Jan Arve Saether2013-12-059-281/+624
|/ / /
* | | Fix QLineEditPrivate::shouldShowPlaceholderText()J-P Nurmi2013-12-052-2/+2
* | | QComboBox: fix keyboard selection with multiple character strings.Mitch Curtis2013-12-041-2/+1
* | | Make the default vertical alignment configurableJan Arve Saether2013-12-032-2/+6
* | | QHeaderView - move ishidden into the sectionThorbjørn Martsum2013-12-022-59/+47
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-293-10/+16
|\| |
| * | 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
* | | QSimplex: make non-polymorphicMarc Mutz2013-11-281-1/+1
* | | QSimplex: API cleanup [3/3]: add inline keywordMarc Mutz2013-11-281-2/+2
* | | QSimplex: API cleanup [2/3]: disable copyingMarc Mutz2013-11-281-0/+1
* | | QLineEdit: Extract Method shouldShowPlaceholderText()Marc Mutz2013-11-282-2/+6
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-2658-265/+443
|\| |
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-264-23/+11
| |\|