Oswald Buddenhagen
ba47987e67
purge TCF agent cra^Wstuff
...
it's dead code
2009-10-08 12:18:03 +02:00
Oswald Buddenhagen
7313f3d666
don't instanciate all adaptors at once
2009-10-08 12:18:03 +02:00
Oswald Buddenhagen
94cb4644c2
errorMessage() does not need to be a slot
2009-10-08 12:18:03 +02:00
Oswald Buddenhagen
fa654f61b9
collect friend declarations
2009-10-08 12:18:02 +02:00
Oswald Buddenhagen
51a22cbe7c
centralize STRINGIFY definition
2009-10-08 12:18:02 +02:00
Oswald Buddenhagen
f42ad24dba
remove dead code
2009-10-08 12:15:00 +02:00
Oswald Buddenhagen
2ec0bc9f6d
remove useless code
...
--tty + outputcollector, working dir and environment setup make sense
only for living local debuggees.
2009-10-08 12:14:54 +02:00
Oswald Buddenhagen
6d18970ba3
do not sort contexts in TS files
...
this avoids big diffs if contexts are renamed and manually adjusted in
the files.
2009-10-08 12:12:41 +02:00
Friedemann Kleint
81a8f2f927
Debugger: Improve adapter error handling
...
Correctly reset state on missing Symbian gdb.
Provide "settings" options.
Reviewed-by: hjk <qtc-committer@nokia.com >
2009-10-08 11:43:26 +02:00
hjk
09e72eaa81
debugger: fix remote debugging
2009-10-08 10:13:53 +02:00
ck
3b12f5f1d6
Some work towards functioning remote debugging
...
Fix gdb commands, state changes and signals emissions.
- There were some invalid gdb commands (e.g. "attach").
- There also were a number of unexplected state transitions.
2009-10-08 09:56:07 +02:00
Daniel Molkentin
dbc042ff04
First set of documentation updates for Qt Creator 1.3.
...
- Detail on setting up Qt Versions
- Mention CVS support
- More shortcuts
- Mention Shortcut differences on OS X
2009-10-07 18:25:45 +02:00
Daniel Molkentin
36a60b4eb3
"Path to QMake" -> "QMake Location".
...
Reviewed-by: con
2009-10-07 18:24:38 +02:00
con
eb32fab806
Adapt to new packaging system in Qt for Symbian.
2009-10-07 17:22:46 +02:00
Roberto Raggi
7e0e62cb25
Find the canonical virtual method.
2009-10-07 16:12:33 +02:00
Roberto Raggi
afedec330a
Run the binder before searching strong and weak references.
2009-10-07 16:12:33 +02:00
dt
f19ce6c255
Merge branch '1.3' of git@scm.dev.nokia.troll.no:creator/mainline into 1.3
2009-10-07 15:46:49 +02:00
dt
a562a379e2
Show a no project loaded on the project pane if no project is loaded
...
Could be even nicer, but this works for now.
2009-10-07 15:46:07 +02:00
hjk
92c3939088
debugger: remove ambiguous shortcut
2009-10-07 14:43:49 +02:00
dt
1b43d19356
Make newly added Qt Versions the default if the old one is invalid
...
After installation on Windows, the default Qt in PATH is invalid, adding
a new version now automatically makes that one also the default.
2009-10-07 14:34:00 +02:00
dt
ea56717101
Make a function out of duplicated code.
2009-10-07 14:32:44 +02:00
hjk
a92d6fbcd8
debugger: disable l&w 'alternative formats' submenu if there aren't any
...
alternatives.
2009-10-07 14:30:37 +02:00
hjk
21cd54802a
debugger: make "Debugger View" un-tabbed at the top of the screen by default.
2009-10-07 14:30:36 +02:00
Roberto Raggi
77aa306478
Removed the MacroResolver
...
Unfortunately, the MacroResolver does not scale and we get pretty bad performances when parsing big projects.
2009-10-07 13:57:45 +02:00
Friedemann Kleint
07f05c8ef0
Changelog 1.3.0
2009-10-07 13:51:40 +02:00
Friedemann Kleint
1fb8f60e03
Debugger: Fix crash toggling Stack/"Derefence Pointers" without project
...
Enable debugger actions correctly.
Reviewed-by: hjk <qtc-committer@nokia.com >
2009-10-07 13:36:48 +02:00
Daniel Molkentin
e2e9c77323
Fix tip to be true on Mac OS X.
...
Reviewed-By: con
2009-10-07 12:18:17 +02:00
Erik Verbruggen
ef39553502
Regenerated the JS parser to incorporate a bug fix.
...
Reviewed-by: Roberto Raggi
2009-10-07 12:13:58 +02:00
hjk
2fdc1cf0bf
debugger: escape from an unexpected state
2009-10-07 11:47:27 +02:00
Roberto Raggi
91f8a2992b
Use CTRL+SHIFT+U as shortcut for the `Find Usages of a symbol'.
...
Done with mae
2009-10-07 11:14:45 +02:00
mae
45933a35ef
Reset default for "highlight current line"
...
By accident the default was changed to false, but we want true.
2009-10-07 11:13:06 +02:00
mae
88af2aee9b
added smart indentation for pasted text blocks
2009-10-07 11:13:06 +02:00
Friedemann Kleint
ee5e169cb8
FakeVim: Fix tr()-warnings.
2009-10-07 09:27:14 +02:00
dt
671f1b2215
Ensure that the qmake path is without backslashes
2009-10-06 18:34:44 +02:00
dt
74f66a3b3e
Merge branch '1.3' of git@scm.dev.nokia.troll.no:creator/mainline into 1.3
2009-10-06 18:17:43 +02:00
Roberto Raggi
7a135ac8a2
Search for possible forward classes.
2009-10-06 17:23:15 +02:00
dt
ee92e82cb8
Fix bug with importanting a build with an not yet existing qt.
2009-10-06 17:16:18 +02:00
dt
26aca40a92
Remove unused variable.
2009-10-06 17:15:41 +02:00
dt
b1cf2c09d6
Move startBuildQueue after potentially showing the compile output.
2009-10-06 17:14:55 +02:00
dt
5c9b3694e3
Remove debuggign output
2009-10-06 17:14:21 +02:00
Friedemann Kleint
772a9a943a
Trk/S60: Determine symbol file correctly.
2009-10-06 17:12:52 +02:00
Roberto Raggi
695b1dbf5b
Removed (unused) toplevel declaration of _translationUnit.
2009-10-06 17:07:50 +02:00
Roberto Raggi
3c51e5b24b
Return the class declaration as canonical symbol for ctors, dtors, and class names.
2009-10-06 16:27:39 +02:00
Roberto Raggi
ef0e1a64dc
Show a warning message when using global renaming.
2009-10-06 16:00:55 +02:00
Friedemann Kleint
c70f968fac
CDB: Fix step into, improve multithread dumping, exception logging
...
Use new call syntax of 6.11. for dumper call loading. Execute
Dumpers in a single thread (current) if at all possible (not
in some WaitFor or artificial break thread). Show one more
frame in threads view if it is FastCallReturn. Fix step into
(ignore one event), log some more exceptions. Generally log
exceptions to the debugger windows to be able to see stuff
like DLL missing, etc.
2009-10-06 15:50:48 +02:00
Daniel Molkentin
1110b622e2
Remove obsolete code.
...
Reviewed-by: con
2009-10-06 14:48:16 +02:00
Daniel Molkentin
b262472973
Centralize S60 check, also use it for adding the GDB TRK page.
2009-10-06 14:43:05 +02:00
Daniel Molkentin
ff0cb8facb
Make __int64 valid for MSVC in the code model.
...
Reviewed-By: Roberto Raggi
2009-10-06 14:40:41 +02:00
Roberto Raggi
fe1411cdfd
Use the existing text editor when refactoring text.
2009-10-06 14:22:42 +02:00
mae
debe180872
Fix restoring of editor state when loading a file
...
With the recent restructering of editor manager, the editor state
was restored while the editor was hidden, causing the editor to
ensure the visibility of the cursor when it is shown.
2009-10-06 12:56:34 +02:00