summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cocoa plugin - fix obscured/mapped/unmapped logicTimur Pocheptsov2015-02-032-3/+7
* Fixed icons lookup in QIcon::fromThemeRuslan Nigmatullin2015-02-027-63/+105
* QCalendarWidget: avoid three dynamic allocationsMarc Mutz2015-02-021-21/+15
* QCalendarWidget: Extract Method formatNumber()Marc Mutz2015-02-021-34/+21
* Micro-optimize QCalendarDateSectionValidator::highlightString()Marc Mutz2015-02-021-1/+1
* Make QCalendarDateSectionValidator::highlightString() staticMarc Mutz2015-02-021-2/+2
* QTextStream: remove a use of QString::sprintf()Marc Mutz2015-02-021-4/+11
* QTextStream: fix a warning with QTEXTSTREAM_DEBUG definedMarc Mutz2015-02-021-1/+1
* QProcess: fix warnings with QPROCESS_DEBUG definedMarc Mutz2015-02-021-2/+2
* QCalendarWidget: use ctor-init-list (II)Marc Mutz2015-02-021-2/+4
* QCalendarWidget: use ctor-init-list (I)Marc Mutz2015-02-021-13/+13
* QLayoutEngine: replace an inefficient QList with QVarLengthArrayMarc Mutz2015-02-021-5/+6
* Avoid unneeded QBrush::texture() callsAllan Sandfeld Jensen2015-02-025-12/+74
* QStyleHints: restore CONSTANT to non-NOTIFYable propertiesJ-P Nurmi2015-02-021-9/+9
* Don't remember if passed HFONT was a stock objectKonstantin Ritt2015-02-023-23/+9
* [QWindowsFontDatabase] Drop some dead codeKonstantin Ritt2015-02-024-16/+11
* [QWindowsFontDatabase] Drop some dead codeKonstantin Ritt2015-02-023-31/+6
* iOS: Track QIOSViewController -> QIOSScreen using QPointerTor Arne Vestbø2015-02-021-3/+4
* iOS: Guard QIOSScreen against notifying Qt about changes to deleted QScreensTor Arne Vestbø2015-02-021-6/+14
* iOS: Disconnect focusWindowChanged connection on QIOSViewController deallocTor Arne Vestbø2015-02-021-1/+8
* iOS: Keep size and device pixel ratio of QIOSBackingStore in sync with windowTor Arne Vestbø2015-02-022-10/+10
* QFileDialog::setDirectory(): remove unused local variableMaks Naumov2015-02-021-1/+0
* Reduce number of QRegion::rects() calls in QBlitterPaintEngine::fillRect()Maks Naumov2015-02-021-5/+4
* Call QDir::homePath() only when necessary in QSettings::initDefaultPaths()Maks Naumov2015-02-021-3/+2
* Update for libinput 0.8Laszlo Agocs2015-02-023-1/+17
* Expose the ThreadedOpenGL cap to appsLaszlo Agocs2015-02-022-0/+17
* Utilize EGL_KHR_surfaceless_context in QOffscreenSurface when availableLaszlo Agocs2015-02-023-8/+29
* Add SecureTransport based SSL backend for iOS and OS XJeremy Lainé2015-02-0210-13/+1709
* inline initOld()Oswald Buddenhagen2015-02-022-40/+35
* inline outputVariables()Oswald Buddenhagen2015-02-022-13/+7
* prune dead fixFilename() functionOswald Buddenhagen2015-02-022-17/+0
* prune dead fixifySpecdir() functionOswald Buddenhagen2015-02-022-8/+0
* prune pointless assignments of QString::replace() and remove() resultsOswald Buddenhagen2015-02-027-35/+31
* optimize filePrefixRoot()Oswald Buddenhagen2015-02-021-4/+6
* remove dead variablesOswald Buddenhagen2015-02-023-6/+1
* remove pointless fixForOutput() callOswald Buddenhagen2015-02-021-1/+0
* remove bogus path fixingOswald Buddenhagen2015-02-022-6/+6
* prune vestiges of IMAGES and QMAKE_IMAGE_COLLECTIONOswald Buddenhagen2015-02-026-19/+2
* remove QMAKE_FAILED_REQUIREMENTS optimization from unix generatorOswald Buddenhagen2015-02-021-3/+0
* make fallback handling for QMAKE_BUNDLE_EXTENSION saneOswald Buddenhagen2015-02-021-6/+6
* values(foo).first() => first(foo)Oswald Buddenhagen2015-02-025-35/+31
* remove weird qt_dll hackOswald Buddenhagen2015-02-021-4/+0
* don't verify compilers twiceOswald Buddenhagen2015-02-021-2/+1
* remove pointless double initialization guardsOswald Buddenhagen2015-02-0213-36/+7
* nuke gbuild generatorOswald Buddenhagen2015-02-028-757/+3
* fix relative path resolution inconsistency in qmake propertiesOswald Buddenhagen2015-02-021-1/+3
* less preprocessor magic relating to qmake buildOswald Buddenhagen2015-02-021-5/+5
* avoid direct use of QLibraryInfo as much as possibleOswald Buddenhagen2015-02-027-8/+7
* complete reversal of adding QLibraryInfo to the bootstrap libraryOswald Buddenhagen2015-02-024-33/+24
* silence msvc warning 4996 while bootstrapping qmake as wellOswald Buddenhagen2015-02-021-2/+2