Commit Graph

80529 Commits

Author SHA1 Message Date
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
1ef61e0720 debugger: add missing .pro file 2009-10-27 17:38:42 +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
dt
cb5a93ff49 Fix "Add New" using the wrong directory for cmake projects 2009-10-27 17:27:59 +01:00
hjk
05e56fc1a3 debugger: prevent endless recursion due to broken dumpers 2009-10-27 16:36:23 +01:00
hjk
80f0239b1d debugger: work on dumper autotests 2009-10-27 16:35:49 +01:00
hjk
695201b02d debugger: allow NULL pointers in QVector<Foo*> and QStack<Foo*> dumpers 2009-10-27 16:35:39 +01:00
hjk
7bbd2532e8 compile fix with namespaces 2009-10-27 16:35:39 +01:00
dt
6010b02e18 Fix setBuildTargets() in the generic project manager 2009-10-27 16:15:04 +01:00
dt
833b86d5e2 Fix that the cmake plugin did not allow removing build targets 2009-10-27 16:15:04 +01:00
Roberto Raggi
960716df45 Cleanup 2009-10-27 16:13:27 +01:00
Roberto Raggi
213316f2a7 Handle ambiguous function declarations vs c++-like initialized declarations. 2009-10-27 16:13:27 +01:00
Robert Loehning
0b294b41c7 S60: Falling back to epocRoot if toolsRoot is empty.
Reviewed-by: con
2009-10-27 15:27:08 +01:00
mae
6526143626 apply insert-whole-lines magic only if the cursor is at the beginning
of the line.
2009-10-27 15:22:45 +01:00
Roberto Raggi
38d3ded832 Set the `virtual' attribute of a function definition. 2009-10-27 15:00:57 +01:00
Roberto Raggi
9ff5676e72 Introduced FullySpecifiedType::copySpecifiers() 2009-10-27 15:00:57 +01:00
con
4f9efcba7b "MWC Directory" is not a good term.
Use "Carbide Directory" instead, because that's what it is.
2009-10-27 14:44:38 +01:00
kh1
78d89b549a Store the settings for both the device and simulator. 2009-10-27 14:15:24 +01:00
Roberto Raggi
60902c69bc Set the `virtual' attribute. 2009-10-27 14:06:07 +01:00
Friedemann Kleint
43ff8a0fb0 Compile Windows 2009-10-27 12:36:26 +01:00
Roberto Raggi
b7f3d924c3 Remove duplicates from the working list. 2009-10-27 12:32:04 +01:00
Friedemann Kleint
65e13b7034 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>
2009-10-27 12:25:11 +01:00
Roberto Raggi
fefd72b293 Introduced CPlusPlus::FindUsages. 2009-10-27 12:01:45 +01:00
Roberto Raggi
83a7e0f518 Print the result of the preprocessor. 2009-10-27 11:31:26 +01:00
Roberto Raggi
8ef85c6489 Removed obsoleted test. 2009-10-27 11:05:35 +01:00
Friedemann Kleint
3fd1e5b23f 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.
2009-10-27 09:51:14 +01:00
Aaron McCarthy
1fb92cf87e Fix Windows CE SDK detection.
Assignments to CE_SDK in the mkspecs are not quoted, and is therefore
stored as a string list.  Recombine the string list back into a single
string before use.
2009-10-27 17:28:16 +10:00
Oswald Buddenhagen
f244008a0f 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.
2009-10-26 21:24:44 +01:00
Oswald Buddenhagen
293b49aecb improve messages 2009-10-26 21:24:44 +01:00
Daniel Molkentin
9abcd93c5c QtS60 Run Configuration: Proper slashes for path
Reviewed-By: con
2009-10-26 18:35:11 +01:00
Roberto Raggi
07a5604ab7 Removed unused code. 2009-10-26 18:05:52 +01:00
Friedemann Kleint
9dc11c5d73 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>
2009-10-26 18:05:22 +01:00
Roberto Raggi
a3580ab576 Added the copyright header 2009-10-26 18:00:49 +01:00
Roberto Raggi
82ecb2c7b3 Initial work on the `new' GenTemplateInstance. 2009-10-26 17:59:54 +01:00
Daniel Molkentin
b4744214c6 Add qt-apps.org to the welcome page. 2009-10-26 17:27:10 +01:00
Daniel Molkentin
ad65077adc Some refactoring on the Welcome Widget. Generalize tooltips. 2009-10-26 17:27:10 +01:00
Friedemann Kleint
f13d4a104a Autotests: Compile on Windows
Reviewed-by: Roberto Raggi <qtc-committer@nokia.com>
2009-10-26 17:26:53 +01:00
kh1
efa44fa5c1 Return <default> if we can't find out the mkspec name. Overwrite mkspec
in case one has set MAKESPEC but does not actually pass it as argument.

Reviewed-by: dt
2009-10-26 15:57:30 +01:00
ck
11706165a2 Merge branch 'master' of scm.dev.nokia.troll.no:creator/mainline 2009-10-26 15:53:33 +01:00
con
bac9c64f93 Merge commit 'origin/1.3' 2009-10-26 15:48:26 +01:00
Friedemann Kleint
4091efb47f S60: Provide a MessageBox for starting serial communication as well.
Generalize the concept of the Bluetooth starter, extract base class
BaseCommunicationStarter that can be used to start a serial communication
without further resources (listener) as well. Introduce convenience
functions for both types.

Note: This will only work for COM-ports that are not used otherwise
by the operating system.
2009-10-26 15:40:11 +01:00
Daniel Molkentin
c6e9c041a7 Do not require QTDIR to be set.
Reviewed-By: Oswald Buddenhagen
2009-10-26 15:36:09 +01:00
Thorbjørn Lindeijer
cd3435a983 Don't needlessly call updateProjectInfo()
Should not be necessary when nothing changed in the project info. This
also fixes a problem where include file scanning happened twice after
saving a pro file.

Reviewed-by: Roberto Raggi
2009-10-26 15:34:12 +01:00
Roberto Raggi
fe9b4458c6 Fixed the #include directive. 2009-10-26 15:21:21 +01:00
Roberto Raggi
0ed33aa8a5 Test ExpressionUnderCursor 2009-10-26 15:07:00 +01:00
Roberto Raggi
1f61dbc380 Test GenTemplateInstance. 2009-10-26 15:00:56 +01:00
Roberto Raggi
72da848073 We expect failures in tst_Semantic::pointer_to_function_1 2009-10-26 14:45:58 +01:00
Roberto Raggi
485dec6d2b Link with cplusplus library. 2009-10-26 14:40:36 +01:00