- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
Sergey Belyashov authored
Merge-request: 105 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Jan 25, 2010
-
-
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.
-
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
Add signal and static utility functions to parse message. Reviewed-by:
Robert Loehning <robert.loehning@nokia.com> Initial-patch-by:
Shane Kearns <shane.kearns@sosco.com>
-
Friedemann Kleint authored
This reverts commit 9ac451ea.
-
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>
-
Friedemann Kleint authored
Add signal and static utility functions to parse message. Reviewed-by:
Robert Loehning <robert.loehning@nokia.com> Initial-patch-by:
Shane Kearns <shane.kearns@sosco.com>
-
Friedemann Kleint authored
Initial-patch-by:
Shane Kearns <shane.kearns@sosco.com>
-
- Jan 20, 2010
-
-
Robert Loehning authored
-
- Jan 19, 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
-
Jarek Kobus authored
-
- 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
-
Robert Loehning authored
Reviewed-by: ossi
-
con authored
-
Robert Loehning authored
Reviewed-by: Friedemann Kleint
-
- 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
-
con authored
Reviewed-by: hjk
-
Friedemann Kleint authored
-