summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QWindowsVistaStyle: Don't use new style background on Controls ComboBoxGabriel de Dietrich2015-07-151-0/+2
* QDial: remove documentation for non-existent functions.Mitch Curtis2015-07-141-3/+2
* QComboBox: Fix compilation with QT_NO_COMPLETERChristoph Schleifenbaum2015-07-131-0/+2
* Windows XP style: Pass widget to XPThemeData.Friedemann Kleint2015-07-102-4/+4
* docs: QGraphicsWidget: Remove outdated statementSérgio Martins2015-07-081-3/+0
* Remove stray period in QGraphicsItem documentation.Mitch Curtis2015-07-011-1/+1
* QFileIconEngine: Remove reference to QFileIconProviderGabriel de Dietrich2015-06-301-6/+5
* Switch to new not deprecated apiAndreas Holzammer2015-06-301-5/+1
* Replace MAC OS X with OS XNico Vertriest2015-06-3034-80/+80
* Merge "Merge remote-tracking branch 'origin/5.5.0' into 5.5" into refs/stagin...Liang Qi2015-06-283-9/+3
|\
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-273-9/+3
| |\
| | * OSX: show file dialog in showCocoaFilePanel, don't wait for exec()Shawn Rutledge2015-06-171-4/+1
| | * Inline QSpacerItem::sizePolicy()Marc Mutz2015-06-102-5/+2
* | | QHeaderView - fix a logical / visual index mismatchThorbjørn Martsum2015-06-271-1/+1
* | | Doc: rearrange tables with overflowNico Vertriest2015-06-263-18/+24
|/ /
* | Fix incorrect warning message in QOpenGLWidgetLaszlo Agocs2015-06-221-1/+1
* | Fix global coordinate mapping for child widgets in QGraphicsView.Friedemann Kleint2015-06-211-22/+24
* | QSwipeGestureRecognizer: Allow for small direction changes.Friedemann Kleint2015-06-071-10/+14
* | Fix centering dialogsAlexander Volkov2015-06-061-7/+0
* | fix usage of wince scopeOswald Buddenhagen2015-06-056-6/+6
|/
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/...Jani Heikkinen2015-06-021-1/+3
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-1/+3
| |\
| | * Doc: clarify ownership after QStackedWidget::removeWidgetJoerg Bornemann2015-05-131-1/+3
* | | Avoid QWidget dependency in QtGuiLaszlo Agocs2015-06-011-1/+1
* | | Clip QOpenGLWidget and QQuickWidget correctlyLaszlo Agocs2015-06-011-1/+2
* | | Fix combobox regression 5.4 -> 5.5Allan Sandfeld Jensen2015-05-301-1/+1
|/ /
* | Emphasize the need for calling setDefaultFormat early on OS XLaszlo Agocs2015-05-291-0/+6
* | Windows: Fix font metrics of Vista style wizards.Friedemann Kleint2015-05-292-16/+35
* | Improve QHeaderView::sectionsInserted performanceIvan Komissarov2015-05-281-7/+7
* | Translate AM/PM under the QDateTimeParser context so it is consistentAndy Shaw2015-05-281-2/+2
* | Fix crash due to QTreeView accessing deleted model indexes.Joerg Bornemann2015-05-271-0/+1
* | QWindowsVistaStyle: Do not stop animations when falling back to XP.Friedemann Kleint2015-05-261-6/+0
* | Fix a crash in tst_QTouchEvent::deleteInRawEventTranslation().Friedemann Kleint2015-05-221-2/+3
* | D-Bus system tray icon: submenus can be created after context menuShawn Rutledge2015-05-211-5/+7
* | Don't propagate single touch events only from touchpads on OS XAlexander Volkov2015-05-211-2/+4
* | Unclutter debug operators of gestures.Friedemann Kleint2015-05-201-17/+33
* | WinRT/Winphone: Fix warnings in qtbaseOliver Wolff2015-05-183-5/+10
* | Fix typo and formatting in QWidget font documentation.Mitch Curtis2015-05-181-2/+2
* | QStyle debug helpers: refactor dead codeGiuseppe D'Angelo2015-05-161-1/+1
* | QMenuBar: honor the left widget size hintGiuseppe D'Angelo2015-05-161-1/+1
* | QFileSystemModel: remove useless checkGiuseppe D'Angelo2015-05-151-1/+1
* | Fix division by zero crash when restoring screen settingsKati Kankaanpaa2015-05-131-3/+2
* | Cocoa integration - implement Qt::WindowModal file dialogsTimur Pocheptsov2015-05-131-1/+4
* | Remove init() function declaration.Morten Johan Sørvig2015-05-131-1/+0
* | Create contexts and pbuffers with the correct screen in QOpenGLWidgetLaszlo Agocs2015-05-122-0/+3
* | Improve QListView scroll bar calculation.Christoph Schleifenbaum2015-05-101-4/+22
* | QDialogButtonBox: prevent crashes on deletions in slotsGiuseppe D'Angelo2015-05-091-1/+11
* | Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-084-6/+19
|\|
| * Merge remote-tracking branch 'origin/5.4.2' into 5.4Simon Hausmann2015-05-041-1/+13
| |\
| | * ItemViews: Fix acceptance of drag enter eventsChristoph Schleifenbaum2015-05-011-1/+13