- Jun 16, 2010
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
this would give a leak instead of a crash - if it was really relevant at all.
-
Oswald Buddenhagen authored
-
Leena Miettinen authored
Reviewed-by: Tobias Hunger
-
- Jun 15, 2010
-
-
Kai Koehne authored
Fix compilation error introduced by a rebase (12d6f03d)
-
Kai Koehne authored
nodeInstancePropertyChanged() is called for _every_ state switch ... so the current assumption that it only reflects real changes does not hold. Instead, use the orphaned sceneChanged() method to schedule redraws. However, this still results in some overhead when switching to the base state (sceneChanged() cannot decide whether it has to redraw all other states or not). Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
Of course disabled by default Reviewed-by: Christiaan Janssen
-
dt authored
Task-Nr: QTCREATORBUG-1616
-
Daniel Molkentin authored
The spacing errors come from Qt, and should be fixed there. Reviewed-By: Oswald Buddenhagen
-
Christian Kamm authored
Task-number: QTCREATORBUG-1421 Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
The 'state' value already holds the same information. Reviewed-by: Erik Verbruggen (backport of 70448b01)
-
Thorbjørn Lindeijer authored
In comments and strings, electric characters have no syntactical significance and the unnecessary automatic reindent can be annoying. Reviewed-by: Erik Verbruggen
-
Thorbjørn Lindeijer authored
Due to using QTextCursor::columnNumber() instead of QTextCursor::positionInBlock(), a lot of code would not work correctly when used with wrapped lines. In addition, there was an issue with columnNumber() returning 0 right after inserting a character before the last character of a line. Reviewed-by: mae
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-1503
-
Friedemann Kleint authored
as it breaks the log output. Task-number: QTCREATORBUG-1623
-
Friedemann Kleint authored
as it breaks the log output. Task-number: QTCREATORBUG-1623
-
Erik Verbruggen authored
This is a "back-port" for 57f2b3e4 from master into 2.0. Done-with: ckamm
-
Kai Koehne authored
We don't check that an ID entered in the Navigator or Property Editor is not a JavaScript keyword. This patch revamps the RewritingException that happens in this case in a InvalidIdException. Task-number: QTCREATORBUG-1540
-
- Jun 14, 2010
-
-
kh1 authored
Task-number: QTCREATORBUG-1621
-
kh1 authored
-
kh1 authored
-
Thorbjørn Lindeijer authored
Reviewed-by: ogoffart
-
kh1 authored
Reviewed-by: ck
-
Sergey Belyashov authored
Merge-request: 150 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Jun 11, 2010
-
-
con authored
-
con authored
from Menu entry Don't show the icon of checkable items in the menu to avoid being affected by broken styles. Task-number: QTCREATORBUG-1173
-
con authored
Reviewed-by: Thorbjørn Lindeijer Task-number: QTCREATORBUG-865
-
Leena Miettinen authored
Reviewed-by: con
-
Leena Miettinen authored
Reviewed-by: con Reviewed-by: Friedemann Kleint Reviewed-by: dt
-
kh1 authored
- lessens open file handles - improves help plugin startup further Task-number: QTCREATORBUG-337 Reviewed-by: ck
-
kh1 authored
Task-number: QTCREATORBUG-1621 Reviewed-by: ck
-
ck authored
Reviewed-by: kh1
-
Oswald Buddenhagen authored
Reviewed-by: hjk
-
- Jun 10, 2010
-
-
dt authored
-
dt authored
-
Marco Bubke authored
This is improving the updating.
-
Marco Bubke authored
-
Kai Koehne authored
Reviewed-by: Marco Bubke Task-id: QTCREATORBUG-1493
-
Marco Bubke authored
This is needed to suppert inline script function of Qml in the designer
-
Oswald Buddenhagen authored
raw strings would break things due to the missing null terminator. this did not affect unix, as there we convert to 8 bit anyway. Task-number: QTCREATORBUG-1364
-