Oswald Buddenhagen
76b2f9f28e
make sure that symgdb 6.4 "fullnames" are fully normalized
2009-10-29 15:34:00 +01:00
Jonathan Courtois
7daa00636e
don't use backticks as quotes in strings
...
Merge-request: 1954
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-10-29 14:37:47 +01:00
Robert Loehning
64e2519915
TRK: Changed strings.
...
Using "TRK" when referring to the protocol, "App TRK" when referring to the program on the device.
Reviewed-by: Oswald Buddenhagen
2009-10-29 14:18:49 +01:00
dt
6e154b3055
Don't crash if the restored default version index is out of range
2009-10-29 14:09:24 +01:00
Daniel Molkentin
6c66e771ac
welcome mode: toNativeSeparators() for project tooltips
2009-10-29 13:37:41 +01:00
Friedemann Kleint
d749c1dc71
S60: Provide a message box prompting to start TRK
...
... with cancel, similar to the Bluetooth connect box.
Reviewed-by: Robert Loehning <robert.loehning@nokia.com >
2009-10-29 12:48:12 +01:00
dt
7fc6a0ecc8
Update the makesteps the summary on build directory changes
...
Also ensure that Qt4ProjectConfigWidget does not emit any signals from
it's init method.
2009-10-29 12:38:50 +01:00
kh1
5384434dce
We cannot hardcode the type of debug library, so check for all.
...
While cross compiling from windows to maemo we build the debug helper as
.so instead of .dll, though the ifdef would always make the question
about the helpers being build return false.
Reviewed-by: dt
2009-10-29 12:04:43 +01:00
Jarek Kobus
7c141110fb
Missing tr()
...
RevBy: Friedemann Kleint <Friedemann.Kleint@nokia.com >
2009-10-29 09:30:58 +01:00
Robert Loehning
232b3c5bc3
Compile fix.
2009-10-28 19:03:18 +01:00
dt
42a3cd8abe
Remove some duplicated code getting the builddirectory
2009-10-28 17:37:08 +01:00
Friedemann Kleint
b7e03ffdb7
Fix tr()/compiler warnings
2009-10-28 17:17:01 +01:00
dt
943a091e82
Fix crash also in master.
2009-10-28 17:01:48 +01:00
dt
8b2c15013e
Fix crash with no toolchain and clicking on build debugging helper
2009-10-28 16:58:05 +01:00
ck
ca8bb1e9ba
QtVersion: Don't allow host gcc toolchain for Maemo Qt.
...
Reviewed-by: dt <qtc-committer@nokia.com >
2009-10-28 16:43:58 +01:00
dt
b47d41c2f0
Fix crash with no toolchain.
2009-10-28 16:33:35 +01:00
dt
efa3fec61d
Add two missing updateImportLabel() calls
2009-10-28 16:33:34 +01:00
dt
f8b67dcdd6
Fix importing via "import settings" label addind a unecessary -spec
2009-10-28 16:33:34 +01:00
Roberto Raggi
b921489a57
Process exception declarations.
2009-10-28 16:06:40 +01:00
Daniel Molkentin
084d83a584
Datastructures 101: A QMap sorts, and is rarely what you want.
2009-10-28 15:57:54 +01:00
con
6cffd56494
Move the IWelcomePage to the place it belongs.
2009-10-28 15:57:53 +01:00
hjk
78be8e27de
debugger: fix fetching of base class information
2009-10-28 15:40:32 +01:00
hjk
f92635e34a
debugger: add a soft assert to catch cases where broken inames are reported
2009-10-28 15:40:32 +01:00
Roberto Raggi
ecfe010a53
Updated the QML front-end to release 88632908b8923e626f36b6132ac179553d39c333 (qt/kinetic-declarativeui)
2009-10-28 14:55:02 +01:00
Roberto Raggi
8d89646011
Don't run the typechecker on the actual arguments.
...
At least for now we ignore the types of the actual arguments
2009-10-28 14:55:02 +01:00
con
26caf3b2ac
Minimum size for Qt version list.
2009-10-28 14:47:35 +01:00
hjk
452c2cfbb4
debugger: silence debug output
2009-10-28 14:35:51 +01:00
hjk
e759a3a0d6
debugger: fix dumper breakage caused by 0ee09af6
2009-10-28 14:34:51 +01:00
con
6737ca53bc
Add some sanity checking.
2009-10-28 13:54:08 +01:00
Friedemann Kleint
3e7d9b603c
C++ Source file wizard: Do not write out #include directive
...
... on popular request.
Task-number: QTCREATORBUG-164
2009-10-28 13:53:15 +01:00
Roberto Raggi
345909a55a
Fixed: Completion doesn't work for typedefs
...
Task-number: QTCREATORBUG-170
2009-10-28 12:26:08 +01:00
Roberto Raggi
aceeea9664
Mark the bindings when searching for class or namespaces.
2009-10-28 12:12:40 +01:00
hjk
fc2175b2a0
debugger: fix mac startup in the presence of unknown command
...
Apple gdb does not give any ^done or ^error for unknown command.
Work around by using -interpreter-exec console.
2009-10-28 12:00:18 +01:00
hjk
a1da606803
debugger: better protection from infinite loops due to broken dumpers in
...
synchroneous mode
2009-10-28 11:50:58 +01:00
Friedemann Kleint
0534bacc75
Project wizard: Error message does not fit.
...
Task-number: QTCREATORBUG-176
2009-10-28 11:48:47 +01:00
Friedemann Kleint
fa2dbbc582
Debugger/S60: Handle shared library query correctly.
2009-10-28 11:29:13 +01:00
Oswald Buddenhagen
0ee09af63a
eliminate handleDebuggingHelperValue1()
...
doesn't seem to serve any purpose at this time.
2009-10-27 20:21:59 +01:00
Oswald Buddenhagen
2fe4c0f293
call updateMarkers() from attemptBreakpointSynchronization()
...
and the latter is auto-tiggered by pretty much any breakpoint event.
this will kinda ensure that the markers are up-to date.
2009-10-27 20:21:59 +01:00
Oswald Buddenhagen
9b4e6512e0
protect against recursing into handleResponse
...
those pesky nested event loops ...
i pondered various other scenarios (in particular, the adapter or
gdb crashing while the nested loop is running), but did not discover
serious side effects of it, so i'm not trying to handle it specially.
2009-10-27 20:21:59 +01:00
Oswald Buddenhagen
3e72ecde72
fewer and better debug messages
2009-10-27 20:21:59 +01:00
Oswald Buddenhagen
11201e43dd
try harder to kill unwanted child. mwahaha
2009-10-27 20:21:59 +01:00
Oswald Buddenhagen
3945b967ad
improve termination confirmation dialog
...
- default to yes
- better message
- give it a parent
2009-10-27 20:21:59 +01:00
Oswald Buddenhagen
a461c6e1e1
reflect current session in the welcome page's list
2009-10-27 20:21:59 +01:00
con
68f193a189
Merge commit 'origin/1.3'
...
Conflicts:
src/plugins/debugger/gdb/gdbengine.cpp
Needed changes:
src/plugins/qt4projectmanager/qtversionmanager.cpp
2009-10-27 18:23:58 +01:00
dt
99a7f927cc
Add a window title to the Import existing build settings dialog
2009-10-27 18:11:24 +01:00
Roberto Raggi
d7b59b509a
No declSymbol, no party
2009-10-27 18:08:33 +01:00
Friedemann Kleint
33fedfea64
Qt4ProjectManager: Give a verbose tooltip on the Qt versions.
...
Reviewed-by: dt <qtc-committer@nokia.com >
2009-10-27 18:05:04 +01:00
con
7c12dad4a0
Make it possible to use non-autodetected Qt for Symbian.
...
Users can specify a S60 SDK root for Qt for Symbian versions
now.
2009-10-27 18:01:21 +01:00
hjk
87b27a2fb2
debugger: disable warning that triggers too often
2009-10-27 17:38:42 +01:00
hjk
097d1e4e6c
debugger: call beginCycle also for new dumpers
2009-10-27 17:38:41 +01:00