summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-037-70/+81
| |\|
| | * Cache QAccessibleInterfaces.Frederik Gladhorn2013-04-022-2/+1
| | * Fix tickmark painting on Fusion styleJens Bache-Wiig2013-04-011-47/+49
| | * Mac style: Fix disabled menu item palette entryGabriel de Dietrich2013-03-291-1/+1
| | * QWidget: micro-optimisationMarc Mutz2013-03-291-1/+1
| | * QTreeView - improve ItemNeverHasChildren slightlyThorbjørn Martsum2013-03-281-0/+2
| | * Support high-dpi pixmaps.Morten Johan Sørvig2013-03-281-10/+13
| | * Support high-dpi pixmaps and images.Morten Johan Sørvig2013-03-281-8/+13
| | * Mac style: Fix scaled clipping regions on retina displaysGabriel de Dietrich2013-03-281-1/+1
* | | Fixed a bug where the MaximumSizeHint of a layout with spans was wrongJan Arve Saether2013-04-041-0/+2
* | | Fixed a bug where spans across empty cells got broken.Jan Arve Saether2013-04-031-1/+1
|/ /
* | Fixed a typo in the comment.Jan Arve Saether2013-04-031-2/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-2819-82/+126
|\|
| * Make QMacStyle paint right side up again.Morten Johan Sørvig2013-03-281-4/+4
| * FileDialogs: Set shortcuts for navigation buttons.Frederik Gladhorn2013-03-271-0/+9
| * Mac style: Remove suspicious assignmentGabriel de Dietrich2013-03-271-1/+0