summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\|
| | * 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
| |/ /
| * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-11-203-3/+21
| |\ \
| | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-183-3/+21
| | |\|
| | | * Crash fix in QTreeView::sizeHintForColumn().Martin Pley2013-11-161-1/+19
| | | * Don't maximize dialogs.BogDan Vatra2013-11-151-1/+1
| | | * QKeySequenceEdit: remove RESET function from keySequence Q_PROPERTYMarc Mutz2013-11-141-1/+1
| * | | When we get a WindowBlocked event then reset the qt_button_down valueAndy Shaw2013-11-201-1/+3
| * | | Clear focus from active widget when windowcontainer gets focus.Gunnar Sletta2013-11-191-0/+5
| * | | Widgets: Never revoke focus by click on focused widget.Christoph Schleifenbaum2013-11-181-0/+10
| |/ /
| * | QHeaderView - do not ignore -1 as minimum section sizeThorbjørn Martsum2013-11-171-1/+1
| * | Don't accept wheel events if sendEvent() returns false.Sérgio Martins2013-11-151-2/+3
| * | QFormLayout: Avoid assertion with negative spacings.Jan Arve Saether2013-11-151-1/+1
| * | QKeySequenceEdit: simplify clear()Marc Mutz2013-11-141-9/+1
| * | Move MaxKeyCount from QKeySequenceEditPrivate to QKeySequencePrivateMarc Mutz2013-11-142-6/+7
| |/
| * Remove a boolean trap in QLayout::replaceWidgetGiuseppe D'Angelo2013-11-102-9/+19