summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-0/+1
|\
| * Ensure the QMenu is polished before creating the native windowMartin Gräßlin2014-05-091-0/+1
* | QMenu: Use Qt::QueuedConnection when connecting to native menu.Ivan Komissarov2014-05-131-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-133-4/+9
|\|
| * 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
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-068-12/+71
|\|
| * 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
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-1114-59/+238
|\|
| * 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
* | Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-013-8/+19
|\|
| * Remove a duplicate code of else-if statementluyikei2014-03-291-3/+0
| * Fix disappearing transient scrollbarsJ-P Nurmi2014-03-282-5/+19
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-2411-53/+110
|\|
| * 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
* | Makes QPlatformTheme::PasswordMaskDelay themable using QStyleRisto Avila2014-03-144-2/+11
* | Add ReadOnlyChange event to widgets that support setReadOnly(bool).David Faure2014-03-134-0/+8
* | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2014-03-132-2/+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
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-284-7/+20
|\|
| * 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
* | QMdiArea: don't use out parameters, return by valueMarc Mutz2014-02-262-23/+26
* | QMdiArea: replace dubious use of QSet<int> with QVectorMarc Mutz2014-02-261-9/+15
* | QMdiArea: replace uses of QList<QRect> with QVectorMarc Mutz2014-02-262-26/+28
|/
* 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