- 11 Jan, 2010 1 commit
-
-
Thorbjørn Lindeijer authored
When the bookmark could not be added to the editor due to being on a non-existing line, it would not be cleaned up properly when the editor was closed, resulting in a crash when it later tried to remove itself from the no longer existing editor. In addition to fixing the crash, bookmarks that are not on valid lines are now automatically removed when you try to navigate to them. Task-number: QTCREATORBUG-545 Reviewed-by: mae
-
- 08 Jan, 2010 5 commits
-
-
Robert Loehning authored
Reviewed-by: dt
-
con authored
Reviewed-by: hjk
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Reviewed-by: hjk
-
Friedemann Kleint authored
Reviewed-by: hjk
-
- 07 Jan, 2010 5 commits
-
-
con authored
-
Thorbjørn Lindeijer authored
Avoids some annoyance for people using case-sensitive completion, when unrelated completions items would get higher relevance because they start with the typed string when matched case-insensitively. In case-insensitive mode, a case-sensitive prefix match now does get a higher relevance than a case-insensitive match. Reviewed-by: con
-
Tobias Hunger authored
* Make sure all non-empty source files found below ./src have a copyright header. Reviewed-by: con
-
Thorbjørn Lindeijer authored
Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Friedemann Kleint authored
Do not insert currentDocument variable for empty files. Polish VariableManager, QLatin1String(), const-correctness. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- 06 Jan, 2010 15 commits
-
-
hjk authored
-
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
-
- 05 Jan, 2010 2 commits
- 04 Jan, 2010 2 commits
-
-
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
-
- 21 Dec, 2009 1 commit
-
-
con authored
-
- 18 Dec, 2009 2 commits
-
-
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)
-
- 17 Dec, 2009 1 commit
-
-
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.
-
- 16 Dec, 2009 2 commits
-
-
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.
-
- 15 Dec, 2009 2 commits
-
-
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
-
- 14 Dec, 2009 1 commit
-
-
Friedemann Kleint authored
Reviewed-by: hjk Task-number: QTCREATORBUG-399
-
- 11 Dec, 2009 1 commit
-
-
con authored
Task-number: QTCREATORBUG-463 Reviewed-by: dt
-