- 08 Dec, 2010 1 commit
-
-
Kai Koehne authored
-
- 29 Oct, 2010 1 commit
-
-
Kai Koehne authored
QRegExp matching is quite expensive, and has to be done for every file in the project directory tree against all possible suffixes. Optimize for the common case that the pattern is "*.suffix" by doing a fileName.endsWidth(suffix) in this case. This speeds up loading of examples/declarative/declarative.qmlproject by about 30%. Reviewed-by: Christian Kamm
-
- 06 Sep, 2010 1 commit
-
-
Bill King authored
-
- 29 Jun, 2010 1 commit
-
-
Kai Koehne authored
-
- 22 Mar, 2010 1 commit
-
-
Kai Koehne authored
E.g. "QmlFiles {}" now also monitors subdirectories by default, while "QmlFiles { paths : ["bla.qml"] } does not. Task-number: BAUHAUS-503
-
- 19 Mar, 2010 1 commit
-
-
Kai Koehne authored
Suggested by Erik Verbruggen
-
- 12 Mar, 2010 1 commit
-
-
Kai Koehne authored
-
- 22 Feb, 2010 1 commit
-
-
Kai Koehne authored
Instead of letting the list of files being a (comma separated) string it's now a full JavaScript array. E.g. paths: ["file1", "file2"] This unifies it with e.g. the libraryPaths property
-
- 17 Feb, 2010 1 commit
-
-
Kai Koehne authored
Check for the case that a new file to be added to a .qmlproject is also automatically covered e.g. by a wildcard filter. In this case we don't have to do anything.
-
- 03 Feb, 2010 1 commit
-
-
Kai Koehne authored
Will be passed to qmlviewer with the "-L" option. Storing this in the .qmlproject file format itself (and not in the .user file) is useful in case the libraries are relative/part of the checkout that is shared between users/computers.
-
- 29 Jan, 2010 6 commits
-
-
Kai Koehne authored
-
Kai Koehne authored
-
Kai Koehne authored
-
Kai Koehne authored
-
Kai Koehne authored
We're converting the path to absolute ones in QmlProject anyway ...
-
Kai Koehne authored
-