summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* QComboBox: update focus policy when setting a new line editLiang Qi2014-06-212-8/+17
* Use QModelIndex to get the data from underlying modelFriedemann Kleint2014-06-191-2/+2
* Fix compilation in under -no-c++11 modeThiago Macieira2014-06-191-7/+10
* QFontComboBox sometimes became too wide because of wrong fixed sizeJan Arve Saether2014-06-141-1/+1
* Merge remote-tracking branch 'origin/stable' into 5.3Sergio Ahumada2014-06-111-5/+2
|\
| * Fix failing qtdeclarativetextedit auto-testSimon Hausmann2014-06-101-2/+2
| * Fix selection by dragging after double click in QWidgetTextControl.Friedemann Kleint2014-06-061-3/+0
* | Remove unnecessary comma in QStackedWidget doc.Mitch Curtis2014-06-101-1/+1
|/
* QDialogButtonBox does not need TabFocusJan Arve Saether2014-05-311-3/+0
* Trigger repaint of window when toggling unified toolbar on or off.Jake Petroules2014-05-221-0/+1
* Fix broken QPlainTextDocumentLayout after removing charsAxel Rasmussen2014-05-211-2/+3
* Accessibility: Update ComboBox text on arrow keysFrederik Gladhorn2014-05-161-6/+6
* Ensure the QMenu is polished before creating the native windowMartin Gräßlin2014-05-091-0/+1
* Prevent interaction with a disabled menu in the menubarAndy Shaw2014-05-061-2/+2
* QMdiArea: Ignore events of other instances in the event filter.Friedemann Kleint2014-05-051-0/+3
* Fix crash on startup when running screenreaderFrederik Gladhorn2014-05-051-2/+4
* Ignore the fullscreen state of a QMdiSubWindowFabian Bumberger2014-05-021-2/+5
* QMenu: Add support for QWidgetAction on MacGabriel de Dietrich2014-04-254-2/+60
* Accessibility Windows: Improve MenusFrederik Gladhorn2014-04-252-6/+0
* QMacNativeWidget: Fix background renderingGabriel de Dietrich2014-04-171-0/+1
* Restrict QFontComboBox's popup width to screen widthFabian Bumberger2014-04-141-2/+5
* Mac: Implement unified toolbar look for QTabBarMorten Johan Sørvig2014-04-092-28/+44
* Cocoa: Update unified toolbar area on toolbar hideMorten Johan Sørvig2014-04-093-5/+23
* Fix crash when trying to place toolbar into zero-height window.Friedemann Kleint2014-04-093-20/+32
* QComboBox: Set the proper font after a MacSizeChange eventGabriel de Dietrich2014-04-091-0/+12
* Cocoa: Use private property to enable NSWindow child windowsGabriel de Dietrich2014-04-091-0/+1
* QComboBox: Use native popups on MacGabriel de Dietrich2014-04-072-6/+94
* Accessibility text updates for QTextEditFrederik Gladhorn2014-04-053-0/+30
* Compile: isChildOfQMdiSubWindow may be unused.Morten Johan Sørvig2014-04-051-0/+2
* Remove a duplicate code of else-if statementluyikei2014-03-291-3/+0
* Fix disappearing transient scrollbarsJ-P Nurmi2014-03-282-5/+19
* Set unified toolbar height accurately.Morten Johan Sørvig2014-03-203-8/+44
* Fix QAbstractScrollArea to respect transiency per scrollbarJ-P Nurmi2014-03-201-25/+31
* Use parent cursor for QLineEdit's clear button when not shown.Friedemann Kleint2014-03-202-3/+12
* QMenuPrivate: Make sloppyDelayTimer non-staticGabriel de Dietrich2014-03-192-11/+10
* QMenu: Sloppy menu selection should allow hovering separatorsGabriel de Dietrich2014-03-191-0/+1
* Handle key release events correctlyPaul Olav Tvete2014-03-181-1/+1
* Android input method improvementsPaul Olav Tvete2014-03-182-1/+9
* Remove unused static const variableUlf Hermann2014-03-171-4/+0
* Handle key release events correctlyPaul Olav Tvete2014-03-141-0/+2
* Doc: correction link, example and parameter issues qtbaseNico Vertriest2014-03-101-1/+1
* Fix QDateEdit popup appearance on macJens Bache-Wiig2014-03-041-1/+1
* Enable QMenu::setNoReplayFor(QWidget *noReplayFor) for all platforms.Friedemann Kleint2014-02-241-4/+0
* Android: Enable text selection only when ImhNoPredictiveText is set.Christian Strømme2014-02-212-3/+16
* Android: Do not enable text selection in QTextEdits by default.Christian Strømme2014-02-211-0/+4
* Allow QPlatformSystemTrayIcon to create the QPlatformMenuMartin Gräßlin2014-02-173-3/+48
* QPlatformDialogHelper: change ButtonRole flags to ensure 32-bit sizeShawn Rutledge2014-02-171-1/+1
* Consolidate StandardButton, ButtonRole and related static functionsShawn Rutledge2014-02-152-97/+30
* Extending the inputMethodQuery APIPaul Olav Tvete2014-02-155-6/+55
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-122-5/+6
|\