Commit Graph

5697 Commits

Author SHA1 Message Date
Robert Loehning
aa36a5b5fd Typo fixes in German translation.
Reviewed-by: Friedemann Kleint
2009-10-30 15:43:13 +01:00
Friedemann Kleint
4036d2e213 Documentation: Metnion proper Qt version to build.
Reviewed-by: kh
2009-10-30 14:01:45 +01:00
Friedemann Kleint
3a64a10357 S60: Increase timeout for TRK prompt.
Reviewed-by: Robert Loehning <robert.loehning@nokia.com>
2009-10-30 14:00:51 +01:00
Jarek Kobus
80a6ccc8a8 Update Polish translation 2009-10-30 14:00:35 +01:00
Friedemann Kleint
525b26d0cf CVS: Enable click on revision in filelog
Match regular expression depending on mode. Improve common VCS settings
layout.
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
2009-10-30 13:57:36 +01:00
Friedemann Kleint
5f60b055c0 Debugger: Show slashes correctly in Stack frame tooltip. 2009-10-30 10:48:51 +01:00
Friedemann Kleint
0b37be6e22 Debugger: Completely replace C99 uintptr_t type by quintptr. 2009-10-30 09:16:27 +01:00
Robert Loehning
cc94b9c638 Trk: Added i18n in Session::deviceDescription()
Reviewed-by: Oswald Buddenhagen
2009-10-29 20:49:40 +01:00
dt
4798ec5529 On qt version change updat qmakestep config widget
That is the effective qmake command and summary label.
2009-10-29 19:42:56 +01:00
hjk
074b719b79 debugger: add autotest for synchroneous dumpers
QVariant, QPoint[F], QSize[F], QRect[F]
2009-10-29 18:34:31 +01:00
hjk
d0587eaf01 debugger: workaround for contradictory gdb messages 2009-10-29 18:34:31 +01:00
Friedemann Kleint
c671251ac4 Final polishing of German translation. 2009-10-29 17:19:54 +01:00
con
162b0dae81 Version bump. 2009-10-29 17:17:49 +01:00
con
008168838f Version bump. 2009-10-29 17:15:55 +01:00
con
2be0845c74 Find filter actions must use filter id as id, not filter name. 2009-10-29 17:12:57 +01:00
Jarek Kobus
e05980de26 Update Polish translation, fix shortcut in the "tip of the day".
RevBy: Daniel Molkentin <daniel.molkentin@nokia.com>
2009-10-29 16:45:57 +01:00
con
f0f213263e Pre-fill build configuration name when adding one. 2009-10-29 16:02:23 +01:00
con
6039c31133 Show a dialog in case of mismatching build/run configurations. 2009-10-29 16:02:22 +01:00
con
4fc6a17d94 Add setting for GCCE tool chain path. 2009-10-29 16:02:20 +01:00
Friedemann Kleint
7b117ba975 Update German translation for Release candidate. 2009-10-29 15:57:57 +01:00
dt
3ff202f016 Add a make active label on the project pane for both edit debug 2009-10-29 15:57:34 +01:00
dt
171899d719 Add a Make this Buildconfiguration active label 2009-10-29 15:57:34 +01:00
Oswald Buddenhagen
e903c4d9cd reset program location when we detect "spontaneous running"
i.e., don't allow user to confuse himself :)
2009-10-29 15:34:01 +01:00
Oswald Buddenhagen
1e96c67915 fix substituent in error message 2009-10-29 15:34:01 +01:00
Oswald Buddenhagen
a3b52c5e03 gdb doesn't care for termination. just kill it. 2009-10-29 15:34:01 +01:00
Oswald Buddenhagen
3edcafedcd less inefficient 2009-10-29 15:34:01 +01:00
Oswald Buddenhagen
5e29374f87 ignore inferiorStartFailed after adapterCrashed
technically, it would be cleaner to handle that in the adapters,
but it is a lot of duplicated code without any gain.
2009-10-29 15:34:01 +01:00
Oswald Buddenhagen
7713fc514b do not post source & module list query commands too early
if the respective view is enabled, the manager will request the
initial update in some unholy state, probably AdapterStarting -
when gdb isn't up yet.
2009-10-29 15:34:01 +01:00
Oswald Buddenhagen
658f439398 missed some functions while marking iface impls with virtual 2009-10-29 15:34:00 +01:00
Oswald Buddenhagen
56053abbe8 in fact, older gdbs don't send *stopped after attaching 2009-10-29 15:34:00 +01:00
Oswald Buddenhagen
ad3d1c5887 assert pid presence 2009-10-29 15:34:00 +01:00
Oswald Buddenhagen
954b2b1786 less noise 2009-10-29 15:34:00 +01:00
Oswald Buddenhagen
0c0925b69c couple breakpoint listing with source listing
the assumption is that pending breakpoints will only be resolved when
the source list changes. consequently it is pointless to update just
one of them.
2009-10-29 15:34:00 +01:00
Oswald Buddenhagen
eee5e4b18b integrate handleStop2 into handleStop1
there seems to be no reason for delaying the display because
of -break-list
2009-10-29 15:34:00 +01:00
Oswald Buddenhagen
76b2f9f28e make sure that symgdb 6.4 "fullnames" are fully normalized 2009-10-29 15:34:00 +01:00
Friedemann Kleint
09f77930bc Debugger: Do not use C99 types for pointers in sprintf() formats.
Pointer fit into long or long long (Win64).
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-10-29 15:13:49 +01:00
Jonathan Courtois
224bae155b Update french translation
Merge-request: 1954
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-10-29 14:37:47 +01:00
Oswald Buddenhagen
6e6d6f784b work on french translation
this is a squashed result of some major merging messups. original authors are:

Alp Mestan <alpmestan@gmail.com>
Benjamin Poulain <benjamin.poulain@nokia.com>
Pierre Rossi <pierre.rossi@nokia.com>
2009-10-29 14:37:47 +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
hjk
6594ddbfb7 debugger: work on autotests 2009-10-29 09:51:29 +01:00
hjk
35dbd66764 debugger: fix the autotest fix 2009-10-29 09:51:29 +01:00
Jarek Kobus
7c141110fb Missing tr()
RevBy: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2009-10-29 09:30:58 +01:00
dt
42a3cd8abe Remove some duplicated code getting the builddirectory 2009-10-28 17:37:08 +01:00
Jarek Kobus
06ddc41705 Update Polish translation 2009-10-28 17:22:31 +01:00
Friedemann Kleint
b7e03ffdb7 Fix tr()/compiler warnings 2009-10-28 17:17:01 +01:00