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
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
Friedemann Kleint
ee5e169cb8
FakeVim: Fix tr()-warnings.
2009-10-07 09:27:14 +02:00
con
ead9c19c40
Merge commit 'origin/1.3'
2009-10-06 18:42:28 +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
Alessandro Portale
7e5da60d0e
Zapped an Alien
...
(..dir separator on Windows)
2009-10-06 17:40:30 +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
Erik Verbruggen
d0b27c75dd
Removed unneeded QML scope classes.
2009-10-06 15:48:19 +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
Jens Bache-Wiig
ed368e09fd
Fixes: Fix minimum size issue in welcome page
...
RevBy: Daniel Molkentin
Details:
The minimum size is currently 10 pixels, which allows the
welcome page menu bar to collapse into an unreasonably
small size. By forcing it to be 25 pixels we make it similar
to other menu bars in creator.
2009-10-06 13:51:17 +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
Roberto Raggi
49fb887059
Check ctor-initializers.
2009-10-06 12:53:16 +02:00
Robert Loehning
44f224ac53
Trk: Checking result of TrkCloseFile
2009-10-06 12:29:43 +02:00
Roberto Raggi
319a0e2ad1
Search for possible uses of local symbols in template arguments and removed some deprecated code.
2009-10-06 11:56:29 +02:00
Erik Verbruggen
49f6b740cd
Merge remote branch 'origin/1.3'
...
Conflicts:
src/libs/cplusplus/CheckUndefinedSymbols.cpp
src/plugins/qmleditor/qmlcodecompletion.cpp
2009-10-06 11:41:00 +02:00
hjk
06abe6b813
debugger: fix frame switching when using core files
2009-10-06 11:06:34 +02:00
hjk
d130588469
debugger: add option to automatically derefence pointers in locals&watchers
2009-10-06 10:54:08 +02:00
hjk
2eed41b6df
debugger: make stringFromByte local
2009-10-06 10:17:52 +02:00
hjk
751f2f6993
debugger: remove duplicated variable
2009-10-06 10:17:52 +02:00
hjk
babe027d9f
debugger: update registers when switching stack frames
2009-10-06 10:17:51 +02:00
hjk
5e7a26d863
debugger: rework fetching of memory from device
...
still a few cases for chunked fetching missing
2009-10-06 10:17:51 +02:00
Robert Loehning
05805ce0aa
Trk: Fixed init of Laucher for debugging
2009-10-06 09:56:36 +02:00
Robert Loehning
9f7794a37f
Trk: Checking result of TrkInstallFile.
2009-10-05 19:33:33 +02:00