Commit Graph

21404 Commits

Author SHA1 Message Date
Leena Miettinen 37720c4008 Doc: update example to use Qt Mobility API 1.2
Task-number: QTCREATORBUG-6270
Change-Id: I2c65d7ec2df856ed0145468be1497b7dc5ac76a1
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
2011-11-01 13:49:11 +01:00
Eike Ziller 1d97b604c0 Set text editor font also for new search panels.
Task-number: QTCREATORBUG-6432

Change-Id: I67b6a92faccc65f92cc612abf210c0a2eca4860b
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
2011-11-01 12:37:58 +01:00
Kai Koehne a0cf8d2bd9 QmlProfiler: Make sure standalone tool is shipped on Mac OS X
Change-Id: Icbe52a5198b670fb7a0bbe2ddb12fc0bbdb2dd17
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2011-11-01 10:48:43 +01:00
hjk f73dc6f444 fakevim: fix replacement of '\&'
Task-number: QTCREATORBUG-6434
Change-Id: Ic6ec34288733c4aa46cee353acf3920f3b4cf9ce
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2011-11-01 10:44:16 +01:00
Leena Miettinen 85f2571c35 Doc: rename Symbian^3 and Symbian^1 as Symbian Anna and S60 5th Edition
Reflect changes in targets installed with the Qt SDK 1.1.4.

Add information about advanced development with Symbian SDK.

Task-number: QTCREATORBUG-6051
Change-Id: I28715cbb11a8088630ce4de5d0756ede2ca1d96e
Reviewed-by: Tim Kelly
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
2011-11-01 10:29:33 +01:00
Robert Loehning 08115952ea Squish: Added function handling name and location of new projects
Change-Id: I23af07bb41b517af1ad9f65c642c3eedd0712093
Reviewed-by: Bill King <bill.king@nokia.com>
Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
2011-10-31 17:58:06 +01:00
Eike Ziller 3cb6c23334 Fix showing of "Debugging Helper Missing" warning.
It was only showing up if one had a helper library that was outdated.

Change-Id: I8d0ffcd16434dc6cfeadd408a2bdb59aa3ec73ba
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Reviewed-by: hjk <qthjk@ovi.com>
2011-10-31 16:03:15 +01:00
Thomas Hartmann 91b7984422 QmlDesigner.documentController: bugfix for crumblebar
This fixes a crash bug.

Change-Id: Ibfe5c30910fed8b5e3132a05bc6a2eec39d4d308
Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
2011-10-31 15:37:24 +01:00
Orgad Shaneh 6fb602061e BuildManager: Display times for build messages
Task-number: QTCREATORBUG-6426
Change-Id: I253b005c1e0af093342a5b8315086c007138b764
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
2011-10-31 15:29:18 +01:00
Leandro Melo 24fc61857c Editor: Support floating point values for tab stop
Task-number: QTCREATORBUG-833

Change-Id: I76a4b69d6e9402f045a98712531475aff5e8d0ac
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2011-10-31 14:57:04 +01:00
Leena Miettinen 19ea22a2ac Doc: update screenshots and make text clearer
Task-number: QTCREATORBUG-6154
Change-Id: I90afe4693d34ff3061c214673b0e3a04b548e528
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
2011-10-31 14:12:37 +01:00
Christian Kamm 0021c4c3ee C++ insert def: Fix bug when minimizing name.
Constructors would not get the correct name before. Now rewriting the
function's name is not done by going through the 'rewrite type' func-
tionality but rather by minimizing the symbol's name directly.

Task-number: QTCREATORBUG-6223
Change-Id: I3c25e414337937f5dd0f54570c899ca2ca21d2ef
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
2011-10-31 14:00:27 +01:00
Daniel Teske e202e4b8e0 Fix various crashes
Task-Number: QTCREATORBUG-6365

Change-Id: I19a200e3c811eef83d591f6eacca3e48eb0fba8f
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
2011-10-31 12:49:06 +01:00
Tobias Hunger 2fb8e13529 Qt: Pick tool chain that works with the default mkspec
Pick a tool chain that suggests the same mkspec as the Qt version
was build with if possible.

This should help with the case of us choosing the wrong tool chain
on mac.

Change-Id: I206658fd36f2f3c2223392a2c69cf264b5b6a54e
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
2011-10-31 12:26:22 +01:00
Tobias Hunger a9103d92fe GCC: Autodetect old GCC versions needed for macx-g++XY mkspecs
Change-Id: If35b1ef2c0eba424cbdf70e0405243c14d413bab
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
2011-10-31 12:26:02 +01:00
Leena Miettinen adec0ae5bb Doc: sharing project settings
Change-Id: Ibd1b35244346a9c868fe0a2b011085c234a6c4e1
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
2011-10-31 11:54:55 +01:00
Christian Kamm 5cd2123862 C++: Fix findMatchingDeclaration for functions not in a class.
That fixes navigation and the 'function signature update' quickfix for
global functions and functions in namespaces.

Task-number: QTCREATORBUG-6413
Change-Id: Ifc68a88a34eb363f4e84c72e9f72444d22df1086
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
2011-10-31 11:52:07 +01:00
Christian Kamm 4521be25cd QmlJS: Avoid an infinite loop if a qmltypes file has a cycle.
The qmltypes files shipped with libraries shouldn't, but could define
components that form a prototype cycle. Use of the new
QmlObjectValue::prototypes() function avoids the code model getting
stuck in an infinite loop for these cases.

For plain ObjectValues this is already solved by using
PrototypeIterator.

Change-Id: I0f562672ab99b454bc3a0121c7a1b9eca43476bb
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
2011-10-31 09:37:46 +01:00
Christian Kamm a9553c494e QmlJS indenter: Never touch indent of multi-line strings.
Task-number: QTCREATORBUG-6368
Change-Id: Iae68427e429e625214bc0729aaaf313dc3371570
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
2011-10-31 09:37:17 +01:00
Eike Ziller f3774d0a6f Limit the length of shown search result line.
This e.g. avoids "lines" of several MB if file search hits a binary
file.

Task-number: QTCREATORBUG-6116
Change-Id: Ibf89a332bc82ddbdb2aeb83c4b3886e784dab4b8
Reviewed-by: Ralf Neubersch <neubersch@neubersch.de>
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
2011-10-31 08:38:06 +01:00
Eike Ziller c4f6ad856d Remove unnecessary code.
Change-Id: I07a382696c57f5451645e854e55aa30e9e81326c
Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
2011-10-31 08:37:35 +01:00
Jarek Kobus 082243fd96 Fix memory leaks (lacking destructors for uis)
Change-Id: I07c2708d727d59286b0d625a4c0c318f18b03b93
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Reviewed-by: hjk <qthjk@ovi.com>
2011-10-28 17:49:33 +02:00
Jarek Kobus c9ea9ad58b Code style selector improvements
Change layout in code style selector.
Make it possible to see the values
of built-in code style without a need to copy it.
Built-in code style can be also modified after
being copied inside code style editor.

Task-number: QTCREATORBUG-6341
Change-Id: Ifcbf807d5730ccf9026e86572710d0cc0ccf9f1a
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
2011-10-28 15:49:21 +02:00
Bill King 69e02f4fb8 Squish: Fix timing issue on linux (too fast to catch).
Change-Id: Ia52abf2de8ef35269c11c198351e5024eae01830
Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
Reviewed-by: Bill King <bill.king@nokia.com>
2011-10-28 15:24:10 +02:00
Leena Miettinen ecfef3c2e1 Doc: fix security issue in HTML template
Change-Id: I2fbcb030195a9104eeba8b83037623103efdb5c0
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
2011-10-28 13:16:57 +02:00
hjk 49e56cdd2c debugger: re-enable sorting of source files, modules, and thread views
Change-Id: I5610be7e78593d345c1f79fff6b2a61b105f8fbc
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2011-10-28 11:04:27 +02:00
Christian Kandeler fb6d940485 Harmattan: Use "mad" wrapper to call dh_clean.
Change-Id: Iddfc6de1e34ce08bbc5fe6601195b3206b120c27
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
2011-10-28 10:44:49 +02:00
Daniel Molkentin d6fa81cd95 Do not try to evaluate examples or demos for Qt 5.
There is no good plan on how to expose examples and demos
of Qt 5 other than using XML manifests. Thus, it's best
to disable the fallback mechanism, as it can only break
(see e.g. QTCREATORBUG-5472).

Change-Id: I4cc1fa875297c3d368ae261f5404fa61301f172f
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2011-10-28 10:25:52 +02:00
Pawel Polanski 5dcf7d2ef0 CODA: Increased timeout for Deploy step
The 2s work perfectly for most cases.
However, while deploying via WLAN sometimes
due to weak signal the 2s is not enough

Change-Id: If3a8bfbf6c4a244e589c1620a5c953486a0524d0
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2011-10-28 08:48:37 +02:00
Friedemann Kleint 77070354f2 QMutableMapIterator uses map in destructor, use foreach.
Change-Id: Ie8737acaea614fdda66cb7642eaed21be41cae64
Reviewed-by: Peter Kümmel <syntheticpp@gmx.net>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2011-10-28 08:25:31 +02:00
Daniel Teske b4a2612eb9 Fix leak
Change-Id: I5d7b0faf4c0331eb88f75a2f778eaa71ca8fa10a
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
2011-10-27 17:53:06 +02:00
Daniel Teske 5d91afda34 Fix bug with unclean paths with multiple .pro files in the same dir
Task-number: QTCREATORBUG-6414

Change-Id: Idb9277e951270688766b1e569c7ae0f962b2e4c3
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
2011-10-27 15:23:35 +02:00
Daniel Molkentin dc6f30fd4b Don't show fallback examples if we do not have any installed.
Change-Id: I296888ce0c98a38afc4b21554942aa579a56c95a
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2011-10-27 13:53:42 +02:00
Aurindam Jana a0134647c3 QmlEngine: Engine State transitions
Rectify wrong state transitions for "Attach to QML Port".

Change-Id: Ife55344fb5089513743ff14f6bb5f2cabeed0adb
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
2011-10-27 11:20:27 +02:00
Eike Ziller cfb8417dec Adapt to new project location.
Change-Id: I13de0363d36095faa2554c5b41cdb7fb3e7c42f2
Reviewed-by: hjk <qthjk@ovi.com>
2011-10-26 15:41:35 +02:00
Erik Verbruggen 7270633f86 C++: removed pre-defined macros that should come from windows.h
Task-number: QTCREATORBUG-5734
Change-Id: Ie4aa437616955fd65fcc6adbfc0e9f115caf7e1c
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2011-10-26 15:28:07 +02:00
Erik Verbruggen c24bd7c411 C++: disambiguate cast expressions for highlighting.
Task-number: QTCREATORBUG-5606
Change-Id: Iaea9f2afc57e2f22f734c43bd22105e19d768224
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
2011-10-26 15:03:12 +02:00
Daniel Molkentin 36d70589f2 Warn if the update info plugin is useless.
This usually happens if somebody enables it manually outside
of an SDK context.

Change-Id: I3ad37edc9d682ca1416ab594b959b8e4d5eb6041
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2011-10-26 12:58:59 +02:00
Daniel Molkentin fd07e11314 Do not include certain plugins when compiling
Certain plugins (example, updateinfo) should not be included
in a binary release, but we want to provide & build them by
default to ensure they still compile.

Defining the qmake variable IDE_PACKAGE_MODE will skip
them in the build process.

To still enable the UpdateInfo plugin, also define UPDATEINFO_ENABLE.

Change-Id: I256467edfd1e6ec272562e68e9ef19599e864185
Reviewed-by: Niels Weber <niels.2.weber@nokia.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2011-10-26 12:58:36 +02:00
Erik Verbruggen 26b7b87774 C++: fix highlighting again, this time for arguments.
Change-Id: I106102025e4d65aa9759ce7ebdf505ef3765bf32
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
2011-10-26 12:58:29 +02:00
Daniel Molkentin 66095e39fd Remove outdated commercial license file.
Change-Id: I59f27044aec1c7058559031c225a80cf51622527
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2011-10-26 12:35:07 +02:00
Erik Verbruggen 1c3c50945d C++: fixed highlighting of expressions inside a sizeof() operator.
Task-number: QTCREATORBUG-5129

Change-Id: Ibe0a6a7925a4f0e5b52207079f28a3fa4bb95745
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
2011-10-26 11:55:20 +02:00
Bill King f315598749 Fixes compilation when QT is namespaced.
Change-Id: I5229e367d9468fcc25119c6efcb0f9127ac9a13d
Reviewed-by: hjk <qthjk@ovi.com>
2011-10-26 11:21:47 +02:00
Jarek Kobus 761557d157 Update Polish translations
Change-Id: Ia25661f3c8ce0c0dcd32145c67207df9d81d533a
Reviewed-by: Jarek Kobus <jaroslaw.kobus@nokia.com>
2011-10-26 11:01:56 +02:00
Christian Kamm 49fbe56def C++ parser: Don't fail on REVISION in Q_PROPERTY.
Change-Id: Ia7407969dc56308fe3eb843e97b93e65eb235186
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2011-10-25 14:30:03 +02:00
Robert Loehning 1b76f67d76 Removed dead assignments
Change-Id: I7cd0e127c23d209d210385906d0923bce650a3e5
Reviewed-by: hjk <qthjk@ovi.com>
2011-10-25 13:10:55 +02:00
Robert Loehning 35ac0251d2 Removed dead assignment
Change-Id: Ia4b9c27b8aa405e3e7c6e92639eb105689a0f299
Reviewed-by: hjk <qthjk@ovi.com>
2011-10-25 13:09:29 +02:00
Robert Loehning 998281c5c9 "Build Issues" was renamed to "Issues"
Change-Id: If514e2497a52456bfd16aaebf2a7c83def4621f7
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2011-10-25 11:57:10 +02:00
Christian Kamm e4a7b0642b C++: Fix a crash in debug builds when rewriting functions.
Change-Id: I35266b69d1cc433c4d9176cc849efd03ea1cc1cd
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
2011-10-25 11:32:18 +02:00
Thomas Hartmann bf9782e307 QmlDesigner.formeditor: fix captions
To avoid confusion we rotate item captions and place them
on the upper right.

Change-Id: I97ba7ef93a8b0a6aa678af6a9ee5f76e649e5baa
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2011-10-25 10:53:26 +02:00