aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* use Item::PropertyDeclarationMap where appropriateJoerg Bornemann2014-03-252-2/+2
* Fix potential infinite loop in build dir cleaning.Christian Kandeler2014-03-181-1/+3
* Combine createGccProfile and createMingwProfile.Jake Petroules2014-03-121-25/+16
* Correctly set toolchain prefix for GCC cross compilers.Jake Petroules2014-03-121-1/+12
* Improve human readability of and consolidate probe functions.Jake Petroules2014-03-121-10/+10
* Add new qml item ScannerMaxim Zaitsev2014-03-1223-166/+598
* fix compilation on OS XJoerg Bornemann2014-03-111-0/+2
* make the qbs.PropertyList extension available on all platformsJoerg Bornemann2014-03-062-2/+22
* Compile with C++11/libc++Eike Ziller2014-03-061-6/+8
* Detect MinGW on all platforms.Jake Petroules2014-03-041-9/+22
* Normalize signal/slot signaturesOrgad Shaneh2014-03-033-5/+5
* Recognize more MinGW machine names.Jake Petroules2014-03-031-4/+10
* Canonicalize more architectures.Jake Petroules2014-03-032-10/+12
* do not export ScriptEngine and LoaderJoerg Bornemann2014-02-282-5/+2
* introduce loadExtension functionJoerg Bornemann2014-02-282-0/+81
* store search paths in file contextJoerg Bornemann2014-02-285-1/+19
* introduce loadFile function for loading JS filesJoerg Bornemann2014-02-285-15/+87
* give FileContext and ResolvedFileContext a common baseJoerg Bornemann2014-02-2812-56/+183
* Introduce PropertyList functions isEmpty and clear.Jake Petroules2014-02-282-0/+18
* Add support for writing a PropertyList object directly to a file.Jake Petroules2014-02-282-0/+16
* Centralize plist writing code.Jake Petroules2014-02-282-47/+90
* move ResolvedFileContext to separate filesJoerg Bornemann2014-02-288-65/+152
* rename name variable to filePathJoerg Bornemann2014-02-281-9/+9
* rename JsImport.fileNames to filePathsJoerg Bornemann2014-02-284-14/+14
* fix includes in scriptengine.hJoerg Bornemann2014-02-281-2/+2
* Make the "lib" part of plugin and library locations configurable.Christian Kandeler2014-02-2710-14/+28
* Include languageinfo.h in qbs.h.Christian Kandeler2014-02-271-0/+1
* introduce qbs::LanguageInfo classJoerg Bornemann2014-02-279-79/+170
* Shut up warning by stupid compilers.Christian Kandeler2014-02-271-0/+3
* Add support for reading the plist format in the PropertyList extension.Jake Petroules2014-02-272-3/+34
* Add support for reading JSON plists in the PropertyList extension.Jake Petroules2014-02-271-5/+21
* Rename PropertyList API functions for better self-documentation.Jake Petroules2014-02-272-12/+12
* Fix potential uncaught exception when reading files with PropertyList.Jake Petroules2014-02-271-3/+3
* Properly retain/release the propertyListObject held by the plist object.Jake Petroules2014-02-271-1/+3
* Use localizedDescription instead of description when printing NSErrors.Jake Petroules2014-02-271-4/+4
* Use the same string conversion functions names as in QtCore.Jake Petroules2014-02-271-21/+23
* Do not share product properties with artifacts.Christian Kandeler2014-02-2612-66/+87
* use filePath instead of fileName where applicableJoerg Bornemann2014-02-253-17/+17
* rename fileName property in prepare scripts to filePathJoerg Bornemann2014-02-251-1/+7
* Do not put the plugins where the resources are.Christian Kandeler2014-02-255-19/+19
* rename variable in Transformer::translateFileConfigJoerg Bornemann2014-02-251-6/+6
* introduce ScriptEngine::setDeprecatedPropertyJoerg Bornemann2014-02-252-0/+28
* Don't treat warnings as errors.Christian Kandeler2014-02-242-3/+0
* Try harder not to store a corrupted build graph.Christian Kandeler2014-02-243-1/+19
* libqtprofilesetup: Ignore pri file entries with en empty rhs.Christian Kandeler2014-02-211-1/+1
* Fix some sub-optimal use of the persistence facility.Christian Kandeler2014-02-2111-80/+91
* Allow the user to specify a custom place for settings.Christian Kandeler2014-02-2130-99/+217
* Add command line parser classes to config-ui and setup-qt.Christian Kandeler2014-02-2110-68/+369
* Add helpful output to assertion for file path absoluteness.Christian Kandeler2014-02-211-1/+2
* Make parameter of PersistentPool::storeContainer() const.Christian Kandeler2014-02-201-2/+2