summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Refactor custom/standard color selectors in QColorDialog.Friedemann Kleint2014-07-081-25/+33
* QWidget: Set screen on top-level windows only.Friedemann Kleint2014-07-081-1/+2
* Use QDropEvent::acceptProposedAction() in drop handlers of QAbstractItemView.Friedemann Kleint2014-07-081-10/+13
* Accessibility: Improve handling current valueFrederik Gladhorn2014-07-071-9/+1
* Support transparency in qt5 system tray icons, regardless of tray visualLeo Franchi2014-07-041-5/+27
* Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-042-6/+20
|\
| * Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-032-6/+20
| |\
| | * Cocoa: Handle Qt::WA_ShowWithoutActivatingMorten Johan Sørvig2014-07-021-0/+4
| | * Cocoa: Fix Qt-in-namespace build.Tim Blechmann2014-07-021-1/+2
| | * QMacStyle: Fix focus frame rendering in YosemiteGabriel de Dietrich2014-07-021-5/+14
* | | Doc: Removed "url" variable from qdocconf files.Jerome Pasion2014-07-041-1/+0
* | | Fix compiling with -no-openglNiels Weber2014-07-041-0/+3
* | | Update copyright to 2014 for accessibilityFrederik Gladhorn2014-07-0416-16/+16
* | | Fix build with -no-accessibilityFrederik Gladhorn2014-07-031-1/+5
* | | Add fixme-comment to QWidgetResizeHandler.Friedemann Kleint2014-07-031-0/+4
* | | Implement QWidget::grabCursor(const QCursor&).Friedemann Kleint2014-07-032-23/+47
* | | QDockWidget: Delay-create QWidgetResizeHandler.Friedemann Kleint2014-07-032-11/+19
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-0120-61/+124
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-0120-61/+124
| |\|
| | * Mac Style: Fix QLineEdit frame in 10.10Gabriel de Dietrich2014-06-301-11/+9
| | * Fix pixel noise in X11 systray icons that are not 22x22Allan Sandfeld Jensen2014-06-301-0/+6
| | * QMac/FusionStyle: fix the background color for transient scrollbarsJ-P Nurmi2014-06-304-2/+13
| | * qtoolbar: add missing header on OSX.Mike McQuaid2014-06-281-0/+4
| | * QColorDialog: Do not update custom/standard color cells while picking.Friedemann Kleint2014-06-252-17/+33
| | * Add that the corner settings are saved/restored with the stateAndy Shaw2014-06-231-3/+6
| | * QComboBox: update focus policy when setting a new line editLiang Qi2014-06-212-8/+17
| | * Remove the widget from the stylesheet cache before polishingAndy Shaw2014-06-201-0/+1
| | * 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
| | * Revert "Suppress move/resize events if they are the result of call to move()/...Friedemann Kleint2014-06-131-10/+2
| | * Revert "Revert "Fixed duplicate QMoveEvent generated for each QWidget::move c...Friedemann Kleint2014-06-131-1/+4
| | * Doc: correct the format of Q_PLUGIN_METADATA macro in sample codesZhang Xingtao2014-06-121-1/+1
| | * Merge "Merge remote-tracking branch 'origin/stable' into 5.3" into refs/stagi...Sergio Ahumada2014-06-113-11/+13
| | |\
| | | * Merge remote-tracking branch 'origin/stable' into 5.3Sergio Ahumada2014-06-113-11/+13
| | | |\
| | | | * Fix failing qtdeclarativetextedit auto-testSimon Hausmann2014-06-101-2/+2
| | | | * Suppress move/resize events if they are the result of call to move()/resize().Friedemann Kleint2014-06-061-2/+10
| | | | * Revert "Fixed duplicate QMoveEvent generated for each QWidget::move call"Friedemann Kleint2014-06-061-4/+1
| | | | * Fix selection by dragging after double click in QWidgetTextControl.Friedemann Kleint2014-06-061-3/+0
| | * | | QWidget: fix documentation for isEnabledTo(0)David Faure2014-06-111-1/+7
| | |/ /
| | * | Doc: Updated Layout examples.Jerome Pasion2014-06-102-1/+10
| | * | Fix typo in QGraphicsTextItem::defaultTextColor() documentation.Mitch Curtis2014-06-101-1/+1
| | * | Remove unnecessary comma in QStackedWidget doc.Mitch Curtis2014-06-101-1/+1
| | |/
* | / Accessibility: Password QLineEdit should use * as text replacementFrederik Gladhorn2014-07-011-0/+2
|/ /
* | Enablers for QQuickWidget render() support.Paul Olav Tvete2014-06-302-3/+8
* | Accessibility: improve text attribute rangesFrederik Gladhorn2014-06-262-34/+33
* | Silence warnings about not supporting setMask on platforms like eglfsLaszlo Agocs2014-06-261-4/+0
* | Fix crash when inserting the same instance widget more than onceJorgen Lind2014-06-261-0/+2
* | Improve docs for QWidget::accessibleName/DescriptionFrederik Gladhorn2014-06-261-5/+21
* | Propagate source/flags of QMouseEvent to QGraphicsSceneMouseEvent.Friedemann Kleint2014-06-255-1/+75