aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix crash on Properties block in Export itemv1.2.1Joerg Bornemann2014-05-081-0/+4
* Executor: Record only the first failing job's error message.Christian Kandeler2014-05-071-1/+2
* Fix crash on product disabling.Christian Kandeler2014-04-301-1/+1
* Make the "clean" operation interruptible.Christian Kandeler2014-04-281-2/+8
* Remove invalid assertion.Christian Kandeler2014-04-241-1/+2
* fix XcodeProbe::compareVersionsJoerg Bornemann2014-04-231-3/+3
* API: Do not present all root artifacts as target artifacts.Christian Kandeler2014-04-178-6/+18
* Prevent user code from hanging qbs during resolving.Christian Kandeler2014-04-166-5/+40
* Remove left-over function declaration.Christian Kandeler2014-04-161-1/+0
* setup-qt: fix help textJoerg Bornemann2014-04-161-1/+1
* Fix warnings when compiling with Qt 4.Christian Kandeler2014-04-154-4/+23
* fix collecting defines in moc.jsJoerg Bornemann2014-04-151-3/+2
* Allow long-running commands to be canceled.Christian Kandeler2014-04-159-20/+52
* Work around braindead QFileInfo::exists() behavior for symbolic links.Christian Kandeler2014-04-153-2/+10
* fix module property cacheJoerg Bornemann2014-04-153-11/+58
* Sanitize error/finished handling in executor jobs and command executors.Christian Kandeler2014-04-157-75/+44
* fix environment of JS ProcessJoerg Bornemann2014-04-141-1/+7
* fix usage of deprecated functionJoerg Bornemann2014-04-141-2/+2
* Fix compilation on Windows.Christian Kandeler2014-04-111-0/+1
* support internal extensions in loadExtensionJoerg Bornemann2014-04-113-3/+37
* Make AbstractJob::cancel() a slot.Christian Kandeler2014-04-111-0/+1
* Fix potential assertion in Executor.Christian Kandeler2014-04-101-2/+4
* Do not report success from canceled jobs.Christian Kandeler2014-04-092-9/+24
* detect Visual Studio build environment using vcvarsall.batJoerg Bornemann2014-04-087-6/+274
* Fix crash with Properties item as child of Project item.Joerg Bornemann2014-04-071-1/+3
* Fixed removing hidden files in a build treeIvan Komissarov2014-04-071-1/+1
* pass framework paths to mocJoerg Bornemann2014-04-041-0/+4
* avoid duplicate defines in moc callJoerg Bornemann2014-04-041-2/+4
* remove TopLevelProject::platformEnvironmentJoerg Bornemann2014-04-045-26/+6
* qtprofilesetup: Fix missing string replacement in output string.Christian Kandeler2014-04-031-1/+1
* move MSVC info classes to separate fileJoerg Bornemann2014-04-034-14/+52
* clean up qbs-setup-toolchains.proJoerg Bornemann2014-04-031-2/+13
* remove JSSourceValue::Alternative::conditionScopeItemJoerg Bornemann2014-03-316-33/+12
* remove deprecated qbsPath preferences keyJoerg Bornemann2014-03-311-11/+1
* Make "Qt.declarative" available as "Qt.quick" again for Qt 4.Christian Kandeler2014-03-311-1/+7
* Remove "Module" from the list of allowed child types for some items.Christian Kandeler2014-03-311-8/+2
* Do not report an error for a non-existing file in a disabled group.Christian Kandeler2014-03-311-7/+9
* Fix QML debugging for Qt 5.Christian Kandeler2014-03-311-1/+3
* fix FileInfo::isFileCaseCorrect on OS XJoerg Bornemann2014-03-281-1/+1
* extend trace output in ModuleLoaderJoerg Bornemann2014-03-281-0/+13
* Interpret "~" as home directory shortcut when resolving wildcards.Christian Kandeler2014-03-281-1/+4
* catch exceptions in JS callbackJoerg Bornemann2014-03-271-3/+13
* cache module prototype item treesJoerg Bornemann2014-03-264-8/+27
* Do not store CodeLocations in JSSourceValue objects.Christian Kandeler2014-03-267-16/+31
* Fix "build single file" and "changed files" functionalities.Christian Kandeler2014-03-267-55/+98
* turn JSSourceValue::m_sourceCode into a QStringRefJoerg Bornemann2014-03-2512-34/+90
* turn JSSourceValue bools into flagsJoerg Bornemann2014-03-253-12/+22
* remove firstValidPropertyDeclaration helper functionJoerg Bornemann2014-03-251-14/+2
* rename mergeItem to inheritItemJoerg Bornemann2014-03-252-7/+7
* make PropertyDeclaration implicitly sharedJoerg Bornemann2014-03-258-67/+199