summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure: Verify makespec before using it furtherTor Arne Vestbø2013-02-171-0/+14
* configure: Don't build qmake with MAC_SDK_FLAGS, it's a host toolTor Arne Vestbø2013-02-171-8/+1
* Cocoa: QSystemTrayIcon showing native messages on Mountain Lion.Christoph Schleifenbaum2013-02-162-2/+47
* QLocalePrivate: Generalized numberToCLocale.Keith Gardner2013-02-162-7/+25
* SSL benchmarks: add benchmark for uploading dataPeter Hartmann2013-02-161-0/+26
* Filedialog test: Do not set directory if empty.Friedemann Kleint2013-02-161-1/+3
* Revert "Provide better error if min (or max) is defined in QDateTime"Jędrzej Nowacki2013-02-161-3/+0
* configure: Remove duplicated logic for dealing with framework buildsTor Arne Vestbø2013-02-161-14/+0
* Teach configure to execute $$system() when parsing qmake.confTor Arne Vestbø2013-02-161-3/+15
* Manually add Emoji font to fallback list on Mac OSTor Arne Vestbø2013-02-161-0/+6
* Zero-initialize paint-device in minimal EGL platform pluginTor Arne Vestbø2013-02-161-0/+1
* 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
* purge vestiges of QMAKE_LFLAGS_QT_DLLOswald Buddenhagen2013-02-132-5/+0
* purge QMAKE_LIBS_OPENGL_QTOswald Buddenhagen2013-02-1349-49/+1
* Make it possible to use QPointer<const T>Stephen Kelly2013-02-134-35/+33
* 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-123-0/+42
* 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-124-0/+179
* 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-123-7/+54
* Correctly detect HTML 5 charset attribute in QTextCodec::codecForHtml()Mitch Curtis2013-02-122-23/+84
* 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