summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* qdoc: Write all generated files to .qhpTopi Reinio2014-08-264-41/+19
* qdoc: Fix output of \br commandTopi Reinio2014-08-262-3/+2
* Close popup widgets when wheel events are receivedFriedemann Kleint2014-08-262-0/+37
* Added qsslcertificate_qt.cppOliver Wolff2014-08-262-43/+116
* iOS: Use dispatch_async instead of performSelectorOnMainThread for IMETor Arne Vestbø2014-08-261-10/+12
* iOS: Add UIResponder helper to get current first responderTor Arne Vestbø2014-08-262-0/+29
* QCoreTextFontDatabase: Remove number type asserts.Morten Johan Sørvig2014-08-261-2/+0
* Send QWindow::focusObjectChanged when clearing widget focusTor Arne Vestbø2014-08-261-0/+5
* Document loading of high resolution versions of images.Friedemann Kleint2014-08-265-14/+55
* Mention supportedMimeTypes() in QImageReader documentation.Friedemann Kleint2014-08-261-2/+3
* Accessibility iOS: Fix crash after deleting a viewFrederik Gladhorn2014-08-262-3/+6
* Clean up QAccessibleTabBarFrederik Gladhorn2014-08-261-9/+24
* Remove QAccessibleToolButton::textFrederik Gladhorn2014-08-262-25/+0
* Remove unused variableFrederik Gladhorn2014-08-261-1/+0
* QDataWidgetMapper: micro-optimize clearMapping()Marc Mutz2014-08-261-4/+5
* QDataWidgetMapper: micro-optimize handling of the widget mapMarc Mutz2014-08-261-17/+17
* fix a camel case include guard macroTasuku Suzuki2014-08-261-3/+3
* tst_qtreewidget: Skip test that crashes on Wayland.Robin Burchell2014-08-251-0/+3
* tst_qtreeview: Skip test that crashes on Wayland.Robin Burchell2014-08-251-0/+3
* Add devicePixelRatio support to the Windows QPA plugin.Friedemann Kleint2014-08-2517-120/+420
* QEvent check for QT_NO_GESTURES in new debug code.Dyami Caliri2014-08-251-0/+4
* Avoid crash if querying device that has gone awayAllan Sandfeld Jensen2014-08-251-2/+4
* QOpenGLTextureBlitter: Do not call vao functions if it failed to createLaszlo Agocs2014-08-251-7/+7
* Support QOpenGLWidget and QQuickWidget on AndroidLaszlo Agocs2014-08-2511-171/+77
* Use QMenuBar::addMenu in the qopenglwidget exampleLaszlo Agocs2014-08-251-6/+3
* QColorDialog manual test improvementsShawn Rutledge2014-08-252-0/+20
* OS X QColorDialog: emit reject() when closed by the titlebar buttonShawn Rutledge2014-08-251-0/+19
* Initialize textureId in platform backing storeLaszlo Agocs2014-08-251-0/+1
* DirectFB Fix issue with showing dialogsAndy Nichols2014-08-251-15/+3
* DirectFB Unbreak mouse input for child windowsAndy Nichols2014-08-252-13/+3
* DirectFB Make usable again with QWidgetAndy Nichols2014-08-251-36/+52
* DirectFB Provide a native interfaceAndy Nichols2014-08-252-2/+8
* DirectFB Add QGenericUnixServices and inputContextAndy Nichols2014-08-252-0/+14
* OS X: Fix pan gestures.Morten Johan Sørvig2014-08-253-6/+24
* Add operator-> to QJson iteratorsAllan Sandfeld Jensen2014-08-256-7/+71
* Fix composition for translucent AlwaysStackOnTop widgetsLaszlo Agocs2014-08-241-1/+1
* Set a size in qopenglwindow exampleLaszlo Agocs2014-08-241-1/+1
* Use std::vector range ctor in QVector::toStdVector()Marc Mutz2014-08-241-1/+1
* standardize QPA input event logging category hierarchyShawn Rutledge2014-08-243-24/+19
* Added QAsn1ElementJeremy Lainé2014-08-248-2/+791
* Do not resolve core functions on GLES in texture helperLaszlo Agocs2014-08-231-0/+64
* tst_dialog: Skip test that doesn't pass on Wayland.Robin Burchell2014-08-231-0/+3
* tst_qtouchevent: Skip tests that fail with qwindow-compositor.Robin Burchell2014-08-231-0/+18
* tst_qwindow: Skip tests that fail with qwindow-compositor.Robin Burchell2014-08-231-0/+30
* tst_qinputmethod: Skip tests that fail with qwindow-compositor.Robin Burchell2014-08-231-0/+6
* tst_qguiapplication: Skip tests that fail with qwindow-compositor.Robin Burchell2014-08-231-0/+7
* tst_qsqlthread: Add debug about when threads finished.Robin Burchell2014-08-231-1/+4
* QIconLoader: don't inherit QObjectMarc Mutz2014-08-231-1/+1
* QIconLoader: replace an inefficient QList with a QVectorMarc Mutz2014-08-232-3/+4
* QIconLoader: mark virtual overridesMarc Mutz2014-08-231-2/+2