OSDN Git Service

qt-creator-jp/qt-creator-jp.git
14 years agoAdd a Make this Buildconfiguration active label
dt [Thu, 29 Oct 2009 14:17:21 +0000 (15:17 +0100)]
Add a Make this Buildconfiguration active label

14 years agoreset program location when we detect "spontaneous running"
Oswald Buddenhagen [Thu, 29 Oct 2009 14:31:43 +0000 (15:31 +0100)]
reset program location when we detect "spontaneous running"

i.e., don't allow user to confuse himself :)

14 years agofix substituent in error message
Oswald Buddenhagen [Thu, 29 Oct 2009 13:56:45 +0000 (14:56 +0100)]
fix substituent in error message

14 years agogdb doesn't care for termination. just kill it.
Oswald Buddenhagen [Thu, 29 Oct 2009 12:55:16 +0000 (13:55 +0100)]
gdb doesn't care for termination. just kill it.

14 years agoless inefficient
Oswald Buddenhagen [Thu, 29 Oct 2009 11:52:29 +0000 (12:52 +0100)]
less inefficient

14 years agoignore inferiorStartFailed after adapterCrashed
Oswald Buddenhagen [Thu, 29 Oct 2009 10:20:21 +0000 (11:20 +0100)]
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.

14 years agodo not post source & module list query commands too early
Oswald Buddenhagen [Wed, 28 Oct 2009 21:08:58 +0000 (22:08 +0100)]
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.

14 years agomissed some functions while marking iface impls with virtual
Oswald Buddenhagen [Wed, 28 Oct 2009 20:33:41 +0000 (21:33 +0100)]
missed some functions while marking iface impls with virtual

14 years agoin fact, older gdbs don't send *stopped after attaching
Oswald Buddenhagen [Wed, 28 Oct 2009 19:05:11 +0000 (20:05 +0100)]
in fact, older gdbs don't send *stopped after attaching

14 years agoassert pid presence
Oswald Buddenhagen [Wed, 28 Oct 2009 19:03:50 +0000 (20:03 +0100)]
assert pid presence

14 years agoless noise
Oswald Buddenhagen [Wed, 28 Oct 2009 19:03:33 +0000 (20:03 +0100)]
less noise

14 years agocouple breakpoint listing with source listing
Oswald Buddenhagen [Tue, 27 Oct 2009 14:36:18 +0000 (15:36 +0100)]
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.

14 years agointegrate handleStop2 into handleStop1
Oswald Buddenhagen [Tue, 27 Oct 2009 14:31:22 +0000 (15:31 +0100)]
integrate handleStop2 into handleStop1

there seems to be no reason for delaying the display because
of -break-list

14 years agomake sure that symgdb 6.4 "fullnames" are fully normalized
Oswald Buddenhagen [Wed, 28 Oct 2009 10:59:57 +0000 (11:59 +0100)]
make sure that symgdb 6.4 "fullnames" are fully normalized

14 years agoDebugger: Do not use C99 types for pointers in sprintf() formats.
Friedemann Kleint [Thu, 29 Oct 2009 14:13:49 +0000 (15:13 +0100)]
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>
14 years agoUpdate french translation
Jonathan Courtois [Thu, 29 Oct 2009 13:25:01 +0000 (14:25 +0100)]
Update french translation

Merge-request: 1954
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
14 years agowork on french translation
Oswald Buddenhagen [Wed, 28 Oct 2009 16:11:50 +0000 (17:11 +0100)]
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>

14 years agodon't use backticks as quotes in strings
Jonathan Courtois [Thu, 29 Oct 2009 13:24:26 +0000 (14:24 +0100)]
don't use backticks as quotes in strings

Merge-request: 1954
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
14 years agoTRK: Changed strings.
Robert Loehning [Thu, 29 Oct 2009 13:18:49 +0000 (14:18 +0100)]
TRK: Changed strings.
Using "TRK" when referring to the protocol, "App TRK" when referring to the program on the device.

Reviewed-by: Oswald Buddenhagen
14 years agoDon't crash if the restored default version index is out of range
dt [Thu, 29 Oct 2009 13:07:22 +0000 (14:07 +0100)]
Don't crash if the restored default version index is out of range

14 years agowelcome mode: toNativeSeparators() for project tooltips
Daniel Molkentin [Wed, 28 Oct 2009 15:57:18 +0000 (16:57 +0100)]
welcome mode: toNativeSeparators() for project tooltips

14 years agoS60: Provide a message box prompting to start TRK
Friedemann Kleint [Thu, 29 Oct 2009 11:48:12 +0000 (12:48 +0100)]
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>
14 years agoUpdate the makesteps the summary on build directory changes
dt [Thu, 29 Oct 2009 11:24:25 +0000 (12:24 +0100)]
Update the makesteps the summary on build directory changes

Also ensure that Qt4ProjectConfigWidget does not emit any signals from
it's init method.

14 years agodebugger: work on autotests
hjk [Wed, 28 Oct 2009 17:23:55 +0000 (18:23 +0100)]
debugger: work on autotests

14 years agodebugger: fix the autotest fix
hjk [Wed, 28 Oct 2009 15:32:30 +0000 (16:32 +0100)]
debugger: fix the autotest fix

14 years agoMissing tr()
Jarek Kobus [Thu, 29 Oct 2009 08:28:29 +0000 (09:28 +0100)]
Missing tr()

RevBy: Friedemann Kleint <Friedemann.Kleint@nokia.com>

14 years agoRemove some duplicated code getting the builddirectory
dt [Wed, 28 Oct 2009 16:36:39 +0000 (17:36 +0100)]
Remove some duplicated code getting the builddirectory

14 years agoUpdate Polish translation
Jarek Kobus [Wed, 28 Oct 2009 16:21:49 +0000 (17:21 +0100)]
Update Polish translation

14 years agoFix tr()/compiler warnings
Friedemann Kleint [Wed, 28 Oct 2009 16:17:01 +0000 (17:17 +0100)]
Fix tr()/compiler warnings

14 years agoFix crash with no toolchain and clicking on build debugging helper
dt [Wed, 28 Oct 2009 15:33:01 +0000 (16:33 +0100)]
Fix crash with no toolchain and clicking on build debugging helper

14 years agoFix crash with no toolchain.
dt [Wed, 28 Oct 2009 15:26:43 +0000 (16:26 +0100)]
Fix crash with no toolchain.

14 years agoAdd two missing updateImportLabel() calls
dt [Wed, 28 Oct 2009 14:06:39 +0000 (15:06 +0100)]
Add two missing updateImportLabel() calls

14 years agoFix importing via "import settings" label addind a unecessary -spec
dt [Wed, 28 Oct 2009 13:51:39 +0000 (14:51 +0100)]
Fix importing via "import settings" label addind a unecessary -spec

14 years agoProcess exception declarations.
Roberto Raggi [Wed, 28 Oct 2009 15:06:26 +0000 (16:06 +0100)]
Process exception declarations.

14 years agoDatastructures 101: A QMap sorts, and is rarely what you want.
Daniel Molkentin [Wed, 28 Oct 2009 14:57:13 +0000 (15:57 +0100)]
Datastructures 101: A QMap sorts, and is rarely what you want.

14 years agoMove the IWelcomePage to the place it belongs.
con [Mon, 26 Oct 2009 17:11:58 +0000 (18:11 +0100)]
Move the IWelcomePage to the place it belongs.

14 years agodebugger: fix fetching of base class information
hjk [Wed, 28 Oct 2009 14:40:08 +0000 (15:40 +0100)]
debugger: fix fetching of base class information

14 years agodebugger: add a soft assert to catch cases where broken inames are reported
hjk [Wed, 28 Oct 2009 14:39:07 +0000 (15:39 +0100)]
debugger: add a soft assert to catch cases where broken inames are reported

14 years agoUpdated the QML front-end to release 88632908b8923e626f36b6132ac179553d39c333 (qt...
Roberto Raggi [Wed, 28 Oct 2009 13:53:47 +0000 (14:53 +0100)]
Updated the QML front-end to release 88632908b8923e626f36b6132ac179553d39c333 (qt/kinetic-declarativeui)

14 years agoDon't run the typechecker on the actual arguments.
Roberto Raggi [Wed, 28 Oct 2009 12:43:06 +0000 (13:43 +0100)]
Don't run the typechecker on the actual arguments.

At least for now we ignore the types of the actual arguments

14 years agoMinimum size for Qt version list.
con [Wed, 28 Oct 2009 12:05:57 +0000 (13:05 +0100)]
Minimum size for Qt version list.

14 years agodebugger: silence debug output
hjk [Wed, 28 Oct 2009 13:35:36 +0000 (14:35 +0100)]
debugger: silence debug output

14 years agoRefer to new bug tracker.
con [Wed, 28 Oct 2009 13:36:28 +0000 (14:36 +0100)]
Refer to new bug tracker.

14 years agodebugger: fix dumper breakage caused by 0ee09af6
hjk [Wed, 28 Oct 2009 13:34:25 +0000 (14:34 +0100)]
debugger: fix dumper breakage caused by 0ee09af6

14 years agoAdd some sanity checking.
con [Wed, 28 Oct 2009 12:53:40 +0000 (13:53 +0100)]
Add some sanity checking.

14 years agoC++ Source file wizard: Do not write out #include directive
Friedemann Kleint [Wed, 28 Oct 2009 12:51:48 +0000 (13:51 +0100)]
C++ Source file wizard: Do not write out #include directive

... on popular request.
Task-number: QTCREATORBUG-164

14 years agoFixed: Completion doesn't work for typedefs
Roberto Raggi [Wed, 28 Oct 2009 11:26:08 +0000 (12:26 +0100)]
Fixed: Completion doesn't work for typedefs
Task-number: QTCREATORBUG-170

14 years agoMark the bindings when searching for class or namespaces.
Roberto Raggi [Wed, 28 Oct 2009 10:51:04 +0000 (11:51 +0100)]
Mark the bindings when searching for class or namespaces.

14 years agodebugger: fix mac startup in the presence of unknown command
hjk [Wed, 28 Oct 2009 11:00:18 +0000 (12:00 +0100)]
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.

14 years agodebugger: better protection from infinite loops due to broken dumpers in
hjk [Wed, 28 Oct 2009 10:50:58 +0000 (11:50 +0100)]
debugger: better protection from infinite loops due to broken dumpers in
synchroneous mode

14 years agodebugger: work on auto tests
hjk [Wed, 28 Oct 2009 10:50:19 +0000 (11:50 +0100)]
debugger: work on auto tests

14 years agodebugger: allow NULL pointers in QList<Foo*>
hjk [Tue, 27 Oct 2009 17:01:14 +0000 (18:01 +0100)]
debugger: allow NULL pointers in QList<Foo*>

14 years agoProject wizard: Error message does not fit.
Friedemann Kleint [Wed, 28 Oct 2009 10:48:47 +0000 (11:48 +0100)]
Project wizard: Error message does not fit.
Task-number: QTCREATORBUG-176

14 years agoDebugger/S60: Handle shared library query correctly.
Friedemann Kleint [Wed, 28 Oct 2009 10:29:13 +0000 (11:29 +0100)]
Debugger/S60: Handle shared library query correctly.

14 years agoDebugger: Add missing include for intptr-types.
Friedemann Kleint [Wed, 28 Oct 2009 08:51:19 +0000 (09:51 +0100)]
Debugger: Add missing include for intptr-types.

14 years agoDebugger: Fix gdb autotest
Friedemann Kleint [Wed, 28 Oct 2009 08:39:48 +0000 (09:39 +0100)]
Debugger: Fix gdb autotest

14 years agoeliminate handleDebuggingHelperValue1()
Oswald Buddenhagen [Tue, 27 Oct 2009 13:53:09 +0000 (14:53 +0100)]
eliminate handleDebuggingHelperValue1()

doesn't seem to serve any purpose at this time.

14 years agocall updateMarkers() from attemptBreakpointSynchronization()
Oswald Buddenhagen [Tue, 27 Oct 2009 14:50:33 +0000 (15:50 +0100)]
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.

14 years agoprotect against recursing into handleResponse
Oswald Buddenhagen [Tue, 27 Oct 2009 11:05:03 +0000 (12:05 +0100)]
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.

14 years agofewer and better debug messages
Oswald Buddenhagen [Tue, 27 Oct 2009 13:52:29 +0000 (14:52 +0100)]
fewer and better debug messages

14 years agotry harder to kill unwanted child. mwahaha
Oswald Buddenhagen [Tue, 27 Oct 2009 18:41:19 +0000 (19:41 +0100)]
try harder to kill unwanted child. mwahaha

14 years agoimprove termination confirmation dialog
Oswald Buddenhagen [Tue, 27 Oct 2009 18:34:40 +0000 (19:34 +0100)]
improve termination confirmation dialog

- default to yes
- better message
- give it a parent

14 years agoreflect current session in the welcome page's list
Oswald Buddenhagen [Tue, 27 Oct 2009 18:52:17 +0000 (19:52 +0100)]
reflect current session in the welcome page's list

14 years agoAdd a window title to the Import existing build settings dialog
dt [Tue, 27 Oct 2009 17:10:52 +0000 (18:10 +0100)]
Add a window title to the Import existing build settings dialog

14 years agoNo declSymbol, no party
Roberto Raggi [Tue, 27 Oct 2009 17:04:19 +0000 (18:04 +0100)]
No declSymbol, no party

14 years agoQt4ProjectManager: Give a verbose tooltip on the Qt versions.
Friedemann Kleint [Tue, 27 Oct 2009 17:05:04 +0000 (18:05 +0100)]
Qt4ProjectManager: Give a verbose tooltip on the Qt versions.
Reviewed-by: dt <qtc-committer@nokia.com>
14 years agoMake it possible to use non-autodetected Qt for Symbian.
con [Tue, 27 Oct 2009 16:59:53 +0000 (17:59 +0100)]
Make it possible to use non-autodetected Qt for Symbian.

Users can specify a S60 SDK root for Qt for Symbian versions
now.

14 years agodebugger: add missing .pro file
hjk [Tue, 27 Oct 2009 16:37:13 +0000 (17:37 +0100)]
debugger: add missing .pro file

14 years agodebugger: disable warning that triggers too often
hjk [Tue, 27 Oct 2009 16:19:47 +0000 (17:19 +0100)]
debugger: disable warning that triggers too often

14 years agodebugger: call beginCycle also for new dumpers
hjk [Tue, 27 Oct 2009 16:16:46 +0000 (17:16 +0100)]
debugger: call beginCycle also for new dumpers

14 years agoFix "Add New" using the wrong directory for cmake projects
dt [Tue, 27 Oct 2009 16:27:37 +0000 (17:27 +0100)]
Fix "Add New" using the wrong directory for cmake projects

14 years agodebugger: prevent endless recursion due to broken dumpers
hjk [Tue, 27 Oct 2009 15:36:23 +0000 (16:36 +0100)]
debugger: prevent endless recursion due to broken dumpers

14 years agodebugger: work on dumper autotests
hjk [Tue, 27 Oct 2009 15:35:49 +0000 (16:35 +0100)]
debugger: work on dumper autotests

14 years agodebugger: allow NULL pointers in QVector<Foo*> and QStack<Foo*> dumpers
hjk [Tue, 27 Oct 2009 15:34:32 +0000 (16:34 +0100)]
debugger: allow NULL pointers in QVector<Foo*> and QStack<Foo*> dumpers

14 years agocompile fix with namespaces
hjk [Mon, 26 Oct 2009 12:37:27 +0000 (13:37 +0100)]
compile fix with namespaces

14 years agoFix setBuildTargets() in the generic project manager
dt [Tue, 27 Oct 2009 15:14:18 +0000 (16:14 +0100)]
Fix setBuildTargets() in the generic project manager

14 years agoFix that the cmake plugin did not allow removing build targets
dt [Tue, 27 Oct 2009 15:13:09 +0000 (16:13 +0100)]
Fix that the cmake plugin did not allow removing build targets

14 years agoCleanup
Roberto Raggi [Tue, 27 Oct 2009 15:12:39 +0000 (16:12 +0100)]
Cleanup

14 years agoHandle ambiguous function declarations vs c++-like initialized declarations.
Roberto Raggi [Tue, 27 Oct 2009 15:08:23 +0000 (16:08 +0100)]
Handle ambiguous function declarations vs c++-like initialized declarations.

14 years agoS60: Falling back to epocRoot if toolsRoot is empty.
Robert Loehning [Tue, 27 Oct 2009 14:26:37 +0000 (15:26 +0100)]
S60: Falling back to epocRoot if toolsRoot is empty.

Reviewed-by: con
14 years agoapply insert-whole-lines magic only if the cursor is at the beginning
mae [Tue, 27 Oct 2009 14:22:01 +0000 (15:22 +0100)]
apply insert-whole-lines magic only if the cursor is at the beginning
of the line.

14 years agoSet the `virtual' attribute of a function definition.
Roberto Raggi [Tue, 27 Oct 2009 13:59:27 +0000 (14:59 +0100)]
Set the `virtual' attribute of a function definition.

14 years agoIntroduced FullySpecifiedType::copySpecifiers()
Roberto Raggi [Tue, 27 Oct 2009 13:59:10 +0000 (14:59 +0100)]
Introduced FullySpecifiedType::copySpecifiers()

14 years ago"MWC Directory" is not a good term.
con [Tue, 27 Oct 2009 13:43:42 +0000 (14:43 +0100)]
"MWC Directory" is not a good term.

Use "Carbide Directory" instead, because that's what it is.

14 years agoSet the `virtual' attribute.
Roberto Raggi [Tue, 27 Oct 2009 13:03:19 +0000 (14:03 +0100)]
Set the `virtual' attribute.

14 years agoCompile Windows
Friedemann Kleint [Tue, 27 Oct 2009 11:36:07 +0000 (12:36 +0100)]
Compile Windows

14 years agoRemove duplicates from the working list.
Roberto Raggi [Tue, 27 Oct 2009 11:31:49 +0000 (12:31 +0100)]
Remove duplicates from the working list.

14 years agoDebugger: Fix autotests on Windows
Friedemann Kleint [Tue, 27 Oct 2009 11:25:11 +0000 (12:25 +0100)]
Debugger: Fix autotests on Windows

Format pointers consistently using 0x%[l]x in printf/scanf.
Remove %p formatting as the existence of the prefix 0x
is platform-dependent (missing with MSVC), which caused
a scanf error and thus dumper crash for QAbstractItem.
Reviewed-by: ck <qt-info@nokia.com>
14 years agoIntroduced CPlusPlus::FindUsages.
Roberto Raggi [Tue, 27 Oct 2009 11:01:45 +0000 (12:01 +0100)]
Introduced CPlusPlus::FindUsages.

14 years agoPrint the result of the preprocessor.
Roberto Raggi [Tue, 27 Oct 2009 10:31:26 +0000 (11:31 +0100)]
Print the result of the preprocessor.

14 years agoRemoved obsoleted test.
Roberto Raggi [Tue, 27 Oct 2009 10:05:35 +0000 (11:05 +0100)]
Removed obsoleted test.

14 years agoDebugger: Fix exit crash, dump QVariantList with gdb
Friedemann Kleint [Tue, 27 Oct 2009 08:51:14 +0000 (09:51 +0100)]
Debugger: Fix exit crash, dump QVariantList with gdb

Handle QVariantList within dumpers, as gdb does not resolve
typedefs. Disconnect the gdb process on exit, one more round
of event loop when quitting.

14 years agodon't translate debug messages
Oswald Buddenhagen [Mon, 26 Oct 2009 20:07:42 +0000 (21:07 +0100)]
don't translate debug messages

this isn't bullet-proof - integrated error messages are already
translated. but at least we know *where* the message comes from.
also, saves the translators from some pretty useless work.

14 years agoimprove messages
Oswald Buddenhagen [Mon, 26 Oct 2009 18:59:16 +0000 (19:59 +0100)]
improve messages

14 years agoQtS60 Run Configuration: Proper slashes for path
Daniel Molkentin [Mon, 26 Oct 2009 17:34:57 +0000 (18:34 +0100)]
QtS60 Run Configuration: Proper slashes for path

Reviewed-By: con
14 years agoRemoved unused code.
Roberto Raggi [Mon, 26 Oct 2009 17:05:37 +0000 (18:05 +0100)]
Removed unused code.

14 years agoDebugger: Handle core shutdown, prompt user to terminate debugging.
Friedemann Kleint [Mon, 26 Oct 2009 17:05:11 +0000 (18:05 +0100)]
Debugger: Handle core shutdown, prompt user to terminate debugging.

Add a corelistener and trigger on shutdown. Notify about critical
states.
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
14 years agoAdded the copyright header
Roberto Raggi [Mon, 26 Oct 2009 17:00:49 +0000 (18:00 +0100)]
Added the copyright header

14 years agoInitial work on the `new' GenTemplateInstance.
Roberto Raggi [Mon, 26 Oct 2009 16:54:32 +0000 (17:54 +0100)]
Initial work on the `new' GenTemplateInstance.

14 years agoAdd qt-apps.org to the welcome page.
Daniel Molkentin [Mon, 26 Oct 2009 16:26:44 +0000 (17:26 +0100)]
Add qt-apps.org to the welcome page.