summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* make the installed meta files play nicely with sysrootsOswald Buddenhagen2015-02-053-9/+26
* base the libexec fallback logic on the makespecOswald Buddenhagen2015-02-051-1/+1
* simplify mkspec determination when writing qconfig.cppOswald Buddenhagen2015-02-051-9/+3
* make makeabs a functionOswald Buddenhagen2015-02-052-41/+41
* simplify absolute unix path detectionOswald Buddenhagen2015-02-051-8/+1
* configure --help clarifications relating to -*prefixOswald Buddenhagen2015-02-052-11/+13
* Fix xcb's dbus dependencyLaszlo Agocs2015-02-051-2/+2
* xcb: do not leak window system integrationLaszlo Agocs2015-02-052-1/+4
* Diaglib: Fix compilation with MSVC 2010 / SDK 7.X.Friedemann Kleint2015-02-051-0/+4
* Windows: Allow for passing a modified argv to QCoreApplication.Friedemann Kleint2015-02-054-33/+53
* Avoid creating a QPixmap on QBrush comparisonsAllan Sandfeld Jensen2015-02-043-4/+49
* QComboBox: use QModelIndex::sibling() instead of index()+parent()Marc Mutz2015-02-041-3/+1
* Correct QPainter's is_brush_transparentAllan Sandfeld Jensen2015-02-041-5/+8
* Generate SSE4.1 versions of premultiplying methods where convenientAllan Sandfeld Jensen2015-02-043-7/+62
* Remove traces of the Maemo platformTor Arne Vestbø2015-02-0412-741/+4
* a11y: Fix warning about instance method '-invalidate' not foundTor Arne Vestbø2015-02-041-0/+5
* make shellQuoteWin() be more sparing with circumflexesOswald Buddenhagen2015-02-042-16/+38
* always use single quotes in shellQuoteUnix()Oswald Buddenhagen2015-02-041-1/+1
* add value quoting to qtAddToolEnv()Oswald Buddenhagen2015-02-041-1/+2
* nuke pointless QT_BUILD_TREE assignmentsOswald Buddenhagen2015-02-044-4/+4
* de-noise testOswald Buddenhagen2015-02-042-0/+4
* make configure -redo and config.status able to handle spaces in argumentsOswald Buddenhagen2015-02-042-9/+11
* remove support for ancient /bin/sh which mishandle empty "$@"Oswald Buddenhagen2015-02-041-5/+1
* remove some redundant backslashesOswald Buddenhagen2015-02-041-3/+3
* remove redundant CXX definitionOswald Buddenhagen2015-02-041-1/+0
* make test support qmake path with spacesOswald Buddenhagen2015-02-043-19/+30
* prune pointless INCLUDEPATH fixingOswald Buddenhagen2015-02-041-5/+0
* fix versioned lib lookup with normalized full pathsOswald Buddenhagen2015-02-041-1/+1
* remove pointless return value from QMakeParser::read()Oswald Buddenhagen2015-02-045-40/+31
* don't re-implement QDir::mkpath()Oswald Buddenhagen2015-02-041-35/+1
* rename fileVarGlue() => fixFileVarGlue()Oswald Buddenhagen2015-02-042-4/+4
* xcode: remove special treatment of YACCSOURCES and LEXSOURCESOswald Buddenhagen2015-02-041-23/+2
* don't rely on the right moc being in PATHOswald Buddenhagen2015-02-041-16/+21
* don't rely on the right qdbuscpp2xml/qdbusxml2cpp being in PATHOswald Buddenhagen2015-02-042-2/+5
* Move Rfc822NameType, DnsNameType and UniformResourceIdentifierType.Richard J. Moore2015-02-044-16/+34
* Harden QAsn1Element against malicious ASN.1 strings.Richard J. Moore2015-02-042-0/+42
* Remove unused qdrawhelper_sse_p.h headerAllan Sandfeld Jensen2015-02-041-172/+0
* Remove unnecessary math.h and limits.h includesAllan Sandfeld Jensen2015-02-0413-24/+0
* [QFontDatabase] Speed-up is(Bitmap|Smoothly)ScalableKonstantin Ritt2015-02-041-0/+6
* Check for the proper extension for anisotropic filteringLaszlo Agocs2015-02-041-1/+1
* QDialog: don't tell native dialog to hide if never shownRichard Moe Gustavsen2015-02-041-1/+1
* Use Q_ENUM and Q_FLAG for types in QtCoreOlivier Goffart2015-02-049-12/+16
* Use Q_ENUM and Q_FLAG in the Qt namespaceOlivier Goffart2015-02-042-48/+97
* Do not compile in dlldata.c or ia2_api_all_c.cJan Arve Saether2015-02-048-15781/+5
* Ensure null pointers are not added to QXcbConnection::m_touchDevicesSandro Mani2015-02-041-3/+5
* D-Bus tray icons: get devicePixelRatio at runtimeShawn Rutledge2015-02-041-8/+9
* QXcbClipboard: don't hold on to the screen pointerSandro Mani2015-02-042-9/+14
* QXcbWindow: use an accessor to get the screen instead of storing itSandro Mani2015-02-043-43/+50
* [QMath3D] Add public c-tors that do not initialize the contentsKonstantin Ritt2015-02-0412-0/+54
* QCalendarWidget: simplify formatNumber()Marc Mutz2015-02-041-10/+1