- Jan 25, 2010
-
-
Friedemann Kleint authored
Return value glitch in file name normalization.
-
- Jan 21, 2010
-
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Extract error message string from Trk, print proper message when application crashes in run mode and terminate launcher. Use same message in Debugger for consistency. Reviewed-by: Robert Loehning <robert.loehning@nokia.com>Reviewed-by: John Doe Conflicts: src/plugins/qt4projectmanager/qt-s60/s60devicerunconfiguration.cpp
-
Friedemann Kleint authored
This reverts commit 607e5452.
-
Friedemann Kleint authored
Extract error message string from Trk, print proper message when application crashes in run mode and terminate launcher. Use same message in Debugger for consistency. Reviewed-by:
Robert Loehning <robert.loehning@nokia.com>
-
- Jan 20, 2010
-
-
Robert Loehning authored
-
- Jan 15, 2010
-
-
Robert Loehning authored
-
con authored
-
hjk authored
Reviewed-by: Robert Loehning
-
Robert Loehning authored
match. Reviewed-by: con
-
- Jan 14, 2010
-
-
con authored
Leading to a crash when selecting the empty entry. The patch fixes a big memory leak with bin editors (neither the widget nor the IFile instance was deleted, the latter leading to the empty entry in the open editors window), and also puts a saveguard in the open editors window, so that empty entries are not shown any more. Task-number: QTCREATORBUG-571 Reviewed-by: Thorbjørn
-
dt authored
Reviewed-By: thorbjorn
-
- Jan 13, 2010
-
-
Thorbjørn Lindeijer authored
Needed to be able to open text files with arbitrary or no extension. Previously, the "All Files" filter would disappear when there was no plugin with an empty filter string, like the BinEditor plugin. Reviewed-by: con
-
Thorbjørn Lindeijer authored
When the path to the shipped color schemes changes, Qt Creator was unable to load the chosen color scheme. Now, when it can't find the color scheme, it will look for it in the default color scheme path. Reviewed-by: con
-
con authored
Regression introduced by the gdb startup speedup. Reviewed-by: hjk
-
Friedemann Kleint authored
Introduce truncation in item view instead (full value visible in ToolTip). Reviewed-by: hjk Task-number: QTCREATORBUG-305
-
- Jan 12, 2010
- Jan 11, 2010
-
-
Thorbjørn Lindeijer authored
Due to wrongly checking whether findPreviousBlockOpenParenthesis and findNextBlockOpenParenthesis actually found anything, the wrong range was counted when a code block start or end was not found. Reviewed-by: mae
-
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
-
- Jan 08, 2010
-
-
Robert Loehning authored
Reviewed-by: dt
-
Friedemann Kleint authored
Reviewed-by: hjk
-
Friedemann Kleint authored
Reviewed-by: hjk
-
- Jan 07, 2010
-
-
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>
-
- 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)