summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add -fPIC to CXX flags only where necessaryKevin Funk2015-12-281-1/+22
* Remove CMake warningHarald Fernengel2015-12-281-2/+2
* Default to OpenGLES when building with -opengl es2Allan Sandfeld Jensen2015-12-251-0/+4
* Enable a test for QFilePrivate::fileName offset on 32 bit LinuxAlex Trotsenko2015-12-231-1/+1
* tst_collections: "explicit instantiation of 'NS::QList' must occur in namespa...Marc Mutz2015-12-231-0/+2
* xcb: Add Xinerama 3rd party source code for static buildBłażej Szczygieł2015-12-224-3/+1468
* xcb: Add Xinerama supportBłażej Szczygieł2015-12-226-19/+75
* tst_QTemporaryDir::nonWritableCurrentDir: Add a check for write protection.Friedemann Kleint2015-12-221-6/+13
* Fix QJsonValue::fromVariant() if the variant contains a json objectLars Knoll2015-12-222-0/+18
* QUrl: revert path-normalization in setPath().David Faure2015-12-222-13/+47
* QStandardPaths: warn if $XDG_RUNTIME_DIR doesn't existDavid Faure2015-12-222-8/+45
* Docu: fix documentation of QHostAddress() default constructor.David Faure2015-12-221-1/+1
* QHeaderView: Reset cached section sizes on font and style changeGabriel de Dietrich2015-12-211-3/+5
* QHeaderView and others: Fix font lookup nameGabriel de Dietrich2015-12-212-5/+4
* add enablers for printing project errors in cumulative modeOswald Buddenhagen2015-12-216-9/+17
* make CONFIG feature evaluation failure non-fatal in cumulative modeOswald Buddenhagen2015-12-211-1/+1
* Add missing includes.Friedemann Kleint2015-12-211-1/+2
* make write_file() capable of making files (not) executableOswald Buddenhagen2015-12-215-15/+44
* Fix version script generation when cross-compiling from Windows to QNXMatt Hoosier2015-12-212-4/+18
* Add DEPENDS option to qt5_wrap_cpp()Daniel Levin2015-12-211-5/+6
* qprocessordetection.h: Fix detection of 32-bit ARMv8Thiago Macieira2015-12-211-20/+27
* Doc: Update Qt Account urlTopi Reinio2015-12-211-1/+1
* Fix visibility of bundled zlib symbols with mingwJohn Brooks2015-12-211-7/+2
* Remove superfluous ReleaseSemaphore/WFSO callsJoerg Bornemann2015-12-212-13/+16
* Stabilize tst_qtimeline::resumeJędrzej Nowacki2015-12-211-5/+4
* Speedup tst_qtimeline::finishedJędrzej Nowacki2015-12-211-2/+1
* Get rid of qWait in tst_qtimeline::restart to make it less flakyJędrzej Nowacki2015-12-211-6/+3
* Improve tst_qtimeline::valueJędrzej Nowacki2015-12-211-11/+7
* Improve tst_qtimeline::currentFrameJędrzej Nowacki2015-12-211-7/+4
* Improve tst_qtimeline::currentTimeJędrzej Nowacki2015-12-211-17/+13
* Make tst_qtimeline::range less prune to timing errorsJędrzej Nowacki2015-12-211-18/+9
* Make tst_qtimeline::duration less fragile to timingsJędrzej Nowacki2015-12-211-6/+4
* Fix broken permission to mode mappingFrank Meerkoetter2015-12-191-3/+3
* Windows: Restore window geometry after normal->maximized->fullscreen->normal.Friedemann Kleint2015-12-172-2/+69
* Windows: Clear key recorder when application becomes inactive.Friedemann Kleint2015-12-171-0/+11
* Windows: fix fullscreen OpenGL window issues with an opt-in functionAndy Shaw2015-12-175-2/+58
* qmake: Combine two variables into an array to simplify a loop.Edward Welbourne2015-12-171-7/+5
* qmake: teach findMocs to handle backslash-newline gracefully.Edward Welbourne2015-12-179-47/+150
* Use Q_CONSTRUCTOR_FUNCTION instead of doing the same manuallyAllan Sandfeld Jensen2015-12-172-23/+7
* iOS: Clear focusObject if first responder is set to nullMarkus Goetz2015-12-171-1/+5
* iOS: Don't hide keyboard on "Done" button when focus object has changedMarkus Goetz2015-12-171-0/+8
* iOS: notify application when edit menu is closedRichard Moe Gustavsen2015-12-171-0/+17
* iOS: include marked text when reporting IM textInRange and endOfDocumentRichard Moe Gustavsen2015-12-171-2/+12
* Android: Fix crash at exitBogDan Vatra2015-12-173-3/+25
* QOpenGLTexture: fix the number of faces returned by faces()Giuseppe D'Angelo2015-12-161-0/+2
* QOpenGLTexture: check textureId for knowing whether a texture was createdGiuseppe D'Angelo2015-12-161-1/+1
* QOpenGLTexturePrivate: remove unused member variableGiuseppe D'Angelo2015-12-161-1/+0
* ensure that we don't leak QT_TOOL_ENV beyond qt_tool.prfOswald Buddenhagen2015-12-161-0/+2
* Cache font fallback families to reduce startup timeKonstantin Ritt2015-12-161-3/+52
* DirectWrite: Implement transforms for grayscale aaEskil Abrahamsen Blomfeldt2015-12-162-2/+8