summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Accept subsequent drag moves in QWidgetWindow if enter was accepted.Friedemann Kleint2012-11-161-0/+4
* Fix incorrect size hint for abstract spinboxJens Bache-Wiig2012-11-151-12/+1
* Disable static contents optimization for now.Samuel Rødal2012-11-151-1/+1
* Add feature to enable rounded line edit on macJens Bache-Wiig2012-11-153-4/+5
* Improve highligted colorization on mac with Fusion styleJens Bache-Wiig2012-11-152-3/+27
* Regression fix to QHeaderView::setDefaultSectionSizeThorbjørn Lund Martsum2012-11-151-0/+1
* Change to enter/leave policy while grabbing.Miikka Heikkinen2012-11-151-7/+0
* Add comment to resetCursorBlinkTimer to avoid accidental removal of itJan Arve Saether2012-11-151-0/+1
* Add resetCursorBlinkTimer() back again.Jan Arve Saether2012-11-152-0/+10
* Fix mouse cursor behavior for QMainWindow splittersMiikka Heikkinen2012-11-151-5/+11
* Mac: add runtime check for not calling preferredScrollerStyle on 10.6Teemu Katajisto2012-11-141-0/+1
* Widgets: Stop cursor blink timer when QLineEdit is read-onlyGabriel de Dietrich2012-11-142-12/+11
* Send enter to the child at the position of the QEnterEvent.Friedemann Kleint2012-11-141-2/+4
* Clean up styles.qdoc.Mitch Curtis2012-11-131-437/+419
* QWidget: Move break statement to the right placeGabriel de Dietrich2012-11-121-1/+1
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-106-25/+36
* Refactor and cleanup QGtk(2)PainterJ-P Nurmi2012-11-109-979/+1213
* Mac: More accurate focus maskGabriel de Dietrich2012-11-091-4/+5
* Fix warnings about unused variables in stylehelper.Friedemann Kleint2012-11-091-0/+3
* QGtkStyle: GTK3 compatible gtk_adjustment_new()J-P Nurmi2012-11-082-5/+4
* Fix TapAndHoldGesture (others) for QWidgetsRafael Roquetto2012-11-081-0/+8
* Do not call QWidget::show/hideEvent twiceOliver Wolff2012-11-081-0/+6
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-072-10/+10
* Fix sentences in QGraphicsItem documentation.Mitch Curtis2012-11-071-10/+10
* QGtkStyle: remove references to gtk_progress_configure()J-P Nurmi2012-11-073-6/+0
* Fix excess enter events when showing modal dialog on button pressMiikka Heikkinen2012-11-071-0/+6
* Fix inconsistent leave/enter events for main window when popup is openMiikka Heikkinen2012-11-061-1/+5
* Mac: remove some unused code in QFontDialogLiang Qi2012-11-062-33/+0
* QGtkStyle: GTK3 compatible combo boxesJ-P Nurmi2012-11-063-19/+24
* QGtkStyle: GTK3 compatible type checkingJ-P Nurmi2012-11-062-5/+5
* QGtkStyle: handle focus & default widgets in GTK3 compatible wayJ-P Nurmi2012-11-063-20/+70
* De-inline some destructors in QtWidgetsMarc Mutz2012-11-0630-1/+178
* QGtkPainter: use gtk_widget_get_style()J-P Nurmi2012-11-051-1/+1
* QWindowsVistaStyle: Restore altered brush origin.Friedemann Kleint2012-11-051-0/+2
* QtWidgets: add some explicitMarc Mutz2012-11-056-36/+39
* Doc fixes.Frederik Gladhorn2012-11-032-3/+1
* Qt 5.0 QTreeView. Prevent manual moving of the first sectionThorbjørn Lund Martsum2012-11-025-1/+23
* Mac: refactor scrollbar animationsJ-P Nurmi2012-11-0214-243/+274
* Make it possible to use mini and small size on mac without widgetJens Bache-Wiig2012-11-022-18/+20
* Make it obvious that adding a QLayout to QSplitter is not supported.Mitch Curtis2012-11-021-1/+8
* Fix progressbar animation on macstyleJens Bache-Wiig2012-11-021-1/+2
* Fix height of combobox in macstyle without a widgetJens Bache-Wiig2012-11-021-0/+1
* QHeaderView 5.0 - correct drop on manual QHeaderView sectionmoveThorbjørn Lund Martsum2012-11-021-1/+1
* QHeaderView - call invalidateCachedSizeHint() on clearThorbjørn Lund Martsum2012-11-021-0/+1
* QWindowsVistaAnimation: inherit QBlendStyleAnimationJ-P Nurmi2012-11-022-131/+10
* Introduce QBlendStyleAnimation (based on QWindowsVistaAnimation)J-P Nurmi2012-11-022-1/+132
* Fix font and positioning of headerview labels on macJens Bache-Wiig2012-11-021-8/+16
* Fix submenu navigation.Friedemann Kleint2012-11-021-0/+10
* QFileDialog: Do not pass on file model root to QFileDialogOptions.Friedemann Kleint2012-11-022-13/+26
* Some Vista style cleanupJens Bache-Wiig2012-11-011-25/+28