- Feb 21, 2011
-
-
Thorbjørn Lindeijer authored
There seems to be no reason not to allow this outside of the observer mode.
-
Christian Kandeler authored
Reviewed-by: Tobias Hunger
-
Christian Kamm authored
The problem was that several lookup calls suddenly failed because the actual QML types were no longer in the default scope chain. However, the QML documentation says the type names are in the scope. Also, 'MyComponent.' in a JS-expression context only showed the attached properties of MyComponent and missed the enums. With this change completion now may offers too many options, but that's better than missing some. This reverts parts of 490f2797 Reviewed-by: Leandro Melo
-
Thiago Macieira authored
This change is correct. GCC wrongly accepted S60CertificateExtension as covariant with Botan::Certificate_Extension even though the base was inaccessible. Reviewed-By: dt
-
con authored
-
con authored
-
Tobias Hunger authored
Update hasCopyright script to distinguish between no/wrong copyright.
-
hjk authored
Reviewed-by: con
-
Thiago Macieira authored
This allows us to compile without -nostdlib, which is causing a lot of issues. Reviewed-By: hjk
-
Friedemann Kleint authored
Pass data in binary form in case of unprintable characters such that watchmodel reformatting can be used (instead of appending a hex dump in the extension).
-
Thorbjørn Lindeijer authored
Adds a clear button when text is entered.
-
hjk authored
-
hjk authored
Introduce CompletionPolicy enum, use 'TextCompletion' for the new plain text completion, and 'SemanticCompletion' or 'QuickFixCompletion' for the existing cases. Reviewed-by: Erik Verbruggen
-
Friedemann Kleint authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
hjk authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Kai Koehne authored
Use camel case for library name all over the place.
-
con authored
-
- Feb 18, 2011
-
-
Christian Kandeler authored
-
Leena Miettinen authored
-
Leena Miettinen authored
-
Leena Miettinen authored
-
con authored
The chooser allows choosing variables from a list, and inserting them into previously focused line edit, text edit, or plain text edit. Variables are now registered with a description in the variable manager. Also make the QT_INSTALL_BINS --> CurrentProject:QT_INSTALL_BINS for consistency.
-
con authored
It's done via a external tool description now.
-
con authored
This overrides ordering of *all* tools. Which is suboptimal.
-
con authored
-
con authored
Reordering isn't persistently saved yet.
-
con authored
Because otherwise implementing drag&drop is impossible.
-
con authored
-
con authored
-
con authored
-
con authored
Adding new categories is not there yet though, neither is moving tools through the categories.
-
con authored
-
con authored
-
con authored
-
con authored
-
con authored
Not possible to reset them yet. Saves the change in the settings instead of writing new tools xml files. This probably needs to be adapted for tools that are "local" from the beginning.
-