- Oct 16, 2009
- Oct 09, 2009
-
-
con authored
Since that was fixed in Qt.
-
- Oct 08, 2009
-
-
Roberto Raggi authored
Done with mae
-
- Oct 07, 2009
-
-
Roberto Raggi authored
Done with mae
-
mae authored
By accident the default was changed to false, but we want true.
-
- Oct 05, 2009
-
-
mae authored
BaseTextEdit's paint event relied on us setting the line count of invisible blocks to 0. This was not always the case, causing pixel garbage to occur.
-
mae authored
In combination with ifdef'ed-out blocks, the collapse block indicator was sometimes painted with the ifdef'ed out color.
-
mae authored
In combination with ifdef'ed out blocks (un)collapse all would possibly never expand the blocks again.
-
Roberto Raggi authored
-
con authored
-
mae authored
The changes enables the auto-parentheses magic of normal backspace also for the DeleteStartOfWord case.
-
Friedemann Kleint authored
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
-
- Oct 02, 2009
-
-
con authored
-
Christian Kamm authored
Reviewed-by: erikv
-
- Oct 01, 2009
-
-
mae authored
-
Friedemann Kleint authored
-
mae authored
done with Erik Verbruggen
-
mae authored
-
- Sep 30, 2009
-
-
Thorbjørn Lindeijer authored
Make sure special characters are converted to proper plain text. Done with mae.
-
mae authored
-
mae authored
This implementation relies less on the pasted block of text having a trailing newline.
-
- Sep 29, 2009
-
-
mae authored
auto-indentation of pasted text now only happens when complete lines including a trailing paragraph separator are copied and pasted. In addition, the reindent() functions ensures that the relative indentation within the pasted block is preserved. This mechanism is now also used for moving lines up/down. Done with thorbjorn
-
- Sep 28, 2009
-
-
mae authored
when pasting text which ends with a newline, we should not reindent the final line, instead we will preserve the indentation that was there.
-
- Sep 25, 2009
-
-
mae authored
We now exclude brace in ifdefed out sections when calculating, whether or not the braces match. This requires adjust the brace levels whenever sections get ifdef'd out or ifdef'd in again.
-
Erik Verbruggen authored
(re-)formatting.
-
- Sep 24, 2009
- Sep 23, 2009
-
-
Roberto Raggi authored
-
mae authored
Bug-number: QTCREATOR-154
-
- Sep 17, 2009
-
-
Thorbjørn Lindeijer authored
Based on a change by Denis Dzyubenko, done with mae.
-
mae authored
-
mae authored
-
- Sep 16, 2009
-
-
Thorbjørn Lindeijer authored
To avoid bothering people who are trying to type an expression that is already partly there.
-
Thorbjørn Lindeijer authored
Also skip semicolons in when auto parentheses insertion is enabled. Done with mae.
-
Thorbjørn Lindeijer authored
Done with mae.
-
mae authored
-
Thorbjørn Lindeijer authored
-