summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't assume CTFontCopyDefaultCascadeListForLanguages is available on 10.8Tor Arne Vestbø2013-02-141-3/+2
* remove QMAKE_TARGET_* overridesOswald Buddenhagen2013-02-131-6/+0
* Make it possible to use QPointer<const T>Stephen Kelly2013-02-132-35/+23
* Fix undefined reference to XSetTransientForHint.Jonas Gastal2013-02-131-0/+1
* Fix build with old MinGWFrederik Gladhorn2013-02-131-0/+4
* QMetaMethod is needed in qtreeview.cpp even without accessibility.Samuel Rødal2013-02-131-1/+1
* Add support for color glyphs (Emoji) on Mac OS X and iOSTor Arne Vestbø2013-02-1310-55/+133
* replay mouse press event after a popup widget has been closedJian Liang2013-02-121-0/+15
* Mark public non-member non-static variables as Q_DECL_UNUSEDThiago Macieira2013-02-122-2/+3
* Add Q_DECL_UNUSED to a function only used in Q_ASSERTThiago Macieira2013-02-121-1/+2
* Add Q_DECL_UNUSED, marking functions or variables unusedThiago Macieira2013-02-121-0/+4
* Improve QRegularExpression captureCount / namedCaptureGroups docsGiuseppe D'Angelo2013-02-121-4/+23
* QRegularExpression: print a warning if (?J) is used in a patternGiuseppe D'Angelo2013-02-121-0/+8
* QRegularExpression: don't use study data when getting the pattern infoGiuseppe D'Angelo2013-02-121-1/+2
* Fix sizeHint for QAbstractSpinBoxCaroline Chao2013-02-127-35/+38
* Leave some Qt 6 remarks for QStringRefThiago Macieira2013-02-121-0/+4
* Use CTFontCopyDefaultCascadeListForLanguages for font fallback if availableTor Arne Vestbø2013-02-122-68/+129
* Don't use the fallback list to decide if the CoreText font db was populatedTor Arne Vestbø2013-02-121-1/+5
* Added QWindow::Visibility convenience API to QWindow.Samuel Rødal2013-02-123-0/+139
* Enablers in fbconvenience for Android portEskil Abrahamsen Blomfeldt2013-02-124-11/+51
* Make QGraphicsViewPrivate::updateRubberBand more readableThorbjørn Lund Martsum2013-02-121-41/+36
* Remove overlapping variable names defined in VxWorks headersPasi Petäjäjärvi2013-02-124-26/+0
* Use stub function rand_r for VxWorks DKM modePasi Petäjäjärvi2013-02-122-0/+4
* Document the QPainter::HighQualityAntialiasing render hint as obsolete.Samuel Rødal2013-02-121-6/+2
* Ensure QDateTime can handle QDate's full range of julian dates.Mitch Curtis2013-02-122-5/+8
* Correctly detect HTML 5 charset attribute in QTextCodec::codecForHtml()Mitch Curtis2013-02-121-15/+17
* Simplify a function to fix a warning reported by ICCThiago Macieira2013-02-111-5/+2
* Add Q_DECL_RESTRICT and Q_ALWAYS_INLINE for MSVCThiago Macieira2013-02-111-0/+4
* Rename the Q_STATIC_INLINE_FUNCTION macro to Q_ALWAYS_INLINEThiago Macieira2013-02-111-14/+14
* BB10 systemProxyForQuery: query system proxy also for non-URL requestsPeter Hartmann2013-02-112-4/+28
* QPA Cocoa Menu: Make sure mouse button state is clean after popupGabriel de Dietrich2013-02-113-12/+12
* Allow QtTest's QCOMPARE to work with mixed q(u)int32 and q(u)int64Jon Severinsson2013-02-112-0/+66
* Remove dead code from QPointer.Stephen Kelly2013-02-111-40/+0
* Add support for getting the paper names available for the printerAndy Shaw2013-02-1115-3/+131
* Also copy checkable property to platform itemBogDan Vatra2013-02-111-1/+2
* Automatically hide the SIPBogDan Vatra2013-02-112-1/+5
* Remove unused variableMontel Laurent2013-02-111-1/+0
* Fix initialize variablesMontel Laurent2013-02-111-0/+2
* Fix segfault when setting a device-pixel-ratio on a null-QPixmapTor Arne Vestbø2013-02-091-0/+3
* QGraphicsView - remove not needed storeMouseEventThorbjørn Lund Martsum2013-02-092-3/+2
* Add support for SHA3 to QCryptographicHash.Richard Moore2013-02-0911-96/+203
* Fixed QOpenGLFunctions feature/extension detection to check GL versionSamuel Rødal2013-02-091-2/+9
* Try harder to locate external OpenSSL libraries on win32Erik van Pienbroek2013-02-091-7/+25
* QUrl effective TLDs: update table and split into chunks of 64KPeter Hartmann2013-02-092-6200/+9685
* SSL: Use correct signature for SSL_get1_sessionMarcel Krems2013-02-092-2/+2
* Add QWindowSystemInterface::handleFileOpen(const QUrl&)José Dapena Paz2013-02-084-4/+14
* Added version() and setVersion() convenience API to QSurfaceFormat.Samuel Rødal2013-02-082-0/+28
* Allow actions in a QMenu to show their tooltipshjk2013-02-083-1/+47
* qMetaTypeId(): deprecate the dummy parameter.Olivier Goffart2013-02-083-19/+19
* Fix crash-on-exit with some plugin systems (e.g. sensors)Thiago Macieira2013-02-071-8/+9