- Jul 19, 2010
-
-
Roberto Raggi authored
-
Kai Koehne authored
Show the same tooltips as in the text editor. To accomplish this I refactored the QmlOutlineModel quite a bit ...
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Pawel Polanski authored
Reviewed-by: Tobias Hunger
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-1770
-
Christiaan Janssen authored
-
Roberto Raggi authored
-
Christiaan Janssen authored
Introducing context pane for selecting easing curves in animations. Reviewed by: Thomas Hartmann
-
Olivier Goffart authored
-
Olivier Goffart authored
We do not need this check anyway.
-
Olivier Goffart authored
-
Roberto Raggi authored
-
Erik Verbruggen authored
-
Roberto Raggi authored
Don't complete the current item when pressing special characters (e.g. `;') if the completion is automatically triggered.
-
Roberto Raggi authored
-
ck authored
Original version looks fine to me, but fails to compile with e.g. gcc versions Ubuntu 4.4.3-4ubuntu5 and Debian 4.4.4-6. Reviewed-by: Kai Koehne Reviewed-by: kh1
-
Bill King authored
-
- Jul 16, 2010
-
-
ck authored
-
Roberto Raggi authored
-
ck authored
This is necessary in case there is no run configuration (e.g. for library projects).
-
Roberto Raggi authored
-
Olivier Goffart authored
Else, the line numbers does not match anymore.
-
Kai Koehne authored
Requested by con.
-
Lasse Holmstedt authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Tobias Hunger authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Olivier Goffart authored
... with a little bit of refactoring. But for some reason it does not seem to have an effect
-
Kai Koehne authored
This reverts commit 62b83fcf, which was about filtering 'ghost' elements out like "Rectangle { id }", where id was parsed as a UiObjectDefinition. Unfortunately, "anchors" also is represented as an ObjectDefinition ... Anyhow, the original problem does not occur any more, so we can just revert this.
-
Kai Koehne authored
-
Kai Koehne authored
-
Kai Koehne authored
Previously we're setting the properties of the items one by one, each time potentially triggering an update of the view. Actually this uncovered an error in the Filter, which was only reacting to the first change and therefore didn't take the item type into account on first load. Instead, we now use our own QStandardItem class which can be used to assign all values at once.
-
Kai Koehne authored
-