- 08 Sep, 2010 2 commits
-
-
Leandro Melo authored
Task-number: QTCREATORBUG-2190 Reviewed-by: dt
-
Leandro Melo authored
Reviewed-by: dt
-
- 20 Aug, 2010 1 commit
-
-
Friedemann Kleint authored
Fix breakage introduced by the new asynchronous stop() methods of the debugger run controls. Allow for RunControl::stop() to be asynchronous by introducing a return enumeration indicating that. Introduce additional method aboutToStop() asking user to quit (tie that to the RunControl instead of having to hack the behaviour elsewhere). If asynchronous stop is detected, terminate the ProjectExplorer asynchronously. This makes the behaviour consistent across switching sessions/ closing outputwindow tabs and quitting Qt Creator. Reviewed-by: dt Rubber-stamped-by: hjk
-
- 05 Aug, 2010 1 commit
-
-
mae authored
Block selection was "broken" when using tabs, or rather incomplete: It treated tabs as normal characters, which has shown to be unexpected by people using tabs in code. The new implementation has a vastly improved find scope as well. In addition, creating a blog selection with mouse or keyboard feels a lot more solid now, as the actual selection is detached from possible valid cursor positions. Task-number: QTCREATORBUG-1541
-
- 30 Jul, 2010 1 commit
-
-
Alessandro Portale authored
Using more *::Constants::ICON_* where it makes sense and wrapping the file names into QLatin1String where they were missing. The increased usage of the ICON constants needed a few more cross plugin includes of *constants.h, here and there. I think that it is OK, since the dependencies were alredy there icon resource wise.
-
- 28 Jul, 2010 1 commit
-
-
dt authored
Reviewed-By: Erik Verbruggen
-
- 27 Jul, 2010 1 commit
-
-
dt authored
Task-Nr: QTCREATORBUG-1867
-
- 15 Jul, 2010 2 commits
- 14 Jul, 2010 3 commits
-
-
dt authored
Somehow got lost in rebasing
-
dt authored
This time by porting to the ApplicationOutputwindow
-
dt authored
Move link handling code to outputwindow from OutputFormatter Move createOutputFormatter to the RunConfiguration That makes it easier for Qt4RunConfiguration et all. This also fixes that each time a runcontrol was rerun a new OutputFormatter was created without deleting the old one, thus increasing the memory usage.
-
- 13 Jul, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 06 Jul, 2010 2 commits
- 28 Jun, 2010 1 commit
-
-
hjk authored
-
- 25 Jun, 2010 2 commits
- 16 Jun, 2010 1 commit
-
-
Tobias Hunger authored
Reviewed-by: dt
-
- 14 Jun, 2010 1 commit
-
-
hjk authored
-
- 06 May, 2010 1 commit
-
-
dt authored
Task-Nr: QTCREATORBUG-390
-
- 03 May, 2010 1 commit
-
-
dt authored
And use it to implement changing the run icon in the application output. That implementation does only support the two run modes run and debug for now. Further abstraction for more run modes to be done once needed. Task-Nr: QTCREATORBUG-1232
-
- 19 Apr, 2010 2 commits
-
-
Erik Verbruggen authored
So now the "Applciation Output" can distinguish between these four, and handle them appropriately.
-
Erik Verbruggen authored
By introducing the OutputFormatter, RunControls can influence the formatting depening on the application started. A nice (and intended) side-effect is that the QML runtime specific formatting will not interfere anymore with anything else.
-
- 16 Apr, 2010 3 commits
-
-
Thorbjørn Lindeijer authored
Reviewed-by: dt Task-number: QTCREATORBUG-1093
-
Erik Verbruggen authored
Reviewed-by: Thorbjorn Lindeijer
-
Thorbjørn Lindeijer authored
-
- 18 Mar, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 05 Mar, 2010 1 commit
-
-
hjk authored
-
- 02 Mar, 2010 1 commit
-
-
Robert Loehning authored
Reviewed-by: dt
-
- 22 Feb, 2010 2 commits
-
-
Thorbjørn Lindeijer authored
This feature depends on the availability of QPlainTextEdit::anchorAt.
-
Thorbjørn Lindeijer authored
Just click it to jump to the location of the error. Task-number: QTCREATORBUG-580
-
- 25 Jan, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 11 Jan, 2010 1 commit
-
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
- 08 Jan, 2010 1 commit
-
-
dt authored
Reviewed-by:
mae <qt-info@nokia.com>
-
- 16 Dec, 2009 3 commits
-
-
Thorbjørn Lindeijer authored
This reverts commit cdf2f70c. This new feature didn't belong in 1.3. It will remain on master.
-
mae authored
Experiment with changing the foreground rather than the background. Done with: thorbjorn
-
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.
-
- 14 Dec, 2009 1 commit
-
-
con authored
Use "base" and "text" instead of "window" and "windowText", also make it lighter. Reviewed-by: dt
-
- 09 Dec, 2009 1 commit
-
-
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
-