Commit Graph

11285 Commits

Author SHA1 Message Date
Friedemann Kleint 59592c820c VCS: Do not force LANG=C on all commands.
Introduce extra flag.

Task-number: QTCREATORBUG-1623
2010-06-15 12:17:09 +02:00
hjk ff7c543a73 debugger: move RegisterHandler from DebuggerManager to DebuggerRunControl 2010-06-15 11:43:20 +02:00
hjk 12fd2a6091 debugger: move showModuleSymbols from DebuggerManager to DebuggerEngine 2010-06-15 11:43:20 +02:00
hjk 69a4ed3255 debugger: move ModulesHandler from DebuggerManager to DebuggerRunControl 2010-06-15 11:43:20 +02:00
hjk 83e479824e debugger: add model accessors to run control
Plan is to move the models themselves from DebuggerManager to
DebuggerRunControl.
2010-06-15 11:43:20 +02:00
Erik Verbruggen c364e5522e Merge remote branch 'origin/2.0'
Conflicts:
	src/plugins/qmljseditor/qmljshighlighter.cpp
	src/plugins/qmljseditor/qmljshighlighter.h
	src/plugins/texteditor/basetextdocumentlayout.cpp
	src/plugins/texteditor/basetextdocumentlayout.h
2010-06-15 11:33:45 +02:00
Erik Verbruggen 05639e4688 Merge branch 'origin/2.0' (early part) 2010-06-15 11:30:51 +02:00
Erik Verbruggen e5b9c76f27 Added C-style comment folding.
This is a "back-port" for 57f2b3e44d from master
into 2.0.

Done-with: ckamm
2010-06-15 11:27:07 +02:00
Leandro Melo 0894033f93 Coloring white spaces even if there's no highlight syntax definition set.
Relative to QTCREATORBUG-1225.
2010-06-15 10:44:15 +02:00
Erik Verbruggen 54ea41af47 Removed implicit change set and related utility methods. 2010-06-15 10:22:28 +02:00
Friedemann Kleint 4d1602cb0a Debugger[CDB]: Re-introduce signal-slot connection for output.
...to fix multithread crash.
Fix exit crash by temporarily removing output.
2010-06-15 09:49:22 +02:00
Kai Koehne 512e75a561 QmlDesigner: Fix crash when typing keywords as Ids
We don't check that an ID entered in the Navigator or Property Editor
is not a JavaScript keyword. This patch revamps the RewritingException
that happens in this case in a InvalidIdException.

Task-number: QTCREATORBUG-1540
2010-06-15 09:43:18 +02:00
Robert Loehning 5b30072731 Compile fixes
Wrote down what hjk told me.
2010-06-14 19:09:18 +02:00
hjk d26b53e1b9 debugger: more message channeling 2010-06-14 18:40:05 +02:00
hjk bc65bb2897 debugger: remove unneeded stale connections 2010-06-14 18:24:06 +02:00
hjk 9f7e9dc0ae debugger: refactoring of output channeling 2010-06-14 18:22:09 +02:00
Christiaan Janssen 254a51bf5a QmlDesigner.StatesEditor: speed up by only updating thumbnails after rewritter transactions are finished 2010-06-14 18:20:45 +02:00
Erik Verbruggen 81c7f4f166 Removed qDebug. 2010-06-14 18:10:03 +02:00
kh1 106d111f9b Fixes broken attribute list for real.
Task-number: QTCREATORBUG-1621
2010-06-14 18:07:20 +02:00
hjk b3aff6b919 debugger: more of the RunControl refactoring
Pass output through the RunControl instead of the DebuggerManager.
2010-06-14 17:24:13 +02:00
hjk 6ed9830971 debugger: move DebuggerRunControl *m_runControl into IDebuggerEngine.
Plan is to identify make identify an IDebuggerEngine incarnation with
a RunControl.
2010-06-14 17:24:13 +02:00
Erik Verbruggen f3faf34db9 Removed implicit change set and related utility methods. 2010-06-14 17:16:45 +02:00
kh1 3cf8d21115 Fix build without webkit. 2010-06-14 16:57:53 +02:00
kh1 27daa542d3 We need to check for http only. 2010-06-14 16:57:52 +02:00
Thorbjørn Lindeijer 6875a50d27 Don't pass QChar as const & since it's just a unsigned short
Reviewed-by: ogoffart
2010-06-14 16:10:35 +02:00
Leandro Melo 00b5333745 Removed compiler warning. 2010-06-14 16:00:54 +02:00
Erik Verbruggen 41bb1a8b86 Added refactoring action to create component from object definition. 2010-06-14 15:03:10 +02:00
Erik Verbruggen 297b281ced Added infrastructure to change multiple files at once. 2010-06-14 15:03:10 +02:00
Leandro Melo b57a161101 Generic highlighter: Small re-writings. 2010-06-14 14:48:36 +02:00
Leandro Melo 24be4b878f Generic highlighter fix: Re-setting the length in string detect rule after captures replacement.
Case 1 from tst_HighlighterEngine::testDynamicContexts covers this case.
2010-06-14 14:48:36 +02:00
Leandro Melo 5f342df123 Generic highlighter: More unit tests for the engine. 2010-06-14 14:48:35 +02:00
Oswald Buddenhagen 619d830d6a f******ck .... revert "deeeeebug"
This reverts commit 47885c114b.
2010-06-14 14:43:00 +02:00
kh1 7d4bbf4934 Allow http request to be opened in the help plugin.
Reviewed-by: ck
2010-06-14 14:34:32 +02:00
Sergey Belyashov dc91a0949a Russian translation update
Merge-request: 150
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2010-06-14 13:39:35 +02:00
Oswald Buddenhagen b7ff15aa61 include private headers into DEPENDPATH
changes to them *really* should cause a rebuild ...
2010-06-14 12:56:39 +02:00
Oswald Buddenhagen b3a1e36cc4 fix qmldump compile with external QT_PRIVATE_HEADERS 2010-06-14 12:56:01 +02:00
Oswald Buddenhagen 47885c114b deeeeebug 2010-06-14 12:45:10 +02:00
Thorbjørn Lindeijer 6f118927de Fixed crash when renaming a file not under source control
Reported by Cameron Hart on the mailing list.

Reviewed-by: dt
2010-06-14 12:36:33 +02:00
Erik Verbruggen 61d6d83062 Removed left-over from prior move. 2010-06-14 11:47:24 +02:00
hjk 8a26bc5aec debugger: make more of cdb compilable on non-Windows 2010-06-14 11:31:27 +02:00
Friedemann Kleint effa8a38da Windows compilation fix / 97edcb7977 2010-06-14 11:21:31 +02:00
hjk 81ab9585c3 code cosmetics 2010-06-14 10:45:11 +02:00
hjk 9c7371af6a debugger: enable compiling parts of cdb for testing purposes on non-Windows 2010-06-14 10:45:11 +02:00
hjk 97edcb7977 debugger: start 'runcontrol-ification' of the debugger plugin.
This replaces most uses of DebuggerStartParameters by DebuggerRunControl
which is a simple RunControl with a DebuggerStartParameters member.

Plan is to move all global state to the run controls, and possibly
introduce specialized ones for core debugging etc.
2010-06-14 10:45:11 +02:00
hjk a89643a833 debugger: more runconfig refactoring 2010-06-14 10:45:11 +02:00
hjk dbdecb2f8f debugger: more RunControl related cleanup 2010-06-14 10:45:11 +02:00
hjk cbfd320346 debugger: remove unused member and code cosmetics 2010-06-14 10:45:10 +02:00
hjk b7563b3db2 debugger: streamline RunControl creation a bit 2010-06-14 10:45:10 +02:00
hjk 628cf52f94 debugger: add an option to filter out locals for easier debugger debugging 2010-06-14 10:45:10 +02:00
Erik Verbruggen e42ca194c5 Introduced token caching to prevent repetetive tokenizing.
Also removed TokenUnderCursor as it's functionality is in the token cache.

Reviewed-by: ckamm
2010-06-14 10:10:05 +02:00