OSDN Git Service

qt-creator-jp/qt-creator-jp.git
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
13 years agoPrefer never documentation over old ones.
kh1 [Wed, 29 Sep 2010 12:08:57 +0000 (14:08 +0200)]
Prefer never documentation over old ones.

Task-number: QTCREATORBUG-2080
Reviewed-by: ck
13 years agoGeneric highlighter: Create default dir for definitions on user's area (at runtime).
Leandro Melo [Wed, 29 Sep 2010 11:52:58 +0000 (13:52 +0200)]
Generic highlighter: Create default dir for definitions on user's area (at runtime).

13 years agoQmlDesigner.Model: All nodes includes also non tree nodes
Marco Bubke [Wed, 29 Sep 2010 11:39:38 +0000 (13:39 +0200)]
QmlDesigner.Model: All nodes includes also non tree nodes

13 years agoQmlDesigner.Model: Fixes order problem
Marco Bubke [Tue, 28 Sep 2010 18:03:37 +0000 (20:03 +0200)]
QmlDesigner.Model: Fixes order problem

The order of allModelNode function was not in order.

13 years agoQmlDesigner.FormEditor: Add paintedWidth and paintedHeight to transform
Marco Bubke [Tue, 28 Sep 2010 13:45:47 +0000 (15:45 +0200)]
QmlDesigner.FormEditor: Add paintedWidth and paintedHeight to transform
properties

13 years agoQmlDesigner: Items in Positioner cannot manipulated anymore
Marco Bubke [Tue, 28 Sep 2010 12:51:05 +0000 (14:51 +0200)]
QmlDesigner: Items in Positioner cannot manipulated anymore

Add a positioner node instance and the concept of resizable and movable
items. Item in a positioner will be not selected anymore. Instead their
positioner will be selected which is not resizable.

13 years agoRemove warning.
kh1 [Wed, 29 Sep 2010 08:06:27 +0000 (10:06 +0200)]
Remove warning.

Reviewed-by: ck
13 years agoQmlDesigner.model: add sanity check and include fix
Thomas Hartmann [Wed, 29 Sep 2010 11:30:48 +0000 (13:30 +0200)]
QmlDesigner.model: add sanity check and include fix

Only emit if the view is really attached.

Reviewed-by: Marco Bubke
13 years agoQmlDesigner.propertyEditor: re design panes
Thomas Hartmann [Wed, 29 Sep 2010 11:27:51 +0000 (13:27 +0200)]
QmlDesigner.propertyEditor: re design panes

This patch makes the important properties more
accessible.

Reviewed-by: Marco Bubke
13 years agoQmlDesigner.rewriter: handle enums as enums instead of pure strings
Thomas Hartmann [Wed, 29 Sep 2010 11:20:14 +0000 (13:20 +0200)]
QmlDesigner.rewriter: handle enums as enums instead of pure strings

The scopes of enumerators have to be fixed for this.

Reviewed-by: Marco Bubke
13 years agoQmlDesigner.propertyEditor: fix for general property editing
Thomas Hartmann [Wed, 29 Sep 2010 11:09:46 +0000 (13:09 +0200)]
QmlDesigner.propertyEditor: fix for general property editing

QString is also a possible typename

Reviewed-by: Marco Bubke
13 years agoQmlDesigner.statesEditor: fix thumbnail drawing code
Thomas Hartmann [Wed, 29 Sep 2010 11:04:42 +0000 (13:04 +0200)]
QmlDesigner.statesEditor: fix thumbnail drawing code

Before this patch the thumbnail drawing  triggered global
state changes.

Reviewed-by: Marco Bubke
13 years agoRename member to match coding style
Tobias Hunger [Wed, 29 Sep 2010 11:09:05 +0000 (13:09 +0200)]
Rename member to match coding style

13 years agoUpdate Polish translation
Jarek Kobus [Wed, 29 Sep 2010 11:01:07 +0000 (13:01 +0200)]
Update Polish translation

13 years agoTranslator corrections
Jarek Kobus [Wed, 29 Sep 2010 10:48:00 +0000 (12:48 +0200)]
Translator corrections

13 years agoFixup formating of mr2178
Tobias Hunger [Wed, 29 Sep 2010 10:16:37 +0000 (12:16 +0200)]
Fixup formating of mr2178

Merge-request: 2178
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoAdded few new functions to IVersionControl, VCSManager and GeneratedFile to support...
Tuomas Puranen [Wed, 29 Sep 2010 10:16:35 +0000 (12:16 +0200)]
Added few new functions to IVersionControl, VCSManager and GeneratedFile to support the funcationality needed by the trac plugin.
All the version control plugins updated to have implementations according to the interface changes.

Merge-request: 2178
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Merge-request: 2178
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoDisabled the semantic highlighter when using Qt 4.7.0.
Roberto Raggi [Wed, 29 Sep 2010 10:14:19 +0000 (12:14 +0200)]
Disabled the semantic highlighter when using Qt 4.7.0.

13 years agoPathChooser: Fix Windows.
Friedemann Kleint [Wed, 29 Sep 2010 10:03:14 +0000 (12:03 +0200)]
PathChooser: Fix Windows.
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoCPPEditor: Fixed invalid location in refactoring action.
Erik Verbruggen [Wed, 29 Sep 2010 08:25:38 +0000 (10:25 +0200)]
CPPEditor: Fixed invalid location in refactoring action.

Reviewed-by: Roberto Raggi
13 years agoPathChooser: Fix: Unable to enter relative command paths.
Friedemann Kleint [Wed, 29 Sep 2010 09:33:07 +0000 (11:33 +0200)]
PathChooser: Fix:  Unable to enter relative command paths.

Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoDebugger: Use raw path for gdb binaries.
Friedemann Kleint [Wed, 29 Sep 2010 09:32:36 +0000 (11:32 +0200)]
Debugger: Use raw path for gdb binaries.

Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoUpdate make command on changes
Tobias Hunger [Tue, 28 Sep 2010 16:11:52 +0000 (18:11 +0200)]
Update make command on changes

Task-number: QTCREATORBUG-2489

13 years agoBuild QMLObserver and qmldump only in debug mode
Lasse Holmstedt [Wed, 29 Sep 2010 08:56:34 +0000 (10:56 +0200)]
Build QMLObserver and qmldump only in debug mode

The problem is that we actually should have both debug & release builds,
but we don't have detection at the moment which binary to use.
See QTCREATORBUG-2496

Reviewed-by: Thomas Hartmann
13 years agoQML Observer: fix paths for the qml app template
Lasse Holmstedt [Wed, 29 Sep 2010 08:27:16 +0000 (10:27 +0200)]
QML Observer: fix paths for the qml app template

Reviewed-by: Thomas Hartmann
13 years agofakevim: use more of base text's cursor handling
hjk [Tue, 28 Sep 2010 14:56:20 +0000 (16:56 +0200)]
fakevim: use more of base text's cursor handling

Done with mae.

13 years agoDebugger: Handle synchronous startup fail (Windows).
Friedemann Kleint [Wed, 29 Sep 2010 08:32:41 +0000 (10:32 +0200)]
Debugger: Handle synchronous startup fail (Windows).

Make DebuggerRunner handle QProcess::startFailed
correctly on Windows (synchronous signal emission
within startDebugger()).
Remove debug output/warnings.

Reviewed-by: hjk
13 years agoMaemo: Fix loading of < 2.1 projects.
Christian Kandeler [Wed, 29 Sep 2010 08:10:25 +0000 (10:10 +0200)]
Maemo: Fix loading of < 2.1 projects.

Task-number: QTCREATORBUG-2464
Reviewed-by: Tobias Hunger
13 years agoFixed copying files from share
Lasse Holmstedt [Wed, 29 Sep 2010 08:07:19 +0000 (10:07 +0200)]
Fixed copying files from share

Reviewed-by: kkoehne
13 years agoDebugger: Use mainwindow as the parent of message boxes
Lasse Holmstedt [Wed, 29 Sep 2010 07:36:28 +0000 (09:36 +0200)]
Debugger: Use mainwindow as the parent of message boxes

Reviewed-by: hjk
13 years agoQML Observer: Complain about not having it if debugging .qmlprojects
Lasse Holmstedt [Tue, 28 Sep 2010 15:26:27 +0000 (17:26 +0200)]
QML Observer: Complain about not having it if debugging .qmlprojects

Reviewed-by: hjk
13 years agoQML Observer: Build together on runtime with debugging tools
Lasse Holmstedt [Mon, 27 Sep 2010 15:22:57 +0000 (17:22 +0200)]
QML Observer: Build together on runtime with debugging tools

Moved qmljsdebugger to a dir under qml/, made qmlobserver compile
without creator dependencies and made it compile with debugging
helpers.

Reviewed-by: hjk
13 years agoCompile qmldump with debugging helpers
Lasse Holmstedt [Mon, 27 Sep 2010 13:51:49 +0000 (15:51 +0200)]
Compile qmldump with debugging helpers

Must be compiled during runtime - otherwise, the app may not work
with Qt that is compiled with another compiler.

Reviewed-by: hjk
13 years agoGeneric highlighter: Make the editor more flexible concerning highlighting.
Leandro Melo [Wed, 29 Sep 2010 07:14:30 +0000 (09:14 +0200)]
Generic highlighter: Make the editor more flexible concerning highlighting.

Now the plain text editor only tries to apply a highlight configuration
if the MIME type passed is valid. Otherwise, it should behave as an ordinary
trivial editor and should not miss a highlight definition.

13 years agoL10n: Improved German translations related to checkboxes
Robert Loehning [Tue, 28 Sep 2010 18:52:36 +0000 (20:52 +0200)]
L10n: Improved German translations related to checkboxes

Reviewed-by: Oswald Buddenhagen
13 years agoUI text - fix capitalization
Leena Miettinen [Tue, 28 Sep 2010 15:29:05 +0000 (17:29 +0200)]
UI text - fix capitalization

13 years agoDoc - New Sidebar views: Outline and Class View
Leena Miettinen [Tue, 28 Sep 2010 15:06:49 +0000 (17:06 +0200)]
Doc - New Sidebar views: Outline and Class View

Reviewed-by: Oswald Buddenhagen
13 years agoDoc - Validating user input in custom wizards
Leena Miettinen [Tue, 28 Sep 2010 12:49:44 +0000 (14:49 +0200)]
Doc - Validating user input in custom wizards

Reviewed-by: Friedemann Kleint
13 years agodebugger: compile fix, remove dangling #include
hjk [Tue, 28 Sep 2010 14:51:06 +0000 (16:51 +0200)]
debugger: compile fix, remove dangling #include

13 years agoDebugger: List break on catch/throw as such and map names in engine.
Friedemann Kleint [Tue, 28 Sep 2010 14:42:21 +0000 (16:42 +0200)]
Debugger: List break on catch/throw as such and map names in engine.

Introduce special setting 'Stop on exception' for CDB.
Reviewed-by: hjk
13 years agoQmlJS: Fix initializer of property declaration not being visited in Bind
Christian Kamm [Tue, 28 Sep 2010 13:50:42 +0000 (15:50 +0200)]
QmlJS: Fix initializer of property declaration not being visited in Bind

This lead to the semantic checker reporting incorrect errors in these
initializers.

Task-number: QTCREATORBUG-2340
Reviewed-by: Roberto Raggi
13 years agoQmlJsObserver: Avoid false dependencies
Kai Koehne [Tue, 28 Sep 2010 13:34:43 +0000 (15:34 +0200)]
QmlJsObserver: Avoid false dependencies

Don't set DEPENDPATH to all qmljsdebugger folders. qmlobserver links
against the library, which updates itself.

13 years agoDebugger: Remove explicit language switch from menu
Kai Koehne [Tue, 28 Sep 2010 09:15:57 +0000 (11:15 +0200)]
Debugger: Remove explicit language switch from menu

This duplicates the switch in the runtime configuration.

Reviewed-by: Lasse Holmstedt
13 years agoQmlDebugging: Don't rely on QmlInspector plugin to be active
Kai Koehne [Tue, 28 Sep 2010 09:14:23 +0000 (11:14 +0200)]
QmlDebugging: Don't rely on QmlInspector plugin to be active

Allow to switch to Qml layout, even if QmlInspector plugin is disabled.

Reviewed-by: Lasse Holmstedt
13 years agoFix style issues in QmlProject runtime configuration pane
Kai Koehne [Tue, 28 Sep 2010 12:53:22 +0000 (14:53 +0200)]
Fix style issues in QmlProject runtime configuration pane

Reviewed-by: Christiaan Janssen
13 years agodebugger: fix impossibility to remove a field in a breakpoint
hjk [Tue, 28 Sep 2010 12:46:54 +0000 (14:46 +0200)]
debugger: fix impossibility to remove a field in a breakpoint

Reviewed-by: Friedemann Kleint
13 years agodebugger: attempt to use Utils::PathChooser when changeing breakpoint file
hjk [Tue, 28 Sep 2010 12:07:23 +0000 (14:07 +0200)]
debugger: attempt to use Utils::PathChooser when changeing breakpoint file
names

Also remove the dead fields from breakcondition.ui

Reviewed-by: Friedemann Kleint
13 years agodebugger: set a real dialog title on breakpoint window
hjk [Tue, 28 Sep 2010 11:34:02 +0000 (13:34 +0200)]
debugger: set a real dialog title on breakpoint window

Reviewed-by: Friedemann Kleint
13 years agoUser file management: Fix comments and version strings.
Christian Kandeler [Tue, 28 Sep 2010 12:40:45 +0000 (14:40 +0200)]
User file management: Fix comments and version strings.

Done-with: Tobias Hunger