summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-04-3017-27/+65
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-2917-27/+65
| |\
| | * Prevent crash due to giving QWidget::update() a large rect.Samuel Rødal2013-04-291-4/+9
| | * Don't do any transitions if the widget is disabledAndy Shaw2013-04-251-1/+1
| | * Cocoa: Reflect menu hierarchy in QCocoaMenu* objectsGabriel de Dietrich2013-04-252-6/+7
| | * Respond to the _NET_WM_CONTEXT_HELP WM_PROTOCOLS messageJan Kundrát2013-04-241-0/+8
| | * Fixed documentation of QWidget::mouseDoubleClickEvent.Samuel Rødal2013-04-241-2/+0
| | * Cocoa: Add setAlertState(), isAlertState(), beep() functionsGabriel de Dietrich2013-04-231-1/+1
| | * Fixed QLayout::addChildLayout(QLayout *l) when l had a parentJan Arve Saether2013-04-235-5/+19
| | * Fix typo in docsStephen Kelly2013-04-231-1/+1
| | * Fix build with QT_NO_CLIPBOARDStephen Kelly2013-04-231-0/+4
| | * Fix crash when deleting a QMenu on exitGabriel de Dietrich2013-04-231-1/+1
| | * Enforce focus policy in item delegate's editorGabriel de Dietrich2013-04-231-1/+4
| | * Don't set WA_AcceptTouchEvents on Mac OS X.Morten Johan Sørvig2013-04-231-2/+2
| | * Fix QTableView::doItemsLayout()J-P Nurmi2013-04-221-3/+8
* | | Add QUrl based static methods to QFileDialogKevin Ottens2013-04-292-1/+216
|/ /
* | Add a screen color picker button to QColorDialogDavid Gil2013-04-283-1/+130
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-04-2616-159/+124
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-2216-159/+124
| |\|
| | * Ensure the QLineEdit::returnPressed() signal is still emittedAndy Shaw2013-04-211-0/+1
| | * Implement QApplication::beep().Friedemann Kleint2013-04-191-0/+1
| | * Implement alertion state for windows.Friedemann Kleint2013-04-191-1/+11
| | * QMessageBox/Win: Include detailed text using Ctrl+C to copyJonathan Liu2013-04-191-1/+4
| | * Make password mask characters themeable.Mitch Curtis2013-04-194-36/+11
| | * Allow using Ctrl+C to copy selected text from DetailedText in QMessageBoxKai Koehne2013-04-191-2/+38
| | * Mac: Fix warnings about non-existing native Windows on startup.Friedemann Kleint2013-04-181-5/+5
| | * Mac: Fix various memory leaksGabriel de Dietrich2013-04-181-0/+1
| | * Cocoa Menu: Remove unnecessary retain, release/retain in the right orderGabriel de Dietrich2013-04-181-0/+1
| | * Convert the new filename to native separators before checking itAndy Shaw2013-04-181-1/+1
| | * Android: Don't crash when displaying multiple top-levelsEskil Abrahamsen Blomfeldt2013-04-181-1/+12
| | * Fix GroupBox painting on Windows when not using widgetsJens Bache-Wiig2013-04-182-48/+3
| | * Fusion & GTK styles need to check direction from style option not qappShawn Rutledge2013-04-182-3/+3
| | * An RTL submenu should be right-alignedShawn Rutledge2013-04-181-2/+2
| | * Move Fusion styles palette into QtGuiJørgen Lind2013-04-171-39/+3
| | * Prevent recursions when triggering menus in QToolButtonFrederik Gladhorn2013-04-161-0/+4
| | * QGtkStyle: Remove widget dependency from GroupBoxJens Bache-Wiig2013-04-161-18/+20
| | * Add devicePixelRatio metric to QPaintDevice.Morten Johan Sørvig2013-04-152-2/+3
* | | QAbstractScrollArea - add SizeAdjustPolicy and viewportSizeHintChristoph Schleifenbaum2013-04-2213-18/+206
|/ /
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-123-15/+18
|\|
| * Widgets: Propagate 'accepted'-state of touch begin events.Friedemann Kleint2013-04-123-9/+16
| * Fix the check if mouse events should be synthesized from touch eventsFabian Bumberger2013-04-111-6/+2
* | Merge branch 'stable' into devSergio Ahumada2013-04-104-48/+35
|\|
| * Doc: Fix minor typoSze Howe Koh2013-04-101-1/+1
| * QWizard/Win: Support RTL layout in Aero styleAhmed Saidi2013-04-082-3/+25
| * QGtkStyle: Try to get the theme name from GtkSettingsDmitry Shachnev2013-04-051-32/+6
| * Mark widget framestrut as dirty when window flags change.Friedemann Kleint2013-04-051-0/+3
| * QGtkStyle: remove obsolete themeName != "Qt" checksDmitry Shachnev2013-04-051-12/+0
* | When doing a PageDown or PageUp it should show the next set of cellsAndy Shaw2013-04-091-2/+2
* | Widgets: Make QFontComboBox locale sensitiveLiang Qi2013-04-051-1/+98
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-04-047-70/+81
|\ \