summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add/unify progress messages to/from the configuresOswald Buddenhagen2013-03-152-1/+5
* fix all "qt style yes options" which start with -lOswald Buddenhagen2013-03-151-18/+16
* fix setup of output directory for subprojects in IDE generator backendsOswald Buddenhagen2013-03-152-5/+9
* allow passing values with spaces to -device-optionOswald Buddenhagen2013-03-151-1/+1
* fix LD_LIBRARY_PATH setup of check targetsOswald Buddenhagen2013-03-151-5/+2
* fix replacement base pathOswald Buddenhagen2013-03-152-2/+2
* enumerate modules in QT_MODULES, not QT_CONFIGOswald Buddenhagen2013-03-151-2/+2
* broaden the effect of CONFIG+=force_independent somewhatOswald Buddenhagen2013-03-154-6/+7
* fix parallelized "jom install"Oswald Buddenhagen2013-03-154-30/+24
* Fixed crash when VNCing and trying to use non-present XFixes extension.Mitch Curtis2013-03-151-1/+1
* Correct QDate and QTime documentation.Mitch Curtis2013-03-141-6/+2
* Fixed artifacts when drawing same line with different clips.Samuel Rødal2013-03-142-17/+53
* clean paths of found files in prepareProject()Oswald Buddenhagen2013-03-121-3/+3
* actually use the temp variable we just assigned ...Oswald Buddenhagen2013-03-121-4/+4
* do not append a trailing slash to output directoryOswald Buddenhagen2013-03-122-11/+2
* Correct QString's warnings involving QRegularExpression.Mitch Curtis2013-03-122-7/+21
* Revert 6497649730daeab5d3dfac7e806105e99a237656 and clarify docs.Mitch Curtis2013-03-122-10/+3
* Fix static builds with ICUKai Koehne2013-03-122-3/+15
* Fixed dashes being rendered differently depending on system clip.Samuel Rødal2013-03-075-18/+62
* Attempt to stabilize tst_qgl::graphicsViewClipping().Samuel Rødal2013-03-071-1/+12
* Correct QLocale(const QString &) documentation.Mitch Curtis2013-03-071-2/+2
* remove some cryptic code relating to output directoriesOswald Buddenhagen2013-03-073-12/+8
* Cocoa: Pick right rectangle when rendering window maskGabriel de Dietrich2013-03-061-1/+1
* Cocoa: Fix shadowless popupsGabriel de Dietrich2013-03-062-0/+14
* Correct sentence in QNetworkProxy::setApplicationProxy() documentation.Mitch Curtis2013-03-061-1/+1
* require modules to define their versionOswald Buddenhagen2013-03-063-4/+10
* Fixed potential access violation in QPixmap::copy() for <32 bit pixmaps.Samuel Rødal2013-03-062-2/+13
* Cocoa: Improve expose event handling.Morten Johan Sørvig2013-03-066-9/+60
* Add snippet for QT_VERSION_CHECK.Mitch Curtis2013-02-272-0/+14
* Fix generation of XCode projects for XCode 4.6Andy Shaw2013-02-271-3/+5
* Fix some punctuation errors.Mitch Curtis2013-02-272-4/+3
* Fix Qt Designer warning about being unable to handle property.Friedemann Kleint2013-02-261-1/+1
* Doc: Added the missing example snippetsVenugopal Shivashankar2013-02-266-10/+333
* Remove extra $ in default libexec directoryEskil Abrahamsen Blomfeldt2013-02-251-1/+1
* Remove debug output that can cause crashes in static builds.Frederik Gladhorn2013-02-251-12/+53
* List the Release library before the Debug library in cmake files.Stephen Kelly2013-02-221-24/+24
* Create module-specific internal cmake macrosStephen Kelly2013-02-211-9/+9
* Populate the cmake variables only one time.Stephen Kelly2013-02-214-63/+118
* Hiding scrollbar on MacOSX 10.7 if policy is set to ScrollBarAlwaysOffCyril Oblikov2013-02-211-6/+6
* moc: Fix infinite recursion in macro substitutionOlivier Goffart2013-02-215-5/+29
* Add qcore_mac_p.h to the list of headers.Thiago Macieira2013-02-211-0/+2
* Forward the 3rd parameter of dataChangedAlbert Astals Cid2013-02-213-8/+46
* Emit which role actually changedAlbert Astals Cid2013-02-211-1/+1
* Doc: Update image in QPainter class reference docsTopi Reinio2013-02-201-0/+0
* qdoc: QML Inheritance is not resolved correctly.Martin Smith2013-02-2010-49/+215
* Fix QVector detaching in one thread while another destroys it.Jędrzej Nowacki2013-02-202-3/+78
* Make QVector instances counter thread safeJędrzej Nowacki2013-02-201-100/+101
* add -skip option to the configuresOswald Buddenhagen2013-02-205-2/+41
* simplify qtAddModule() by using $$qtPlatformTargetSuffix()Oswald Buddenhagen2013-02-201-6/+1
* remove pointless conditionals and expansions from qtLibraryTarget()Oswald Buddenhagen2013-02-201-4/+1