summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Adjust wiki links to the new redirectSergio Ahumada2015-03-041-1/+1
* Replace old qt-project.org wiki with wiki.qt.ioSergio Ahumada2015-02-271-1/+1
* QWidgetWindow check valid widget geometryJørgen Lind2015-02-241-1/+1
* Fix fusion style QPushButton icon on HiDPI modeMarko Kangas2015-02-241-4/+6
* Make sure there's a scene before using itAlbert Astals Cid2015-02-171-2/+2
* Fix crash in QAccessibleTextWidget::attributes()Jan Arve Saether2015-02-171-8/+20
* Make sure the QSplashScreen isn't closed instantly when calling finish()Andy Shaw2015-02-171-1/+4
* QFileDialog: fix overwritten filterJoerg Bornemann2015-02-131-1/+1
* Fixed crash when adding items with spansJan Arve Saether2015-02-091-1/+1
* Fix the look of inactive checkboxes in itemviews on OS X 10.10Andy Shaw2015-02-091-1/+4
* Document that setGraphicsEffect is not suitable for GL widgetsLaszlo Agocs2015-02-091-0/+3
* Qt 5 to-do in qpainterengineex_p.hSamuel Gaist2015-02-071-43/+2
* Don't crash with invalid QModelIndex or when QTreeWidgetItem is NULL in mimeD...Maks Naumov2015-02-061-1/+11
* Improve handling of screens in QWidgets.Friedemann Kleint2015-02-064-22/+35
* Do not close popup widgets when showing a widget embedded into QGraphicsView.Friedemann Kleint2015-02-051-4/+9
* Streamline code in QDesktopWidget.Friedemann Kleint2015-02-042-22/+15
* QWindowsXPStylePrivate::buffer(): Improve warnings.Friedemann Kleint2015-02-041-2/+2
* Handle failure of Windows XP theme painting functions for PE_FrameWindow.Friedemann Kleint2015-02-042-20/+31
* Set dpr of QImage in QOpenGLWidget grabFramebufferDyami Caliri2015-02-031-0/+1
* QHeaderView: check that length is correct and fix restoring Qt4 state.Arnaud Bienner2015-02-031-23/+54
* Suppress Ctrl/Ctrl+Shift keypresses in line/text edits.Friedemann Kleint2015-02-032-1/+10
* QWindowContainer: Restrict check for negative position to child windows.Friedemann Kleint2015-02-031-1/+1
* Fix QGraphicsWidget window frame section logicDyami Caliri2015-02-021-2/+2
* Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-293-12/+11
|\
| * Fix possible divide by zero in QMacStyleLiang Qi2015-01-191-5/+6
| * Merge 5.4 into 5.4.1Oswald Buddenhagen2015-01-164-14/+29
| |\
| * | Bump copyright year to 2015Kai Koehne2015-01-151-2/+2
| * | Swallow wheel events while a popup widget is open.Friedemann Kleint2015-01-121-5/+3
* | | Enter/Return should cause an edit inside an itemview on OS XAndy Shaw2015-01-231-2/+2
* | | QSystemTrayIcon: handle submenus correctlyDmitry Shachnev2015-01-222-5/+24
* | | Doc: remove wrong note in QTreeWidget::itemWidget.David Faure2015-01-221-2/+0
* | | Accessibility: Fix selection change notifications on LinuxFrederik Gladhorn2015-01-213-3/+3
* | | FusionStyle: Don't try to draw null pixmapsUlf Hermann2015-01-191-0/+3
* | | Doc: Fix typosSze Howe Koh2015-01-192-2/+2
* | | Fix a crash in QPlainTextEdit::documentChangedPierre Rossi2015-01-191-2/+1
* | | Account for pixmap's device pixel ratio when calculating the label sizeAndy Shaw2015-01-191-5/+7
| |/ |/|
* | Fix stylesheet crash.Morten Johan Sørvig2015-01-161-2/+2
* | QColorDialog: Don't loose focus while color pickingSérgio Martins2015-01-092-7/+23
* | docs: Explain the limitations of QWidget::grabMouse() on WindowsSérgio Martins2015-01-081-5/+4
|/
* Remove redundant codeAndy Shaw2015-01-071-5/+0
* Windows: Fix QColorDialog's live updates while picking outside colorSérgio Martins2015-01-063-5/+48
* Doc: Describe the enum item QStyle::PE_FrameStatusBar as obsoleteAlexander Volkov2014-12-221-1/+1
* QColorDialog: Fix a few layouting issues.Sérgio Martins2014-12-221-2/+13
* QScrollBar: emit valueChanged once even if a slot takes too much timePavel Krebs2014-12-191-3/+4
* Don't clear lineedit in non normal echo mode when validation is invalidAndy Shaw2014-12-192-7/+18
* doc: Fix mistake in QProgressBar::orientationAlejandro Exojo2014-12-191-1/+1
* Fix OS X style MDI area subwindow resizeMarko Kangas2014-12-181-0/+4
* Prevent continuous painting with viewport QOpenGLWidgetLaszlo Agocs2014-12-181-18/+13
* QColorDialog: Fix matching against predefined colors.Sérgio Martins2014-12-161-4/+4
* QColorDialog: Fix picking screen colors inside QColorPickerSérgio Martins2014-12-131-5/+21