Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | debugger: rename output window into log window | hjk | 2010-09-22 | 1 | -493/+0 |
| | |||||
* | Debugger: Move handling of 'Log timestamps' into outputwindow. | Friedemann Kleint | 2010-08-23 | 1 | -0/+29 |
| | | | | Remove some unused leftovers from DebuggerOuputWindow. | ||||
* | debugger: fix cursor busy state in output pane and in state DebuggerFinished. | hjk | 2010-07-21 | 1 | -2/+2 |
| | |||||
* | debugger: fix some regressions in the log output after the engine refactoring | hjk | 2010-06-30 | 1 | -1/+0 |
| | |||||
* | debugger: The DebuggerEngine refactoring. | hjk | 2010-06-22 | 1 | -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' | hjk | 2010-06-02 | 1 | -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) ↵ | hjk | 2010-06-01 | 1 | -0/+3 |
| | | | | | | | | faster | ||||
* | | Debugger: Add menu option for saving debugger logs. | Friedemann Kleint | 2010-05-25 | 1 | -2/+28 |
|/ | | | | ...as X11-clipboard is unreliable for long logs. | ||||
* | debugger: get rid of the remaing frame in the output window | hjk | 2010-03-18 | 1 | -0/+1 |
| | |||||
* | Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4. | Friedemann Kleint | 2010-03-18 | 1 | -0/+3 |
| | |||||
* | Clean up layouts and use minisplitter everywhere | Jens Bache-Wiig | 2010-03-17 | 1 | -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! | hjk | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | debugger: change capitalization of context menu action texts to Book Style | hjk | 2010-02-12 | 1 | -2/+2 |
| | |||||
* | debugger: add some time stamps to input pane, too | hjk | 2010-02-04 | 1 | -2/+40 |
| | |||||
* | debugger: remove standalone option | hjk | 2010-02-04 | 1 | -10/+1 |
| | |||||
* | Fix some code scanning issues. | Friedemann Kleint | 2010-02-01 | 1 | -2/+4 |
| | | | | foreach()-Loops. | ||||
* | Fix some code scanning issues. | Friedemann Kleint | 2010-02-01 | 1 | -1/+1 |
| | | | | QString: Use QChar where appropriate. | ||||
* | debugger: clean up verbosity settings in trk adapter | hjk | 2010-01-15 | 1 | -0/+1 |
| | |||||
* | debugger: don't keep scrolling to the end if the user manually moved the | hjk | 2010-01-04 | 1 | -3/+8 |
| | | | | cursor | ||||
* | debugger: remove ambiguous shortcut | hjk | 2009-10-07 | 1 | -1/+0 |
| | |||||
* | debugger: debugger view: make output pane wider than input pane | hjk | 2009-10-01 | 1 | -0/+2 |
| | |||||
* | Debugger: Export DebuggerManager and DebuggerStartParameters. | Friedemann Kleint | 2009-09-25 | 1 | -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 output | hjk | 2009-08-18 | 1 | -1/+1 |
| | |||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Back to the bottom. | con | 2009-07-21 | 1 | -1/+1 |
| | |||||
* | Add missing find tool bar placeholders. | con | 2009-07-21 | 1 | -1/+6 |
| | |||||
* | Removing some unused semicolons after Q_UNUSED | Alessandro Portale | 2009-07-13 | 1 | -1/+1 |
| | | | | There were both variants, with and without extra semicolon. | ||||
* | debugger: fix regression + whitespace at eol | hjk | 2009-07-10 | 1 | -10/+10 |
| | | | | Double click on debugger input did not jump to the output anymore. | ||||
* | debugger: some color for time stamps in log output | hjk | 2009-07-08 | 1 | -0/+6 |
| | |||||
* | Made CDB use colored output and add LogWarning. | Friedemann Kleint | 2009-06-19 | 1 | -0/+6 |
| | |||||
* | debugger: put some color into the outputpane | hjk | 2009-06-19 | 1 | -9/+82 |
| | |||||
* | debugger: limit log window to 100000 lines. | hjk | 2009-06-18 | 1 | -0/+1 |
| | |||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | debugger: implement a dumper for QAbstractItemModel | hjk | 2009-06-03 | 1 | -2/+2 |
| | | | | | This also squashes a namespace related bug introduced by the watchutils refactoring. | ||||
* | debugger: re-start work on image dumper | hjk | 2009-05-29 | 1 | -2/+2 |
| | |||||
* | debugger: some encoding correctness | hjk | 2009-05-29 | 1 | -1/+1 |
| | |||||
* | Unify Gdb and Gdb spelling, rename Gdb View to "Debugger", update docs. | Daniel Molkentin | 2009-05-06 | 1 | -1/+1 |
| | |||||
* | add some missing Q_OBJECTs | Oswald Buddenhagen | 2009-04-20 | 1 | -0/+2 |
| | |||||
* | add missing tr()s, etc., add some //: comments | Oswald Buddenhagen | 2009-04-20 | 1 | -3/+3 |
| | |||||
* | debugger: use a new action for "executing a line" | hjk | 2009-04-03 | 1 | -29/+7 |
| | |||||
* | debugger: use QPlainTextEdit instead of QTextEdit for output pane | hjk | 2009-03-27 | 1 | -7/+7 |
| | |||||
* | debugger: add shortcut to debugger properties in more context menus | hjk | 2009-03-24 | 1 | -1/+4 |
| | |||||
* | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 |
| | |||||
* | Bump year in licence header. | Daniel Molkentin | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | chancge Nokia GPL exception version from 1.2 to 1.3 | hjk | 2008-12-16 | 1 | -1/+1 |
| | |||||
* | silence warning | hjk | 2008-12-05 | 1 | -0/+1 |
| | |||||
* | more file cosmetics | hjk | 2008-12-02 | 1 | -0/+1 |
| | |||||
* | off-by-one in headers | hjk | 2008-12-02 | 1 | -1/+0 |
| | |||||
* | end-of-line whitespace correction of the new headers | hjk | 2008-12-02 | 1 | -10/+11 |
| | |||||
* | Initial import | con | 2008-12-02 | 1 | -0/+318 |