summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-273-23/+26
|\
| * Style: Remove useless background paint for menu scrollerGabriel de Dietrich2013-08-221-1/+0
| * Fix scrollbar appearance on Win8J-P Nurmi2013-08-221-22/+24
| * QWidget: Apply window opacity set before show.Friedemann Kleint2013-08-211-0/+2
* | QMessageBox - move informative+details text to new layout functionThorbjørn Martsum2013-08-271-39/+47
* | QAIV - Fix scollbars with ScrollPerPixel to scroll 1 pixel.Thorbjørn Lund Martsum2013-08-263-7/+7
* | Move SnapToDefaultButton from QPlatformDialogHelper to QPlatformThemeAndy Shaw2013-08-231-1/+3
* | QMessageBox - merge some mac and non-mac codeThorbjørn Martsum2013-08-221-6/+2
* | QMessageBox - move layout handlingThorbjørn Martsum2013-08-221-12/+18
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Thiago Macieira2013-08-223-4/+24
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-213-4/+24
| |\|
| | * update the viewport after changing the backgroundIrfan Omair2013-08-151-1/+1
| | * QHeaderView::paintSection(): fix visible index handlingJ-P Nurmi2013-08-152-3/+23
* | | QComboBox - only react on a mouse-release if we had a mousepressThorbjørn Lund Martsum2013-08-212-2/+21
|/ /
* | Doc: Renamed list of example page to "Item Views Example".Jerome Pasion2013-08-211-1/+1
* | Extend QStyle API with a SH_Splitter_OpaqueResize styleHintRohan Garg2013-08-205-6/+23
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-08-1616-48/+106
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-1416-48/+106
| |\|
| | * Fix ShortcutOverrid for Qt QuickFrederik Gladhorn2013-08-131-1/+8
| | * un-confuse lupdate: remove excess brace in dead codeOswald Buddenhagen2013-08-121-1/+0
| | * Merge branch 'release' into stableSergio Ahumada2013-08-091-16/+16
| | |\
| | | * Doc: Corrected the example path in the tutorialVenu2013-08-021-16/+16
| | * | QComboBox: fix item activation via completerJ-P Nurmi2013-08-083-9/+30
| | * | Fix QCompleter::activated(QModelIndex)J-P Nurmi2013-08-071-0/+1
| | * | Mac Style: Fix 1-pixel text offset in combo boxGabriel de Dietrich2013-08-071-0/+2
| | * | Fix double transform for items ignoring parent transformations.Andreas Aardal Hanssen2013-08-051-3/+8
| | * | Fix typo in Model/View Programming documentation.Mitch Curtis2013-08-051-1/+1
| | * | Fix ignoring closeEvents on OSX for QtQuick.Daiwei Li2013-08-031-2/+3
| | * | Clear focus if the widget being deleted is the parent's focus child.Andy Shaw2013-07-311-1/+1
| | * | Check if the widgetItem is valid before accessing widget() on itAndy Shaw2013-07-311-1/+1
| | * | Remove duplicated call to QGraphicsSceneMouseEvent::setButtons.Marcel Krems2013-07-281-1/+0
| | * | Fix updating of screens in QDesktopWidget.Friedemann Kleint2013-07-263-12/+35
| | |/
* | | qpushbutton_p.h: add missing include guardJ-P Nurmi2013-08-161-0/+5
* | | QHeaderView - reduce memory usageThorbjørn Martsum2013-08-162-9/+14
* | | Replace QWheelEvent::Phase with revised Qt::ScrollPhaseJ-P Nurmi2013-08-151-2/+2
|/ /
* | Add useful signals to QTabBar and QTabWidgetIvan Komissarov2013-08-134-0/+75
* | QScrollBar: handle QWheelEvent::Phase for transient scrollbarsJ-P Nurmi2013-08-101-0/+5
* | Introduce QWheelEvent::Phase (Begin, Changed, Ended)J-P Nurmi2013-08-081-1/+1
* | Add clearButton-property to QLineEdit.Friedemann Kleint2013-08-084-1/+56
* | QTreeView - allow users to control data in the treestructureThorbjørn Lund Martsum2013-08-073-8/+58
* | Add side widgets to QLineEdit via QAction.Friedemann Kleint2013-08-064-12/+320
* | Doc: Setting module pages' \qtvariable.Jerome Pasion2013-08-021-0/+1
* | Added SH_Widget_Animate in QStyleÀlex Fiestas2013-08-027-16/+45
* | Android: Fix crash when setting WA_NativeWindowEskil Abrahamsen Blomfeldt2013-07-311-0/+7
* | Assign icons to actions of QLineEdit context menuAurélien Gâteau2013-07-301-0/+13
* | Assign icons to actions of QTextEdit context menuAurélien Gâteau2013-07-301-0/+13
* | Move the X11 system tray code from widgets into XCB-plugin.Friedemann Kleint2013-07-302-97/+54
* | Reintroduce -geometry command line argument for X11/XCB.Friedemann Kleint2013-07-251-4/+13
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-232-1/+4
|\|
| * Make *ItemBoundingRect modes work with custom shapes.Mitch Curtis2013-07-161-1/+1