summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
| * QKeySequenceEdit: give nested line edit an objectNameMarc Mutz2013-11-101-0/+1
| * QKeySequenceEdit: make setKeySequence a slotMarc Mutz2013-11-101-1/+1
| * Document the BC break of viewportSizeHint() in itemviewsGiuseppe D'Angelo2013-11-097-5/+29
| * Android native message dialogBogDan Vatra2013-11-096-7/+93
| * Move QTreeView::accessibleTree2Index to the private classGiuseppe D'Angelo2013-11-083-11/+17
| * QHeaderView - remove confusing boolThorbjørn Martsum2013-11-082-7/+2
| * Fix QFileDialog::getSaveFilename() with a given default nameShawn Rutledge2013-11-081-9/+10
| * Revert "Fix setVisible() of QWidget has no effect in QTreeWidgetItem"Friedemann Kleint2013-11-081-2/+1
| * Prevent a crash in QLayout::replaceWidgetGiuseppe D'Angelo2013-11-081-1/+5