summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Make QToolButtonPrivate::popupTimerDone() more robustJ-P Nurmi2014-02-121-3/+4
| * Fix the docs on when setDocument() deletes the previous documentAndy Shaw2014-02-061-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-076-18/+50
|\|
| * QTabWidget: fix moving of the current tabJ-P Nurmi2014-02-051-0/+3
| * Doc: Fix broken linksSze Howe Koh2014-02-041-2/+2
| * Build on Windows Embedded when -qtlibinfix is usedAndy Shaw2014-01-311-0/+9
| * QPlainTextEdit: set Qt::ImhMultiLineRichard Moe Gustavsen2014-01-301-0/+1
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-222-16/+35
| |\
| | * Implement QMainWindow::setUnifiedTitleAndToolBarOnMacMorten Johan Sørvig2014-01-151-10/+33
| | * Remove Mac unified toolbar workarounds.Morten Johan Sørvig2014-01-151-6/+2
* | | Fix setWindowFlags() for QMdiSubWindow.Bastiaan Veelo2014-02-011-3/+3
* | | Q(Plain)TextEdit: Add find() overload with QRegExpChristian Loose2014-01-316-0/+64