summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fixed build breaks that result after disabling "contextmenu" featureShrikant Dhumal2015-09-091-2/+6
* Link to AppKit instead of Cocoa.Jake Petroules2015-09-051-2/+2
* Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-094-11/+55
|\
| * Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-064-11/+55
| |\
| | * Fix the internal compositing flag for QOpenGL/QuickWidgetLaszlo Agocs2015-07-281-2/+2
| | * Clear qt_tablet_target only when all buttons are released.Friedemann Kleint2015-07-271-1/+1
| | * Fix action shortcuts for QToolButtonPaul Olav Tvete2015-07-231-8/+3
| | * Doc:added doc to undocumented functionsNico Vertriest2015-07-221-0/+49
* | | Fix a memory leakTimur Pocheptsov2015-08-062-2/+3
|/ /
* | Avoid multisampled contexts in QOpenGLWidgetLaszlo Agocs2015-08-051-2/+11
* | Introduce cross platform high-dpi scalingMorten Johan Sørvig2015-07-302-2/+4
* | Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-302-21/+28
* | Fix nullptr literal 0s which would look odd as nullptrMarc Mutz2015-07-193-8/+8
* | Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-181-1/+3
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-1/+8
|\|
| * Don't complain about non-matching Qt versions in qwidget.cppThiago Macieira2015-07-171-1/+8
* | Polish the widgets/mainwindows/application example.Friedemann Kleint2015-07-131-2/+3
* | QtWidgets: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-0610-18/+18
* | Make QWidget *=0, Qt::WindowFlags f=0 functions use Q_NULLPTRMarc Mutz2015-07-042-3/+3
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-0111-58/+57
|\|
| * Switch to new not deprecated apiAndreas Holzammer2015-06-301-5/+1
| * Replace MAC OS X with OS XNico Vertriest2015-06-305-13/+13
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-272-5/+2
| |\
| | * Inline QSpacerItem::sizePolicy()Marc Mutz2015-06-102-5/+2
| * | 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 usage of wince scopeOswald Buddenhagen2015-06-052-2/+2
| |/
* | QGestureManager: fix expensive iteration over QHash::keys()Marc Mutz2015-06-211-3/+4
* | QGestureManager: fix expensive iteration over QHash::keys()Marc Mutz2015-06-211-3/+3
* | Mark unused parameters with Q_UNUSEDUlf Hermann2015-06-121-0/+2
* | Add qHash(QSizePolicy)Marc Mutz2015-06-122-0/+15
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-0311-148/+189
|\|
| * Avoid QWidget dependency in QtGuiLaszlo Agocs2015-06-011-1/+1
| * Clip QOpenGLWidget and QQuickWidget correctlyLaszlo Agocs2015-06-011-1/+2
| * Emphasize the need for calling setDefaultFormat early on OS XLaszlo Agocs2015-05-291-0/+6
| * Fix a crash in tst_QTouchEvent::deleteInRawEventTranslation().Friedemann Kleint2015-05-221-2/+3
| * 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
| * Fix typo and formatting in QWidget font documentation.Mitch Curtis2015-05-181-2/+2
| * Fix division by zero crash when restoring screen settingsKati Kankaanpaa2015-05-131-3/+2
| * Create contexts and pbuffers with the correct screen in QOpenGLWidgetLaszlo Agocs2015-05-122-0/+3
| * Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-082-4/+5
| |\
| | * Fix finding the closest active touch point for the pressed touch pointAlexander Volkov2015-04-162-4/+5
| * | QSizePolicy: improve docs of retainSizeWhenHiddenMarc Mutz2015-05-071-3/+4
| * | Give QSizePolicy its own .cppMarc Mutz2015-05-075-113/+124
* | | QWidgetWindow: Avoid using global static non-trivial type.Sérgio Martins2015-05-251-1/+1
* | | QMouseEvent: add constructor which takes the source as a parameterAlexander Volkov2015-05-122-9/+7
* | | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-041-1/+1
|\| |
| * | Minor optimization to QWidgetPrivate::setFont_helper()Konstantin Ritt2015-05-011-1/+1