summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Polish the Dir View example.Friedemann Kleint2015-03-061-1/+21
| | * Fix QMessageBox::aboutQt().Friedemann Kleint2015-03-061-5/+4
| | * Add a QHostAddress::toIPv4Address overload taking a bool *okThiago Macieira2015-03-063-1/+74
| | * QHostAddress: Convert AnyIPv4 to AnyIPv6 instead of ::ffff:0.0.0.0Thiago Macieira2015-03-061-12/+25
| | * QHostAddress: Revert auto-converting of IPv6 v4-mapped addresses to IPv4Thiago Macieira2015-03-062-10/+9
| | * Fix up signal handling in QFbVtHandlerLaszlo Agocs2015-03-065-37/+159
| | * Make QPersistentModelIndex an internal meta-typeGabriel de Dietrich2015-03-068-6/+76
| | * Fix -Wunreachable-code warning from clang in preprocessed Q_ASSERTThiago Macieira2015-03-061-1/+1
| | * Optimize egl cursor update eventsLaszlo Agocs2015-03-052-38/+34
| | * Manual dialog test: Add a message box for printer errors.Friedemann Kleint2015-03-051-8/+41
| | * Introduce QQuaternion::dotProduct()Konstantin Ritt2015-03-053-17/+82
| | * Make QCoreApplication::applicationName available after app destruction.David Faure2015-03-052-12/+23
| | * WinRT: Update documentation on icon handlingMaurice Kalinowski2015-03-051-6/+53
| | * eglfs: Pluginize RPi, iMX6 and Mali backendsLaszlo Agocs2015-03-0529-94/+607
| | * Doc: fixed links on index page QtConcurrentNico Vertriest2015-03-051-7/+7
| | * QLockFile: Avoid zero-sized lock file on write errorhjk2015-03-051-4/+8
| | * Add Raspberry Pi 2 specsLaszlo Agocs2015-03-052-0/+60
| | * OS X: Fix mixing writing systems, ligatures and text formattingEskil Abrahamsen Blomfeldt2015-03-051-5/+3
| | * Remove debug formatting functions obsoleted by the new debug operator for QFl...Friedemann Kleint2015-03-054-120/+9
| | * Windows plugin: Simplify cursor code in platform screen.Friedemann Kleint2015-03-052-8/+8
| | * Clean headers in the Windows plugin.Friedemann Kleint2015-03-0512-24/+18
| | * Clean headers in the Direct2D plugin.Friedemann Kleint2015-03-058-13/+21
| | * Android: Make sure applicationState is set correctlyBogDan Vatra2015-03-054-2/+12
| | * Fix disabling libinput feature if libudev is not availablePasi Petäjäjärvi2015-03-051-0/+2
| | * Implement debug operator for QStyle::State using the new operator for QFlags<T>.Friedemann Kleint2015-03-052-37/+13
| | * xcb: QkeySequence::Quit is control-QShawn Rutledge2015-03-051-1/+1
| | * Fix shortcut overriding.Christian Strømme2015-03-052-4/+13
| | * Add missing fetchAndXxx methods to atomic classes based on std::atomicThiago Macieira2015-03-0553-19/+215
| | * Adjust the socket address family before bind()/connect()/sendto()Thiago Macieira2015-03-042-3/+36
| | * Fix bind+connect in both TCP and UDPThiago Macieira2015-03-0410-46/+266
| | * QSslSocket: fix compilation errorNikita Baryshnikov2015-03-043-3/+3
| | * XCB: Solve crash when plugging a screen with unshown QWindowThiago Macieira2015-03-041-1/+2
| | * Remove non-templated pixellayout methodsAllan Sandfeld Jensen2015-03-041-182/+38
| | * Make some QAbstractItemModel API invokableStephen Kelly2015-03-042-13/+14
| | * Make the QItemSelectionModel::selection a property.Stephen Kelly2015-03-041-1/+2
| | * Add __APPLE_CC_ to QMAKE_COMPILER_DEFINES for moc.prfTor Arne Vestbø2015-03-041-1/+1
| | * Fix leaking ISA extensions in LTCG buildsAllan Sandfeld Jensen2015-03-043-0/+5
* | | QNetworkAccessManager: Support HTTP redirectionMandeep Sandhu2015-03-0917-57/+539
|/ /
* | QCocoaWindow - fix a flag testTimur Pocheptsov2015-03-071-1/+1
* | xcb: implement and deprecate QWidget::setWindowIconText()Shawn Rutledge2015-03-069-10/+56
* | Cocoa integration - do not report invalid coordinatesTimur Pocheptsov2015-03-063-0/+12
* | QCommandLineParser: add parsing mode for options after argumentsDavid Faure2015-03-063-3/+87
* | qdoc: Switched to QList from QMap for subprojects listVenugopal Shivashankar2015-03-062-18/+16
* | Support "writing-mode" accessibility text attributeBoris Dušek2015-03-051-0/+3
* | Fix QAccessibleTextWidget::characterRect for off-cursor positionsBoris Dušek2015-03-051-1/+14
* | Fix QAccessibleTextWidget::characterRect for complex linesBoris Dušek2015-03-051-1/+1
* | Fix accessibility character rect testsBoris Dušek2015-03-051-3/+6
* | Fix tst_qaccessibility::textEditTest for some screen resolutionsFrederik Gladhorn2015-03-051-0/+1
* | Remove unneeded check in QNetworkReplyImpl::abort.Florian Bruhin2015-03-051-7/+5
* | XcbSystemTrayTracker: fix uninitialized valueStephan Binner2015-03-051-1/+1