mae
4abe4d186c
In auto-indent mode, also indent pasted text.
2009-09-24 13:41:16 +02:00
Erik Verbruggen
dabd7272bf
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-09-24 12:55:33 +02:00
Erik Verbruggen
f358034f8b
Fixed BAUHAUS-1.
2009-09-24 12:54:53 +02:00
Friedemann Kleint
c839f4b1e1
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-09-24 12:21:00 +02:00
Friedemann Kleint
f7350f438e
Trk: Make Windows reader thread read > 1 bytes by querying size.
2009-09-24 12:20:32 +02:00
Erik Verbruggen
a98db7b096
Fixed a crasher.
2009-09-24 12:19:54 +02:00
hjk
d5f1035770
debugger: refactoring
...
Move GdbAdapterState from individual adapters to GdbEngine.
Also, remove some trailing whitespace.
2009-09-24 11:46:38 +02:00
Friedemann Kleint
386173d4bb
Trk: Fix deadlocks, introduce reader thread.
...
Make locking more fine-grained, move handling of the
No-op message into the WriterThread (basically, do not
lock dataMutex over invocation of the no-op message
as this might queue messages). Introduce a reader thread
using select()/Windows overlapped I/O, removing the need
for timers.
2009-09-24 11:34:16 +02:00
hjk
8f6aa2259e
debugger: refactoring
...
rename GdbResultRecord into GdbResponse
merge cookie QVariant into GdbResponse
move debugMessage convienience function from individual adapters to base
2009-09-24 11:22:45 +02:00
hjk
f5c6f667d1
debugger: work on remote debugging using plain gdbserver
2009-09-24 10:54:51 +02:00
hjk
063d13e00f
debugger: work on general shutdown handling
2009-09-24 10:54:50 +02:00
Roberto Raggi
6b510cb487
Introduced our own document revision.
2009-09-24 10:12:33 +02:00
Roberto Raggi
6051584cfd
Don't create selections for unused symbols
2009-09-24 10:05:33 +02:00
Oswald Buddenhagen
9cb9f29d63
implement infile() and $$fromfile()
2009-09-23 18:19:58 +02:00
Roberto Raggi
7cf7683052
Mark unused symbols.
2009-09-23 18:07:17 +02:00
dt
1d75ebecdc
Fix Qt4Project::toolchain() returning a wrong thing.
...
Hmm even if the cached toolchain is correct, we do a few things, maybe
I should optimize it.
2009-09-23 17:39:50 +02:00
dt
fd5ee47949
Forward declaration is not enough, so include the header.
2009-09-23 17:38:36 +02:00
dt
1714a992ba
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-09-23 17:17:11 +02:00
dt
a46c18ba41
Set margin to zero everywhere on the project pane.
...
Makes the project pane look nicer.
2009-09-23 17:16:09 +02:00
dt
a86fc8aa23
Remove unused member variable, potentially saving up to 120 bytes.
2009-09-23 17:06:23 +02:00
Roberto Raggi
f8725cf9f3
Add `Find References' of a symbol to the context menu only when the environment variable QTCREATOR_REFERENCES is defined.
2009-09-23 16:52:42 +02:00
Roberto Raggi
9b501d6369
Use TASK_SEARCH instead of TASK_INDEX.
2009-09-23 16:52:42 +02:00
Roberto Raggi
6ea5fdcded
Speed up the search of a reference to a name.
2009-09-23 16:52:42 +02:00
Roberto Raggi
63cd7ffe4e
Removed Scope::addUse()
2009-09-23 16:52:42 +02:00
Roberto Raggi
1622c86289
Removed references and wantReferences from ResolveExpression.
2009-09-23 16:52:41 +02:00
Roberto Raggi
6c347a12c6
Introduced LiteralTable::findLiteral() and Control::findIdentifier()
2009-09-23 16:52:41 +02:00
Roberto Raggi
8848be4caa
Find references
2009-09-23 16:52:41 +02:00
hjk
f6104255d7
debugger: revert accidentally committed "tbreak+continue instead of next" hack
2009-09-23 16:42:57 +02:00
hjk
b18c6f5d55
debugger: remove unneded code
2009-09-23 16:42:47 +02:00
Erik Verbruggen
3614d9c351
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-09-23 16:41:12 +02:00
Erik Verbruggen
13cbfecced
Small fixes to property lookups.
2009-09-23 16:40:41 +02:00
hjk
46952c04eb
act on http://bugreports.qt.nokia.com/browse/QTCREATORBUG-123
2009-09-23 16:11:25 +02:00
dt
6639389c74
Use !atEnd() instead of canReadLine(). The later is rather broken.
2009-09-23 15:40:19 +02:00
hjk
b65bbff491
debugger: split connectDebuggingHelperActions(bool) into connect* and disconnect*
2009-09-23 15:32:22 +02:00
hjk
378036c916
debugger: make attaching to running process work again
2009-09-23 15:28:50 +02:00
dt
84b3f0af7b
Fix a wrong check for the modification date for cmake projects.
...
Now it should finally ask to regenerate in all circumstances. (If you
are using CMake from cvs.)
2009-09-23 15:28:12 +02:00
dt
6aeb09a064
Remove some left over debugging output.
2009-09-23 15:09:19 +02:00
dt
45de01ee73
Remove wrong comment
2009-09-23 15:07:29 +02:00
dt
fba7d76936
Canceling the wizard for a new cmake build configuration still created.
...
Made virtual newBuildConfiguration return a bool
2009-09-23 15:00:02 +02:00
dt
0f35338714
Fix a one off error in figuring out the cached generator.
...
Though there's still a bug in that canReadLine() returns false.
2009-09-23 14:34:53 +02:00
dt
261796c3c6
If no cmake executable is specified or a invalid path, ask the user.
...
Directly in the wizard and save that to the settings. Also give feedback
if a wrong path was entered.
2009-09-23 14:33:05 +02:00
hjk
d24752a765
debugger: remove more dead code
2009-09-23 14:00:56 +02:00
hjk
c71e3e958e
debugger: clean up old commented code
2009-09-23 14:00:56 +02:00
Friedemann Kleint
f204261641
Debugger: Compile Windows, check only .exe files for PE sections.
2009-09-23 14:00:18 +02:00
Erik Verbruggen
f3e8cc3dad
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-09-23 14:00:14 +02:00
Erik Verbruggen
7e40fe1629
Switched navigation over to the new and shiny QmlLookupContext &
...
friends.
2009-09-23 13:59:38 +02:00
Friedemann Kleint
92d74817f8
Trk: Fix socket notifier threading warning.
...
Also introduce mutex into DeviceContext.
2009-09-23 13:51:55 +02:00
hjk
713b1f2034
debugger: re-activate core file debugging
2009-09-23 13:38:33 +02:00
mae
321dbba50f
Fixed artefact of animated parentheses when the text is modified.
...
Bug-number: QTCREATOR-154
2009-09-23 12:51:01 +02:00
Erik Verbruggen
380812d8d6
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-09-23 12:22:14 +02:00