OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoStop navigationwidget from going haywire
Tobias Hunger [Thu, 21 Oct 2010 09:54:11 +0000 (11:54 +0200)]
Stop navigationwidget from going haywire

Stop navigationwidget from going haywire when faced with old
configuration data. This issue could lead to different effects:
 * A crash
 * Creator not being able to exit anymore
 * The sidebar being messed up

Task-number: QTCREATORBUG-2780
Reviewed-by: con
13 years agofix warnings
Thomas Hartmann [Thu, 21 Oct 2010 15:11:43 +0000 (17:11 +0200)]
fix warnings

Reviewed-by: Marco Bubke
13 years agoDebugger: Catch exception if thread name cannot be determined.
Friedemann Kleint [Thu, 21 Oct 2010 14:29:37 +0000 (16:29 +0200)]
Debugger: Catch exception if thread name cannot be determined.

As reported on mailing list.

Reviewed-by: hjk
Reviewed-by: Arvid Ephraim Picciani <arvid.picciani@nokia.com>
13 years agoQmlJsEditor: fixes warning
Thomas Hartmann [Thu, 21 Oct 2010 14:12:57 +0000 (16:12 +0200)]
QmlJsEditor: fixes warning

Reviewed-by: Lasse Holmstedt
13 years agoQuickToolBar: reduce usage of lookup context
Thomas Hartmann [Thu, 21 Oct 2010 13:41:58 +0000 (15:41 +0200)]
QuickToolBar: reduce usage of lookup context

Getting the lookup context is expensive. So it is now done only
on user interaction.

Reviewed-by: Roberto Raggi
13 years agoQuickToolBar: do not show QuickToolBar as tooltip anymore.
Thomas Hartmann [Thu, 21 Oct 2010 13:10:48 +0000 (15:10 +0200)]
QuickToolBar: do not show QuickToolBar as tooltip anymore.

Most users perceived this as a bug and found it annoying in
practice. So this feature gets removed.

Reviewed-by: Roberto Raggi
13 years agoQmlDesigner: support for QtQuick 1.0
Thomas Hartmann [Thu, 21 Oct 2010 13:08:50 +0000 (15:08 +0200)]
QmlDesigner: support for QtQuick 1.0

This add preliminary support for import QtQuick 1.0
The RewriterView does type conversion from QtQuick to Qt
so Bauhaus does not have to deal with ambiguities.

Reviewed-by: Marco Bubke
13 years agoL10n: Final German 2.1 translation.
Friedemann Kleint [Thu, 21 Oct 2010 13:31:00 +0000 (15:31 +0200)]
L10n: Final German 2.1 translation.

13 years agoexpand working directory before looking for a command in it
Oswald Buddenhagen [Mon, 18 Oct 2010 16:36:43 +0000 (18:36 +0200)]
expand working directory before looking for a command in it

Reviewed-by: hunger
13 years agoFix potential crash when closing settings dialog.
con [Thu, 21 Oct 2010 12:10:31 +0000 (14:10 +0200)]
Fix potential crash when closing settings dialog.

We accessed the m_applied member after the dialog already was deleted.

Task-number: QTCREATORBUG-2844
Reviewed-by: Friedemann Kleint
13 years agoValgrind fix of leak in MaemoSettingsWidget.
Friedemann Kleint [Thu, 21 Oct 2010 12:10:02 +0000 (14:10 +0200)]
Valgrind fix of leak in MaemoSettingsWidget.

Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
13 years agoValgrind fixes.
Friedemann Kleint [Thu, 21 Oct 2010 10:36:19 +0000 (12:36 +0200)]
Valgrind fixes.

In Debugger and WelcomePageWidget.

Reviewed-by: Daniel Molkentin <daniel.molkentin@trolltech.com>
13 years agoMaemo: Fix debugger race condition.
Christian Kandeler [Thu, 21 Oct 2010 09:35:18 +0000 (11:35 +0200)]
Maemo: Fix debugger race condition.

"gdbserver started" does not necessarily mean "gdbserver has opened its port".

Reviewed-by: Tobias Hunger
13 years agoFix previous fakevim fix (make slot actually a slot)
con [Thu, 21 Oct 2010 07:59:45 +0000 (09:59 +0200)]
Fix previous fakevim fix (make slot actually a slot)

Reviewed-by: Friedemann Kleint
13 years agoWizards: Format UI-form class code correctly.
Friedemann Kleint [Thu, 21 Oct 2010 07:08:33 +0000 (09:08 +0200)]
Wizards: Format UI-form class code correctly.

Reviewed-by: Kai Köhne <kai.koehne@nokia.com>
Task-number: QTCREATORBUG-2779

13 years agoPrevent crash when closing Qt Creator while cdb session is running.
con [Wed, 20 Oct 2010 15:10:47 +0000 (17:10 +0200)]
Prevent crash when closing Qt Creator while cdb session is running.

The debugger plugin opens an editor in this case, leading to fakevim and
cppeditor crashing.
This commit doesn't fix the problem's source, but adds safeguards that
are sensible anyhow: FakeVim should not register with editors during
shutdown, and CppEditor should not unconditionally assume an existing
editor manager in the destructor.

Reviewed-by: Friedemann Kleint
13 years agoDon't crash while reporting a configuration error (S60 debugging)
con [Wed, 20 Oct 2010 13:37:22 +0000 (15:37 +0200)]
Don't crash while reporting a configuration error (S60 debugging)

Task-number: QTCREATORBUG-2828
Reviewed-by: Robert Loehning
Reviewed-by: Friedemann Kleint
13 years agoDebugger: Do not pass -client for Windows-post-mortem debugging.
Friedemann Kleint [Wed, 20 Oct 2010 13:17:19 +0000 (15:17 +0200)]
Debugger: Do not pass -client for Windows-post-mortem debugging.

Reviewed-by: Robert Loehning <robert.loehning@nokia.com>
Task-number: QTCREATORBUG-2827

13 years agoQmlJS: Fix a performance problem.
Christian Kamm [Wed, 20 Oct 2010 12:48:38 +0000 (14:48 +0200)]
QmlJS: Fix a performance problem.

In order to determine all components that instantiate a given component,
Bind::usesQmlPrototype was called on each document in the snapshot.
That, in turn, had to iterate over all object definitions inside the
document, resolving their prototype references.

All in all, it lead to a very large amount of fairly expensive lookups
that were slowing down Creator considerably.

Reviewed-by: Erik Verbruggen
13 years agoQmlOutline: Fix reordering of array elements
Kai Koehne [Wed, 20 Oct 2010 12:28:29 +0000 (14:28 +0200)]
QmlOutline: Fix reordering of array elements

Make sure that a comma is added when inserting array elements
into the array.

Task-number: QTCREATORBUG-2796
Reviewed-by: Erik Verbruggen
13 years agoDebuggerEngine: fixed race condition at qml engine startup
Christiaan Janssen [Fri, 8 Oct 2010 13:51:15 +0000 (15:51 +0200)]
DebuggerEngine:  fixed race condition at qml engine startup
Reviewed by: hjk

13 years agoQmlDesiger: fixed format for the easing parameters in the easing dialog
Christiaan Janssen [Fri, 8 Oct 2010 08:35:07 +0000 (10:35 +0200)]
QmlDesiger:  fixed format for the easing parameters in the easing dialog
Reviewed by: Thomas Hartmann

13 years agoMobile wizards: Add hint for Qt Mobility.
Christian Kandeler [Wed, 20 Oct 2010 10:40:21 +0000 (12:40 +0200)]
Mobile wizards: Add hint for Qt Mobility.

Reviewed-by: dt
13 years agoDebugger: Fix attaching via QtSingleApplication.
Friedemann Kleint [Wed, 20 Oct 2010 10:13:28 +0000 (12:13 +0200)]
Debugger: Fix attaching via QtSingleApplication.

In case qtcdebugger sends a command to an already running
instance of Qt Creator (Windows).

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

13 years agoQmlJS: Fix false-positive errors reported for ListElement, Connections.
Christian Kamm [Wed, 20 Oct 2010 09:05:21 +0000 (11:05 +0200)]
QmlJS: Fix false-positive errors reported for ListElement, Connections.

Task-number: QTCREATORBUG-2802
Reviewed-by: Roberto Raggi
13 years agoDebugger: Fix expanding objects for Symbian (gdb 6.8).
Friedemann Kleint [Wed, 20 Oct 2010 09:01:48 +0000 (11:01 +0200)]
Debugger: Fix expanding objects for Symbian (gdb 6.8).

Handle older Python bindings as well.

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

13 years agoC++ indenter: Add autotest for C++0x 'for' statement.
Christian Kamm [Wed, 20 Oct 2010 08:48:43 +0000 (10:48 +0200)]
C++ indenter: Add autotest for C++0x 'for' statement.

Reviewed-by: trustme
13 years agoDoc: Maemo development is supported on all dev envs
Leena Miettinen [Tue, 19 Oct 2010 15:46:37 +0000 (17:46 +0200)]
Doc: Maemo development is supported on all dev envs

Reviewed-by: Maurice Kalinowski
13 years agoDoc: update screenshots
Leena Miettinen [Tue, 19 Oct 2010 15:45:08 +0000 (17:45 +0200)]
Doc: update screenshots

Task-number: QTCREATORBUG-2771

13 years agoQmlJS: Fix crash in debugger tooltips
Kai Koehne [Tue, 19 Oct 2010 05:26:26 +0000 (07:26 +0200)]
QmlJS: Fix crash in debugger tooltips

Check that the node under cursor is indeed a UiObjectMember

Reviewed-by: Christiaan Janssen
Task-number: QTCREATORBUG-2760

13 years agoQmlJSDebugger: Show filename/line number also for enabled breakpoints
Kai Koehne [Tue, 19 Oct 2010 05:25:44 +0000 (07:25 +0200)]
QmlJSDebugger: Show filename/line number also for enabled breakpoints

Hitting a breakpoint automatically acknowledges it, and from then on
bpFileName, bpLineNumber are used in the Breakpoints pane instead of
fileName, lineNumber.

Task-number: QTCREATORBUG-2759
Reviewed-by: Christiaan Janssen
13 years agoFixed jumping internally-defined symbols ("<configuration>" file).
Erik Verbruggen [Tue, 19 Oct 2010 14:18:58 +0000 (16:18 +0200)]
Fixed jumping internally-defined symbols ("<configuration>" file).

Reviewed-by: Christian Kamm
13 years agoUpdated the QML/JS front-end.
Roberto Raggi [Tue, 19 Oct 2010 14:08:44 +0000 (16:08 +0200)]
Updated the QML/JS front-end.

Reviewed-by: Christian Kamm
13 years agoFixes: Wizard page that allows adding to pro file selected non-optimal file
con [Tue, 19 Oct 2010 11:59:02 +0000 (13:59 +0200)]
Fixes: Wizard page that allows adding to pro file selected non-optimal file

The heuristics depended on pro files appearing before pri files in the
list, but now the list is alphabetically sorted.
Leading to deployment.pri being selected by default for mobile projects.

Task-number: QTCREATORBUG-2792
Reviewed-by: Friedemann Kleint
13 years agoC++ indenter: Fix indentation after namespace aliases.
Christian Kamm [Tue, 19 Oct 2010 10:49:09 +0000 (12:49 +0200)]
C++ indenter: Fix indentation after namespace aliases.

Task-number: QTCREATORBUG-2574
Reviewed-by: Roberto Raggi
13 years agoOpen files from search result list with right encoding, even on Windows.
con [Tue, 19 Oct 2010 10:15:36 +0000 (12:15 +0200)]
Open files from search result list with right encoding, even on Windows.

Didn't work if a project specific encoding was set.

Task-number: QTCREATORBUG-65
Reviewed-by: Robert Loehning
13 years agoAdapt default debug shortcuts on Mac.
con [Tue, 19 Oct 2010 09:01:49 +0000 (11:01 +0200)]
Adapt default debug shortcuts on Mac.

Task-number: QTCREATORBUG-1956
Reviewed-by: Joerg Bornemann
13 years agoQmlJS: Fix newly parsed document not being added to the snapshot copy.
Christian Kamm [Tue, 19 Oct 2010 09:50:57 +0000 (11:50 +0200)]
QmlJS: Fix newly parsed document not being added to the snapshot copy.

This was the root cause of several issues with scoping and import
resolution. For instance, finding the components that instantiate a
component that's opened in the editor failed; leading to code
completion missing valid entries.

Reviewed-by: Erik Verbruggen
Reviewed-by: Roberto Raggi
13 years agoWizards: Correct tab stops of Test Wizard Page.
Friedemann Kleint [Tue, 19 Oct 2010 09:18:20 +0000 (11:18 +0200)]
Wizards: Correct tab stops of Test Wizard Page.

Reviewed-by: Joerg Bornemann <joerg.bornemann@trolltech.com>
Task-number: QTCREATORBUG-2776

13 years agoWizards: Remove settings buttons.
Friedemann Kleint [Tue, 19 Oct 2010 09:10:51 +0000 (11:10 +0200)]
Wizards: Remove settings buttons.

As they do not look nice in the layouts and several
options pages are involved in the case of the form
class wizard.

Reviewed-by: con
Task-number: QTCREATORBUG-2778

13 years agoQmlJS: Fix completion for enums on the global Qt object.
Christian Kamm [Tue, 19 Oct 2010 09:08:09 +0000 (11:08 +0200)]
QmlJS: Fix completion for enums on the global Qt object.

Reviewed-by: Erik Verbruggen
13 years agoAdd the path to the installed Qt Frameworks on Mac.
con [Mon, 18 Oct 2010 15:12:44 +0000 (17:12 +0200)]
Add the path to the installed Qt Frameworks on Mac.

Otherwise all the Qt headers might not be found at all.

Task-number: QTCREATORBUG-1377
Reviewed-by: Tobias Hunger
Reviewed-by: Erik Verbruggen
13 years agoYet another missing utf8 encoding for file search.
con [Fri, 8 Oct 2010 14:14:03 +0000 (16:14 +0200)]
Yet another missing utf8 encoding for file search.

Task-number: QTCREATORBUG-65
Reviewed-by: Robert Loehning
13 years agoMaemo: Don't monopolize the debian directory.
Christian Kandeler [Mon, 18 Oct 2010 15:45:39 +0000 (17:45 +0200)]
Maemo: Don't monopolize the debian directory.

Using a debian directory in the project root directory might interfere
with non-MADDE configurations.
We therefore introduce an extra directory qtc_packaging, where we can
safely put our stuff. In the future, this should also contain
non-Fremantle (and possibly non-Debian) configurations.

Reviewed-by: Oswald Buddenhagen
13 years agoQmlDesigner: fixes property editor
Thomas Hartmann [Mon, 18 Oct 2010 15:30:31 +0000 (17:30 +0200)]
QmlDesigner: fixes property editor

Recent changes in 4.7 rendered the original qml code invalid

Task-number: QTCREATORBUG-2765
Reviewed-by: Marco Bubke
13 years agoFixed find scope
mae [Tue, 28 Sep 2010 14:50:02 +0000 (16:50 +0200)]
Fixed find scope

There was an off-by-one error for the normal find scope.
Improved look by ignoring the left side.

13 years agoDebugger: Fix Python-based dumping of std::string.
Friedemann Kleint [Mon, 18 Oct 2010 13:04:49 +0000 (15:04 +0200)]
Debugger: Fix Python-based dumping of std::string.

Sometimes, std::string is seen instead of std::basic_string<>.

Reviewed-by: hjk
Reviewed-by: Arvid Ephraim Picciani <arvid.picciani@nokia.com>
Task-number: QTCREATORBUG-2662

13 years agoDebugger: Fix slashes in breakpoint display.
Friedemann Kleint [Mon, 18 Oct 2010 12:54:42 +0000 (14:54 +0200)]
Debugger: Fix slashes in breakpoint display.

Reviewed-by: Arvid Ephraim Picciani <arvid.picciani@nokia.com>
13 years agoFixed the link style in the application output window.
Erik Verbruggen [Mon, 18 Oct 2010 11:33:55 +0000 (13:33 +0200)]
Fixed the link style in the application output window.

Reviewed-by: Tobias Hunger
13 years agoFixed an invalidly named method.
Erik Verbruggen [Mon, 18 Oct 2010 10:40:10 +0000 (12:40 +0200)]
Fixed an invalidly named method.

13 years agoQML: use Qt4 output formatter to get links in errors to work.
Erik Verbruggen [Mon, 18 Oct 2010 10:39:02 +0000 (12:39 +0200)]
QML: use Qt4 output formatter to get links in errors to work.

Reviewed-by: Tobias Hunger
13 years agoDoc - update version control system section
Leena Miettinen [Mon, 18 Oct 2010 10:04:57 +0000 (12:04 +0200)]
Doc - update version control system section

Reviewed-by: Tobias Hunger
13 years agoDoc - Debugging QML and Java Script
Leena Miettinen [Fri, 15 Oct 2010 15:30:16 +0000 (17:30 +0200)]
Doc - Debugging QML and Java Script

Reviewed-by: Kai Koehne
Reviewed-by: Christiaan Janssen
13 years agoDoc - fix links to 4.7 docs
Leena Miettinen [Fri, 15 Oct 2010 15:18:52 +0000 (17:18 +0200)]
Doc - fix links to 4.7 docs

13 years agoDoc - remove hyphens from sub...
Leena Miettinen [Thu, 14 Oct 2010 08:16:08 +0000 (10:16 +0200)]
Doc - remove hyphens from sub...

13 years agoDoc: Update documentation on VCS
Tobias Hunger [Mon, 18 Oct 2010 08:14:20 +0000 (10:14 +0200)]
Doc: Update documentation on VCS

13 years agoL10n: Translated new strings for breakpoints
Robert Loehning [Fri, 15 Oct 2010 16:35:15 +0000 (18:35 +0200)]
L10n: Translated new strings for breakpoints

13 years agoFix running of executables for generic projects
Tobias Hunger [Fri, 15 Oct 2010 10:11:09 +0000 (12:11 +0200)]
Fix running of executables for generic projects

Task-number: QTCREATORBUG-2726
Reviewed-by: Oswald Buddenhagen
13 years agoGit: Rename "reset" back to "undo uncomitted changes"
Tobias Hunger [Thu, 14 Oct 2010 15:01:40 +0000 (17:01 +0200)]
Git: Rename "reset" back to "undo uncomitted changes"

Rename "Reset..." back to "Undo Uncommitted Changes..." to be more
in line with git gui as well as the file-based operations.

Reviewed-by: Leena Miettinen
13 years agoGit: Update string
Tobias Hunger [Thu, 14 Oct 2010 15:00:28 +0000 (17:00 +0200)]
Git: Update string

Refer to "blame", not "annotate" since that is what we call the
action elsewhere.

Reviewed-by: Leena Miettinen
13 years agoDon't cut off zoomed font sizes to the nearest integer point size
Thorbjørn Lindeijer [Fri, 15 Oct 2010 15:19:36 +0000 (17:19 +0200)]
Don't cut off zoomed font sizes to the nearest integer point size

This caused it to go to 0 when for example displaying size 9 at 10%,
which is an invalid value so it caused the text to revert back to the
default size.

It also caused zooming to sometimes appearing to have no effect. For
example zooming size 9 to 110% would still yield size 9 rather than 9.9.

Task-number: QTCREATORBUG-2744
Task-number: QTCREATORBUG-2745
Reviewed-by: Robert Loehning
Reviewed-by: hjk
13 years agoadded possiblity to keep the progress widget
Tim Jenssen [Fri, 15 Oct 2010 15:22:45 +0000 (17:22 +0200)]
added possiblity to keep the progress widget
  - the Nokia Qt SDK UpdateInfo plugin progress should stay in the
    progress view till the user clicks on it
  - now the futureprogress knows the difference between:
    KeepOnFinishTillUserInteraction and KeepOnFinish

Reviewed-by: con
13 years agoRemoved QML snippets for effects, since they have been removed from QML
Thorbjørn Lindeijer [Fri, 15 Oct 2010 14:47:50 +0000 (16:47 +0200)]
Removed QML snippets for effects, since they have been removed from QML

At least for now QML has no built in effects like DropShadow, Colorize
or Blur. So it makes no sense to keep the snippets for adding these.

Reviewed-by: Roberto Raggi
Reviewed-by: andre
13 years agoTrim the snippets to avoid adding superfluous newlines at the end
Thorbjørn Lindeijer [Fri, 15 Oct 2010 14:28:31 +0000 (16:28 +0200)]
Trim the snippets to avoid adding superfluous newlines at the end

Reviewed-by: Leandro Melo
Reviewed-by: hjk
13 years agoFixed warning about unused parameter in BreakHandler
Robert Loehning [Fri, 15 Oct 2010 13:27:23 +0000 (15:27 +0200)]
Fixed warning about unused parameter in BreakHandler

Reviewed-by: hjk
13 years agoFixed strings in context menu when breakpoints don't have a number
Robert Loehning [Fri, 15 Oct 2010 13:21:02 +0000 (15:21 +0200)]
Fixed strings in context menu when breakpoints don't have a number

Task-number: QTCREATORBUG-2742

Reviewed-by: hjk
13 years agoQmlApp wizard: Bump version number
Kai Koehne [Fri, 15 Oct 2010 12:54:38 +0000 (14:54 +0200)]
QmlApp wizard: Bump version number

Make sure changes in 0a8c34d382a64f21c4 are applied to existing
.pro files too.

Reviewed-by: TrustMe
13 years agoMaemo: Dialog for updating .pro files should not have "Cancel" button.
Christian Kandeler [Fri, 15 Oct 2010 12:40:56 +0000 (14:40 +0200)]
Maemo: Dialog for updating .pro files should not have "Cancel" button.

Reviewed-by: kh1
13 years agoDebugger: Allow pure qml debugging if no C++ debugger is configured
Kai Koehne [Fri, 15 Oct 2010 11:28:46 +0000 (13:28 +0200)]
Debugger: Allow pure qml debugging if no C++ debugger is configured

Don't complain e.g. about a missing cdb debugger if the user doesn't
want to debug C++ anyway.

Task-number: QTCREATORBUG-2376
Reviewed-by: hjk
13 years agoRemove special code path for QML examples
Daniel Molkentin [Thu, 14 Oct 2010 16:59:07 +0000 (18:59 +0200)]
Remove special code path for QML examples

QML examples are now read like any other Qt example, but still get their
own dropdown box.

Advantages:   Less code, proper naming, also loads the help if available
Disadvantage: Only contains a few examples, instead of all. We now
              trust whoever made the selection for Qt Demo.

Reviewed-by: con
13 years agoGit integration: Disambiguate precedence to silence gcc warning
Daniel Molkentin [Thu, 14 Oct 2010 16:14:44 +0000 (18:14 +0200)]
Git integration: Disambiguate precedence to silence gcc warning

Reviewed-by: Tobias Hunger
13 years agoRemoved tab characters in QML Item snippet
Thorbjørn Lindeijer [Fri, 15 Oct 2010 10:35:08 +0000 (12:35 +0200)]
Removed tab characters in QML Item snippet

Trivial fix.

13 years agoQmlObserver: Fix "Waiting for connection ..." message box on exit (Windows)
Kai Koehne [Fri, 15 Oct 2010 07:52:23 +0000 (09:52 +0200)]
QmlObserver: Fix "Waiting for connection ..." message box on exit (Windows)

Disable the message box feature alltogether: Debugging output should be
captured by QtCreator already.

Task-number: QTCREATORBUG-2748

13 years agoremove dead code
Oswald Buddenhagen [Wed, 6 Oct 2010 12:35:03 +0000 (14:35 +0200)]
remove dead code

Reviewed-by: hunger
13 years agoSome minor mobile app template fixes.
kh1 [Fri, 15 Oct 2010 10:45:08 +0000 (12:45 +0200)]
Some minor mobile app template fixes.

Reviewed-by: ck
13 years agoQmlJS: Force a semantic check when library information changes.
Christian Kamm [Fri, 15 Oct 2010 08:09:40 +0000 (10:09 +0200)]
QmlJS: Force a semantic check when library information changes.

Task-number: QTCREATORBUG-2640
Reviewed-by: Roberto Raggi
13 years agoQmlJS: Simplify document and library updating.
Christian Kamm [Fri, 15 Oct 2010 08:06:59 +0000 (10:06 +0200)]
QmlJS: Simplify document and library updating.

It is now guaranteed that the ModelManager's snapshot will be updated
before the documentChanged/libraryInfoChanged signals are emitted.
Whether the updated document/library is already in the snapshot or not
was undefined before.

Task-number: QTCREATORBUG-2640
Reviewed-by: Roberto Raggi
13 years agoL10n: Fixed typo in German translation
Robert Loehning [Thu, 14 Oct 2010 16:15:33 +0000 (18:15 +0200)]
L10n: Fixed typo in German translation

13 years agoL10n: Update translations for 2.1 RC
Friedemann Kleint [Thu, 14 Oct 2010 14:17:45 +0000 (16:17 +0200)]
L10n: Update translations for 2.1 RC

13 years agoMaemo: Fix user-visible strings.
Christian Kandeler [Thu, 14 Oct 2010 13:27:46 +0000 (15:27 +0200)]
Maemo: Fix user-visible strings.

Capitalization + native separators.

Reviewed-by: kh1
13 years agoQmlJS: Fix several crashes when UiQualifiedId::name is 0.
Christian Kamm [Thu, 14 Oct 2010 13:14:35 +0000 (15:14 +0200)]
QmlJS: Fix several crashes when UiQualifiedId::name is 0.

Task-number: QTCREATORBUG-2737
Reviewed-by: Kai Koehne
13 years agoQmlDump: Do not use an assert on something that can regularly fail.
Christian Kamm [Thu, 14 Oct 2010 12:58:57 +0000 (14:58 +0200)]
QmlDump: Do not use an assert on something that can regularly fail.

Reviewed-by: Kai Koehne
13 years agoQmlJS: Fix plugin dumpers running all the time if dump fails.
Christian Kamm [Thu, 14 Oct 2010 12:44:50 +0000 (14:44 +0200)]
QmlJS: Fix plugin dumpers running all the time if dump fails.

Task-number: QTCREATORBUG-2733
Reviewed-by: Kai Koehne
13 years agoQmlJSDebugger: Don't crash when using wheel & no items selected
Kai Koehne [Thu, 14 Oct 2010 12:26:36 +0000 (14:26 +0200)]
QmlJSDebugger: Don't crash when using wheel & no items selected

Task-number: QTCREATORBUG-2739
Reviewed-by: Lasse Holmstedt
13 years agoQmlJSDebugger: Highlight items only if in Observer mode
Kai Koehne [Thu, 14 Oct 2010 12:14:56 +0000 (14:14 +0200)]
QmlJSDebugger: Highlight items only if in Observer mode

Task-number: QTCREATORBUG-2672
Reviewed-by: Lasse Holmstedt
13 years agoQmlJSDebugger: Disable Observer pane after debugging ends
Kai Koehne [Thu, 14 Oct 2010 11:27:41 +0000 (13:27 +0200)]
QmlJSDebugger: Disable Observer pane after debugging ends

At the time setupToolbar is called in the shutdown process the
connection still exists. Instead just use the parameter.

Task-number: QTCREATORBUG-2693
Reviewed-by: Christiaan Janssen
13 years agoMaemo: Show native separators in deployment view.
Christian Kandeler [Thu, 14 Oct 2010 12:05:59 +0000 (14:05 +0200)]
Maemo: Show native separators in deployment view.

Reviewed-by: kh1
13 years agoMaemo: Don't create a deployment widget per sub project.
Christian Kandeler [Thu, 14 Oct 2010 12:03:55 +0000 (14:03 +0200)]
Maemo: Don't create a deployment widget per sub project.

This makes use of a Maemo target perform acceptably for big projects.

Task-number: QTCREATORBUG-2703
Reviewed-by: kh1
13 years agodebugger: some polishing after fbe6f968694ffdaf1d47a7eaf2e1c4e8fe16dc86
hjk [Thu, 14 Oct 2010 08:44:36 +0000 (10:44 +0200)]
debugger: some polishing after fbe6f968694ffdaf1d47a7eaf2e1c4e8fe16dc86

Mac gdb does not like the idea.

Reviewed-by: Joerg Bornemann
13 years agodebugger: replace n breakpoint lists of which n-1 are invalid by a single one
hjk [Wed, 13 Oct 2010 15:43:53 +0000 (17:43 +0200)]
debugger: replace n breakpoint lists of which n-1 are invalid by a single one

13 years agodebugger: fix re-appearing zombie breakpoint markers
hjk [Wed, 13 Oct 2010 14:50:34 +0000 (16:50 +0200)]
debugger: fix re-appearing zombie breakpoint markers

Reviewed-by: con
13 years agodebugger: fix python dumping of QObject connections
hjk [Wed, 13 Oct 2010 14:19:02 +0000 (16:19 +0200)]
debugger: fix python dumping of QObject connections

13 years agodebugger: disable unfinished debugger console code for the 2.1 release
hjk [Wed, 13 Oct 2010 11:34:27 +0000 (13:34 +0200)]
debugger: disable unfinished debugger console code for the 2.1 release

Reviewed-by: Friedemann Kleint
13 years agoDoc - using Qt Quick Designer to create components
Leena Miettinen [Wed, 13 Oct 2010 15:08:10 +0000 (17:08 +0200)]
Doc - using Qt Quick Designer to create components

Task-number: QTCREATORBUG-2661

Reviewed-by: Thomas Hartmann
13 years agoDoc - update screen shot
Leena Miettinen [Wed, 13 Oct 2010 12:09:00 +0000 (14:09 +0200)]
Doc - update screen shot

13 years agoDoc - fix path to downloading Mad Developer
Leena Miettinen [Tue, 12 Oct 2010 09:02:50 +0000 (11:02 +0200)]
Doc - fix path to downloading Mad Developer

Reviewed-by: ck
13 years agoDoc - Maemo development is supported on Mac OS
Leena Miettinen [Tue, 12 Oct 2010 08:11:23 +0000 (10:11 +0200)]
Doc - Maemo development is supported on Mac OS

Reviewed-by: Maurice Kalinowski
13 years agoDoc - Ubuntu 8.04 now required
Leena Miettinen [Tue, 12 Oct 2010 08:10:57 +0000 (10:10 +0200)]
Doc - Ubuntu 8.04 now required

Reviewed-by: Thorbjorn Lindeijer
13 years agoDoc - restriction in downloading files from help browser
Leena Miettinen [Mon, 11 Oct 2010 12:32:26 +0000 (14:32 +0200)]
Doc - restriction in downloading files from help browser

Task-number: QTCREATORBUG-2701

Reviewed-by: Friedemann Kleint
13 years agoQmlApp: Only use QMLJSDEBUGGER define to activate qml debugging
Kai Koehne [Sat, 9 Oct 2010 19:20:15 +0000 (21:20 +0200)]
QmlApp: Only use QMLJSDEBUGGER define to activate qml debugging

Don't confuse users by two defines they have to comment in when
they just want to 'debug': Instead QMLJSDEBUGGER now activates
both the Js Debugger & and the QmlObserver services. Finetuning
can still be done by using the (undocumented) NO_JSDEBUGGER,
NO_QMLOBSERVER defines.