OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoDo not show Analyzer mode if no tools were added
Kevin Funk [Fri, 4 Mar 2011 15:00:03 +0000 (16:00 +0100)]
Do not show Analyzer mode if no tools were added

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoSimplify analyzer config widgets
Kevin Funk [Fri, 4 Mar 2011 15:00:03 +0000 (16:00 +0100)]
Simplify analyzer config widgets

Interconnect signal/slots directly instead of adding other slots in the
config widgets class.

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoRename: debuggeArguments() -> debuggeeArguments()
Kevin Funk [Fri, 4 Mar 2011 15:00:02 +0000 (16:00 +0100)]
Rename: debuggeArguments() -> debuggeeArguments()

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoonly enable remove button for suppressions when a suppression file is selected
Milian Wolff [Fri, 4 Mar 2011 15:00:02 +0000 (16:00 +0100)]
only enable remove button for suppressions when a suppression file is selected

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoset numcallers minimum to 5
Milian Wolff [Fri, 4 Mar 2011 15:00:02 +0000 (16:00 +0100)]
set numcallers minimum to 5

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agomake analyzer toolbar managed, preventing it from being moved around
Milian Wolff [Fri, 4 Mar 2011 15:00:02 +0000 (16:00 +0100)]
make analyzer toolbar managed, preventing it from being moved around

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agohide progress bar on finish
Milian Wolff [Fri, 4 Mar 2011 15:00:02 +0000 (16:00 +0100)]
hide progress bar on finish

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agofix leaks of singletons
Milian Wolff [Fri, 4 Mar 2011 15:00:01 +0000 (16:00 +0100)]
fix leaks of singletons

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoremove obsolete code that tracked build manager status (and failed to do so)
Milian Wolff [Fri, 4 Mar 2011 15:00:01 +0000 (16:00 +0100)]
remove obsolete code that tracked build manager status (and failed to do so)

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agocleanup code and follow coding style
Milian Wolff [Fri, 4 Mar 2011 15:00:01 +0000 (16:00 +0100)]
cleanup code and follow coding style

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoexamples: fix some krazy warnings
hjk [Fri, 4 Mar 2011 14:36:20 +0000 (15:36 +0100)]
examples: fix some krazy warnings

13 years agoCompilefix
Thomas Hartmann [Fri, 4 Mar 2011 14:23:51 +0000 (15:23 +0100)]
Compilefix

13 years agoQmlDesigner: single-char QString operations for efficiency
Thomas Hartmann [Fri, 4 Mar 2011 14:17:00 +0000 (15:17 +0100)]
QmlDesigner: single-char QString operations for efficiency

13 years agoQmlDesigner.statesEditor: usability fix
Thomas Hartmann [Fri, 4 Mar 2011 13:54:30 +0000 (14:54 +0100)]
QmlDesigner.statesEditor: usability fix

If the user aborts state renaming or gives the state the same
name again there is no MessageBox shown anymore.

13 years agoQmlDesigner.propertyEditor: fix gradient editing
Thomas Hartmann [Fri, 4 Mar 2011 13:10:33 +0000 (14:10 +0100)]
QmlDesigner.propertyEditor: fix gradient editing

This fixes some glitches that were introduced by refactoring the code.

13 years agoQmlDesigner.model: bugfix for states
Thomas Hartmann [Fri, 4 Mar 2011 13:09:59 +0000 (14:09 +0100)]
QmlDesigner.model: bugfix for states

Ids can have the same name as a property.
We did not take care of this case.
See task for details.

Task-number: QTCREATORBUG-3699

13 years agoAdd valgrind suppression syntax highlighting file.
Milian Wolff [Fri, 4 Mar 2011 11:15:19 +0000 (12:15 +0100)]
Add valgrind suppression syntax highlighting file.

Merge-request: 260
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoAdd valgrind memcheck tool plugin.
Mike McQuaid [Fri, 4 Mar 2011 11:15:19 +0000 (12:15 +0100)]
Add valgrind memcheck tool plugin.

Merge-request: 260
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoAdd valgrind base tool plugin.
Mike McQuaid [Fri, 4 Mar 2011 11:15:18 +0000 (12:15 +0100)]
Add valgrind base tool plugin.

Merge-request: 260
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoAdd analyzer base plugin.
Mike McQuaid [Fri, 4 Mar 2011 11:15:18 +0000 (12:15 +0100)]
Add analyzer base plugin.

Merge-request: 260
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoAdd libvalgrind tests.
Mike McQuaid [Fri, 4 Mar 2011 11:15:18 +0000 (12:15 +0100)]
Add libvalgrind tests.

Merge-request: 260
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoAdd valgrindfake emulation/testing tool.
Mike McQuaid [Fri, 4 Mar 2011 11:15:18 +0000 (12:15 +0100)]
Add valgrindfake emulation/testing tool.

Merge-request: 260
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoAdd libvalgrind.
Mike McQuaid [Fri, 4 Mar 2011 11:15:18 +0000 (12:15 +0100)]
Add libvalgrind.

Merge-request: 260
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoMake it possible to add tools again.
con [Fri, 4 Mar 2011 08:08:12 +0000 (09:08 +0100)]
Make it possible to add tools again.

Moving from tool button to push button was removing the button's
"clicked" feature. I opted for adding a "Add Tool" item to the button's
menu, because adding a separate "Add Category" push button grabs huge
amount of horizontal space.

Task-number: QTCREATORBUG-3913

13 years agoUpdate changes
con [Thu, 3 Mar 2011 15:47:19 +0000 (16:47 +0100)]
Update changes

13 years agoProvide way to show a variable chooser widget.
con [Thu, 3 Mar 2011 19:50:25 +0000 (20:50 +0100)]
Provide way to show a variable chooser widget.

For the Qt Creator variables, currently used in the external tools.
The variable chooser looks if the current focus widget has a variable
support property set and is a line edit, text edit or plain text edit.
For line edits it adds a little icon button that shows the chooser.

13 years agoRename the "external tools menu" category to "uncategorized".
con [Thu, 3 Mar 2011 17:33:43 +0000 (18:33 +0100)]
Rename the "external tools menu" category to "uncategorized".

Also shows an explaining tool tip now.

13 years agoFix "External Tools Menu" item in tools preferences again.
con [Thu, 3 Mar 2011 17:29:49 +0000 (18:29 +0100)]
Fix "External Tools Menu" item in tools preferences again.

It was showing an empty string if you hadn't a tool in it from the
beginning now.

13 years agoReport failures to find ABIs of Qt versions
Tobias Hunger [Thu, 3 Mar 2011 16:01:45 +0000 (17:01 +0100)]
Report failures to find ABIs of Qt versions

Give a reason why the Qt version is not valid when we were not
able to detect the ABIs used by the Qt version.

13 years agoHelp: Fix leaking side bar widget and find placeholder.
Friedemann Kleint [Thu, 3 Mar 2011 15:46:57 +0000 (16:46 +0100)]
Help: Fix leaking side bar widget and find placeholder.

Breakage introduced by d28dc2d98929cc3ba9e6b80b10751bb4534775da.

Reviewed-by: con
13 years agoAdd "Clone of" to displayname when cloning toolchains
Tobias Hunger [Thu, 3 Mar 2011 15:46:51 +0000 (16:46 +0100)]
Add "Clone of" to displayname when cloning toolchains

13 years agoGit: Update for git 1.7.4
Tobias Hunger [Thu, 3 Mar 2011 15:33:24 +0000 (16:33 +0100)]
Git: Update for git 1.7.4

Handle git status output as done by git 1.7.4. Thanks to BogDan Vatra
for pointing out this issue.

TaskNumber: QTCREATORBUG-3697

13 years agoDetect ABIs of static libs
Tobias Hunger [Thu, 3 Mar 2011 10:29:07 +0000 (11:29 +0100)]
Detect ABIs of static libs

13 years agoUI text: rename locator filter
Leena Miettinen [Thu, 3 Mar 2011 15:23:15 +0000 (16:23 +0100)]
UI text: rename locator filter

Reviewed-by: con
13 years agoDoc: r and rm locator filters
Leena Miettinen [Thu, 3 Mar 2011 15:22:11 +0000 (16:22 +0100)]
Doc: r and rm locator filters

Reviewed-by: con
13 years agoDoc: using text editing macros
Leena Miettinen [Thu, 3 Mar 2011 15:18:35 +0000 (16:18 +0100)]
Doc: using text editing macros

Reviewed-by: con
13 years agoDoc: fix a typo
Leena Miettinen [Thu, 3 Mar 2011 13:04:11 +0000 (14:04 +0100)]
Doc: fix a typo

13 years agoDoc: use the term 'Qt creator variables' where applicable
Leena Miettinen [Thu, 3 Mar 2011 13:03:19 +0000 (14:03 +0100)]
Doc: use the term 'Qt creator variables' where applicable

Reviewed-by: con
13 years agoadd API to query build type (unknown, release, debug) to BuildConfiguration
Milian Wolff [Thu, 3 Mar 2011 15:12:00 +0000 (16:12 +0100)]
add API to query build type (unknown, release, debug) to BuildConfiguration

Merge-request: 261
Reviewed-by: dt <qtc-committer@nokia.com>
13 years agoI thought that I've removed that
Pawel Polanski [Thu, 3 Mar 2011 14:26:48 +0000 (15:26 +0100)]
I thought that I've removed that

13 years agoEmpty line fix. Writting this comment took me a lot longer
Pawel Polanski [Thu, 3 Mar 2011 14:25:06 +0000 (15:25 +0100)]
Empty line fix. Writting this comment took me a lot longer

13 years agoIpAddressLineEdit has been refactored
Pawel Polanski [Thu, 3 Mar 2011 14:20:09 +0000 (15:20 +0100)]
IpAddressLineEdit has been refactored

13 years agoTask lists: Improve documentation.
Friedemann Kleint [Thu, 3 Mar 2011 12:37:52 +0000 (13:37 +0100)]
Task lists: Improve documentation.

Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoQmlJS: Disable possibly confusing warnings on qmlRegisterType.
Christian Kamm [Thu, 3 Mar 2011 10:55:48 +0000 (11:55 +0100)]
QmlJS: Disable possibly confusing warnings on qmlRegisterType.

Reviewed-by: Roberto Raggi
Reviewed-by: Erik Verbruggen
13 years agoL10n: Fix QML-Observer translation/German.
Friedemann Kleint [Thu, 3 Mar 2011 10:26:39 +0000 (11:26 +0100)]
L10n: Fix QML-Observer translation/German.

Task-number: QTCREATORBUG-3710

13 years agoDebugger: Enable updates in watchwindow when changing model.
Friedemann Kleint [Thu, 3 Mar 2011 09:39:05 +0000 (10:39 +0100)]
Debugger: Enable updates in watchwindow when changing model.

Might be left in disabled state in case engine binary crashes
while expanding locals.

Task-number: QTCREATORBUG-3099

13 years agoDoc: small text edit
Leena Miettinen [Thu, 3 Mar 2011 08:04:55 +0000 (09:04 +0100)]
Doc: small text edit

13 years agoDoc: using dummydata in QML files
Leena Miettinen [Thu, 3 Mar 2011 08:04:14 +0000 (09:04 +0100)]
Doc: using dummydata in QML files

Reviewed-by: Marco Bubke
13 years agotexteditor: give priorities to mark to ensure z-order when drawing
hjk [Wed, 2 Mar 2011 17:43:26 +0000 (18:43 +0100)]
texteditor: give priorities to mark to ensure z-order when drawing

13 years agoOvi Store Wizard: minor change
Primrose Mbanefo [Wed, 2 Mar 2011 16:13:18 +0000 (17:13 +0100)]
Ovi Store Wizard: minor change

NULL -> 0

13 years agoOvi Store Wizard: Qwizard -> Wizard
Primrose Mbanefo [Wed, 2 Mar 2011 16:07:47 +0000 (17:07 +0100)]
Ovi Store Wizard: Qwizard -> Wizard

Snuck in an update to vendorinfo too

13 years agoAPI-Documentation: Add the Utils-library.
Friedemann Kleint [Wed, 2 Mar 2011 16:13:33 +0000 (17:13 +0100)]
API-Documentation: Add the Utils-library.

Fix API after doc template change.

13 years agoabi detection: use four byte for four byte magic strings
hjk [Wed, 2 Mar 2011 16:17:07 +0000 (17:17 +0100)]
abi detection: use four byte for four byte magic strings

13 years agoQmlDesigner: Larger canvas size
Marco Bubke [Wed, 2 Mar 2011 15:20:36 +0000 (16:20 +0100)]
QmlDesigner: Larger canvas size

Many qml documents have items outside of the root item area. The scene
rectangle is now much bigger so you can scroll the items around.

13 years agoAdd tests for type pretty printer.
Christian Kamm [Wed, 2 Mar 2011 15:41:58 +0000 (16:41 +0100)]
Add tests for type pretty printer.

Mainly to not have unused functions inside the autotest.

Reviewed-by: Bill King
13 years agoMerge branch 'master' of scm.dev.nokia.troll.no:creator/mainline
Primrose Mbanefo [Wed, 2 Mar 2011 15:31:27 +0000 (16:31 +0100)]
Merge branch 'master' of scm.dev.nokia.troll.no:creator/mainline

13 years agoOvi Store Wizard: Disabled Next button was still visible
Primrose Mbanefo [Wed, 2 Mar 2011 15:31:15 +0000 (16:31 +0100)]
Ovi Store Wizard: Disabled Next button was still visible

replaced by call to isComplete() with a few more signales

13 years agoDoc: QML Puppet crash issue
Leena Miettinen [Wed, 2 Mar 2011 14:47:13 +0000 (15:47 +0100)]
Doc: QML Puppet crash issue

Reviewed-by: Marco Bubke
13 years agoDoc: add links to QML elements added to the Library
Leena Miettinen [Wed, 2 Mar 2011 14:46:20 +0000 (15:46 +0100)]
Doc: add links to QML elements added to the Library

13 years agoDoc: previewing element size
Leena Miettinen [Wed, 2 Mar 2011 14:41:51 +0000 (15:41 +0100)]
Doc: previewing element size

Reviewed-by: Marco Bubke
13 years agoDoc: viewing QML components in the Library
Leena Miettinen [Wed, 2 Mar 2011 14:39:34 +0000 (15:39 +0100)]
Doc: viewing QML components in the Library

13 years agoDoc: splitting sidebar in Qt Quick Designer
Leena Miettinen [Wed, 2 Mar 2011 14:39:02 +0000 (15:39 +0100)]
Doc: splitting sidebar in Qt Quick Designer

13 years agoDoc: project-specific editor settings
Leena Miettinen [Wed, 2 Mar 2011 11:55:42 +0000 (12:55 +0100)]
Doc: project-specific editor settings

Reviewed-by: Leandro Melo
13 years agoDoc: changed or removed version numbers
Leena Miettinen [Wed, 2 Mar 2011 09:12:54 +0000 (10:12 +0100)]
Doc: changed or removed version numbers

13 years agoDoc: fix command names and paths
Leena Miettinen [Mon, 28 Feb 2011 15:43:32 +0000 (16:43 +0100)]
Doc: fix command names and paths

13 years agoDoc: limitations of pro.user file
Leena Miettinen [Mon, 28 Feb 2011 15:24:22 +0000 (16:24 +0100)]
Doc: limitations of pro.user file

Reviewed-by: hjk
13 years agoFix static Qt detection.
con [Wed, 2 Mar 2011 14:59:30 +0000 (15:59 +0100)]
Fix static Qt detection.

We want the absolute path of the file info, not the file name relative
to the pwd.

Reviewed-by: Tobias Hunger
13 years agoMerge branch 'master' of scm.dev.nokia.troll.no:creator/mainline
Primrose Mbanefo [Wed, 2 Mar 2011 14:37:26 +0000 (15:37 +0100)]
Merge branch 'master' of scm.dev.nokia.troll.no:creator/mainline

13 years agoCompile.
Friedemann Kleint [Wed, 2 Mar 2011 14:36:59 +0000 (15:36 +0100)]
Compile.

13 years agoOvi Store Wizard: last commit calls wizard() in constructor. That is wrong.
Primrose Mbanefo [Wed, 2 Mar 2011 14:36:58 +0000 (15:36 +0100)]
Ovi Store Wizard: last commit calls wizard() in constructor. That is wrong.

13 years agoMerge branch 'master' of scm.dev.nokia.troll.no:creator/mainline
Primrose Mbanefo [Wed, 2 Mar 2011 14:25:48 +0000 (15:25 +0100)]
Merge branch 'master' of scm.dev.nokia.troll.no:creator/mainline

13 years agoOvi Store Wizard: corrected wrong vendor info format
Primrose Mbanefo [Wed, 2 Mar 2011 14:25:12 +0000 (15:25 +0100)]
Ovi Store Wizard: corrected wrong vendor info format

13 years agoOvi Store Wizard: Do not permit analysis if there is no build config
Primrose Mbanefo [Wed, 2 Mar 2011 14:24:29 +0000 (15:24 +0100)]
Ovi Store Wizard: Do not permit analysis if there is no build config

13 years agoHandle static Qt libraries on mac
Tobias Hunger [Wed, 2 Mar 2011 13:09:18 +0000 (14:09 +0100)]
Handle static Qt libraries on mac

13 years agoQt4ProjectManager: Exported header cleanup.
Friedemann Kleint [Wed, 2 Mar 2011 14:01:17 +0000 (15:01 +0100)]
Qt4ProjectManager: Exported header cleanup.

13 years agoQmlJSDebug: List QtScript as explicit dependency
Kai Koehne [Wed, 2 Mar 2011 13:38:24 +0000 (14:38 +0100)]
QmlJSDebug: List QtScript as explicit dependency

mingw/4.7.1 does not add QtScript otherwise to the list of files to link against.

13 years agoQmlJsDebugger: Handle breakpoints in qrc:// resources more gracefully
Kai Koehne [Fri, 25 Feb 2011 10:57:34 +0000 (11:57 +0100)]
QmlJsDebugger: Handle breakpoints in qrc:// resources more gracefully

Reviewed-by: Christiaan Janssen
13 years agoQmlJSDebugger: Compare only file names for .js breakpoints
Kai Koehne [Fri, 25 Feb 2011 10:30:35 +0000 (11:30 +0100)]
QmlJSDebugger: Compare only file names for .js breakpoints

The file names on device might be completely different, therefore
we cannot compare the absolute path.

Reviewed-by: Christiaan Janssen
13 years agobineditor: fix recently introduced regression in setSize
hjk [Wed, 2 Mar 2011 13:49:19 +0000 (14:49 +0100)]
bineditor: fix recently introduced regression in setSize

13 years agoFix crash under certain conditions when renaming tool categories.
con [Wed, 2 Mar 2011 13:33:45 +0000 (14:33 +0100)]
Fix crash under certain conditions when renaming tool categories.

Task-number: QTCREATORBUG-3916

13 years agoDo not check for .la files when looking for QtCore
Tobias Hunger [Wed, 2 Mar 2011 13:31:06 +0000 (14:31 +0100)]
Do not check for .la files when looking for QtCore

13 years agodebugger: fix thinko
hjk [Wed, 2 Mar 2011 13:14:46 +0000 (14:14 +0100)]
debugger: fix thinko

13 years agoDebugger: Fix Ctrl-C console crash on Windows.
Friedemann Kleint [Wed, 2 Mar 2011 13:05:32 +0000 (14:05 +0100)]
Debugger: Fix Ctrl-C console crash on Windows.

Do not create static QObject.

13 years agoDebugger[CDB]: Suppress WOW86 exceptions while stepping.
Friedemann Kleint [Wed, 2 Mar 2011 12:42:45 +0000 (13:42 +0100)]
Debugger[CDB]: Suppress WOW86 exceptions while stepping.

13 years agodebugger: polish breakpoint locations
hjk [Wed, 2 Mar 2011 12:37:29 +0000 (13:37 +0100)]
debugger: polish breakpoint locations

Task-number: QTCREATORBUG-3912

13 years agofakevim: fix persistence of user defined :ex commands
hjk [Wed, 2 Mar 2011 11:31:41 +0000 (12:31 +0100)]
fakevim: fix persistence of user defined :ex commands

13 years agoHeader cleanup.
Friedemann Kleint [Wed, 2 Mar 2011 11:49:55 +0000 (12:49 +0100)]
Header cleanup.

13 years agoAlso detect QtCore when located next to qmake
Tobias Hunger [Wed, 2 Mar 2011 11:25:22 +0000 (12:25 +0100)]
Also detect QtCore when located next to qmake

13 years agoSymbian: Added QtMObility to the device info
Pawel Polanski [Wed, 2 Mar 2011 11:04:31 +0000 (12:04 +0100)]
Symbian: Added QtMObility to the device info

13 years agoL10n: Update German translations.
Friedemann Kleint [Wed, 2 Mar 2011 11:02:40 +0000 (12:02 +0100)]
L10n: Update German translations.

13 years agoL10n: tr()-Fixes.
Friedemann Kleint [Wed, 2 Mar 2011 11:01:34 +0000 (12:01 +0100)]
L10n: tr()-Fixes.

13 years agoMerge branch 'master' of scm.dev.nokia.troll.no:creator/mainline
con [Wed, 2 Mar 2011 10:50:08 +0000 (11:50 +0100)]
Merge branch 'master' of scm.dev.nokia.troll.no:creator/mainline

13 years agoMerge remote branch 'origin/2.1'
con [Wed, 2 Mar 2011 10:49:52 +0000 (11:49 +0100)]
Merge remote branch 'origin/2.1'

Conflicts:
src/plugins/debugger/qml/qmlengine.cpp
src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationstep.cpp

13 years agoCompile.
Friedemann Kleint [Wed, 2 Mar 2011 10:46:55 +0000 (11:46 +0100)]
Compile.

13 years agoQmlExtensionPlugin: Require objectname, URI
Kai Koehne [Wed, 2 Mar 2011 10:35:00 +0000 (11:35 +0100)]
QmlExtensionPlugin: Require objectname, URI

Make sure 'next' button is disabled if fields are empty.

Task-number: QTCREATORGBUG-3921

13 years agofakevim: prevent endless loop when highlighting search results for $
hjk [Wed, 2 Mar 2011 10:49:24 +0000 (11:49 +0100)]
fakevim: prevent endless loop when highlighting search results for $

13 years agoCODA: Added support for device info button in project settings (for CODA serial conne...
Pawel Polanski [Wed, 2 Mar 2011 08:38:17 +0000 (09:38 +0100)]
CODA: Added support for device info button in project settings (for CODA serial connections)

13 years agoAdded CodaDevice::sendRunProcessCommand API
Pawel Polanski [Tue, 1 Mar 2011 15:19:17 +0000 (16:19 +0100)]
Added CodaDevice::sendRunProcessCommand API

13 years agoSymbian: Add the base for proper remote drive handling
Pawel Polanski [Tue, 1 Mar 2011 11:00:52 +0000 (12:00 +0100)]
Symbian: Add the base for proper remote drive handling

13 years agoDebugger: Compile plugin with -no-stl.
Friedemann Kleint [Wed, 2 Mar 2011 10:10:28 +0000 (11:10 +0100)]
Debugger: Compile plugin with -no-stl.

Task-number: QTCREATORBUG-3917