OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoQmlDesigner.propertyEditor: cache QtQuick items instead of Qt
Thomas Hartmann [Mon, 4 Oct 2010 13:38:29 +0000 (15:38 +0200)]
QmlDesigner.propertyEditor: cache QtQuick items instead of Qt

Fixes caching for Qt Quick items.
Also the emptyPane is found again.

Reviewed-by: Kai Koehne
13 years agoQmlDesigner.propertyEditor: adding missing qml file
Thomas Hartmann [Mon, 4 Oct 2010 13:33:29 +0000 (15:33 +0200)]
QmlDesigner.propertyEditor: adding missing qml file

This file got somehow missing during renaming

Reviewed-by: Trust Me
13 years agoQmlDesigner.rewriter: fix Qt 4.7 imports
Thomas Hartmann [Mon, 4 Oct 2010 09:09:27 +0000 (11:09 +0200)]
QmlDesigner.rewriter: fix Qt 4.7 imports

This patch adds a MessageBox that asks for confirmation to fix
Qt 4.7 imports into QtQuick 1.0 imports.

Reviewed-by: Kai Koehne
13 years agoDoc - availability of environment variables in custom build steps
Leena Miettinen [Mon, 4 Oct 2010 13:24:09 +0000 (15:24 +0200)]
Doc - availability of environment variables in custom build steps

Reviewed-by: Tobias Hunger
13 years agoWizards: Move QML standalone app wizard to QML category.
Christian Kandeler [Mon, 4 Oct 2010 12:50:58 +0000 (14:50 +0200)]
Wizards: Move QML standalone app wizard to QML category.

Task-number: QTCREATORBUG-2510
Reviewed-by: Alessandro Portale
13 years agoQmlJS: Fix instances of using lookupContext() on invalid info.
Christian Kamm [Mon, 4 Oct 2010 12:32:50 +0000 (14:32 +0200)]
QmlJS: Fix instances of using lookupContext() on invalid info.

Task-number: QTCREATORBUG-2594
Done-with: Thomas Hartmann

13 years agoQmlDebugger: Make JS breakpoints not pending when they're hit
Kai Koehne [Mon, 4 Oct 2010 12:23:20 +0000 (14:23 +0200)]
QmlDebugger: Make JS breakpoints not pending when they're hit

Task-number: QTCREATORBUG-2590
Reviewed-by: Christiaan Janssen
13 years agoMaemo: Fix desktop file contents, ignore missing desktop file.
Christian Kandeler [Mon, 4 Oct 2010 10:54:14 +0000 (12:54 +0200)]
Maemo: Fix desktop file contents, ignore missing desktop file.

Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=195541
Reviewed-by: kh1
13 years agoCodePaster[CodePaster]: Allow for fetching complete URLs.
Friedemann Kleint [Mon, 4 Oct 2010 11:30:25 +0000 (13:30 +0200)]
CodePaster[CodePaster]: Allow for fetching complete URLs.

Reviewed-by: Tobias Hunger <qt-info@nokia.com>
Task-number: QTCREATORBUG-2542

13 years agoQmlInspector: Fix regression in live preview
Kai Koehne [Mon, 4 Oct 2010 11:18:40 +0000 (13:18 +0200)]
QmlInspector: Fix regression in live preview

ClientProxy::isEnabled() now only returns true when the server plugins
are available too. Wait until then before using it to initialize
the livepreview objects.

Reviewed-by: Lasse Holmstedt
13 years agoDebugger: Fix manual test.
Friedemann Kleint [Mon, 4 Oct 2010 10:19:28 +0000 (12:19 +0200)]
Debugger: Fix manual test.

to work at least for debug-in-source builds.

Reviewed-by: hjk
Task-number: QTCREATORBUG-2546

13 years agoDebugging helpers: Preserve whole build log
Lasse Holmstedt [Mon, 4 Oct 2010 10:02:52 +0000 (12:02 +0200)]
Debugging helpers: Preserve whole build log

Otherwise, users might only see parts of the build that succeeded, but
not the failed ones (depending on build order).

Reviewed-by: ckamm
13 years agoDebugging helpers: Only build qmldump/qmlobserver for desktop targets.
Christian Kamm [Mon, 4 Oct 2010 09:56:10 +0000 (11:56 +0200)]
Debugging helpers: Only build qmldump/qmlobserver for desktop targets.

Task-number: QTCREATORBUG-2575
Reviewed-by: Kai Koehne
13 years agoDebugger[CDB]: Adapt internal std::string dumper to MSVC2010.
Friedemann Kleint [Mon, 4 Oct 2010 09:47:31 +0000 (11:47 +0200)]
Debugger[CDB]: Adapt internal std::string dumper to MSVC2010.

New STL implementation.

Reviewed-by: hjk
13 years agoNull pointer exception when calling context menu on an empty area of Target step...
Pawel Polanski [Mon, 4 Oct 2010 08:38:10 +0000 (10:38 +0200)]
Null pointer exception when calling context menu on an empty area of Target step in new application wizard - fixed

Reviewed-by: Tobias Hunger
13 years agoOnly update Qml App stub files
Alessandro Portale [Mon, 4 Oct 2010 08:44:23 +0000 (10:44 +0200)]
Only update Qml App stub files

The update mechanism kicked in also for Qml Mobile apps, which
happen to have a deployment.pri file aswell. But that was wrong.

The update must only happen if all qml app stub files were
found. This patch fixes it.

Task-Number: QTCREATORBUG-2529
Reviewed-by: ck
13 years agoMerged 'New Qt quick App' and 'Import Qml App' Wizards
Alessandro Portale [Sat, 2 Oct 2010 15:51:36 +0000 (17:51 +0200)]
Merged 'New Qt quick App' and 'Import Qml App' Wizards

The only difference between these wizards was that in the
Import Wizard, the user was able to chose a .qml file.
So, why not merge them. Also, this commit is a nice code
reduction.

The module deployment feature was killed by popular demand.
Apparently, nobody writes or deploys Qml modules, these days.
Let's see when they want to have it back ;)

Task-Number: QTCREATORBUG-2505
Reviewed-by: ck
13 years agoQt Quick app wizard: Merge two .pri files into one
Alessandro Portale [Mon, 4 Oct 2010 02:10:54 +0000 (04:10 +0200)]
Qt Quick app wizard: Merge two .pri files into one

As an project tree unclutter measure, we now append the
deployment.pri to the qmlapplicationviewer.pri while generating
the stub for Qt Quick Apps.

At the same tame we keep te Qt Mobile App wizard intact, which
continues to generate the deployment.pri file.

And we also keep the qmlapp/app.pro template functioning as
project, therefore we leave the include(../shared/deployment.pri)
in qmlapp/app.pro and let the wizard remove that incude.

Task-Number: QTCREATORBUG-2568
Reviewed-By: ck
13 years agoNew wizards: Handle Symbian icon like Maemo icon
Alessandro Portale [Sat, 2 Oct 2010 22:28:36 +0000 (00:28 +0200)]
New wizards: Handle Symbian icon like Maemo icon

De-clutter the app profile:
- Call the Symbian icon <project>.svg
- Define the Symbian icon in the deployment .pri file

Task-Number: QTCREATORBUG-2578
Reviewed-by: ck
13 years agoQmlProject: Stop program when exiting creator
Kai Koehne [Mon, 4 Oct 2010 07:44:18 +0000 (09:44 +0200)]
QmlProject: Stop program when exiting creator

Task-number: QTCREATORBUG-2501

13 years agoDebugging helpers: Only fail if there was a chance of success.
Christian Kamm [Mon, 4 Oct 2010 07:27:25 +0000 (09:27 +0200)]
Debugging helpers: Only fail if there was a chance of success.

Task-number: QTCREATORBUG-2563
Reviewed-by: Kai Koehne
13 years agoMaemo: Close old SFTP channel when creating a new one.
Christian Kandeler [Sun, 3 Oct 2010 08:38:21 +0000 (10:38 +0200)]
Maemo: Close old SFTP channel when creating a new one.

13 years agoAdded comment
Alessandro Portale [Sun, 3 Oct 2010 08:35:14 +0000 (10:35 +0200)]
Added comment

13 years agoDo not scan "/" for include files
Alessandro Portale [Sun, 3 Oct 2010 07:28:03 +0000 (09:28 +0200)]
Do not scan "/" for include files

The scanning phase was in some cases insanely long.
Reason was that Creator feeds wrong paths to the
CppModelManager, for example "/".

The scanning phase did what it was told to: scan that whole
Harddrive.

This patch makes sure that the scanning is not done for "/"

Done-With: Roberto

13 years agoNo Samba while including files
Alessandro Portale [Sun, 3 Oct 2010 07:23:48 +0000 (09:23 +0200)]
No Samba while including files

(The other Samba is meant. The slow one, not the nice one.)

Creator manages to feed the CppModelManager with all kinds of
wrong include paths. That is usually not a big issue as long
as that path is not a simple "/".

CppManager appended a separator to all incoming include paths.
And when the above "/" was passed in, we had (on my machine)
7 seconds of Samba Network lookup, multiple times during a
parse. And the sad thing was that my dear colleagues in the
Intranet did not even have the searched-for header files on
their shared folders.

This patch makes sure that a separator is only appended if
the path does not already end with one.

The real core of the issue (wrong include paths from Creator)
still needs to be fixed.

Done-with: Roberto Raggi

13 years agoImproved the comments in the generate qml app code.
Alessandro Portale [Sat, 2 Oct 2010 16:26:51 +0000 (18:26 +0200)]
Improved the comments in the generate qml app code.

This was committed to the master branch, but was supposed
to go into 2.1 (I misunderstood the branching strategy of
Creator 2.1).

Since this does not change Creator code:
Reviewed-by: Trustme
13 years agofakevim: reset op count when leaving insert mode
hjk [Fri, 1 Oct 2010 16:42:00 +0000 (18:42 +0200)]
fakevim: reset op count when leaving insert mode

Reviewed-by: Alessandro Portale
Task-number: QTCREATORBUG-2552

13 years agoUnable to change the value of a variable while debugging Symbian - issue fixed
Pawel Polanski [Fri, 1 Oct 2010 16:37:30 +0000 (18:37 +0200)]
Unable to change the value of a variable while debugging Symbian - issue fixed

Reviewed-by: hjk
13 years agodebugger: fix QObject property dumping on Windows
hjk [Fri, 1 Oct 2010 15:43:23 +0000 (17:43 +0200)]
debugger: fix QObject property dumping on Windows

The problem of gdb finding QVector::malloc instead of the global malloc
appeared again. The workaorund is to use calloc which is not used by Qt.
However, for transfering string literal data to the inferior gdb uses
malloc internally outside our control, so we cannot use string literals
in inferior calls at all.

In the particular case of QObject property names we are lucky as the
data already exists in the inferior memory. This patch just uses it.

Reviewed-by: Leandro Melo
Task: QTCREATORBUG-2533

13 years agoQmlJsInspector: Remove unconditional qDebug
Kai Koehne [Fri, 1 Oct 2010 15:42:13 +0000 (17:42 +0200)]
QmlJsInspector: Remove unconditional qDebug

13 years agoQmlInspector: Fix regression making the observer unusable
Kai Koehne [Fri, 1 Oct 2010 15:30:50 +0000 (17:30 +0200)]
QmlInspector: Fix regression making the observer unusable

We've to wait with reloadEngines until the services are actually
enabled.

13 years agoQmlObserver: Disable UI when no server plugin exists
Kai Koehne [Fri, 1 Oct 2010 14:28:45 +0000 (16:28 +0200)]
QmlObserver: Disable UI when no server plugin exists

Reviewed-by: Christiaan Janssen
13 years agoQmlJSInspector: Remove disconnect without a connect
Kai Koehne [Fri, 1 Oct 2010 14:58:11 +0000 (16:58 +0200)]
QmlJSInspector: Remove disconnect without a connect

13 years agodebugger: fix disabling of breakpoints using the context menu
hjk [Fri, 1 Oct 2010 15:15:46 +0000 (17:15 +0200)]
debugger: fix disabling of breakpoints using the context menu

Reviewed-by: Robert Loehning
Task-number: QTCREATORBUG-2543, QTCREATORBUG-2544

13 years agoUI text - fix capitalization in Qt Quick Application wizard
Leena Miettinen [Fri, 1 Oct 2010 14:54:40 +0000 (16:54 +0200)]
UI text - fix capitalization in Qt Quick Application wizard

Reviewed-by: Christian Kandeler
13 years agoMaemo: Kill UTFS clients as well as UTFS servers in case of an error.
Christian Kandeler [Fri, 1 Oct 2010 14:20:18 +0000 (16:20 +0200)]
Maemo: Kill UTFS clients as well as UTFS servers in case of an error.

13 years agoMaemo: Fix UTFS timeout timer not being stopped in some cases.
Christian Kandeler [Fri, 1 Oct 2010 13:49:09 +0000 (15:49 +0200)]
Maemo: Fix UTFS timeout timer not being stopped in some cases.

13 years agoQmlDesigner: do not allow deprectaed Qt 4.7 imports for Bauhaus
Thomas Hartmann [Fri, 1 Oct 2010 12:14:51 +0000 (14:14 +0200)]
QmlDesigner: do not allow deprectaed Qt 4.7 imports for Bauhaus

Bauhaus does not support import Qt 4.7 anymore

Reviewed-by: Kai Koehne
13 years agoQmlJS: Fix an instance of relying on the Qt package name.
Christian Kamm [Fri, 1 Oct 2010 11:52:05 +0000 (13:52 +0200)]
QmlJS: Fix an instance of relying on the Qt package name.

Reviewed-by: Thomas Hartmann
13 years agoQmlDebugger: Buffer messages in QmlAdapter until client is ready
Kai Koehne [Thu, 30 Sep 2010 13:03:42 +0000 (15:03 +0200)]
QmlDebugger: Buffer messages in QmlAdapter until client is ready

Don't 'loose' messages at startup because the client is not enabled
yet / sendMessage will silently fail.

Reviewed-by: Christiaan Janssen
13 years agoQmlDebugger: Log status of different services
Kai Koehne [Thu, 30 Sep 2010 12:05:20 +0000 (14:05 +0200)]
QmlDebugger: Log status of different services

Reviewed-by: Christiaan Janssen
13 years agoQmlJSDebugger: Fix warning about JSAgent already connected
Kai Koehne [Thu, 30 Sep 2010 12:04:04 +0000 (14:04 +0200)]
QmlJSDebugger: Fix warning about JSAgent already connected

We now instantiate an extra JSDebugger object in the generated class.

Reviewed-by: aportale
13 years agoQmlJSDebugger: Check for Qt 4.7.1 or newer before enabling qml debugging
Kai Koehne [Wed, 29 Sep 2010 11:57:05 +0000 (13:57 +0200)]
QmlJSDebugger: Check for Qt 4.7.1 or newer before enabling qml debugging

Reviewed-by: Christiaan Janssen
13 years agoQmlObserver: Prevent messages from being sent if there is no server side
Kai Koehne [Tue, 28 Sep 2010 10:59:29 +0000 (12:59 +0200)]
QmlObserver: Prevent messages from being sent if there is no server side

Actually this is fixed in QDeclarativeService::sendMessage, too, but the
fix won't be part of 4.7.1, so better double-check.

Reviewed-by: Christiaan Janssen
13 years agoQmlJsDebugger: Remove dependency to Qt private headers being installed
Kai Koehne [Mon, 27 Sep 2010 08:46:08 +0000 (10:46 +0200)]
QmlJsDebugger: Remove dependency to Qt private headers being installed

Copy over the private header files to creator source tree, along the
lines of the what the designer plugin does.

Reviewed-by: Christiaan Janssen
13 years agoQmlJSDebugger: Update API to changes in QDeclarativeEngine
Kai Koehne [Mon, 27 Sep 2010 08:25:01 +0000 (10:25 +0200)]
QmlJSDebugger: Update API to changes in QDeclarativeEngine

Reviewed-by: Christiaan Janssen
13 years agoQmlJSDebugClient: Update library to latest changes in qt
Kai Koehne [Mon, 27 Sep 2010 10:45:56 +0000 (12:45 +0200)]
QmlJSDebugClient: Update library to latest changes in qt

Protocol / classes changed with commit fd9771c29d

Reviewed-by: Christiaan Janssen
13 years agoQmlDesigner: using QtQuick 1.0 instead of Qt 4.7
Thomas Hartmann [Fri, 1 Oct 2010 11:17:59 +0000 (13:17 +0200)]
QmlDesigner: using QtQuick 1.0 instead of Qt 4.7

huge renaming from Qt to QtQuick
propertyeditor qml files moved from Qt to QtQuick
auotests fixed
files used in tests fixed

autotests pass

Task-number: QTCREATORBUG-2556

Reviewed-by: Kai Koehne
13 years agoMaemo: Make states of remote mounter explicit.
Christian Kandeler [Fri, 1 Oct 2010 09:49:55 +0000 (11:49 +0200)]
Maemo: Make states of remote mounter explicit.

Reviewed-by: kh1
13 years agoUpdate Polish translations
Jarek Kobus [Fri, 1 Oct 2010 10:16:39 +0000 (12:16 +0200)]
Update Polish translations

13 years agoHelp: All candidates (considering name qualification) are already in the list.
Leandro Melo [Fri, 1 Oct 2010 09:54:35 +0000 (11:54 +0200)]
Help: All candidates (considering name qualification) are already in the list.

The C++ hover handler should just iterate over the list of candidates, since
it was created by the element evaluator considering all possible name qualifications
and in the right order.

Reviewed-by: kh1
13 years agoTooltips: Do not show -qtnamespace (if any) in the tips.
Leandro Melo [Fri, 1 Oct 2010 09:15:28 +0000 (11:15 +0200)]
Tooltips: Do not show -qtnamespace (if any) in the tips.

This is basically for consistency with the docs and with the html
extraction mechanism.

Reviewed-by: Roberto Raggi
13 years agoQmlJS: Update qml type definitions for qmldump changes and QtQuick module
Christian Kamm [Thu, 30 Sep 2010 09:43:33 +0000 (11:43 +0200)]
QmlJS: Update qml type definitions for qmldump changes and QtQuick module

This adds the QtQuick 1.0 module to the code model.

Reviewed-by: TrustMe
13 years agoQmlJS: Prepare qmldump for multiply exported C++ objects.
Christian Kamm [Thu, 30 Sep 2010 09:21:23 +0000 (11:21 +0200)]
QmlJS: Prepare qmldump for multiply exported C++ objects.

In the future, builtin objects are going to be exported in Qt 4.7 and
QtQuick 1.0.

Reviewed-by: Roberto Raggi
13 years agoQt4ProjectManager: Fix wrong expannding
dt [Thu, 30 Sep 2010 17:53:28 +0000 (19:53 +0200)]
Qt4ProjectManager: Fix wrong expannding

Reviewed-By: ossi
13 years agoQmlJS indenter: Fix incorrect indent after break/continue.
Christian Kamm [Thu, 30 Sep 2010 17:00:31 +0000 (19:00 +0200)]
QmlJS indenter: Fix incorrect indent after break/continue.

Make sure to push a transitory state before leave(true) so it only
finishes the statement - and not the surrounding statement!

Reviewed-by: trustme
13 years agoTooltips: Avoid showing too much content.
Leandro Melo [Thu, 30 Sep 2010 15:43:43 +0000 (17:43 +0200)]
Tooltips: Avoid showing too much content.

Reviewed-by: Tobias Hunger
13 years agoQmlDesigner.model: rename id is now a proper refactoring operation
Thomas Hartmann [Thu, 30 Sep 2010 12:25:20 +0000 (14:25 +0200)]
QmlDesigner.model: rename id is now a proper refactoring operation

I an id is now changed in the navaigator or property editor,
we now use the qmljseditor to properly refactor.

Also I changed dynamic_cast to qobject_cast

Reviewed-by: Erik Verbruggen
13 years agoQmlDesigner: crashfix see QTCREATORBUG-2507
Thomas Hartmann [Thu, 30 Sep 2010 11:51:05 +0000 (13:51 +0200)]
QmlDesigner: crashfix see QTCREATORBUG-2507

Task-number: QTCREATORBUG-2507

There might be files without an import for Qt
States require "Qt"
I also added try {} catch blocks to the state editor,
to avoid issues like this.

Reviewed-by: Kai Koehne
13 years agoSession Manager: Fix crashes after renaming
dt [Thu, 30 Sep 2010 15:12:42 +0000 (17:12 +0200)]
Session Manager: Fix crashes after renaming

Some of the buttons weren't disabled.

Reviewed-By: Leandro Melo
13 years agoRevert unintended side effect of 111c18e353fbea1de53a5fba95d5698cf33b315c.
Friedemann Kleint [Thu, 30 Sep 2010 14:54:21 +0000 (16:54 +0200)]
Revert unintended side effect of 111c18e353fbea1de53a5fba95d5698cf33b315c.

13 years agoFix Wizard page not offering the right project to add to.
Friedemann Kleint [Thu, 30 Sep 2010 14:50:59 +0000 (16:50 +0200)]
Fix Wizard page not offering the right project to add to.

Symptom of file name slashification breakage.

Reviewed-by: dt
Task-number: QTCREATORBUG-2535

13 years agoQMLEditor: changed quickfix to only activate on the type id.
Erik Verbruggen [Thu, 30 Sep 2010 14:12:24 +0000 (16:12 +0200)]
QMLEditor: changed quickfix to only activate on the type id.

13 years agoQML file wizard: Move to new category.
Christian Kandeler [Thu, 30 Sep 2010 13:43:59 +0000 (15:43 +0200)]
QML file wizard: Move to new category.

Task-number: QTCREATORBUG-2510
Reviewed-by: Kai Koehne
13 years agoMaemo: Remove unused function.
Christian Kandeler [Thu, 30 Sep 2010 12:48:27 +0000 (14:48 +0200)]
Maemo: Remove unused function.

Reviewed-by: kh1
13 years agoGui app wizard: Open form source instead of Qt Designer form.
Friedemann Kleint [Thu, 30 Sep 2010 13:17:51 +0000 (15:17 +0200)]
Gui app wizard: Open form source instead of Qt Designer form.

Reviewed-by: hjk
13 years agoQmlJS: Succeed on the QmlDumpTool::canBuild check if private header found
Christian Kamm [Thu, 30 Sep 2010 12:47:04 +0000 (14:47 +0200)]
QmlJS: Succeed on the QmlDumpTool::canBuild check if private header found

To make it work with 4.7.0 developer builds.

Reviewed-by: owolff
13 years agoQmlJS: Try to build qmldump when opening a Qml project.
Christian Kamm [Thu, 30 Sep 2010 12:38:56 +0000 (14:38 +0200)]
QmlJS: Try to build qmldump when opening a Qml project.

To make plugin dumping work without having to compile the debugging
helpers explicitly.

Reviewed-by: Kai Koehne
13 years agoDoc - update managing sessions section
Leena Miettinen [Thu, 30 Sep 2010 12:43:59 +0000 (14:43 +0200)]
Doc - update managing sessions section

Task-number: QTCREATORBUG-2430

Reviewed-by: hjk
13 years agoDoc - Using SUBDIRS variable
Leena Miettinen [Thu, 30 Sep 2010 12:41:52 +0000 (14:41 +0200)]
Doc - Using SUBDIRS variable

Task-number: QTCREATORBUG-2430

Reviewed-by: hjk
Reviewed-by: Jarek Kobus
13 years agoSome properties are not being highlighted in context sensitive help.
kh1 [Thu, 30 Sep 2010 12:41:47 +0000 (14:41 +0200)]
Some properties are not being highlighted in context sensitive help.

This happens because the may have a different name (like it's frament)
which we now look for while parsing the html for the function name.

Task-number: QTCREATORBUG-2217
Reviewed-by: ck
13 years agoCustom Wizards: No files generated.
Friedemann Kleint [Thu, 30 Sep 2010 12:35:44 +0000 (14:35 +0200)]
Custom Wizards: No files generated.

Fix breakage introduced by 65e95c3aba69123bf3286ea0c8ff60da0eece479,
introducing a writeAccess attribute not properly initialized
in the default CT. The GeneratedFile::CustomGeneratorAttribute
exists for that purpose.

Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Task-number: QTCREATORBUG-2518

13 years agoCleanup for SymbianOS
Pawel Polanski [Thu, 30 Sep 2010 12:15:50 +0000 (14:15 +0200)]
Cleanup for SymbianOS

13 years agoAdded support for not signing packages for Symbian OS
Pawel Polanski [Thu, 30 Sep 2010 11:43:01 +0000 (13:43 +0200)]
Added support for not signing packages for Symbian OS

Reviewed-by: Tobias Hunger
13 years agoHelp: Fix help ids for qt built with namespaces.
Leandro Melo [Thu, 30 Sep 2010 11:59:11 +0000 (13:59 +0200)]
Help: Fix help ids for qt built with namespaces.

This is actually a general improvement that splits the qualified names
so more help ids candidates are considered when searching in the docs.

Reviewed-by: kh1
13 years agoFixed compile on case-sensitive file systems
Thorbjørn Lindeijer [Thu, 30 Sep 2010 12:00:43 +0000 (14:00 +0200)]
Fixed compile on case-sensitive file systems

13 years agoMention the semantic highlighting as an addition
Thorbjørn Lindeijer [Thu, 30 Sep 2010 11:46:59 +0000 (13:46 +0200)]
Mention the semantic highlighting as an addition

13 years agoC++: Added release note about semantic highlighting and Qt 4.7.0
Erik Verbruggen [Thu, 30 Sep 2010 10:40:03 +0000 (12:40 +0200)]
C++: Added release note about semantic highlighting and Qt 4.7.0

13 years agoDoc - Using namespaces in class names
Leena Miettinen [Thu, 30 Sep 2010 09:09:42 +0000 (11:09 +0200)]
Doc - Using namespaces in class names

Task-number: QTCREATORBUG-2493

Reviewed-by: Erik Verbruggen
13 years agoDoc - Update screen shots of the Welcome screen
Leena Miettinen [Wed, 29 Sep 2010 15:37:02 +0000 (17:37 +0200)]
Doc - Update screen shots of the Welcome screen

13 years agoUI text - Fix capitalization on Welcome screen
Leena Miettinen [Wed, 29 Sep 2010 15:04:05 +0000 (17:04 +0200)]
UI text - Fix capitalization on Welcome screen

Reviewed-by: Daniel Molkentin
13 years agorename changes-2.1 -> changes-2.1.0
hjk [Thu, 30 Sep 2010 10:27:20 +0000 (12:27 +0200)]
rename changes-2.1 -> changes-2.1.0

13 years agoC++: added quickfix to insert a method definition.
Erik Verbruggen [Thu, 30 Sep 2010 10:09:38 +0000 (12:09 +0200)]
C++: added quickfix to insert a method definition.

Reviewed-by: Christian Kamm
13 years agoDebugger [gdb/win]: Use calloc instead of malloc for QObject-properties
Friedemann Kleint [Thu, 30 Sep 2010 10:16:41 +0000 (12:16 +0200)]
Debugger [gdb/win]: Use calloc instead of malloc for QObject-properties

Avoid symbol clash with QVector::malloc.
Display at least property count.

Reviewed-by: hjk
13 years agoDebugger[CDB]: Do not kill debuggee when aborting attach to running.
Friedemann Kleint [Thu, 30 Sep 2010 10:15:08 +0000 (12:15 +0200)]
Debugger[CDB]: Do not kill debuggee when aborting attach to running.

Reviewed-by: hjk
13 years agoDebuggingHelpers: Check for Qt version instead checking private files
Kai Koehne [Wed, 29 Sep 2010 14:40:13 +0000 (16:40 +0200)]
DebuggingHelpers: Check for Qt version instead checking private files

The location private includes might still change with 4.7.1 . Better
check the qt version string.

Reviewed-by: Lasse Holmstedt
13 years agoDisable warning message for qmldump
Lasse Holmstedt [Thu, 30 Sep 2010 09:55:45 +0000 (11:55 +0200)]
Disable warning message for qmldump

Discussed-with: fkleint

13 years agoQmlProject: Allow files to be deleted / renamed
Kai Koehne [Thu, 30 Sep 2010 09:16:51 +0000 (11:16 +0200)]
QmlProject: Allow files to be deleted / renamed

This might lead to files that 'disappear' from the pane, e.g. when
the suffix is changed to something unsupported.

Reviewed-by: Daniel Teske
Task-number: QTCREATORBUG-2436

13 years agoCppEditor.mimetypes.xml: add #if and #include magic
hjk [Thu, 30 Sep 2010 08:29:28 +0000 (10:29 +0200)]
CppEditor.mimetypes.xml: add #if and #include magic

Reviewed-by: Roberto Raggi
13 years agoCppEditor.mimetypes: increase range in which the magic #ifndef
hjk [Thu, 30 Sep 2010 08:25:03 +0000 (10:25 +0200)]
CppEditor.mimetypes: increase range in which the magic #ifndef

Reviewed-by: Leandro Melo
13 years agodebugger: properly initialize m_hasInferiorThreadList
hjk [Thu, 30 Sep 2010 07:51:56 +0000 (09:51 +0200)]
debugger: properly initialize m_hasInferiorThreadList

Reviewed-by: Friedemann Kleint
13 years agoFix issues with showing correct status of debug helpers
Lasse Holmstedt [Thu, 30 Sep 2010 07:37:28 +0000 (09:37 +0200)]
Fix issues with showing correct status of debug helpers

Reviewed-by: Thomas Hartmann
13 years agoProfile editor: Add proper format to white spaces.
Leandro Melo [Thu, 30 Sep 2010 07:12:59 +0000 (09:12 +0200)]
Profile editor: Add proper format to white spaces.

The generic highlighter already provided a method for this.
This method was then lifted to the base syntax highlighter
and it is now used by the profile highlighter.

Reviewed-by: Roberto Raggi
Task-number: QTCREATORBUG-2448

13 years agoqmldesigner compile fix
hjk [Thu, 30 Sep 2010 06:50:36 +0000 (08:50 +0200)]
qmldesigner compile fix

Reviewed-by: Friedemann Kleint
13 years agoDoc: Fixing QTBUG-13595
Morten Engvoldsen [Tue, 28 Sep 2010 08:59:16 +0000 (10:59 +0200)]
Doc: Fixing QTBUG-13595
(cherry picked from commit b4207f31bc8f72c08efc030f7d2a9d7340e103c9)

Reviewed-By: Leena Miettinen
13 years agoFix compilation and initialization compile warnings.
Daniel Molkentin [Wed, 29 Sep 2010 17:35:25 +0000 (19:35 +0200)]
Fix compilation and initialization compile warnings.

Reviewed-by: Alessandro Portale
13 years agoQmlJS: Fix qmldump not working for qmlproject projects.
Christian Kamm [Wed, 29 Sep 2010 15:54:06 +0000 (17:54 +0200)]
QmlJS: Fix qmldump not working for qmlproject projects.

Reviewed-by: Erik Verbruggen
13 years agoQmlJsEditor: combine the Quick ToolBar with the toolTip
Thomas Hartmann [Wed, 29 Sep 2010 14:58:30 +0000 (16:58 +0200)]
QmlJsEditor: combine the Quick ToolBar with the toolTip

1000ms after a tooltip is shown we now also show the quick toolbar

Reviewed-by: Erik Verbruggen
13 years agoQmlDesigner: Improve Qt version check in plugins.pro
Kai Koehne [Wed, 29 Sep 2010 11:35:06 +0000 (13:35 +0200)]
QmlDesigner: Improve Qt version check in plugins.pro

Reviewed-by: Thomas Hartmann
13 years agoDebugger[TRK]: Report crashs with signals.
Friedemann Kleint [Wed, 29 Sep 2010 14:39:46 +0000 (16:39 +0200)]
Debugger[TRK]: Report crashs with signals.

Show the message box correctly on signal 11 reported.

Reviewed-by: hjk