- Jan 06, 2010
-
-
Friedemann Kleint authored
As it causes dashed lists to be formatted as - i1 - i2 Just do paragraph formatting. Task-number: QTCREATORBUG-538 Initial-patch-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> (cherry picked from commit 2986ccaf)
-
Roberto Raggi authored
Wasn't using a space to separate the closing angular brackets. Task-number: QTCREATORBUG-547 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Roberto Raggi authored
Task-number: QTCREATORBUG-534 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Jarek Kobus authored
In this way all tr calls are done after translations are loaded. Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@trolltech.com> Task-number: QTCREATORBUG-470
-
Daniel Molkentin authored
(cherry picked from commit a8667254)
-
Daniel Molkentin authored
Fixes: QTCREATORBUG-483 (cherry picked from commit 8929bb27)
-
con authored
-
- Jan 05, 2010
- Jan 04, 2010
-
-
Sergey Belyashov authored
Merge-request: 90 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Oswald Buddenhagen authored
... using fromLocal8Bit instead of fromLatin1. of course the localized messages pose a "challenge" for the various workarounds which parse them ... Task-number: QTCREATORBUG-504
-
- Dec 21, 2009
-
-
con authored
-
- Dec 18, 2009
-
-
Daniel Molkentin authored
__stdcall for all compilers (MSVC and MinGW, possibly others may use it) __w64 is MSVC only, deprecated there, but still used in some places Reviewed-By: Roberto Raggi (cherry picked from commit 5832c6b5)
-
Daniel Molkentin authored
Fixes some highlight errors in code using the win32 API. Reviewed-By: Roberto Raggi (cherry picked from commit 771246a5)
-
- Dec 17, 2009
-
-
Thorbjørn Lindeijer authored
Remember the read-only state so that it can be taken into account when changing the enabled state of the erase background button.
-
- Dec 16, 2009
-
-
Thorbjørn Lindeijer authored
This reverts commit cdf2f70c. This new feature didn't belong in 1.3. It will remain on master.
-
Thorbjørn Lindeijer authored
Both rename symbol and stop running had Ctrl+Shift+R as default shortcut, making it impossible to do either when an application was running and the focus was in the text editor.
-
- Dec 15, 2009
-
-
Friedemann Kleint authored
Fixing various problems with breakpoints and opened files caused by CDB returning lower-case file names. Task-number: QTCREATORBUG-438 Reviewed-by:
hjk <qtc-committer@nokia.com> Acked-by:
mariusSO <qt-info@nokia.com>
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-438
-
- Dec 14, 2009
-
-
Friedemann Kleint authored
Reviewed-by: hjk Task-number: QTCREATORBUG-399
-
- Dec 11, 2009
-
-
con authored
Task-number: QTCREATORBUG-463 Reviewed-by: dt
-
con authored
-
Jarek Kobus authored
-
- Dec 09, 2009
-
-
dt authored
For folder nodes. Task-number: QTCREATORBUG-374 Reviewed-by: Thorbjorn
-
Pierre Rossi authored
Maybe we'll need to add an option to toggle that on, or tweak the blending (50:50 at the moment) Reviewed-by: dt
-
- Dec 08, 2009
-
-
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
-
Roberto Raggi authored
Task-number: QTCREATORBUG-384 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Roberto Raggi authored
For example std::string, which is a typedef of std::basic_string. Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Thorbjørn Lindeijer authored
Several special cases that are handled by the CPPEditor did not take into account code that was using tab characters. Task-number: QTCREATORBUG-292 Reviewed-by: Roberto Raggi
-
- Dec 04, 2009
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
patch by Robert de Vries
-
- Dec 03, 2009
-
-
con authored
-
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
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Thorbjørn Lindeijer authored
This handles the case with the selection inside the name correctly, and aborts when part of the selection is outside of the name. Previously, a selection could cause the text to get inserted backwards. Task-number: QTCREATORBUG-302 Reviewed-by: Roberto Raggi
-
Roberto Raggi authored
Task-Number: QTCREATORBUG-409
-
Thorbjørn Lindeijer authored
Done with Roberto Raggi. Task-number: QTCREATORBUG-405
-
- Dec 02, 2009
-
-
Oswald Buddenhagen authored
-
Robert Loehning authored
Reviewed-by: Friedemann Kleint