- 08 Feb, 2010 2 commits
-
-
Roopesh Chander authored
Merge-request: 1766 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
con authored
Separating navigation history logic from updating of highlights.
-
- 04 Feb, 2010 1 commit
-
-
hjk authored
-
- 03 Feb, 2010 2 commits
-
-
Erik Verbruggen authored
Reviewed-by: Roberto Raggi
-
Thorbjørn Lindeijer authored
Universal helper kept around for comfort.
-
- 02 Feb, 2010 1 commit
-
-
Thorbjørn Lindeijer authored
Regression in commit ab3d3cf4 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- 01 Feb, 2010 3 commits
-
-
Roberto Raggi authored
Done with: Thorbjorn.
-
Friedemann Kleint authored
foreach()-Loops.
-
Friedemann Kleint authored
QString: Use QChar where appropriate.
-
- 28 Jan, 2010 1 commit
-
-
mae authored
The smart backspace handling required a preceeding non empty text block. In this case, the fix introduces a standard backspace (deletePreviousCharacter). Reviewed-by: dt
-
- 25 Jan, 2010 2 commits
-
-
Thorbjørn Lindeijer authored
Better to draw it explicitly under the text, together with the associated background color.
-
Thorbjørn Lindeijer authored
Depending on the XRender driver (probably), drawing a short straight line can take quite a while when this line is transparent. On my laptop's onboard ATI card, this meant that scrolling was unusably slow when this transparent line was being drawn. Fixed by avoiding the issue, since there is no actual need to use transparency here. We can calculate the resulting color in advance instead.
-
- 21 Jan, 2010 5 commits
-
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
It was a bit confusing, since it reversed the order of the lines. When this would be fixed, the added value of this action is very small, since you can then also simply move your cursor one up before joining the lines.
-
Falco Hirschenberger authored
Merge-request: 1823 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Falco Hirschenberger authored
Merge-request: 1823 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> Task-number: QTCREATORBUG-510
-
- 19 Jan, 2010 6 commits
-
-
mae authored
Done with Thorbjorn and Roberto
-
Roberto Raggi authored
-
mae authored
done with roberto
-
Roberto Raggi authored
-
mae authored
-
mae authored
-
- 12 Jan, 2010 1 commit
-
-
Roberto Raggi authored
-
- 11 Jan, 2010 2 commits
-
-
mae authored
Task: QTCREATORBUG-543 Reviewed-by: Tobias Hunger
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
- 16 Dec, 2009 1 commit
-
-
mae authored
The dummy shortcut eater did not always work, we sometimes do have mutual exclusive shortcuts in the same context. The current solution is simpler: ignore text input when the control modifier is used. This seems to be in line with other toolkits and applications. Done with: thorbjorn
-
- 09 Dec, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
It activates too easily for some people. Task-number: QTCREATORBUG-406
-
- 08 Dec, 2009 3 commits
-
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
It used to be hidden on the Display settings page. Task-number: QTCREATORBUG-135
-
Thorbjørn Lindeijer authored
Before, the selection was required to span multiple lines. Now, any selection will trigger the line indenting functionality of Tab/Shift+Tab. This should lead to less surprises. Also, Shift+Tab will now always unindent the current line, even if there is no selection, since there is nothing else sensible for this shortcut to do. Task-number: QTCREATORBUG-414 Reviewed-by: mae
-
- 03 Dec, 2009 3 commits
-
-
mae authored
-
mae authored
the new approach makes it possible to use more edit features inside the rename selection like cut/copy/paste. Furthermore it compresses rename operations better on the undo stack.
-
Thorbjørn Lindeijer authored
When auto-indent is turned off, Qt Creator uses a simplistic approach of copying the indentation string from the previous line. This was broken when the cursor was positioned inside the indentation, since this caused part of the indentation to go to the next line, which was then prepended with the copied indentation, in effect increasing the indentation for each new line. The solution here was to copy the indentation from the previous block only after inserting the new block, which causes the indentation of the previous line to be cut off by exactly the right amount to keep the indentation constant. Task-number: QTCREATORBUG-396 Reviewed-by: mae
-
- 02 Dec, 2009 5 commits
- 01 Dec, 2009 1 commit
-
-
mae authored
-