summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggeroutputwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* debugger: rename output window into log windowhjk2010-09-221-493/+0
|
* Debugger: Move handling of 'Log timestamps' into outputwindow.Friedemann Kleint2010-08-231-0/+29
| | | | Remove some unused leftovers from DebuggerOuputWindow.
* debugger: fix cursor busy state in output pane and in state DebuggerFinished.hjk2010-07-211-2/+2
|
* debugger: fix some regressions in the log output after the engine refactoringhjk2010-06-301-1/+0
|
* debugger: The DebuggerEngine refactoring.hjk2010-06-221-1/+2
| | | | | | | | | | | | | | | | | This replaces the (de facto) singleton engines and data handlers by classes that are instantiated per run. The DebuggerRunControl will now create an object of (a class derived from) DebuggerEngine that contains all the relevant "dynamic" data. DebuggerManager is no more. The "singleton" bits are merged into DebuggerPlugin, whereas the data bits went to DebuggerEngine. There is no formal notion of a "current" DebuggerEngine. However, as there's only one DebuggerEngine at a time that has its data models connected to the view, there's still some "de facto" notion of a "current" engine. Calling SomeModel::setData(int role, QVariant data) with custom role is used as the primary dispatch mechanism from the views to the "current" data models (and the engine, as all data models know their engine).
* Merge remote branch 'origin/2.0'hjk2010-06-021-0/+3
|\ | | | | | | | | | | | | Conflicts: doc/qtcreator.qdoc src/plugins/debugger/debuggermanager.cpp src/plugins/texteditor/basetexteditor.cpp
| * debugger: make ctrl-click to navigate between input and output pane (much) ↵hjk2010-06-011-0/+3
| | | | | | | | faster
* | Debugger: Add menu option for saving debugger logs.Friedemann Kleint2010-05-251-2/+28
|/ | | | ...as X11-clipboard is unreliable for long logs.
* debugger: get rid of the remaing frame in the output windowhjk2010-03-181-0/+1
|
* Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4.Friedemann Kleint2010-03-181-0/+3
|
* Clean up layouts and use minisplitter everywhereJens Bache-Wiig2010-03-171-1/+3
| | | | | | | | | | This patch replaces all uses of QSplitter with thin 1-pixel splitters. I also fixed dock widget layouts in main windows to do the same. Additionally I had to tweak the tabbars so they look good in mini splitter layouts to avoid a double left-border. Reviewed-by: thorbjorn
* Long live the king!hjk2010-03-051-1/+1
|
* debugger: change capitalization of context menu action texts to Book Stylehjk2010-02-121-2/+2
|
* debugger: add some time stamps to input pane, toohjk2010-02-041-2/+40
|
* debugger: remove standalone optionhjk2010-02-041-10/+1
|
* Fix some code scanning issues.Friedemann Kleint2010-02-011-2/+4
| | | | foreach()-Loops.
* Fix some code scanning issues.Friedemann Kleint2010-02-011-1/+1
| | | | QString: Use QChar where appropriate.
* debugger: clean up verbosity settings in trk adapterhjk2010-01-151-0/+1
|
* debugger: don't keep scrolling to the end if the user manually moved thehjk2010-01-041-3/+8
| | | | cursor
* debugger: remove ambiguous shortcuthjk2009-10-071-1/+0
|
* debugger: debugger view: make output pane wider than input panehjk2009-10-011-0/+2
|
* Debugger: Export DebuggerManager and DebuggerStartParameters.Friedemann Kleint2009-09-251-0/+1
| | | | | | For device debugging. Move both from namespace Debugger::Internal to Debugger, export them, give DebuggerManager a static instance().
* debugger: add a simple syntax highlighter for disassembler outputhjk2009-08-181-1/+1
|
* long live the kinghjk2009-08-141-1/+1
|
* Back to the bottom.con2009-07-211-1/+1
|
* Add missing find tool bar placeholders.con2009-07-211-1/+6
|
* Removing some unused semicolons after Q_UNUSEDAlessandro Portale2009-07-131-1/+1
| | | | There were both variants, with and without extra semicolon.
* debugger: fix regression + whitespace at eolhjk2009-07-101-10/+10
| | | | Double click on debugger input did not jump to the output anymore.
* debugger: some color for time stamps in log outputhjk2009-07-081-0/+6
|
* Made CDB use colored output and add LogWarning.Friedemann Kleint2009-06-191-0/+6
|
* debugger: put some color into the outputpanehjk2009-06-191-9/+82
|
* debugger: limit log window to 100000 lines.hjk2009-06-181-0/+1
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* debugger: implement a dumper for QAbstractItemModelhjk2009-06-031-2/+2
| | | | | This also squashes a namespace related bug introduced by the watchutils refactoring.
* debugger: re-start work on image dumperhjk2009-05-291-2/+2
|
* debugger: some encoding correctnesshjk2009-05-291-1/+1
|
* Unify Gdb and Gdb spelling, rename Gdb View to "Debugger", update docs.Daniel Molkentin2009-05-061-1/+1
|
* add some missing Q_OBJECTsOswald Buddenhagen2009-04-201-0/+2
|
* add missing tr()s, etc., add some //: commentsOswald Buddenhagen2009-04-201-3/+3
|
* debugger: use a new action for "executing a line"hjk2009-04-031-29/+7
|
* debugger: use QPlainTextEdit instead of QTextEdit for output panehjk2009-03-271-7/+7
|
* debugger: add shortcut to debugger properties in more context menushjk2009-03-241-1/+4
|
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
|
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
|
* silence warninghjk2008-12-051-0/+1
|
* more file cosmeticshjk2008-12-021-0/+1
|
* off-by-one in headershjk2008-12-021-1/+0
|
* end-of-line whitespace correction of the new headershjk2008-12-021-10/+11
|
* Initial importcon2008-12-021-0/+318