diff --git a/doc/doc.pri b/doc/doc.pri
index 3bcdc6c645b..a62b701f8b3 100644
--- a/doc/doc.pri
+++ b/doc/doc.pri
@@ -65,13 +65,16 @@ dev_qch_docs.depends += dev_html_docs
unix:!macx {
inst_qch_docs.files = $$QCH_FILE
inst_qch_docs.path = /share/doc/qtcreator
- inst_qch_docs.CONFIG += no_check_exist
+ inst_qch_docs.CONFIG += no_check_exist no_default_install
INSTALLS += inst_qch_docs
inst_dev_qch_docs.files = $$DEV_QCH_FILE
inst_dev_qch_docs.path = /share/doc/qtcreator
- inst_dev_qch_docs.CONFIG += no_check_exist
+ inst_dev_qch_docs.CONFIG += no_check_exist no_default_install
INSTALLS += inst_dev_qch_docs
+
+ install_docs.depends = install_inst_qch_docs install_inst_dev_qch_docs
+ QMAKE_EXTRA_TARGETS += install_docs
}
docs_online.depends = html_docs_online dev_html_docs_online
diff --git a/doc/examples/batteryindicator/BatteryIndicator.desktop b/doc/examples/batteryindicator/BatteryIndicator.desktop
deleted file mode 100644
index 84e6ad1429f..00000000000
--- a/doc/examples/batteryindicator/BatteryIndicator.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Version=1.0
-Type=Application
-Terminal=false
-Name=BatteryIndicator
-Exec=/opt/usr/bin/BatteryIndicator
-Icon=BatteryIndicator
-X-Window-Icon=
-X-HildonDesk-ShowInToolbar=true
-X-Osso-Type=application/x-executable
diff --git a/doc/examples/batteryindicator/BatteryIndicator.png b/doc/examples/batteryindicator/BatteryIndicator.png
deleted file mode 100644
index 707d5c4e85d..00000000000
Binary files a/doc/examples/batteryindicator/BatteryIndicator.png and /dev/null differ
diff --git a/doc/examples/batteryindicator/BatteryIndicator.pro b/doc/examples/batteryindicator/BatteryIndicator.pro
deleted file mode 100644
index dd26e70344f..00000000000
--- a/doc/examples/batteryindicator/BatteryIndicator.pro
+++ /dev/null
@@ -1,32 +0,0 @@
-# Add files and directories to ship with the application
-# by adapting the examples below.
-# file1.source = myfile
-# dir1.source = mydir
-DEPLOYMENTFOLDERS = # file1 dir1
-
-# Avoid auto screen rotation
-#DEFINES += ORIENTATIONLOCK
-
-# Needs to be defined for Symbian
-#DEFINES += NETWORKACCESS
-
-symbian:TARGET.UID3 = 0xE5123A52
-
-CONFIG += mobility
-MOBILITY = systeminfo
-
-SOURCES += main.cpp mainwindow.cpp
-HEADERS += mainwindow.h
-FORMS += mainwindow.ui
-
-# Please do not modify the following two lines. Required for deployment.
-include(deployment.pri)
-qtcAddDeployment()
-
-OTHER_FILES += \
- debian/changelog \
- debian/compat \
- debian/control \
- debian/copyright \
- debian/README \
- debian/rules
diff --git a/doc/examples/batteryindicator/BatteryIndicator.svg b/doc/examples/batteryindicator/BatteryIndicator.svg
deleted file mode 100644
index 566acfada01..00000000000
--- a/doc/examples/batteryindicator/BatteryIndicator.svg
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
diff --git a/doc/examples/batteryindicator/debian/README b/doc/examples/batteryindicator/debian/README
deleted file mode 100644
index 69fa63a59c5..00000000000
--- a/doc/examples/batteryindicator/debian/README
+++ /dev/null
@@ -1,6 +0,0 @@
-The Debian Package batteryindicator
-----------------------------
-
-Comments regarding the Package
-
- -- unknown <> Tue, 05 Oct 2010 12:01:24 +0200
diff --git a/doc/examples/batteryindicator/debian/changelog b/doc/examples/batteryindicator/debian/changelog
deleted file mode 100644
index ff9ebf3ec70..00000000000
--- a/doc/examples/batteryindicator/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-batteryindicator (0.0.1) unstable; urgency=low
-
- * Initial Release.
-
- -- unknown <> Tue, 05 Oct 2010 12:01:24 +0200
diff --git a/doc/examples/batteryindicator/debian/compat b/doc/examples/batteryindicator/debian/compat
deleted file mode 100644
index 7f8f011eb73..00000000000
--- a/doc/examples/batteryindicator/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-7
diff --git a/doc/examples/batteryindicator/debian/control b/doc/examples/batteryindicator/debian/control
deleted file mode 100644
index a414f056825..00000000000
--- a/doc/examples/batteryindicator/debian/control
+++ /dev/null
@@ -1,13 +0,0 @@
-Source: batteryindicator
-Section: user/hidden
-Priority: optional
-Maintainer: unknown <>
-Build-Depends: debhelper (>= 5), libqt4-dev
-Standards-Version: 3.7.3
-Homepage:
-
-Package: batteryindicator
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description:
-
diff --git a/doc/examples/batteryindicator/debian/copyright b/doc/examples/batteryindicator/debian/copyright
deleted file mode 100644
index 3656176d071..00000000000
--- a/doc/examples/batteryindicator/debian/copyright
+++ /dev/null
@@ -1,40 +0,0 @@
-This package was debianized by unknown <> on
-Tue, 05 Oct 2010 12:01:24 +0200.
-
-It was downloaded from
-
-Upstream Author(s):
-
-
-
-
-Copyright:
-
-
-
-
-License:
-
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-The Debian packaging is (C) 2010, unknown <> and
-is licensed under the GPL, see above.
-
-
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.
diff --git a/doc/examples/batteryindicator/debian/rules b/doc/examples/batteryindicator/debian/rules
deleted file mode 100644
index 69d5d226dd5..00000000000
--- a/doc/examples/batteryindicator/debian/rules
+++ /dev/null
@@ -1,91 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-
-
-
-
-configure: configure-stamp
-configure-stamp:
- dh_testdir
- # Add here commands to configure the package.
-
- touch configure-stamp
-
-
-build: build-stamp
-
-build-stamp: configure-stamp
- dh_testdir
-
- # Add here commands to compile the package.
- $(MAKE)
- #docbook-to-man debian/batteryindicator.sgml > batteryindicator.1
-
- touch $@
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp configure-stamp
-
- # Add here commands to clean up after the build process.
- $(MAKE) clean
-
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
-
- # Add here commands to install the package into debian/batteryindicator.
- $(MAKE) INSTALL_ROOT="$(CURDIR)"/debian/batteryindicator install
-
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs
- dh_installexamples
-# dh_install
-# dh_installmenu
-# dh_installdebconf
-# dh_installlogrotate
-# dh_installemacsen
-# dh_installpam
-# dh_installmime
-# dh_python
-# dh_installinit
-# dh_installcron
-# dh_installinfo
- dh_installman
- dh_link
- # dh_strip
- dh_compress
- dh_fixperms
-# dh_perl
-# dh_makeshlibs
- dh_installdeb
- # dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
diff --git a/doc/examples/batteryindicator/deployment.pri b/doc/examples/batteryindicator/deployment.pri
deleted file mode 100644
index 853feec5f31..00000000000
--- a/doc/examples/batteryindicator/deployment.pri
+++ /dev/null
@@ -1,93 +0,0 @@
-# checksum 0x2bb3 version 0x10001
-# This file should not be edited.
-# Future versions of Qt Creator might offer updated versions of this file.
-
-defineTest(qtcAddDeployment) {
-for(deploymentfolder, DEPLOYMENTFOLDERS) {
- item = item$${deploymentfolder}
- itemsources = $${item}.sources
- $$itemsources = $$eval($${deploymentfolder}.source)
- itempath = $${item}.path
- $$itempath= $$eval($${deploymentfolder}.target)
- export($$itemsources)
- export($$itempath)
- DEPLOYMENT += $$item
-}
-
-MAINPROFILEPWD = $$PWD
-
-symbian {
- ICON = $${TARGET}.svg
- TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
- contains(DEFINES, ORIENTATIONLOCK):LIBS += -lavkon -leikcore -leiksrv -lcone
- contains(DEFINES, NETWORKACCESS):TARGET.CAPABILITY += NetworkServices
-} else:win32 {
- !isEqual(PWD,$$OUT_PWD) {
- copyCommand = @echo Copying application data...
- for(deploymentfolder, DEPLOYMENTFOLDERS) {
- source = $$eval($${deploymentfolder}.source)
- pathSegments = $$split(source, /)
- sourceAndTarget = $$MAINPROFILEPWD/$$source $$OUT_PWD/$$eval($${deploymentfolder}.target)/$$last(pathSegments)
- copyCommand += && $(COPY_DIR) $$replace(sourceAndTarget, /, \\)
- }
- copydeploymentfolders.commands = $$copyCommand
- first.depends = $(first) copydeploymentfolders
- export(first.depends)
- export(copydeploymentfolders.commands)
- QMAKE_EXTRA_TARGETS += first copydeploymentfolders
- }
-} else:unix {
- maemo5 {
- installPrefix = /opt/usr
- desktopfile.path = /usr/share/applications/hildon
- } else {
- installPrefix = /usr
- desktopfile.path = /usr/share/applications
- !isEqual(PWD,$$OUT_PWD) {
- copyCommand = @echo Copying application data...
- for(deploymentfolder, DEPLOYMENTFOLDERS) {
- macx {
- target = $$OUT_PWD/$${TARGET}.app/Contents/Resources/$$eval($${deploymentfolder}.target)
- } else {
- target = $$OUT_PWD/$$eval($${deploymentfolder}.target)
- }
- copyCommand += && $(MKDIR) $$target
- copyCommand += && $(COPY_DIR) $$MAINPROFILEPWD/$$eval($${deploymentfolder}.source) $$target
- }
- copydeploymentfolders.commands = $$copyCommand
- first.depends = $(first) copydeploymentfolders
- export(first.depends)
- export(copydeploymentfolders.commands)
- QMAKE_EXTRA_TARGETS += first copydeploymentfolders
- }
- }
- for(deploymentfolder, DEPLOYMENTFOLDERS) {
- item = item$${deploymentfolder}
- itemfiles = $${item}.files
- $$itemfiles = $$eval($${deploymentfolder}.source)
- itempath = $${item}.path
- $$itempath = $${installPrefix}/share/$${TARGET}/$$eval($${deploymentfolder}.target)
- export($$itemfiles)
- export($$itempath)
- INSTALLS += $$item
- }
- icon.files = $${TARGET}.png
- icon.path = /usr/share/icons/hicolor/64x64/apps
- desktopfile.files = $${TARGET}.desktop
- target.path = $${installPrefix}/bin
- export(icon.files)
- export(icon.path)
- export(desktopfile.files)
- export(desktopfile.path)
- export(target.path)
- INSTALLS += desktopfile icon target
-}
-
-export (ICON)
-export (INSTALLS)
-export (DEPLOYMENT)
-export (TARGET.EPOCHEAPSIZE)
-export (TARGET.CAPABILITY)
-export (LIBS)
-export (QMAKE_EXTRA_TARGETS)
-}
diff --git a/doc/examples/batteryindicator/main.cpp b/doc/examples/batteryindicator/main.cpp
deleted file mode 100644
index 36b4105d27e..00000000000
--- a/doc/examples/batteryindicator/main.cpp
+++ /dev/null
@@ -1,61 +0,0 @@
-/***************************************************************************
-**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
-**
-** This file is part of the documentation of Qt Creator.
-**
-** You may use this file under the terms of the BSD license as follows:
-**
-** "Redistribution and use in source and binary forms, with or without
-** modification, are permitted provided that the following conditions are
-** met:
-** * Redistributions of source code must retain the above copyright
-** notice, this list of conditions and the following disclaimer.
-** * Redistributions in binary form must reproduce the above copyright
-** notice, this list of conditions and the following disclaimer in
-** the documentation and/or other materials provided with the
-** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
-**
-** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
-**
-****************************************************************************/
-
-#include "mainwindow.h"
-
-#include
-
-int main(int argc, char *argv[])
-{
- QApplication app(argc, argv);
-
- MainWindow mainWindow;
- mainWindow.setOrientation(MainWindow::Auto);
-
-//! [0]
-#ifdef Q_OS_SYMBIAN
- mainWindow.showFullScreen();
-#elif defined(Q_WS_MAEMO_5)
- mainWindow.showMaximized();
-#else
- mainWindow.show();
-#endif
-//! [0]
-
- return app.exec();
-}
diff --git a/doc/examples/batteryindicator/mainwindow.cpp b/doc/examples/batteryindicator/mainwindow.cpp
deleted file mode 100644
index 232ef64694a..00000000000
--- a/doc/examples/batteryindicator/mainwindow.cpp
+++ /dev/null
@@ -1,115 +0,0 @@
-/***************************************************************************
-**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
-**
-** This file is part of the documentation of Qt Creator.
-**
-** You may use this file under the terms of the BSD license as follows:
-**
-** "Redistribution and use in source and binary forms, with or without
-** modification, are permitted provided that the following conditions are
-** met:
-** * Redistributions of source code must retain the above copyright
-** notice, this list of conditions and the following disclaimer.
-** * Redistributions in binary form must reproduce the above copyright
-** notice, this list of conditions and the following disclaimer in
-** the documentation and/or other materials provided with the
-** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
-**
-** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
-**
-****************************************************************************/
-
-// checksum 0xd429 version 0x10001
-#include "mainwindow.h"
-#include "ui_mainwindow.h"
-
-#include
-
-#if defined(Q_OS_SYMBIAN) && defined(ORIENTATIONLOCK)
-#include
-#include
-#include
-#include
-#endif // Q_OS_SYMBIAN && ORIENTATIONLOCK
-
-//! [2]
-MainWindow::MainWindow(QWidget *parent):
- QMainWindow(parent),
- ui(new Ui::MainWindow),
- deviceInfo(NULL)
-{
- ui->setupUi(this);
- setupGeneral();
-}
-//! [2]
-
-MainWindow::~MainWindow()
-{
- delete ui;
-}
-
-//! [1]
-void MainWindow::setupGeneral()
-{
- deviceInfo = new QSystemDeviceInfo(this);
-
- ui->batteryLevelBar->setValue(deviceInfo->batteryLevel());
-
- connect(deviceInfo, SIGNAL(batteryLevelChanged(int)),
- ui->batteryLevelBar, SLOT(setValue(int)));
-}
-//! [1]
-
-void MainWindow::setOrientation(Orientation orientation)
-{
-#ifdef Q_OS_SYMBIAN
- if (orientation != Auto) {
-#if defined(ORIENTATIONLOCK)
- const CAknAppUiBase::TAppUiOrientation uiOrientation =
- (orientation == LockPortrait) ? CAknAppUi::EAppUiOrientationPortrait
- : CAknAppUi::EAppUiOrientationLandscape;
- CAknAppUi* appUi = dynamic_cast (CEikonEnv::Static()->AppUi());
- TRAPD(error,
- if (appUi)
- appUi->SetOrientationL(uiOrientation);
- );
-#else // ORIENTATIONLOCK
- qWarning("'ORIENTATIONLOCK' needs to be defined on Symbian when locking the orientation.");
-#endif // ORIENTATIONLOCK
- }
-#elif defined(Q_WS_MAEMO_5)
- Qt::WidgetAttribute attribute;
- switch (orientation) {
- case LockPortrait:
- attribute = Qt::WA_Maemo5PortraitOrientation;
- break;
- case LockLandscape:
- attribute = Qt::WA_Maemo5LandscapeOrientation;
- break;
- case Auto:
- default:
- attribute = Qt::WA_Maemo5AutoOrientation;
- break;
- }
- setAttribute(attribute, true);
-#else // Q_OS_SYMBIAN
- Q_UNUSED(orientation);
-#endif // Q_OS_SYMBIAN
-}
diff --git a/doc/examples/batteryindicator/mainwindow.h b/doc/examples/batteryindicator/mainwindow.h
deleted file mode 100644
index a812ef84356..00000000000
--- a/doc/examples/batteryindicator/mainwindow.h
+++ /dev/null
@@ -1,80 +0,0 @@
-/***************************************************************************
-**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
-**
-** This file is part of the documentation of Qt Creator.
-**
-** You may use this file under the terms of the BSD license as follows:
-**
-** "Redistribution and use in source and binary forms, with or without
-** modification, are permitted provided that the following conditions are
-** met:
-** * Redistributions of source code must retain the above copyright
-** notice, this list of conditions and the following disclaimer.
-** * Redistributions in binary form must reproduce the above copyright
-** notice, this list of conditions and the following disclaimer in
-** the documentation and/or other materials provided with the
-** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
-**
-** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
-**
-****************************************************************************/
-
-// checksum 0xa940 version 0x10001
-#ifndef MAINWINDOW_H
-#define MAINWINDOW_H
-
-#include
-
-//! [1]
-#include
-//! [1]
-
-//! [2]
-QTM_USE_NAMESPACE
-//! [2]
-
-namespace Ui {
- class MainWindow;
-}
-
-class MainWindow : public QMainWindow
-{
-public:
- enum Orientation {
- LockPortrait,
- LockLandscape,
- Auto
- };
-
- MainWindow(QWidget *parent = 0);
- ~MainWindow();
-
- void setOrientation(Orientation orientation);
-
-//! [3]
-private:
- Ui::MainWindow *ui;
- void setupGeneral();
-
- QSystemDeviceInfo *deviceInfo;
-//! [3]
-};
-
-#endif // MAINWINDOW_H
diff --git a/doc/examples/batteryindicator/mainwindow.ui b/doc/examples/batteryindicator/mainwindow.ui
deleted file mode 100644
index 5b9ccdbf099..00000000000
--- a/doc/examples/batteryindicator/mainwindow.ui
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
- MainWindow
-
-
-
- 0
- 0
- 200
- 320
-
-
-
- MainWindow
-
-
-
-
-
-
- 24
-
-
-
-
-
-
-
-
- 0
- 0
- 200
- 21
-
-
-
-
-
- TopToolBarArea
-
-
- false
-
-
-
-
-
-
-
-
diff --git a/doc/examples/transitions/qml/Transitions/main.qml b/doc/examples/transitions/qml/Transitions/main.qml
index e1c8e2748f2..20e8c4f1908 100644
--- a/doc/examples/transitions/qml/Transitions/main.qml
+++ b/doc/examples/transitions/qml/Transitions/main.qml
@@ -1,3 +1,9 @@
+//! [2]
+
+//! [1]
+
+//! [0]
+
import QtQuick 1.0
Rectangle {
@@ -32,6 +38,7 @@ Rectangle {
onClicked: page.state = ' '
}
}
+//! [0]
Rectangle {
id: middleRightRect
@@ -71,6 +78,8 @@ Rectangle {
}
}
+//! [1]
+
states: [
State {
name: "State1"
@@ -116,3 +125,5 @@ Rectangle {
}
]
}
+
+//! [2]
diff --git a/doc/images/qml-inspector-pause.png b/doc/images/qml-inspector-pause.png
new file mode 100644
index 00000000000..1adcb394991
Binary files /dev/null and b/doc/images/qml-inspector-pause.png differ
diff --git a/doc/images/qml-inspector-play.png b/doc/images/qml-inspector-play.png
new file mode 100644
index 00000000000..83b71841bc2
Binary files /dev/null and b/doc/images/qml-inspector-play.png differ
diff --git a/doc/images/qml-link-debugging-library.png b/doc/images/qml-link-debugging-library.png
index b10a5a375eb..550216817e2 100644
Binary files a/doc/images/qml-link-debugging-library.png and b/doc/images/qml-link-debugging-library.png differ
diff --git a/doc/images/qml-observer.png b/doc/images/qml-observer.png
deleted file mode 100644
index 70c7c268124..00000000000
Binary files a/doc/images/qml-observer.png and /dev/null differ
diff --git a/doc/images/qml-toolbar-image-preview.png b/doc/images/qml-toolbar-image-preview.png
index 251baec2809..ffdc8bddfa6 100644
Binary files a/doc/images/qml-toolbar-image-preview.png and b/doc/images/qml-toolbar-image-preview.png differ
diff --git a/doc/images/qml-toolbar-image.png b/doc/images/qml-toolbar-image.png
index 87deabe2663..e100e87c5b6 100644
Binary files a/doc/images/qml-toolbar-image.png and b/doc/images/qml-toolbar-image.png differ
diff --git a/doc/images/qmldesigner-run-settings.png b/doc/images/qmldesigner-run-settings.png
index bea676931f1..3eff98e2901 100644
Binary files a/doc/images/qmldesigner-run-settings.png and b/doc/images/qmldesigner-run-settings.png differ
diff --git a/doc/images/qmldesigner-tutorial-project.png b/doc/images/qmldesigner-tutorial-project.png
index 0162b669ba4..7172921fa07 100644
Binary files a/doc/images/qmldesigner-tutorial-project.png and b/doc/images/qmldesigner-tutorial-project.png differ
diff --git a/doc/images/qtcreator-analyze-menu.png b/doc/images/qtcreator-analyze-menu.png
index 221dae9e9db..04b289dcf79 100644
Binary files a/doc/images/qtcreator-analyze-menu.png and b/doc/images/qtcreator-analyze-menu.png differ
diff --git a/doc/images/qtcreator-analyzer-settings.png b/doc/images/qtcreator-analyzer-settings.png
new file mode 100644
index 00000000000..ee308a9ca5f
Binary files /dev/null and b/doc/images/qtcreator-analyzer-settings.png differ
diff --git a/doc/images/qtcreator-build-steps.png b/doc/images/qtcreator-build-steps.png
index eafa586a203..1688209c70d 100644
Binary files a/doc/images/qtcreator-build-steps.png and b/doc/images/qtcreator-build-steps.png differ
diff --git a/doc/images/qtcreator-clean-steps.png b/doc/images/qtcreator-clean-steps.png
index a55176bddab..0814009d98b 100644
Binary files a/doc/images/qtcreator-clean-steps.png and b/doc/images/qtcreator-clean-steps.png differ
diff --git a/doc/images/qtcreator-code-style-settings-edit-cpp.png b/doc/images/qtcreator-code-style-settings-edit-cpp.png
index 651458e738a..149ab652343 100644
Binary files a/doc/images/qtcreator-code-style-settings-edit-cpp.png and b/doc/images/qtcreator-code-style-settings-edit-cpp.png differ
diff --git a/doc/images/qtcreator-code-style-settings-edit-qtquick.png b/doc/images/qtcreator-code-style-settings-edit-qtquick.png
index c48cc36cda9..4c32987cfa3 100644
Binary files a/doc/images/qtcreator-code-style-settings-edit-qtquick.png and b/doc/images/qtcreator-code-style-settings-edit-qtquick.png differ
diff --git a/doc/images/qtcreator-design-mode.png b/doc/images/qtcreator-design-mode.png
index b3d82858a18..16b4d97e8fa 100644
Binary files a/doc/images/qtcreator-design-mode.png and b/doc/images/qtcreator-design-mode.png differ
diff --git a/doc/images/qtcreator-editor-settings.png b/doc/images/qtcreator-editor-settings.png
index bec48b56bfb..11c45b06bcc 100644
Binary files a/doc/images/qtcreator-editor-settings.png and b/doc/images/qtcreator-editor-settings.png differ
diff --git a/doc/images/qtcreator-locator-customize.png b/doc/images/qtcreator-locator-customize.png
index e5e8bd87421..51f575b2ff0 100644
Binary files a/doc/images/qtcreator-locator-customize.png and b/doc/images/qtcreator-locator-customize.png differ
diff --git a/doc/images/qtcreator-new-qt-quick-project-wizard.png b/doc/images/qtcreator-new-qt-quick-project-wizard.png
index e9bcec96354..6cfb7fb5af6 100644
Binary files a/doc/images/qtcreator-new-qt-quick-project-wizard.png and b/doc/images/qtcreator-new-qt-quick-project-wizard.png differ
diff --git a/doc/images/qtcreator-options-code-style-cpp.png b/doc/images/qtcreator-options-code-style-cpp.png
index 48591b9141a..e1a4e5c8027 100644
Binary files a/doc/images/qtcreator-options-code-style-cpp.png and b/doc/images/qtcreator-options-code-style-cpp.png differ
diff --git a/doc/images/qtcreator-pprunsettings.png b/doc/images/qtcreator-pprunsettings.png
index 8befcb58fb4..fe79cfadf1a 100644
Binary files a/doc/images/qtcreator-pprunsettings.png and b/doc/images/qtcreator-pprunsettings.png differ
diff --git a/doc/images/qtcreator-projectpane.png b/doc/images/qtcreator-projectpane.png
index 6d781509927..782f21c942a 100644
Binary files a/doc/images/qtcreator-projectpane.png and b/doc/images/qtcreator-projectpane.png differ
diff --git a/doc/images/qtcreator-run-settings-create.png b/doc/images/qtcreator-run-settings-create.png
index 2c18696aee5..3328eabf6d4 100644
Binary files a/doc/images/qtcreator-run-settings-create.png and b/doc/images/qtcreator-run-settings-create.png differ
diff --git a/doc/images/qtcreator-run-settings-maemo.png b/doc/images/qtcreator-run-settings-maemo.png
index ba3f10e7f95..e1fe7a54eba 100644
Binary files a/doc/images/qtcreator-run-settings-maemo.png and b/doc/images/qtcreator-run-settings-maemo.png differ
diff --git a/doc/images/qtcreator-screenshot-run-settings.png b/doc/images/qtcreator-screenshot-run-settings.png
index a716a5ffe15..f11a822be11 100644
Binary files a/doc/images/qtcreator-screenshot-run-settings.png and b/doc/images/qtcreator-screenshot-run-settings.png differ
diff --git a/doc/images/qtcreator-sidebar.png b/doc/images/qtcreator-sidebar.png
index 8fb54554b4b..b234c632ca7 100644
Binary files a/doc/images/qtcreator-sidebar.png and b/doc/images/qtcreator-sidebar.png differ
diff --git a/doc/images/qtcreator-symbian-run-settings.png b/doc/images/qtcreator-symbian-run-settings.png
index 52d1d8e756a..90bd00b233a 100644
Binary files a/doc/images/qtcreator-symbian-run-settings.png and b/doc/images/qtcreator-symbian-run-settings.png differ
diff --git a/doc/src/analyze/creator-valgrind.qdoc b/doc/src/analyze/creator-valgrind.qdoc
index 43a00bdfa94..a620397e511 100644
--- a/doc/src/analyze/creator-valgrind.qdoc
+++ b/doc/src/analyze/creator-valgrind.qdoc
@@ -82,6 +82,10 @@
\section1 Selecting Options for Memory Analysis
+ You can specify analyzer settings either globally for all projects or
+ separately for each project in the \l{Specifying Run Settings}{run settings}
+ of the project.
+
Stack traces can get quite large and confusing, and therefore, reading them
from the bottom up can help. If the stack trace is not big enough or it is
too big, select \gui {Tools > Options > Analyzer}.
@@ -168,6 +172,10 @@
\section1 Selecting Profiling Options
+ You can specify analyzer settings either globally for all projects or
+ separately for each project in the \l{Specifying Run Settings}{run settings}
+ of the project.
+
To specify settings for Valgrind, select \gui {Tools > Options >
Analyzer}. The \gui {Profiling Options} group contains Callgrind options.
diff --git a/doc/src/analyze/qtquick-profiler.qdoc b/doc/src/analyze/qtquick-profiler.qdoc
index 3001f0236ed..97480a149e0 100644
--- a/doc/src/analyze/qtquick-profiler.qdoc
+++ b/doc/src/analyze/qtquick-profiler.qdoc
@@ -81,6 +81,16 @@
application is launched. Data collection starts when you select the button
again.
+ \section1 Attaching to Running Qt Quick Applications
+
+ To profile Qt Quick applications that are not launched by \QC, select
+ \gui {Analyze > QML Profiler (Remote)}. You must enable QML debugging for
+ the application in the project build settings. For more information, see
+ \l{Setting Up QML Debugging}.
+
+ In the \gui {QML Profiler} dialog, \gui Port field, specify the port to
+ listen to.
+
\section1 Analyzing Collected Data
The \gui Timeline view displays graphical representations of:
diff --git a/doc/src/debugger/creator-debugger.qdoc b/doc/src/debugger/creator-debugger.qdoc
index 061e571afde..73938cb627b 100644
--- a/doc/src/debugger/creator-debugger.qdoc
+++ b/doc/src/debugger/creator-debugger.qdoc
@@ -27,7 +27,7 @@
/*!
\contentspage index.html
- \previouspage creator-build-dependencies.html
+ \previouspage creator-running-targets.html
\page creator-debugging.html
\nextpage creator-debugging-example.html
diff --git a/doc/src/debugger/qtquick-debugging.qdoc b/doc/src/debugger/qtquick-debugging.qdoc
index ae1989951da..1feaede11cf 100644
--- a/doc/src/debugger/qtquick-debugging.qdoc
+++ b/doc/src/debugger/qtquick-debugging.qdoc
@@ -44,7 +44,7 @@
\section1 Setting Up QML Debugging
The process of setting up debugging for Qt Quick projects depends on the
- type of the project: Qt Quick UI or Qt Quick Application.
+ type of the project: Qt Quick UI or Qt Quick Application, and the Qt version used.
To debug Qt Quick UI projects:
@@ -53,7 +53,7 @@
\o Select \gui Projects, and then select the \gui QML check box in the
\gui {Run Settings}, to enable QML debugging.
- \o Compile the QML Inspector debugging helper. For more information,
+ \o For Qt 4.7, compile the QML Inspector debugging helper. For more information,
see \l{Debugging Helpers for QML}.
\endlist
@@ -62,8 +62,9 @@
\list 1
- \o Select \gui Projects, and then select the \gui {Link QML debugging
- library} check box in \gui {Build Steps}.
+ \o Select \gui Projects, and then select the
+ \gui {Enable QML debugging} check box in the \gui qmake section
+ in \gui {Build Steps}.
You might have to compile the library first, by selecting the
\gui Compile link.
@@ -91,9 +92,7 @@
\section1 Mixed C++/QML Debugging
To debug both the C++ and QML parts of your application at the same time,
- select the checkboxes for both languages in the \gui{Run Settings}. However,
- C++ breakpoints are be ignored until the debugger attaches also to the
- QML engine.
+ select the checkboxes for both languages in the \gui{Run Settings}.
\section1 Starting QML Debugging
@@ -144,11 +143,8 @@
\section1 Applying QML Changes at Runtime
If you change property values or add properties in the code editor, the
- changes are updated in the running application when you save them. If live
- preview is not supported for an element, a message appears. Click
- \gui Reload to preview the changes.
-
- Reloading is enabled by default. To disable it, click
+ debugger can update the properties in the running application when you save
+ the file. This is enabled by default. To disable it, click
\inlineimage qml-observer-bar-reload.png "Apply Changes on Save button"
on the toolbar.
@@ -196,15 +192,16 @@
\section1 Debugging Animations
- \image qml-observer.png
+ To play and pause animations in the running application, select
+ \inlineimage qml-inspector-play.png
+ and
+ \inlineimage qml-inspector-pause.png
+ on the toolbar.
- To play and pause animations in the running application, select the
- \gui {Play/Pause Animations} button on the toolbar or \gui {Debugging >
- Animations > Pause}, or press
- \key {Ctrl+.}.
-
- To change the speed at which animations are played, select a value in
- \gui {Debugging > Animations} or click and hold down the
- \gui {Play/Pause Animations} button to select a value.
+ To change the speed at which animations are played, click and hold down
+ \inlineimage qml-inspector-play.png
+ or
+ \inlineimage qml-inspector-pause.png
+ and select a value.
*/
diff --git a/doc/src/linux-mobile/maemodev.qdoc b/doc/src/linux-mobile/maemodev.qdoc
index 6043846dbe1..382302a8e10 100644
--- a/doc/src/linux-mobile/maemodev.qdoc
+++ b/doc/src/linux-mobile/maemodev.qdoc
@@ -365,11 +365,8 @@
\image qtcreator-build-settings-maemo.png "Maemo build settings"
- \o In the \gui{Run Settings} section, click \gui Add to add a new
- deploy configuration. The configuration is named automatically. To
- give it a new name, click \gui Rename.
-
- \o In the \gui {Device configuration} field, select the device
+ \o In the \gui{Run Settings} section, in the
+ \gui {Device configuration} field, select the device
connection or the emulator connection.
\image qtcreator-run-settings-maemo.png "Maemo run settings"
diff --git a/doc/src/linux-mobile/meegodev.qdoc b/doc/src/linux-mobile/meegodev.qdoc
index 875a3dcb7a6..912bb794896 100644
--- a/doc/src/linux-mobile/meegodev.qdoc
+++ b/doc/src/linux-mobile/meegodev.qdoc
@@ -383,7 +383,8 @@
\image qtcreator-screenshot-build-settings.png
- \o In the \gui {Device configuration} field, select the
+ \o In the \gui {Run Settings} section,
+ \gui {Device configuration} field, select the
device connection or the emulator connection.
\image qtcreator-screenshot-run-settings.png
diff --git a/doc/src/overview/creator-getting-started.qdoc b/doc/src/overview/creator-getting-started.qdoc
index a5e279e6500..8c61ee72bde 100644
--- a/doc/src/overview/creator-getting-started.qdoc
+++ b/doc/src/overview/creator-getting-started.qdoc
@@ -42,7 +42,6 @@
\if defined(qcmanual)
\o \l{Creating a Qt Quick Application Using Qt Quick Components}
\o \l{Creating a Qt Widget Based Application}
- \o \l{Creating a Qt Widget Based Mobile Application}
\endif
\endlist
diff --git a/doc/src/overview/creator-issues.qdoc b/doc/src/overview/creator-issues.qdoc
index 7d6a319410f..165ee45cd76 100644
--- a/doc/src/overview/creator-issues.qdoc
+++ b/doc/src/overview/creator-issues.qdoc
@@ -57,6 +57,10 @@
switch to the nfs-kernel-server, or create a symlink so that the
settings are stored locally.
+ \o Qt 4.7.4 is known to contain a bug exposed by g++ 4.6 which triggers
+ a crash in \QC. For more information, see
+ \l{https://bugreports.qt.nokia.com/browse/QTBUG-21265}{QTBUG-21265}
+
\o The Okteta KDE custom widget plugin might be installed as part of
some Linux distributions. It can cause Qt Designer to crash. For
more information, see:
diff --git a/doc/src/projects/creator-projects-building-running.qdoc b/doc/src/projects/creator-projects-building-running.qdoc
index 93e8d529a27..64a011df3b5 100644
--- a/doc/src/projects/creator-projects-building-running.qdoc
+++ b/doc/src/projects/creator-projects-building-running.qdoc
@@ -53,13 +53,17 @@
\endlist
- By default, when you select the \gui Run function, \QC builds, deploys, and
- runs the project. To specify the relationship between the release, build,
+ By default, when you select the \gui Run function, \QC builds the project,
+ deploys it to the selected target, and runs it there. However, if you have
+ not made any changes to the project since you last built and deployed it,
+ \QC simply runs it again.
+
+ To specify the relationship between the release, build,
and deploy configurations, select \gui {Tools > Options > Project}. By
default, the \gui {Always build project before deploying it} and the
\gui {Always deploy project before running it} options are enabled.
- Therefore, when you select the \gui Run function, \QC builds, deploys, and
- runs the project.
+ Therefore, when you select the \gui Run function, \QC checks for changes in
+ the project files and also builds and deploys the project if necessary.
\image qtcreator-project-options-deploy.png "Project General Options"
diff --git a/doc/src/projects/creator-projects-overview.qdoc b/doc/src/projects/creator-projects-overview.qdoc
index 013a5d0c3a5..6513b37993b 100644
--- a/doc/src/projects/creator-projects-overview.qdoc
+++ b/doc/src/projects/creator-projects-overview.qdoc
@@ -27,7 +27,7 @@
/*!
\contentspage index.html
- \previouspage creator-mobile-example.html
+ \previouspage creator-writing-program.html
\page creator-project-managing.html
\nextpage creator-project-creating.html
diff --git a/doc/src/projects/creator-projects-running.qdoc b/doc/src/projects/creator-projects-running.qdoc
index 1f8760f60f6..8fc19667edd 100644
--- a/doc/src/projects/creator-projects-running.qdoc
+++ b/doc/src/projects/creator-projects-running.qdoc
@@ -29,7 +29,7 @@
\contentspage index.html
\previouspage creator-building-targets.html
\page creator-running-targets.html
- \nextpage creator-build-settings.html
+ \nextpage creator-debugging.html
\title Running Applications on Multiple Targets
diff --git a/doc/src/projects/creator-projects-settings-build.qdoc b/doc/src/projects/creator-projects-settings-build.qdoc
index bbc604d0739..3e4481fa4d7 100644
--- a/doc/src/projects/creator-projects-settings-build.qdoc
+++ b/doc/src/projects/creator-projects-settings-build.qdoc
@@ -27,7 +27,7 @@
/*!
\contentspage index.html
- \previouspage creator-running-targets.html
+ \previouspage creator-configuring-projects.html
\page creator-build-settings.html
\nextpage creator-project-qmake.html
diff --git a/doc/src/projects/creator-projects-settings-code-style.qdoc b/doc/src/projects/creator-projects-settings-code-style.qdoc
index 98f70081b46..174e739ca8c 100644
--- a/doc/src/projects/creator-projects-settings-code-style.qdoc
+++ b/doc/src/projects/creator-projects-settings-code-style.qdoc
@@ -61,8 +61,6 @@
\o In the \gui {Current settings} field, select the settings to modify
and click \gui Copy.
- \image qtcreator-code-style-settings.png "Code Style Settings view"
-
\o Give a name to the settings and click \gui OK.
\o Click \gui Edit to specify code style settings for the project.
diff --git a/doc/src/projects/creator-projects-settings-editor.qdoc b/doc/src/projects/creator-projects-settings-editor.qdoc
index 36e7ee4415a..0a9b1b2abb6 100644
--- a/doc/src/projects/creator-projects-settings-editor.qdoc
+++ b/doc/src/projects/creator-projects-settings-editor.qdoc
@@ -48,7 +48,7 @@
\o Select \gui {Projects > Editor Settings}.
- \o Deselect the \gui {Use global settings} check box.
+ \o In the \gui {Editor Settings} field, select \gui {Custom}.
\o Specify text editor settings for the project.
@@ -56,6 +56,8 @@
\image qtcreator-editor-settings.png "Editor Settings view"
+ Click \gui {Restore Global} to revert to the global settings.
+
For more information about the settings, see:
\list
diff --git a/doc/src/projects/creator-projects-settings-overview.qdoc b/doc/src/projects/creator-projects-settings-overview.qdoc
index c7e90103eaa..91b0e42771e 100644
--- a/doc/src/projects/creator-projects-settings-overview.qdoc
+++ b/doc/src/projects/creator-projects-settings-overview.qdoc
@@ -29,7 +29,7 @@
\contentspage index.html
\previouspage creator-project-qmake-libraries.html
\page creator-configuring-projects.html
- \nextpage creator-building-targets.html
+ \nextpage creator-build-settings.html
\title Configuring Projects
diff --git a/doc/src/projects/creator-projects-settings-run-analyze.qdocinc b/doc/src/projects/creator-projects-settings-run-analyze.qdocinc
new file mode 100644
index 00000000000..432baf0ae4e
--- /dev/null
+++ b/doc/src/projects/creator-projects-settings-run-analyze.qdocinc
@@ -0,0 +1,37 @@
+ \section2 Specifying Analyzer Settings
+
+ \QC integrates \l{Analyzing Code}{Valgrind code analysis tools} for
+ detecting memory leaks and profiling function execution. You can configure
+ the tools according to your needs.
+
+ You can specify analyzer settings for the desktop and Qt Simulator targets.
+ You can specify them either globally for all projects or separately for each
+ project.
+
+ To specify analyzer settings for the current project:
+
+ \list 1
+
+ \o In the \gui {Analyzer Settings} section, select \gui Custom.
+
+ \o Specify analyzer settings for the project.
+
+ \image qtcreator-analyzer-settings.png "Analyzer Settings"
+
+ \endlist
+
+ For more information about the settings, see:
+
+ \list
+
+ \o \l{Selecting Options for Memory Analysis}
+
+ \o \l{Selecting Profiling Options}
+
+ \endlist
+
+ Click \gui {Restore Global} to revert to the global settings.
+
+ To specify global analyzer settings, select \gui {Tools > Options >
+ Analyzer}.
+
diff --git a/doc/src/projects/creator-projects-settings-run.qdoc b/doc/src/projects/creator-projects-settings-run.qdoc
index 5eb801724ea..3636b531836 100644
--- a/doc/src/projects/creator-projects-settings-run.qdoc
+++ b/doc/src/projects/creator-projects-settings-run.qdoc
@@ -50,6 +50,7 @@
\if defined(qcmanual)
\input projects/creator-projects-settings-run-desktop.qdocinc
+ \input projects/creator-projects-settings-run-analyze.qdocinc
\input symbian/creator-projects-settings-run-symbian.qdocinc
\input linux-mobile/creator-projects-settings-run-madde.qdocinc
\input linux-mobile/creator-projects-settings-run-generic-linux.qdocinc
diff --git a/doc/src/projects/creator-remote-compiler.qdoc b/doc/src/projects/creator-remote-compiler.qdoc
index 1d89d8a0de5..d5a502bdb0e 100644
--- a/doc/src/projects/creator-remote-compiler.qdoc
+++ b/doc/src/projects/creator-remote-compiler.qdoc
@@ -27,7 +27,7 @@
/*!
\contentspage index.html
- \previouspage creator-publish-ovi.html
+ \previouspage creator-publish-ovi-meego.html
\page creator-remote-compiler.html
\nextpage creator-help.html
diff --git a/doc/src/qtcreator.qdoc b/doc/src/qtcreator.qdoc
index 919b51f4112..4637d561c41 100644
--- a/doc/src/qtcreator.qdoc
+++ b/doc/src/qtcreator.qdoc
@@ -59,8 +59,6 @@
\o \l{Creating a Qt Quick Application}
\o \l{Creating a Qt Quick Application Using Qt Quick Components}
\o \l{Creating a Qt Widget Based Application}
- \o \l{Creating a Qt Widget Based Mobile Application}
-
\endlist
\o \l{Managing Projects}
\list
diff --git a/doc/src/qtquick/qtquick-app-development.qdoc b/doc/src/qtquick/qtquick-app-development.qdoc
index 499bcbc4dbb..4ab2e9d56dd 100644
--- a/doc/src/qtquick/qtquick-app-development.qdoc
+++ b/doc/src/qtquick/qtquick-app-development.qdoc
@@ -642,7 +642,7 @@
You can dowload QML templates that specify different types of screens from
\l{https://projects.developer.nokia.com/QMLTemplates}{QML Templates} for use in
- your Qt Quick projects. You can open and edit the templates in \QD.
+ your Qt Quick projects. You can open and edit the templates in \QMLD.
\section1 Adding Components to Screens
diff --git a/doc/src/qtquick/qtquick-app-tutorial.qdoc b/doc/src/qtquick/qtquick-app-tutorial.qdoc
index 8bce2e7d9b9..36ea3c832ce 100644
--- a/doc/src/qtquick/qtquick-app-tutorial.qdoc
+++ b/doc/src/qtquick/qtquick-app-tutorial.qdoc
@@ -56,8 +56,25 @@
\o Select \gui{File > New File or Project > Qt Quick Project > Qt Quick
Application > Choose}.
- \o Follow the instructions of the wizard to create a project called
- Transitions.
+ \o In the \gui{Name} field, type \bold {Transitions}.
+
+ \o In the \gui {Create in} field, enter the path for the project files.
+ For example, \c {C:\Qt\examples}, and then click \gui{Next}.
+
+ \o In the \gui {Application Type} dialog, select \gui {Built-in
+ elements only (for all platforms)}, and then click \gui{Next}.
+
+ \o Select targets, and then click \gui{Next}.
+
+ \note Targets are listed if you installed the appropriate
+ development environment, for example, as part of the \QSDK. You can
+ add targets later in the \gui Projects mode.
+
+ \o Select \gui Next in the following dialogs to use the default
+ settings.
+
+ \o Review the project settings, and click \gui{Finish} to create the
+ project.
\o Press \key {Ctrl+R} to run the application.
@@ -188,6 +205,10 @@
\endlist
+ The qml.main file should now look as follows:
+
+ \snippet examples/transitions/qml/Transitions/main.qml 0
+
\o In the \gui Navigator pane, copy topLeftRect (by pressing
\key {Ctrl+C}) and paste it to the canvas twice (by pressing
\key {Ctrl+V}). \QC renames the new instances of the element
@@ -236,6 +257,10 @@
You will create State2 later.
+ The qml.main file should now look as follows:
+
+ \snippet examples/transitions/qml/Transitions/main.qml 1
+
\endlist
\o Press \key {Ctrl+S} to save the changes.
@@ -331,4 +356,10 @@
Click the rectangles to view the animated transitions.
+ \section1 Example Code
+
+ When you have completed the steps, the main.qml file should look as follows:
+
+ \snippet examples/transitions/qml/Transitions/main.qml 2
+
*/
diff --git a/doc/src/symbian/symbiandev.qdoc b/doc/src/symbian/symbiandev.qdoc
index c7ac388ecf7..63054f273ec 100644
--- a/doc/src/symbian/symbiandev.qdoc
+++ b/doc/src/symbian/symbiandev.qdoc
@@ -227,7 +227,7 @@
\i Yes (Symbian Anna APIs)
\i Yes
\row
- \i Symbian Belle Qt 4.7.4
+ \i Symbian Belle Qt 4.7.4 (online installer only)
\i 1.1
\i 1.1
\i 1.2
@@ -251,12 +251,12 @@
Symbian and Qt 4.7.4 for Symbian support for Symbian devices with
the Application TRK debug agent.
- \note The \QSDK 1.1.2 and \QSDK 1.1.4 do not play well together. On Windows
- and Linux, you must use separate user accounts to install them or install
- them on separate development PCs.
+ \note Problems may arise if you install multiple instances of Qt SDK on the
+ same development PC using the same user account. Use separate user accounts
+ to install them or install them on separate development PCs.
\note Do not update \QSDK 1.1.2 with the \QSDK update tool, because
- the updater removes App TRK support and the older targets.
+ the updater removes App TRK support.
In general, if you use only Qt 4.6 APIs in the application, you
can use \gui {S60 5th Edition Qt 4.6.3} to build it. The application is
diff --git a/doc/src/widgets/qtdesigner-app-tutorial.qdoc b/doc/src/widgets/qtdesigner-app-tutorial.qdoc
index fc33906bbc3..d68dcf728fe 100644
--- a/doc/src/widgets/qtdesigner-app-tutorial.qdoc
+++ b/doc/src/widgets/qtdesigner-app-tutorial.qdoc
@@ -29,7 +29,7 @@
\contentspage index.html
\previouspage creator-qml-components-example.html
\page creator-writing-program.html
- \nextpage creator-mobile-example.html
+ \nextpage creator-project-managing.html
\title Creating a Qt Widget Based Application
diff --git a/doc/src/widgets/qtdesigner-mobile-app-tutorial.qdoc b/doc/src/widgets/qtdesigner-mobile-app-tutorial.qdoc
deleted file mode 100644
index 2d2e7da20da..00000000000
--- a/doc/src/widgets/qtdesigner-mobile-app-tutorial.qdoc
+++ /dev/null
@@ -1,291 +0,0 @@
-/****************************************************************************
-**
-** This file is part of Qt Creator
-**
-** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
-**
-** Contact: Nokia Corporation (qt-info@nokia.com)
-**
-**
-** GNU Free Documentation License
-**
-** Alternatively, this file may be used under the terms of the GNU Free
-** Documentation License version 1.3 as published by the Free Software
-** Foundation and appearing in the file included in the packaging of this
-** file.
-**
-** If you have questions regarding the use of this file, please contact
-** Nokia at qt-info@nokia.com.
-**
-****************************************************************************/
-
-// **********************************************************************
-// NOTE: the sections are not ordered by their logical order to avoid
-// reshuffling the file each time the index order changes (i.e., often).
-// Run the fixnavi.pl script to adjust the links to the index order.
-// **********************************************************************
-
-/*!
- \contentspage index.html
- \previouspage creator-writing-program.html
- \page creator-mobile-example.html
- \nextpage creator-project-managing.html
-
- \title Creating a Qt Widget Based Mobile Application
-
- \note To complete this tutorial, you must install \QSDK.
- The installation program installs and configures the necessary tool chains
- for mobile application development.
-
- This tutorial describes how to use \QC to create a small Qt
- application, Battery Indicator, that uses the System Information
- Mobility API to fetch battery information from the device.
-
- The user interface for the application is designed using Qt widgets. This
- enforces a platform look and feel for Symbian devices and Maemo 5 devices.
- However, to achieve a platform look and feel for MeeGo Harmattan devices,
- \l{Creating Qt Quick Applications}{create a Qt Quick Application} and use
- the Qt Quick components for MeeGo.
-
- \image qtcreator-batteryindicator-screenshot.png
-
- \section1 Creating the Battery Indicator Project
-
- \note Create the project with the \gui{Help} mode active so that you can
- follow these instructions while you work.
-
- \list 1
-
- \o Select \gui{File > New File or Project > Qt Widget Project > Mobile
- Qt Application > Choose}.
-
- \image qtcreator-new-mobile-project.png "New File or Project dialog"
-
- The \gui{Introduction and Project Location} dialog opens.
-
- \image qtcreator-mobile-intro-and-location.png "Introduction and Project Location dialog"
-
- \o In the \gui{Name} field, type \bold {BatteryIndicator}.
-
- \o In the \gui {Create in} field, enter the path for the project files.
- For example, \c {C:\Qt\examples}, and then click \gui{Next}.
-
- The \gui{Target Setup} dialog opens.
-
- \image qtcreator-mobile-project-qt-versions.png "Target Setup dialog"
-
- \o Select \gui {Symbian Device}, \gui {Maemo5}, \gui Harmattan, and
- \gui {Qt Simulator} targets, and click \gui{Next}.
-
- \note Targets are listed if you installed the appropriate
- development environment, for example, as part of the \QSDK. You can
- add targets later in the \gui Projects mode.
-
- The \gui {Mobile Options} dialog opens.
-
- \image qtcreator-mobile-project-app-options.png "Mobile Options dialog"
-
- \o In the \gui {Orientation behavior} field, determine how the
- application behaves when the orientation of the device display
- rotates between portrait and landscape, and then click \gui{Next}.
-
- \note This dialog opens only if you select \gui Maemo5 or
- \gui {Symbian Device} target in the \gui {Target Setup} dialog. On
- Harmattan, the Qt Quick Components for MeeGo provide native-looking
- rotation.
-
- The \gui {Symbian Specific} dialog opens.
-
- \image qtcreator-mobile-project-symbian-options.png "Symbian Specific dialog"
-
- \note \QC contains a default program icon and generates an
- \l{Application UID}, for testing the application on a device. You
- only need to change the icon and UID if you deliver the application
- for public use.
-
- \o Click \gui Next.
-
- The \gui {Maemo Specific} dialog opens.
-
- \image qtcreator-mobile-project-maemo-options.png "Maemo Specific dialog"
-
- \o In the \gui {Application icon} field, select the application
- icon to use on Maemo 5 or Harmattan targets, or click \gui Next to
- use the default icon.
-
- The \gui{Project Management} dialog opens.
-
- \image qtcreator-mobile-project-summary.png "Project Management dialog"
-
- \o Review the project settings, and click \gui{Finish} to create the
- project.
-
- \endlist
-
- The BatteryIndicator project now contains the following files:
-
- \list
-
- \o BatteryIndicator.pro
- \o main.cpp
- \o BatteryIndicator.svg
- \o BatteryIndicator.png
- \o BatteryIndicator.desktop
- \o deployment.pri
- \o mainwindow.cpp
- \o mainwindow.ui
- \o mainwindow.h
- \o templates for Debian deployment files
-
- \endlist
-
- \image qtcreator-mobile-project-contents.png "Project contents"
-
- The files come with the necessary boiler plate code that you must
- modify, as described in the following sections.
-
- \section1 Declaring the Qt Mobility API
-
- To use the Qt Mobility APIs or develop applications for Symbian
- devices, you must modify the .pro file to declare the Qt Mobility APIs
- that you use.
-
- This example uses the System Info API, so you must declare it, as
- illustrated by the following code snippet:
-
- \code
-
- CONFIG += mobility
- MOBILITY = systeminfo
-
- \endcode
-
- Each Mobility API has its corresponding value that you have to add
- as a value of MOBILITY to use the API. For a list of the APIs and the
- corresponding values that you can assign to MOBILITY, see the
- \l {http://doc.qt.nokia.com/qtmobility/quickstart.html}{Quickstart Example}.
-
- \section1 Designing the User Interface
-
- \list 1
-
- \o In the \gui{Editor} mode, double-click the mainwindow.ui
- file in the \gui{Projects} view to launch the integrated \QD.
-
- \o Drag and drop a \gui{Progress Bar}
- (\l{http://doc.qt.nokia.com/4.7/qprogressbar.html}{QProgressBar})
- widget to the form.
-
- \image qtcreator-mobile-project-widgets.png "Adding widgets to the UI"
-
- \o In the \gui Properties pane, change the \gui objectName to
- \bold batteryLevelBar.
-
- \o Right-click the \gui MainWindow object and select
- \gui {Lay Out > Lay Out Horizontally} to ensure that the battery
- indicator widget size is adjusted correctly on Maemo devices.
-
- \endlist
-
- \section1 Completing the Header File
-
- The mainwindow.h file contains some of the necessary #includes, a
- constructor, a destructor, and the \c{Ui} object. You must include
- the System Info header file, add a shortcut to the mobility name
- space, and add a private function to update the battery level value in
- the indicator when the battery power level changes.
-
- \list 1
-
- \o In the \gui{Projects} view, double-click the \c{mainwindow.h} file
- to open it for editing.
-
- \o Include the System Device Info header file, as illustrated by the
- following code snippet:
-
- \snippet examples/batteryindicator/mainwindow.h 1
-
- \o Add a shortcut to the mobility name space, as illustrated by the
- following code snippet:
-
- \snippet examples/batteryindicator/mainwindow.h 2
-
- \o Declare a private function in the \c{private} section, after the
- \c{Ui::MainWindow} function, as illustrated by the following code
- snippet:
-
- \snippet examples/batteryindicator/mainwindow.h 3
-
- \endlist
-
- \section1 Completing the Source File
-
- Now that the header file is complete, move on to the source file,
- mainwindow.cpp.
-
- \list 1
-
- \o In the \gui{Projects} view, double-click the mainwindow.cpp file
- to open it for editing.
-
- \o Create a QSystemDeviceInfo object and set its value. Then connect
- the signal that indicates that battery level changed to the
- \c setValue slot of the progress bar. This is illustrated by the
- following code snippet:
-
- \snippet examples/batteryindicator/mainwindow.cpp 1
-
- \o Use the constructor to set initial values and make sure that the
- created object is in a defined state, as illustrated by the
- following code snippet:
-
- \snippet examples/batteryindicator/mainwindow.cpp 2
-
- \endlist
-
- \section1 Compiling and Running Your Program
-
- Now that you have all the necessary code, select \gui {Qt Simulator}
- as the target and click the
- \inlineimage qtcreator-run.png
- button to build your program and run it in the Qt Simulator.
-
- In Qt Simulator, run the runOutOfBattery.qs example script
- to see the value change in the Battery Indicator application.
- Select \gui {Scripting > examples > runOutOfBattery.qs > Run}.
-
- \image qtcreator-mobile-simulated.png "Mobile example in Qt Simulator"
-
- \section1 Testing on a Symbian Device
-
- You also need to test the application on real devices. Before you can
- start testing on Symbian devices, you must connect them to the development
- PC by using a USB cable and install an on-device debugging agent on them.
-
- \list 1
-
- \o Install the necessary software on the device. For more information,
- see \l{Connecting Symbian Devices}.
-
- \o Start the CODA debugging agent on the device.
-
- \o Click the \gui {Target Selector} and select \gui {Symbian Device}.
-
- \o Click \gui Run to build the application for the Symbian device.
-
- \endlist
-
- \section1 Testing on the Maemo or MeeGo Harmattan Emulator
-
- The Maemo 5 (Fremantle) and MeeGo Harmattan emulator are installed as part
- of the \QSDK. After they are installed, you can start them from \QC.
-
- The Maemo emulator emulates the Nokia N900 device environment. You can test
- applications in conditions practically identical to running the application
- on a Nokia N900 device with the software update release 1.3 (V20.2010.36-2).
-
- The MeeGo Harmattan emulator emulates the Nokia N9 device environment.
-
- For more information, see \l{Using Maemo or MeeGo Harmattan Emulator}.
-
-*/
diff --git a/share/qtcreator/dumper/qttypes.py b/share/qtcreator/dumper/qttypes.py
index a04b407c65a..d99cf0fb6f4 100644
--- a/share/qtcreator/dumper/qttypes.py
+++ b/share/qtcreator/dumper/qttypes.py
@@ -1262,7 +1262,7 @@ def qdump__QSet(d, value):
isSimpleKey = isSimpleType(keyType)
node = hashDataFirstNode(value)
innerType = e_ptr.dereference().type
- with Children(d, size, numChild=1000, childType=keyType):
+ with Children(d, size, maxNumChild=1000, childType=innerType):
for i in xrange(size):
it = node.dereference().cast(innerType)
with SubItem(d, i):
diff --git a/share/qtcreator/templates/qtquickapp/main.cpp b/share/qtcreator/templates/qtquickapp/main.cpp
index e901e02f7bc..02640a21a39 100644
--- a/share/qtcreator/templates/qtquickapp/main.cpp
+++ b/share/qtcreator/templates/qtquickapp/main.cpp
@@ -4,12 +4,12 @@
Q_DECL_EXPORT int main(int argc, char *argv[])
{
QScopedPointer app(createApplication(argc, argv));
- QScopedPointer viewer(QmlApplicationViewer::create());
- viewer->addImportPath(QLatin1String("modules")); // ADDIMPORTPATH
- viewer->setOrientation(QmlApplicationViewer::ScreenOrientationAuto); // ORIENTATION
- viewer->setMainQmlFile(QLatin1String("qml/app/qtquick10/main.qml")); // MAINQML
- viewer->showExpanded();
+ QmlApplicationViewer viewer;
+ viewer.addImportPath(QLatin1String("modules")); // ADDIMPORTPATH
+ viewer.setOrientation(QmlApplicationViewer::ScreenOrientationAuto); // ORIENTATION
+ viewer.setMainQmlFile(QLatin1String("qml/app/qtquick10/main.qml")); // MAINQML
+ viewer.showExpanded();
return app->exec();
}
diff --git a/share/qtcreator/templates/qtquickapp/qml/app/qtquick10/main.qml b/share/qtcreator/templates/qtquickapp/qml/app/qtquick10/main.qml
index 1e61dc4e27f..4e38ee80425 100644
--- a/share/qtcreator/templates/qtquickapp/qml/app/qtquick10/main.qml
+++ b/share/qtcreator/templates/qtquickapp/qml/app/qtquick10/main.qml
@@ -1,4 +1,5 @@
-import QtQuick 1.0
+// import QtQuick 1.0 // to target S60 5th Edition or Maemo 5
+import QtQuick 1.1
Rectangle {
width: 360
diff --git a/share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.cpp b/share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.cpp
index 1bba248d974..448714fb524 100644
--- a/share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.cpp
+++ b/share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.cpp
@@ -11,10 +11,10 @@
#include
#include
+#include
#include
#include
#include
-#include
#include // MEEGO_EDITION_HARMATTAN
@@ -49,12 +49,9 @@ static QmlJsDebuggingEnabler enableDebuggingHelper;
class QmlApplicationViewerPrivate
{
- QmlApplicationViewerPrivate(QDeclarativeView *view_) : view(view_) {}
-
QString mainQmlFile;
- QDeclarativeView *view;
friend class QmlApplicationViewer;
- QString adjustPath(const QString &path);
+ static QString adjustPath(const QString &path);
};
QString QmlApplicationViewerPrivate::adjustPath(const QString &path)
@@ -76,34 +73,17 @@ QString QmlApplicationViewerPrivate::adjustPath(const QString &path)
QmlApplicationViewer::QmlApplicationViewer(QWidget *parent)
: QDeclarativeView(parent)
- , d(new QmlApplicationViewerPrivate(this))
+ , d(new QmlApplicationViewerPrivate())
{
connect(engine(), SIGNAL(quit()), SLOT(close()));
setResizeMode(QDeclarativeView::SizeRootObjectToView);
// Qt versions prior to 4.8.0 don't have QML/JS debugging services built in
#if defined(QMLJSDEBUGGER) && QT_VERSION < 0x040800
#if !defined(NO_JSDEBUGGER)
- new QmlJSDebugger::JSDebuggerAgent(d->view->engine());
+ new QmlJSDebugger::JSDebuggerAgent(engine());
#endif
#if !defined(NO_QMLOBSERVER)
- new QmlJSDebugger::QDeclarativeViewObserver(d->view, d->view);
-#endif
-#endif
-}
-
-QmlApplicationViewer::QmlApplicationViewer(QDeclarativeView *view, QWidget *parent)
- : QDeclarativeView(parent)
- , d(new QmlApplicationViewerPrivate(view))
-{
- connect(view->engine(), SIGNAL(quit()), view, SLOT(close()));
- view->setResizeMode(QDeclarativeView::SizeRootObjectToView);
- // Qt versions prior to 4.8.0 don't have QML/JS debugging services built in
-#if defined(QMLJSDEBUGGER) && QT_VERSION < 0x040800
-#if !defined(NO_JSDEBUGGER)
- new QmlJSDebugger::JSDebuggerAgent(d->view->engine());
-#endif
-#if !defined(NO_QMLOBSERVER)
- new QmlJSDebugger::QDeclarativeViewObserver(d->view, d->view);
+ new QmlJSDebugger::QDeclarativeViewObserver(this, this);
#endif
#endif
}
@@ -115,22 +95,18 @@ QmlApplicationViewer::~QmlApplicationViewer()
QmlApplicationViewer *QmlApplicationViewer::create()
{
-#ifdef HARMATTAN_BOOSTER
- return new QmlApplicationViewer(MDeclarativeCache::qDeclarativeView(), 0);
-#else
return new QmlApplicationViewer();
-#endif
}
void QmlApplicationViewer::setMainQmlFile(const QString &file)
{
- d->mainQmlFile = d->adjustPath(file);
- d->view->setSource(QUrl::fromLocalFile(d->mainQmlFile));
+ d->mainQmlFile = QmlApplicationViewerPrivate::adjustPath(file);
+ setSource(QUrl::fromLocalFile(d->mainQmlFile));
}
void QmlApplicationViewer::addImportPath(const QString &path)
{
- d->view->engine()->addImportPath(d->adjustPath(path));
+ engine()->addImportPath(QmlApplicationViewerPrivate::adjustPath(path));
}
void QmlApplicationViewer::setOrientation(ScreenOrientation orientation)
@@ -179,11 +155,11 @@ void QmlApplicationViewer::setOrientation(ScreenOrientation orientation)
void QmlApplicationViewer::showExpanded()
{
#if defined(Q_OS_SYMBIAN) || defined(MEEGO_EDITION_HARMATTAN) || defined(Q_WS_SIMULATOR)
- d->view->showFullScreen();
+ showFullScreen();
#elif defined(Q_WS_MAEMO_5)
- d->view->showMaximized();
+ showMaximized();
#else
- d->view->show();
+ show();
#endif
}
diff --git a/share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.h b/share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.h
index d6cb43e10ed..7f06207113f 100644
--- a/share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.h
+++ b/share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.h
@@ -37,7 +37,6 @@ public:
void showExpanded();
private:
- explicit QmlApplicationViewer(QDeclarativeView *view, QWidget *parent);
class QmlApplicationViewerPrivate *d;
};
diff --git a/share/qtcreator/translations/qtcreator_de.ts b/share/qtcreator/translations/qtcreator_de.ts
index a6bb182393b..f2da6a75d9e 100644
--- a/share/qtcreator/translations/qtcreator_de.ts
+++ b/share/qtcreator/translations/qtcreator_de.ts
@@ -1737,7 +1737,7 @@
Core::Internal::OpenWithDialogOpen file '%1' with:
- Öffne '%1; mit:
+ Öffne '%1' mit:
@@ -4832,7 +4832,7 @@ Add, modify, and remove document filters, which determine the documentation set
No user defined filters available or no filter selected.
- Es sind keine benutzerdefinierten Filter vorhanden beziehungsweise ausgewählt.
+ Es sind keine benutzerdefinierten Filter vorhanden oder ausgewählt.
@@ -6255,7 +6255,7 @@ rückgängig machen?
No user defined filters available or no filter selected.
- Es sind keine benutzerdefinierten Filter vorhanden beziehungsweise ausgewählt.
+ Es sind keine benutzerdefinierten Filter vorhanden oder ausgewählt.The filter "%1" will show every documentation file available, as no attributes are specified.
@@ -9046,7 +9046,7 @@ Wählt eine für Desktop-Entwicklung geeignete Qt-Version aus, sofern sie verfü
Creates a C++ library based on qmake. This can be used to create:<ul><li>a shared C++ library for use with <tt>QPluginLoader</tt> and runtime (Plugins)</li><li>a shared or static C++ library for use with another project at linktime</li></ul>
- Erstellt qmake-basierte C++-Bibliotheken:<ul><li>Dynamisch linkbare C++-Bibliothek zur Verwendung mit <tt>QPluginLoader</tt> zur Laufzeit (Plugin)</li><li>Statisch oder dynamisch linkbare C++-Bibliothek zur Verwendung in einem anderen Projekt zur Linkzeit</li></ul>.
+ Erstellt qmake-basierte C++-Bibliotheken:<ul><li>Dynamisch linkbare C++-Bibliothek zur Verwendung mit <tt>QPluginLoader</tt> zur Laufzeit (Plugin)</li><li>Statisch oder dynamisch linkbare C++-Bibliothek zur Verwendung in einem anderen Projekt zur Linkzeit</li></ul>Creates a C++ library based on qmake. This can be used to create:<ul><li>a shared C++ library for use with <tt>QPluginLoader</tt> and runtime (Plugins)</li><li>a shared or static C++ library for use with another project at linktime</li></ul>.
@@ -20146,7 +20146,7 @@ imported JavaScript libraries. Indicating that a library is
stateless means that a single instance will be shared among
all components. Stateless libraries will not be able to access
QML component instance objects and properties directly.
- Für gewöhnlich hat jede Instanz eine QML-Komponente eine eindeutige Kopie
+ Für gewöhnlich hat jede Instanz einer QML-Komponente eine eindeutige Kopie
der importierten Java-Script-Bibliotheken. Eine zustandslose Bibliothek wird
von allen Komponenten verwendet. Zustandslose Bibliotheken können nicht direkt
auf Instanzen von QML-Komponenten-Objekten und Eigenschaften zugreifen.
@@ -21662,7 +21662,7 @@ Gibt an, wie sich die Rücktaste bezüglich Einrückung verhält.
Bazaar Clone (Or Branch)
- Bazaar Clone (bzw. Branch)
+ Bazaar Clone (oder Branch)
@@ -26850,7 +26850,7 @@ Erfordert Qt 4.7.4 oder neuer sowie die Installation des Komponentensatzes für
Application icon (80x80):
- Icon der Anwendung n (80x80):
+ Icon der Anwendung (80x80):Generate code to speed up the launching on the device.
diff --git a/share/qtcreator/translations/qtcreator_ja.ts b/share/qtcreator/translations/qtcreator_ja.ts
index 1bdbacd74d6..b306557af95 100644
--- a/share/qtcreator/translations/qtcreator_ja.ts
+++ b/share/qtcreator/translations/qtcreator_ja.ts
@@ -5,7 +5,7 @@
AbstractLinuxDeviceDeployStepNo valid device set.
- 有効なデバイスが設定されていません。
+ 有効なデバイスが設定されていません。
@@ -117,7 +117,7 @@
Analyzer::AnalyzerRunControlBuild Issues
- ビルドの問題
+ ビルドの問題
@@ -138,7 +138,7 @@
Analyzer::Internal::AnalyzerPluginAnalyzer
- Category under which Analyzer tasks are listed in build issues view
+ Category under which Analyzer tasks are listed in Issues viewアナライザ
@@ -146,7 +146,7 @@
Analyzer::StartRemoteDialogStart Debugger
- デバッガ起動
+ デバッガ起動Remote
@@ -192,6 +192,10 @@
Working directory:作業ディレクトリ:
+
+ Start Remote Analysis
+ リモート解析開始
+ AnchorButtons
@@ -239,16 +243,20 @@
メッセージを送信できませんでした
- Unable to send command line arguments to the already running instance.It appears to be not responding. Do you want to start a new instance of Creator?
+ Unable to send command line arguments to the already running instance. It appears to be not responding. Do you want to start a new instance of Creator?実行中のインスタンスにコマンドライン引数を送れませんでした。応答がないようです。Creator を新たに開始しますか?
+
+ Unable to send command line arguments to the already running instance.It appears to be not responding. Do you want to start a new instance of Creator?
+ 実行中のインスタンスにコマンドライン引数を送れませんでした。応答がないようです。Creator を新たに開始しますか?
+ Could not find 'Core.pluginspec' in %1%1 に 'Core.pluginspec' が見つかりませんでしたQt Creator - Plugin loader messages
- Qt Creator - プラグインローダーからのメッセージ
+ Qt Creator - プラグインローダーからのメッセージ
@@ -271,10 +279,18 @@
Sysroot
- Sysroot
+ SysrootOverride &Start script:
+ 起動スクリプトを上書き(&S):
+
+
+ Sys&root:
+ sysroot(&R):
+
+
+ Override &start script:起動スクリプトを上書き(&S):
@@ -1074,7 +1090,7 @@ Local pulls are not applied to the master branch.
Add If Encoding Is UTF-8
- 文字コードが UTF-8 の時に追加する
+ 文字コードが UTF-8 の時に追加Keep If Already Present
@@ -1096,6 +1112,84 @@ Local pulls are not applied to the master branch.
Enable scroll &wheel zoomingホイールスクロールでの拡大縮小の有効化(&W)
+
+ Typing
+ タイピング
+
+
+ Enable automatic &indentation
+ 自動インデントの有効化(&I)
+
+
+ Backspace indentation:
+ Backspace インデント:
+
+
+ <html><head/><body>
+Specifies how backspace interacts with indentation.
+
+<ul>
+<li>None: No interaction at all. Regular plain backspace behavior.
+</li>
+
+<li>Follows Previous Indents: In leading white space it will take the cursor back to the nearest indentation level used in previous lines.
+</li>
+
+<li>Unindents: If the character behind the cursor is a space it behaves as a backtab.
+</li>
+</ul></body></html>
+
+ <html><head/><body>
+Backspace が押された時のインデントの動作を指定します。
+
+<ul>
+<li>なし: 何もしません。プレーンな Backspace の振る舞いです。
+</li>
+
+<li>前のインデントにあわせる: 空白が含まれている場合、前の行で使用しているインデントレベルに近いところまでカーソルを戻します。
+</li>
+
+<li>インデントしない: カーソル位置より前の文字が空白の場合、バックタブとして動作します。
+</li>
+</ul></body></html>
+
+
+
+ None
+ なし
+
+
+ Follows Previous Indents
+ 前のインデントにあわせる
+
+
+ Unindents
+ インデントを解除する
+
+
+ Tab key performs auto-indent:
+ タブ キーで自動インデントを行う:
+
+
+ Never
+ 実行しない
+
+
+ Always
+ 常時
+
+
+ In Leading White Space
+ 先頭が空白の場合
+
+
+ Enable &tooltips only when Shift key is down
+ Shift キーが押されている時だけツールチップを有効にする (&T)
+
+
+ Always write a newline character at the end of the file.
+ 常にファイルの末尾に改行文字を設定します。
+ BinEditorFile
@@ -1178,7 +1272,11 @@ Local pulls are not applied to the master branch.
Show Bookmark in New Tab
- ブックマークを新しいタブで開く
+ ブックマークを新しいタブで開く
+
+
+ Show Bookmark as New Page
+ ブックマークを新しいページで開くDelete Bookmark
@@ -1275,7 +1373,11 @@ Local pulls are not applied to the master branch.
BorderImageSpecificsImage
- 画像
+ 画像
+
+
+ BorderImage
+ BorderImageSource
@@ -2409,7 +2511,7 @@ Local pulls are not applied to the master branch.
Close temporary buffers on debugger exit.
- デバッガ終了時に一時バッファを閉じる。
+ デバッガ終了時に一時バッファを閉じる。Close temporary buffers on debugger exit
@@ -2417,7 +2519,7 @@ Local pulls are not applied to the master branch.
Switch to previous mode on debugger exit.
- デバッガ終了時に前のモードに切り替える。
+ デバッガ終了時に前のモードに切り替える。Switch to previous mode on debugger exit
@@ -2507,7 +2609,7 @@ should a repository require SSH-authentication (see documentation on SSH and the
&Automatically insert brackets
- 括弧を自動的に挿入する(&A)
+ 括弧を自動的に挿入する(&A)Behavior
@@ -2551,7 +2653,23 @@ should a repository require SSH-authentication (see documentation on SSH and the
Automatically insert brackets and semicolons when appropriate.
- 自動的に括弧を挿入し必要に応じてセミコロンも挿入します。
+ 自動的に括弧を挿入し必要に応じてセミコロンも挿入します。
+
+
+ Automatically insert semicolons and closing brackets, parentheses, curly braces, and quotes when appropriate.
+ 自動的にセミコロンや閉じ括弧、括弧、中括弧、および引用符を適切に挿入します。
+
+
+ &Automatically insert matching characters
+ マッチング文字を自動的に挿入する(&A)
+
+
+ When typing a matching character and there is a text selection, instead of removing the selection, surround it with the corresponding characters.
+ テキスト選択している状態でマッチング文字が入力された時に選択部分を削除する代わりに対応する文字で選択範囲を囲みます。
+
+
+ Surround &text selections
+ 選択しているテキスト範囲を囲む (&T)
@@ -2711,7 +2829,7 @@ should a repository require SSH-authentication (see documentation on SSH and the
Core::BaseFileWizardUnable to create the directory %1.
- ディレクトリ %1 を作成できません。
+ ディレクトリ %1 を作成できません。File Generation Failure
@@ -2864,6 +2982,22 @@ should a repository require SSH-authentication (see documentation on SSH and the
Y-coordinate of the current editor's upper left corner, relative to screen.画面上の現在のエディタの左上隅のY座標です。
+
+ Close "%1"
+ "%1" を閉じる
+
+
+ Close Editor
+ エディタを閉じる
+
+
+ Close All Except "%1"
+ "%1" 以外をすべて閉じる
+
+
+ Close Other Editors
+ 他のエディタを閉じる
+ File Errorファイルエラー
@@ -2884,10 +3018,22 @@ should a repository require SSH-authentication (see documentation on SSH and the
Cannot set permissions to writable.書き込み可能パーミッションを設定できません。
+
+ Cannot open the file for editing with VCS.
+ ファイルをバージョン管理システムで編集する為に開けませんでした。
+ Qt CreatorQt Creator
+
+ <b>Warning:</b> This file was not opened in %1 yet.
+ <b>警告:</b> このファイルはまだ %1 で開かれていません。
+
+
+ Open
+ 開く
+ Save %1 &As...%1 に名前をつけて保存(&A)...
@@ -3632,23 +3778,23 @@ should a repository require SSH-authentication (see documentation on SSH and the
Close Editor
- エディタを閉じる
+ エディタを閉じるClose "%1"
- "%1" を閉じる
+ "%1" を閉じるClose All Except "%1"
- "%1" 以外をすべて閉じる
+ "%1" 以外をすべて閉じるClose Other Editors
- 他のエディタを閉じる
+ 他のエディタを閉じるClose All Editors
- すべてのエディタを閉じる
+ すべてのエディタを閉じる
@@ -4090,6 +4236,14 @@ Note: This might remove the local file.
No type hierarchy available型階層が利用できません
+
+ Bases
+ 基底
+
+
+ Derived
+ 派生
+ CppEditor::Internal::InsertQtPropertyMembers
@@ -4144,7 +4298,24 @@ Note: This might remove the local file.
Global C++Settings
- Global C++
+ Global C++
+
+
+ Global
+ Settings
+ グローバル
+
+
+ Qt
+ Qt
+
+
+ GNU
+ GNU
+
+
+ Old Creator
+ 古い Creator
@@ -4165,7 +4336,7 @@ Note: This might remove the local file.
CppTools::Internal::CppCodeStylePreferencesWidgetCode style settings:
- コードスタイル設定:
+ コードスタイル設定:
@@ -4369,9 +4540,13 @@ if they would align to the next line
**************************************************************************/
+
+ Edit...
+ 編集...
+ Edit
- 編集
+ 編集Choose Location for New License Template File
@@ -4380,15 +4555,27 @@ if they would align to the next line
CppTools::Internal::CppFindReferences
+
+ C++ Usages:
+ C++ 出現箇所:
+ Searching検索中
+
+ C++ Macro Usages:
+ C++ マクロ出現箇所:
+ CppTools::Internal::CppFunctionsFilterMethods and functions
+ メソッドと関数
+
+
+ Methods and Functionsメソッドと関数
@@ -4407,7 +4594,7 @@ if they would align to the next line
unnamed
- 名前なし
+ 名前なし
@@ -4431,6 +4618,46 @@ if they would align to the next line
Searching検索中
+
+ C++ Symbols:
+ C++ シンボル:
+
+
+ Classes
+ クラス
+
+
+ Methods
+ メソッド
+
+
+ Enums
+ Enum
+
+
+ Declarations
+ 宣言
+
+
+ Scope: %1
+Types: %2
+Flags: %3
+ スコープ: %1
+型: %2
+フラグ: %3
+
+
+ All
+ すべて
+
+
+ Projects
+ プロジェクト
+
+
+ ,
+ ,
+ CppTools::Internal::SymbolsFindFilterConfigWidget
@@ -4495,11 +4722,11 @@ if they would align to the next line
Enclose in QLatin1Char(...)
- QLatin1Char()で囲む
+ QLatin1Char()で囲むEnclose in QLatin1String(...)
- QLatin1String()で囲む
+ QLatin1String()で囲むMark as Translatable
@@ -4521,6 +4748,14 @@ if they would align to the next line
Convert to Objective-C String LiteralObjective-C 文字列リテラルに変換する
+
+ Enclose in %1(...) (Qt %2)
+ %1(...) (Qt %2) で囲む
+
+
+ Enclose in %1(...)
+ %1(...)で囲む
+ Convert to Hexadecimal16進数に変換
@@ -4565,27 +4800,27 @@ if they would align to the next line
Debugger::Cdb::CdbBreakEventWidgetC++ exception
- C++ 例外
+ C++ 例外Thread creation
- スレッド生成
+ スレッド生成Thread exit
- スレッド終了
+ スレッド終了Load module:
- モジュール読み込み:
+ モジュール読み込み:Unload module:
- モジュール解放:
+ モジュール解放:Output:
- 出力:
+ 出力:
@@ -5105,6 +5340,14 @@ Qt Creator はアタッチできません。
Watchpoint at Expression式の監視ポイント
+
+ Breakpoint on QML Signal Handler
+ QML シグナルハンドラ上のブレークポイント
+
+
+ Breakpoint at JavaScript throw
+ JavaScript throw に関連づいたブレークポイント
+ Unknown Breakpoint Type未知のブレークポイントの種類
@@ -5267,6 +5510,14 @@ Qt Creator はアタッチできません。
Break on data access at address given by expression式によって得られるアドレスのデータアクセス時にブレーク
+
+ Break on QML signal handler
+ QML シグナルハンドラにブレーク
+
+
+ Break when JavaScript exception is thrown
+ JavaScript 例外が throw された時にブレーク
+ Debugger command to be executed when the breakpoint is hit.
GDB allows for specifying a sequence of commands separated by the delimiter '\n'.
@@ -5415,6 +5666,10 @@ debugger start-up times (CDB, LLDB).
The CDB debug engine does not support the %1 ABI.CDB デバッガエンジンは %1 ABI をサポートしていません。
+
+ The CDB debug engine cannot debug gdb core files.
+ CDB デバッガエンジンは GDB コアファイルをデバッグできません。
+ The console process '%1' could not be started.コンソールプロセス '%1' を開始できませんでした。
@@ -5518,6 +5773,18 @@ debugger start-up times (CDB, LLDB).
Use CDB &consoleCDB コンソールを使用(&C)
+
+ Breakpoints
+ ブレークポイント
+
+
+ <html><head/><body><p>Attempt to correct the location of a breakpoint based on file and line number should it be in a comment or in a line for which no code is generated. The correction is based on the code model.</p></body></html>
+ <html><head/><body><p>コメントや実行コードが生成されない部分へのブレークポイントの情報(ファイルや行番号)の補正を試みます。補正はコードモデルに基づいて行われます。</p></body></html>
+
+
+ Correct breakpoint location
+ ブレークポイント位置を補正
+ Debugger::Internal::CdbSymbolPathListEditor
@@ -5770,7 +6037,11 @@ debugger start-up times (CDB, LLDB).
Open Qt4 Options
- Qt4 オプションを開く
+ Qt4 オプションを開く
+
+
+ Open Qt Options
+ Qt オプションを開くTurn off Helper Usage
@@ -5898,11 +6169,23 @@ debugger start-up times (CDB, LLDB).
Attach to Core...
- コアファイルへアタッチ...
+ コアファイルにアタッチ...
+
+
+ Start and Debug Remote Application...
+ リモートアプリケーションのデバッグ実行...
+
+
+ Attach to Remote Debug Server...
+ リモートデバッグサーバにアタッチ...
+
+
+ Attach to QML Port...
+ QML ポートにアタッチ...Start and Attach to Remote Application...
- リモートアプリケーションを実行してアタッチ...
+ リモートアプリケーションを実行してアタッチ...Attach to Remote CDB Session...
@@ -6269,6 +6552,10 @@ debugger start-up times (CDB, LLDB).
The gdb process crashed some time after starting successfully.GDB プロセスは起動に成功した後、クラッシュしました。
+
+ The gdb process was ended forcefully
+ GDB プロセスが強制終了されました
+ An error occurred when attempting to write to the gdb process. For example, the process may not be running, or it may have closed its input channel.GDB プロセスへの要求送信時にエラーが発生しました。プロセスが既に終了しているか、入力チャネルが閉じられている可能性があります。
@@ -6356,7 +6643,7 @@ You can choose between waiting longer or abort debugging.
The GDB installed at %1 cannot find a valid python installation in its subdirectories.
You may set the environment variable PYTHONPATH to point to your installation.
- %1 にインストールされている GDB はサブディレクトリ内に正しくインストールされている python を見つけられませんでした。環境変数 PYTHONPATH でインストール先を設定して下さい。
+ %1 にインストールされている GDB はサブディレクトリ内に正しくインストールされている python を見つけられませんでした。環境変数 PYTHONPATH でインストール先を設定して下さい。The gdb process crashed.
@@ -6793,7 +7080,7 @@ Setting breakpoints by file name and line number may fail.
Adjust Column Widths to Contents
- 内容に合わせて列幅を調整
+ 内容に合わせて列幅を調整
@@ -6883,9 +7170,17 @@ Setting breakpoints by file name and line number may fail.
The slave debugging engine required for combined QML/C++-Debugging could not be created: %1QMLとC++の同時デバッグに必要なスレーブ側のデバッグエンジンが作成できませんでした: %1
+
+ C++ debugger activated
+ C++ デバッガがアクティブになりました
+
+
+ QML debugger activated
+ QML デバッガがアクティブになりました
+ %1 debugger activated
- デバッガ %1 がアクティブになりました
+ デバッガ %1 がアクティブになりました
@@ -6894,6 +7189,10 @@ Setting breakpoints by file name and line number may fail.
QML Debugger connected.QML デバッガは接続しました。
+
+ QML Debugger connecting...
+ QML デバッガに接続中...
+ Qt CreatorQt Creator
@@ -6947,15 +7246,15 @@ Do you want to retry?
<p>An uncaught exception occurred:</p><p>%1</p>
- <p>catch されていない例外が発生しました:</p><p>%1</p>
+ <p>catch されていない例外が発生しました:</p><p>%1</p><p>An uncaught exception occurred in <i>%1</i>:</p><p>%2</p>
- <p>catch されていない例外が <i>%1</i> で発生しました:</p><p>%2</p>
+ <p>catch されていない例外が <i>%1</i> で発生しました:</p><p>%2</p>Uncaught Exception
- catch されていない例外
+ catch されていない例外QML Debugger disconnected.
@@ -6969,9 +7268,13 @@ Do you want to retry?
名前
- Value (base %1)
+ Value (Base %1)値 (%1進表示)
+
+ Value (base %1)
+ 値 (%1進表示)
+ Debugger::Internal::RegisterMemoryView
@@ -7040,7 +7343,7 @@ Do you want to retry?
Adjust Column Widths to Contents
- 内容に合わせて列幅を調整
+ 内容に合わせて列幅を調整
@@ -7106,6 +7409,10 @@ Do you want to retry?
デバッグ情報の読み込みに失敗:
+
+ Interrupting not possible
+ 割り込み不可
+ Debugger::Internal::ScriptConsole
@@ -7182,7 +7489,7 @@ Do you want to retry?
Adjust Column Widths to Contents
- 内容に合わせて列幅を調整
+ 内容に合わせて列幅を調整
@@ -7290,7 +7597,7 @@ Do you want to retry?
Adjust Column Widths to Contents
- 内容に合わせて列幅を調整
+ 内容に合わせて列幅を調整
@@ -7325,6 +7632,10 @@ Do you want to retry?
Select Debuggerデバッガの選択
+
+ Select Location of Debugging Information
+ デバッガ情報のパスの選択
+ Select Executable実行ファイルの選択
@@ -7375,6 +7686,10 @@ Do you want to retry?
Stopped at:停止位置:
+
+ ID
+ ID
+ Function関数
@@ -7399,13 +7714,17 @@ Do you want to retry?
State状態
+
+ Target ID
+ ターゲット ID
+ Name名前Thread ID
- スレッドID
+ スレッドID
@@ -7416,7 +7735,7 @@ Do you want to retry?
Adjust Column Widths to Contents
- 内容に合わせて列幅を調整
+ 内容に合わせて列幅を調整
@@ -7557,6 +7876,10 @@ Do you want to retry?
UTF8 stringUTF-8 文字列
+
+ Local 8bit string
+ ローカル 8bit 文字列
+ UTF16 stringUTF-16 文字列
@@ -7614,7 +7937,7 @@ Do you want to retry?
Adjust Column Widths to Contents
- 内容に合わせて列幅を調整
+ 内容に合わせて列幅を調整Open Memory Editor at Object's Address (0x%1)
@@ -7628,6 +7951,14 @@ Do you want to retry?
Change Display Format...表示フォーマットを変更...
+
+ Memory Referenced by Pointer "%1" (0x%2)
+ ポインタ "%1" (0x%2) によって参照されているメモリ
+
+
+ Memory at Variable "%1" (0x%2)
+ 変数 "%1" (0x%2) のメモリ
+ Treat All Characters as Printableすべての文字を印刷可能文字として扱う
@@ -7664,11 +7995,11 @@ Do you want to retry?
Memory Referenced by Pointer '%1' (0x%2)
- ポインタ '%1' (0x%2) によって参照されているメモリ
+ ポインタ '%1' (0x%2) によって参照されているメモリMemory at Variable '%1' (0x%2)
- 変数 '%1' (0x%2) のメモリ
+ 変数 '%1' (0x%2) のメモリCannot Display Stack Layout
@@ -7702,6 +8033,10 @@ Do you want to retry?
Remove Evaluated Expression "%1"評価済み式 "%1" を削除
+
+ Show Unprintable Characters as Escape Sequences
+ 印刷不可文字をエスケープシーケンスとして表示
+ Use Display Format Based on Type型に従った表示フォーマットを使う
@@ -7742,13 +8077,17 @@ Do you want to retry?
Insert New Evaluated Expression新しい評価済み式を追加
+
+ Remove All Evaluated Expressions
+ すべての評価済み式を削除
+ Copy Value to Clipboardクリップボードに値をコピーRemove All Watch Items
- すべての監視項目を削除
+ すべての監視項目を削除Open Memory View at Object's Address (0x%1)
@@ -7844,17 +8183,29 @@ Do you want to retry?
closing...閉じています...
+
+ Status of '%1' changed to 'unavailable'.
+ '%1' のステータスが 'unavailable' に変化しました。
+
+
+ Status of '%1' changed to 'enabled'.
+ '%1' のステータスが 'enabled' に変化しました。
+
+
+ Status of '%1' changed to 'not connected'.
+ '%1' のステータスが 'not connected' に変化しました。
+ Debug service '%1' became unavailable.
- デバッグサービス '%1' は使用できなくなります。
+ デバッグサービス '%1' は使用できなくなります。Connected to debug service '%1'.
- デバッグサービス '%1' に接続しました。
+ デバッグサービス '%1' に接続しました。Not connected to debug service '%1'.
- デバッグサービス '%1' に接続していません。
+ デバッグサービス '%1' に接続していません。
@@ -8226,7 +8577,13 @@ Rebuilding the project might help.
Designer::Internal::QtCreatorIntegrationThe class definition of '%1' could not be found in %2.
- %2 に '%1' のクラス定義が見つかりませんでした。
+ %2 に '%1' のクラス定義が見つかりませんでした。
+
+
+ The class containing '%1' could not be found in %2.
+Please verify the #include-directives.
+ クラス '%1' は %2 で見つけられませんでした。
+#include ディレクティブを確認して下さい。Error finding/adding a slot.
@@ -8262,7 +8619,11 @@ Rebuilding the project might help.
Add
- 追加
+ 追加
+
+
+ Add...
+ 追加...
@@ -8373,19 +8734,19 @@ Rebuilding the project might help.
ExampleBrowserSearch in Tutorials
- チュートリアルを探す
+ チュートリアルを探すSearch in Tutorials, Examples and Demos
- チュートリアルやサンプル、デモを探す
+ チュートリアルやサンプル、デモを探すShow Examples and Demos
- サンプルやデモを表示する
+ サンプルやデモを表示するTag List
- タグ一覧
+ タグ一覧
@@ -8910,11 +9271,19 @@ Reason: %3
FeaturedAndNewsListingFeatured News
- 注目のニュース
+ 注目のニュース
+
+
+ Latest News
+ 最新ニュースFeedback
+
+ Search in Tutorials, Examples and Demos
+ チュートリアルやサンプル、デモを探す
+ Open Project...プロジェクトを開く...
@@ -9015,11 +9384,11 @@ The attributes are defined in the documents. Select them to display a set of rel
Find::Internal::FindDialogSearch for...
- 検索...
+ 検索...Sc&ope:
- 範囲(&O):
+ 範囲(&O):&Search
@@ -9027,31 +9396,55 @@ The attributes are defined in the documents. Select them to display a set of rel
Search &for:
- 検索文字列(&F):
+ 検索文字列(&F):Close
- 閉じる
+ 閉じる&Case sensitive
- 大文字/小文字を区別する(&C)
+ 大文字/小文字を区別する(&C)&Whole words only
- 単語単位で検索する(&W)
+ 単語単位で検索する(&W)Search && Replace
- 検索 && 置換
+ 検索 && 置換Use regular e&xpressions
- 正規表現を使用(&X)
+ 正規表現を使用(&X)Cancel
- キャンセル
+ キャンセル
+
+
+ Sco&pe:
+ スコープ(&P):
+
+
+ Sear&ch for:
+ 検索文字列(&C):
+
+
+ Case sensiti&ve
+ 大文字/小文字を区別(&V)
+
+
+ Whole words o&nly
+ 単語単位で検索(&N)
+
+
+ Use re&gular expressions
+ 正規表現を使用(&G)
+
+
+ Search && &Replace
+ 検索して置換(&R)
@@ -9152,31 +9545,39 @@ The attributes are defined in the documents. Select them to display a set of rel
No matches found!
- 見つかりませんでした!
+ 見つかりませんでした!
+
+
+ New Search
+ 新しい検索Expand Allすべて展開
+
+ %1 %2
+ %1 %2
+ Replace with:
- 置換文字列:
+ 置換文字列:Replace all occurrences
- すべての出現箇所を置換します
+ すべての出現箇所を置換しますReplace
- 置換
+ 置換This change cannot be undone.
- この変更は正常に完了できない可能性があります。
+ この変更は正常に完了できない可能性があります。Do not warn again
- 再度警告しない
+ 再度警告しないCollapse All
@@ -9409,7 +9810,7 @@ on slow machines. In this case, the value should be increased.
<html><head/><body><p>Selecting this enables reverse debugging.</p><.p><b>Note:</b>This feature is very slow and unstable on the GDB side. It exhibits unpredictable behaviour when going backwards over system calls and is very likely to destroy your debugging session.</p><body></html>
- <html><head/><body><p>このオプションを有効にするとリバースデバッグが可能になります。</p><.p><b>注意:</b>この機能を有効にすると、GDB 側がとても遅く不安定になります。またシステムコールを跨いだ逆実行は予期しない挙動を示したりデバッグセッションを壊すような事になります。</p><body></html>
+ <html><head/><body><p>このオプションを有効にするとリバースデバッグが可能になります。</p><.p><b>注意:</b>この機能を有効にすると、GDB 側がとても遅く不安定になります。またシステムコールを跨いだ逆実行は予期しない挙動を示したりデバッグセッションを壊すような事になります。</p><body></html>Stop when a qFatal is issued
@@ -9419,6 +9820,18 @@ on slow machines. In this case, the value should be increased.
Always try to set breakpoints in plugins automatically常にプラグイン内にブレークポイントを自動的に設定
+
+ This adds common paths to locations of debug information at debugger startup.
+ デバッガ起動時にデバッグ情報のパスに共通パスを加えます。
+
+
+ Use common locations for debug information automatically
+ 自動的にデバッグ情報に共通パスを使用する
+
+
+ <html><head/><body><p>Selecting this enables reverse debugging.</p><.p><b>Note:</b> This feature is very slow and unstable on the GDB side. It exhibits unpredictable behavior when going backwards over system calls and is very likely to destroy your debugging session.</p><body></html>
+ <html><head/><body><p>このオプションを有効にするとリバースデバッグが可能になります。</p><.p><b>注意:</b> この機能を有効にすると、GDB 側がとても遅く不安定になります。またシステムコールを跨いだ逆実行は予期しない挙動を示したりデバッグセッションを壊すような事になります。</p><body></html>
+ GeneralSettingsPage
@@ -10111,7 +10524,7 @@ These files are preserved.
Cannot locate "%1".
- "%1" を見つける事ができません。
+ "%1" を見つける事ができません。Cannot launch "%1".
@@ -10198,7 +10611,7 @@ These files are preserved.
Git::Internal::GitCommandError: Git timed out after %1s.
- エラー: Git は %1 秒でタイムアウトしました。
+ エラー: Git は %1 秒でタイムアウトしました。
@@ -10236,7 +10649,7 @@ These files are preserved.
Blame
- 編集者の表示
+ 編集者の表示Blame for "%1"
@@ -10306,7 +10719,7 @@ These files are preserved.
Undo Uncommited Changes...
- コミットされていない変更を元に戻す...
+ コミットされていない変更を元に戻す...Stash
@@ -10444,6 +10857,10 @@ These files are preserved.
Logログ
+
+ Blame Current File
+ 現在のファイルの編集者を表示
+ Diff of "%1""%1" の差分表示
@@ -10460,6 +10877,10 @@ These files are preserved.
Statusステータス
+
+ Undo Uncommitted Changes...
+ コミットされていない変更を元に戻す...
+ Clean...クリーン...
@@ -10520,7 +10941,7 @@ These files are preserved.
Git::Internal::GitShowArgumentsWidgetSelect the pretty printing format.
- 出力フォーマットを選択して下さい。
+ 出力フォーマットを選択して下さい。oneline
@@ -10644,7 +11065,7 @@ These files are preserved.
Git needs to find Perl in the environment as well.
- Git は Perl コマンドが正しく動く環境を必要とします。
+ Git は Perl コマンドが正しく動く環境を必要とします。Note that huge amount of commits might take some time.
@@ -10652,7 +11073,7 @@ These files are preserved.
Log commit display count:
- コミットログの表示件数:
+ コミットログの表示件数:Git
@@ -10684,7 +11105,7 @@ These files are preserved.
Environment Variables
- 環境変数
+ 環境変数From System
@@ -10702,6 +11123,18 @@ These files are preserved.
Arguments:引数:
+
+ Customize Environment:
+ 環境カスタマイズ:
+
+
+ Git needs to find Perl in the environment.
+ Git は Perl コマンドが正しく動く環境を必要とします。
+
+
+ Log count:
+ ログ上限:
+ Git::Internal::SettingsPageWidget
@@ -10834,7 +11267,7 @@ You can choose between stashing the changes or discarding them.
'%1' failed (exit code %2).
-
+
'%1' が失敗しました(終了コード %2)。
@@ -10842,7 +11275,7 @@ You can choose between stashing the changes or discarding them.
'%1' completed (exit code %2).
-
+
'%1' が成功しました(終了コード %2)。
@@ -11039,6 +11472,10 @@ You can choose between stashing the changes or discarding them.
Resize wraps
+ 移動の折り返し
+
+
+ Navigation wraps移動の折り返し
@@ -11873,7 +12310,7 @@ QML コンポーネントのインスタンスオブジェクトとそのプロ
LocatorFilters
- フィルタ
+ フィルタLocator
@@ -12215,7 +12652,7 @@ To do this, you type this shortcut and a space in the Locator entry field, and t
MaemoConfigTestDialogDevice Configuration Test
- デバイス構成のテスト
+ デバイス構成のテスト
@@ -12226,23 +12663,23 @@ To do this, you type this shortcut and a space in the Locator entry field, and t
Device configuration:
- デバイス構成:
+ デバイス構成:<a href="irrelevant">Manage device configurations</a>
- <a href="irrelevant">デバイス構成の管理</a>
+ <a href="irrelevant">デバイス構成の管理</a>These show the INSTALLS settings from the project file(s).
- プロジェクトファイルから INSTALLS の設定を表示します。
+ プロジェクトファイルから INSTALLS の設定を表示します。Files to install for subproject:
- サブプロジェクトにインストールするファイル:
+ サブプロジェクトにインストールするファイル:Edit the project file to add or remove entries.
- 項目の追加・削除にはプロジェクトファイルを編集して下さい。
+ 項目の追加・削除にはプロジェクトファイルを編集して下さい。Add Desktop File
@@ -12336,7 +12773,7 @@ To do this, you type this shortcut and a space in the Locator entry field, and t
Do wou want to re-use an existing pair of keys or should a new one be created?
- 既存の公開鍵/秘密鍵を再利用しますか、それとも新しい鍵を作成しますか?
+ 既存の公開鍵/秘密鍵を再利用しますか、それとも新しい鍵を作成しますか?Re-use existing keys
@@ -12354,6 +12791,10 @@ To do this, you type this shortcut and a space in the Locator entry field, and t
Create new keys新しく鍵を作成
+
+ Do you want to re-use an existing pair of keys or should a new one be created?
+ 既存の公開鍵/秘密鍵を再利用しますか、それとも新しい鍵を作成しますか?
+ MaemoDeviceConfigWizardStartPage
@@ -12394,107 +12835,107 @@ To do this, you type this shortcut and a space in the Locator entry field, and t
MaemoDeviceConfigurationsSettingsWidgetMaemo Device Configurations
- Maemo デバイス構成
+ Maemo デバイス構成&Configuration:
- 構成(&C):
+ 構成(&C):&Name:
- 名前(&N):
+ 名前(&N):Device type:
- デバイス種類:
+ デバイス種類:Authentication type:
- 認証方法:
+ 認証方法:Password
- パスワード
+ パスワード&Key
- 鍵(&K)
+ 鍵(&K)&Host name:
- ホスト名(&H):
+ ホスト名(&H):IP or host name of the device
- デバイスのIPアドレス/ホスト名
+ デバイスのIPアドレス/ホスト名&SSH port:
- SSH ポート(&S):
+ SSH ポート(&S):Free ports:
- 空きポート:
+ 空きポート:You can enter lists and ranges like this: 1024,1026-1028,1030
- 複数のポートや範囲で指定する事もできます: 1024,1026-1028,1030
+ 複数のポートや範囲で指定する事もできます: 1024,1026-1028,1030TextLabel
- TextLabel
+ TextLabelConnection time&out:
- 接続タイムアウト(&O):
+ 接続タイムアウト(&O):s
- 秒
+ 秒&Username:
- ユーザー名(&U):
+ ユーザー名(&U):&Password:
- パスワード(&P):
+ パスワード(&P):Show password
- パスワードを表示
+ パスワードを表示Private key file:
- 秘密鍵ファイル:
+ 秘密鍵ファイル:Set as Default
- デフォルトに設定
+ デフォルトに設定OS type:
- OS:
+ OS:&Add
- 追加(&A)
+ 追加(&A)&Remove
- 削除(&R)
+ 削除(&R)Click here if you do not have an SSH key yet.
- SSH 鍵が無い場合、クリックして下さい。
+ SSH 鍵が無い場合、クリックして下さい。Set As Default
- デフォルトに設定
+ デフォルトに設定&Generate SSH Key...
- SSH 鍵を生成(&G)...
+ SSH 鍵を生成(&G)...
@@ -12513,7 +12954,7 @@ To do this, you type this shortcut and a space in the Locator entry field, and t
Edit
- 編集
+ 編集Package name:
@@ -12543,24 +12984,28 @@ To do this, you type this shortcut and a space in the Locator entry field, and t
Edit spec filespec ファイルを編集
+
+ Edit...
+ 編集...
+ MaemoProFilesUpdateDialogMaemo Deployment Issue
- Maemo 転送時の問題
+ Maemo 転送時の問題The project files listed below do not contain Maemo deployment information, which means the respective targets cannot be deployed to and/or run on a device. Qt Creator will add the missing information to these files if you check the respective rows below.
- 以下のプロジェクトファイルには Maemo へ転送する為の情報が含まれていないので、各ターゲットに転送してデバイス上で実行することが出来ません。以下の各行にチェックすれば、Qt Creator は必要な情報をこれらのファイルに追加します。
+ 以下のプロジェクトファイルには Maemo へ転送する為の情報が含まれていないので、各ターゲットに転送してデバイス上で実行することが出来ません。以下の各行にチェックすれば、Qt Creator は必要な情報をこれらのファイルに追加します。&Check all
- すべてチェック(&C)
+ すべてチェック(&C)&Uncheck All
- すべてのチェックを外す(&U)
+ すべてのチェックを外す(&U)
@@ -12664,66 +13109,66 @@ To do this, you type this shortcut and a space in the Locator entry field, and t
MaemoRemoteProcessesDialogList of Remote Processes
- リモートプロセスの一覧
+ リモートプロセスの一覧&Filter by process name:
- フィルタするプロセス名(&F):
+ フィルタするプロセス名(&F):&Update List
- 一覧を更新(&U)
+ 一覧を更新(&U)&Kill Selected Process
- 選択されたプロセスを kill(&K)
+ 選択されたプロセスを kill(&K)MaemoSshConfigDialogSSH Key Configuration
- SSH 鍵の設定
+ SSH 鍵の設定Options
- オプション
+ オプションKey algorithm:
- 鍵アルゴリズム:
+ 鍵アルゴリズム:Key
- 鍵
+ 鍵Key &size:
- 鍵サイズ(&S):
+ 鍵サイズ(&S):&RSA
- &RSA
+ &RSA&DSA
- &DSA
+ &DSA&Generate SSH Key
- SSH 鍵を生成(&G)
+ SSH 鍵を生成(&G)Save P&ublic Key...
- 公開鍵を保存(&U)...
+ 公開鍵を保存(&U)...Save Pr&ivate Key...
- 秘密鍵を保存(&I)...
+ 秘密鍵を保存(&I)...&Close
- 閉じる(&C)
+ 閉じる(&C)
@@ -13107,7 +13552,7 @@ To do this, you type this shortcut and a space in the Locator entry field, and t
The number of recent commit logs to show, choose 0 to see all enteries
- 表示される最新のコミットログの上限数です。0 を指定するとすべて表示されます
+ 表示される最新のコミットログの上限数です。0 を指定するとすべて表示されますTimeout:
@@ -13129,6 +13574,10 @@ To do this, you type this shortcut and a space in the Locator entry field, and t
Default email:メールアドレス:
+
+ The number of recent commit logs to show, choose 0 to see all entries.
+ 表示される最新のコミットログの上限数です。0 を指定するとすべて表示されます。
+ Mercurial::Internal::OptionsPageWidget
@@ -13172,7 +13621,11 @@ To do this, you type this shortcut and a space in the Locator entry field, and t
Specify Url:
- 指定URL:
+ 指定URL:
+
+
+ Specify URL:
+ URL を指定:
@@ -13457,11 +13910,11 @@ To do this, you type this shortcut and a space in the Locator entry field, and t
Add
- 追加
+ 追加Edit
- 編集
+ 編集Remove
@@ -13471,6 +13924,14 @@ To do this, you type this shortcut and a space in the Locator entry field, and t
Reset all to default.すべてをデフォルトに戻します。
+
+ Add...
+ 追加...
+
+
+ Edit...
+ 編集...
+ MobileAppWizard
@@ -13506,7 +13967,11 @@ Preselects Qt for Simulator and mobile targets if available.
Application icon (%%w%%x%%h%%):
- アプリケーションアイコン (%%w%%x%%h%%):
+ アプリケーションアイコン (%%w%%x%%h%%):
+
+
+ Application icon (64x64):
+ アプリケーションアイコン (64x64):
@@ -14371,7 +14836,11 @@ Preselects Qt for Simulator and mobile targets if available.
ProjectExplorerProjects
- プロジェクト
+ プロジェクト
+
+
+ Build & Run
+ ビルドして実行Other Project
@@ -14484,12 +14953,12 @@ Preselects Qt for Simulator and mobile targets if available.
CompileCategory for compiler isses listened under 'Build Issues'
- コンパイル
+ コンパイルBuild SystemCategory for build system isses listened under 'Build Issues'
- ビルドシステム
+ ビルドシステムBuild canceled
@@ -14511,6 +14980,16 @@ Preselects Qt for Simulator and mobile targets if available.
Buildビルド
+
+ Compile
+ Category for compiler isses listed under 'Issues'
+ コンパイル
+
+
+ Build System
+ Category for build system isses listed under 'Issues'
+ ビルドシステム
+ Error while building project %1 (target: %2)プロジェクト %1 をビルド中にエラー (ターゲット: %2)
@@ -14614,7 +15093,7 @@ Preselects Qt for Simulator and mobile targets if available.
ProjectExplorer::CustomProjectWizardThe project %1 could not be opened.
- プロジェクト %1 を開けませんでした。
+ プロジェクト %1 を開けませんでした。
@@ -14624,6 +15103,14 @@ Preselects Qt for Simulator and mobile targets if available.
Default short title for custom wizard page to be shown in the progress pane of the wizard.詳細
+
+ Creates a plain C project using qmake, not using the Qt library.
+ Qt ライブラリを使わない QMake を使ったプレーンな C プロジェクトを作成します。
+
+
+ Creates a plain C++ project using qmake, not using the Qt library.
+ Qt ライブラリを使わない QMake を使ったプレーンな C++ プロジェクトを作成します。
+ Creates a C++ plugin that makes it possible to offer extensions that can be loaded dynamically into applications using the QDeclarativeEngine class.QDeclarativeEngine クラスを使用しているアプリケーションに動的に読み込ませる事が可能になる C++ プラグインを作成します。
@@ -14660,10 +15147,26 @@ Preselects Qt for Simulator and mobile targets if available.
Qt Creator pluginQt Creator プラグイン
+
+ URL:
+ URL:
+ Other Project他のプロジェクト
+
+ Plain C Project
+ プレーンな C プロジェクト
+
+
+ Creates a plain C++ project using QMake, not using the Qt library.
+ Qt ライブラリを使わない QMake を使ったプレーンな C++ プロジェクトを作成します。
+
+
+ Plain C++ Project
+ プレーンな C++ プロジェクト
+ Plugin Informationプラグイン情報
@@ -14690,7 +15193,7 @@ Preselects Qt for Simulator and mobile targets if available.
Url:
- URL:
+ URL:Qt Creator sources:
@@ -14700,6 +15203,18 @@ Preselects Qt for Simulator and mobile targets if available.
Qt Creator build:Qt Creator ビルド:
+
+ Deploy into:
+ デプロイ先:
+
+
+ Qt Creator build
+ Qt Creator ビルド
+
+
+ Local user settings
+ ローカルユーザ設定
+ ProjectExplorer::DebuggingHelperLibrary
@@ -14818,9 +15333,23 @@ Reason: %2
All Projectsすべてのプロジェクト
+
+ All Projects:
+ すべてのプロジェクト:
+
+
+ Filter: %1
+%2
+ フィルタ: %1
+%2
+
+
+ Fi&le pattern:
+ ファイルパターン(&L):
+ File &pattern:
- ファイルパターン(&P):
+ ファイルパターン(&P):
@@ -14841,6 +15370,18 @@ Reason: %2
Attach debugger to %1デバッガで %1 にアタッチ
+
+ Close Tab
+ タブを閉じる
+
+
+ Close All Tabs
+ すべてのタブを閉じる
+
+
+ Close Other Tabs
+ 他のタブを閉じる
+ Application Outputアプリケーション出力
@@ -14874,15 +15415,15 @@ Reason: %2
Rename
- 名前を変更
+ 名前を変更Remove Build Configuration
- リモートビルド構成
+ リモートビルド構成Do you really want to delete the build configuration <b>%1</b>?
- 本当にビルド構成 <b>%1</b> を削除しますか?
+ 本当にビルド構成 <b>%1</b> を削除しますか?Rename...
@@ -14901,6 +15442,34 @@ Reason: %2
New configuration name:新しい構成名:
+
+ Cancel Build && Remove Build Configuration
+ ビルドを中止してビルド構成を削除
+
+
+ Do Not Remove
+ 削除しない
+
+
+ Remove Build Configuration %1?
+ ビルド構成 %1 を削除しますか?
+
+
+ The build configuration <b>%1</b> is currently being built.
+ ビルド構成 <b>%1</b> はビルド中です。
+
+
+ Do you want to cancel the build process and remove the Build Configuration anyway?
+ 強制的にビルドプロセスを中止してビルド構成を削除しますか?
+
+
+ Remove Build Configuration?
+ ビルド構成を削除しますか?
+
+
+ Do you really want to delete build configuration <b>%1</b>?
+ 本当にビルド構成 <b>%1</b> を削除しますか?
+ ProjectExplorer::Internal::BuildStepListWidget
@@ -15002,6 +15571,10 @@ Reason: %2
Current Project現在のプロジェクト
+
+ Project '%1':
+ '%1' プロジェクト
+ ProjectExplorer::Internal::CustomExecutableConfigurationWidget
@@ -15100,13 +15673,17 @@ Reason: %2
Open withエディタを指定して開く
+
+ Find in this directory...
+ このディレクトリ内を探す...
+ Show in Explorer...
- エクスプローラで表示...
+ エクスプローラで表示...Show in Finder...
- Finder で表示...
+ Finder で表示...Open Parent Folder
@@ -15122,19 +15699,19 @@ Reason: %2
Show Containing Folder...
- フォルダを開く...
+ フォルダを開く...Open Command Prompt Here...
- ここでコマンドプロンプトを開く...
+ ここでコマンドプロンプトを開く...Open Terminal Here...
- ここでターミナルを開く...
+ ここでターミナルを開く...Launching a file browser failed
- ファイルブラウザの起動に失敗しました
+ ファイルブラウザの起動に失敗しましたUnable to start the file manager:
@@ -15142,7 +15719,7 @@ Reason: %2
%1
- ファイルマネージャを開始できません:
+ ファイルマネージャを開始できません:
%1
@@ -15152,21 +15729,21 @@ Reason: %2
'%1' returned the following error:
%2
- '%1' は以下のようなエラーで終了しました:
+ '%1' は以下のようなエラーで終了しました:
%2Settings...
- 設定...
+ 設定...Launching Windows Explorer Failed
- Windows Explorer の起動に失敗
+ Windows Explorer の起動に失敗Could not find explorer.exe in path to launch Windows Explorer.
- Windows Explorer を起動する為の explorer.exe にパスが通っていません。
+ Windows Explorer を起動する為の explorer.exe にパスが通っていません。
@@ -15315,9 +15892,17 @@ Reason: %2
Initialization:初期化:
+
+ No CDB debugger detected (neither 32bit nor 64bit).
+ CDB デバッガが見つかりません (32bitおよび64bitのどちらも)。
+
+
+ No 64bit CDB debugger detected.
+ 64bit CDB デバッガが見つかりません。
+ The CDB debugger could not be found in %1
- %1 に CDB デバッガを見つけられませんでした
+ %1 に CDB デバッガを見つけられませんでした
@@ -15546,6 +16131,14 @@ to project '%2'.
Summaryサマリ
+
+ Add as a subproject to project:
+ サブプロジェクトとしてプロジェクトに追加:
+
+
+ Add to &project:
+ プロジェクトに追加(&P):
+ Files to be added:追加されるファイル:
@@ -15613,11 +16206,47 @@ to project '%2'.
Rename
- 名前を変更
+ 名前を変更
+
+
+ Rename ...
+ 名前を変更...ProjectExplorer::Internal::RunSettingsWidget
+
+ Run Settings
+ 実行時の設定
+
+
+ Add
+ 追加
+
+
+ Remove
+ 削除
+
+
+ Rename
+ 名前を変更
+
+
+ Deployment
+ デプロイ
+
+
+ Method:
+ メソッド:
+
+
+ Run
+ 実行
+
+
+ Run configuration:
+ 実行構成:
+ Remove Run Configuration?実行構成を削除しますか?
@@ -15634,6 +16263,26 @@ to project '%2'.
New name for run configuration <b>%1</b>:実行構成 <b>%1</b> の新しい名前:
+
+ Cancel Build && Remove Deploy Configuration
+ ビルドを中止してデプロイ構成を削除
+
+
+ Do Not Remove
+ 削除しない
+
+
+ Remove Deploy Configuration %1?
+ デプロイ構成 %1 を削除しますか?
+
+
+ The deploy configuration <b>%1</b> is currently being built.
+ デプロイ構成 <b>%1</b> はビルド中です。
+
+
+ Do you want to cancel the build process and remove the Deploy Configuration anyway?
+ 強制的にビルドプロセスを中止してデプロイ構成を削除しますか?
+ Remove Deploy Configuration?デプロイ構成を削除しますか?
@@ -15715,6 +16364,10 @@ to project '%2'.
Sessionセッション
+
+ Failed to open project
+ プロジェクトを開くのに失敗しました
+ ProjectExplorer::Internal::SessionNameInputDialog
@@ -15722,6 +16375,10 @@ to project '%2'.
Enter the name of the session:セッションの名前を入力して下さい:
+
+ Switch to
+ 切替
+ ProjectExplorer::Internal::ShowInEditorTaskHandler
@@ -15762,6 +16419,26 @@ to project '%2'.
No target defined.ターゲットが定義されていません。
+
+ Cancel Build && Remove Target
+ ビルドを中止してターゲットを削除
+
+
+ Do Not Remove
+ 削除しない
+
+
+ Remove Target %1?
+ ターゲット %1 を削除しますか?
+
+
+ The target <b>%1</b> is currently being built.
+ ターゲット <b>%1</b> はビルド中です。
+
+
+ Do you want to cancel the build process and remove the Target anyway?
+ 強制的にビルドプロセスを中止してターゲットを削除しますか?
+ Qt CreatorQt Creator
@@ -15790,7 +16467,11 @@ to project '%2'.
ProjectExplorer::Internal::TaskWindowBuild Issues
- ビルドの問題点
+ ビルドの問題点
+
+
+ Issues
+ 問題Show Warnings
@@ -15886,7 +16567,11 @@ to project '%2'.
Manage
- 管理
+ 管理
+
+
+ Manage ...
+ 管理...
@@ -16055,6 +16740,14 @@ to project '%2'.
Delete File...ファイルを削除...
+
+ Rename...
+ 名前を変更...
+
+
+ Collapse All
+ すべて折りたたむ
+ Full path of the current project's main file, including file name.現在のプロジェクトの main ファイルのファイル名を含んだフルパスです。
@@ -16063,6 +16756,30 @@ to project '%2'.
Full path of the current project's main file, excluding file name.現在のプロジェクトの main ファイルのファイル名を含まないフルパスです。
+
+ Failed to open project
+ プロジェクトを開くのに失敗しました
+
+
+ Cancel Build && Unload
+ ビルドを中止してプロジェクトを解放
+
+
+ Do Not Unload
+ 解放しない
+
+
+ Unload Project %1?
+ プロジェクト %1 を解放しますか?
+
+
+ The project %1 is currently being built.
+ プロジェクト %1 はビルド中です。
+
+
+ Do you want to cancel the build process and unload the project anyway?
+ 強制的にビルドプロセスを中止してプロジェクトを解放しますか?
+ No project loadedプロジェクトが読み込まれていません
@@ -16180,7 +16897,7 @@ to project '%2'.
Rename
- 名前を変更
+ 名前を変更Set as Active Project
@@ -16379,15 +17096,15 @@ Reason: %2
ProjectExplorer::UserFileAccessorUsing Old Project Settings File
- 古いプロジェクト設定ファイルを使う
+ 古いプロジェクト設定ファイルを使う<html><head/><body><p>A versioned backup of the .user settings file will be used, because the non-versioned file was created by an incompatible newer version of Qt Creator.</p><p>Project settings changes made since the last time this version of Qt Creator was used with this project are ignored, and changes made now will <b>not</b> be propagated to the newer version.</p></body></html>
- <html><head/><body><p>バージョン管理されていないファイルは Qt Creator の非互換の新しいバージョンで作成されている為、バージョン管理された .user 設定ファイルのバックアップを使用します。</p><p>最後にこのバージョンの Qt Creator を使用して行われたプロジェクト設定の変更は無視され、現在の変更内容も新しいバージョンには<b>反映されません</b>。</p></body></html>
+ <html><head/><body><p>バージョン管理されていないファイルは Qt Creator の非互換の新しいバージョンで作成されている為、バージョン管理された .user 設定ファイルのバックアップを使用します。</p><p>最後にこのバージョンの Qt Creator を使用して行われたプロジェクト設定の変更は無視され、現在の変更内容も新しいバージョンには<b>反映されません</b>。</p></body></html>Project Settings File from a different Environment?
- 異なる環境のプロジェクト設定ファイルではありませんか?
+ 異なる環境のプロジェクト設定ファイルではありませんか?Qt Creator has found a .user settings file which was created for another development setup, maybe originating from another machine.
@@ -16395,7 +17112,7 @@ Reason: %2
The .user settings files contain environment specific settings. They should not be copied to a different environment.
Do you still want to load the settings file?
- Qt Creator は別の開発環境(異なるマシン)で作成されたと思われる .user 設定ファイルを見つけました。
+ Qt Creator は別の開発環境(異なるマシン)で作成されたと思われる .user 設定ファイルを見つけました。
.user 設定ファイルは環境固有の設定を含んでいる為、異なる環境からコピーして使用するのは推奨していません。
@@ -16428,15 +17145,15 @@ Do you still want to load the settings file?
ProjectWelcomePageWidget%1 (last session)
- %1 (最後のセッション)
+ %1 (最後のセッション)%1 (current session)
- %1 (現在のセッション)
+ %1 (現在のセッション)New Project
- 新しいプロジェクト
+ 新しいプロジェクト
@@ -16507,7 +17224,11 @@ Do you still want to load the settings file?
Show bounding rectangles (A)
- 枠線を常に表示 (A)
+ 枠線を常に表示 (A)
+
+
+ Show bounding rectangles and stripes for empty items (Press Key A)
+ Only select items with content (S)
@@ -16777,6 +17498,38 @@ Do you still want to load the settings file?
Visibility可視性
+
+ Anchors
+ アンカー
+
+
+ Fill
+ Fill
+
+
+ Reset
+ リセット
+
+
+ Layout
+ レイアウト
+
+
+ Layout in Row
+ Row 配置
+
+
+ Layout in Column
+ Column 配置
+
+
+ Layout in Grid
+ Grid 配置
+
+
+ Layout in Flow
+ Flow 配置
+ Go into Componentコンポーネントに入る
@@ -17025,7 +17778,7 @@ Do you still want to load the settings file?
file or directory not found
- ファイルまたはディレクトリが見つかりませんでした
+ ファイルまたはディレクトリが見つかりませんでした
@@ -17066,6 +17819,10 @@ Do you still want to load the settings file?
expected anchor lineアンカーラインを指定して下さい
+
+ unreachable
+ 到達不可
+ declarations should be at the start of a function宣言は関数の先頭でなければいけません
@@ -17130,6 +17887,10 @@ Do you still want to load the settings file?
ids must be uniqueID は一意でなければいけません
+
+ '%1' is not a valid property type
+ '%1' は無効なプロパティ型です
+ unknown identifier不明な識別子です
@@ -17154,6 +17915,10 @@ Do you still want to load the settings file?
blocks do not introduce a new scope, avoid新しいスコープを導出しないスコープを避けて下さい
+
+ unintentional empty block, use ({}) for empty object literal
+ 意図しない空ブロックには空のオブジェクトリテラルを表す ({}) を使用して下さい
+ use of the with statement is not recommended, use a var insteadwith ステートメントの使用は推奨されていません。代わりに var を使って下さい
@@ -17170,13 +17935,25 @@ Do you still want to load the settings file?
expression statements should be assignments, calls or delete expressions only式ステートメントは割り当て、関数呼び出しまたは delete ステートメントのみとしてください
+
+ 'new' should only be used with functions that start with an uppercase letter
+ 'new' は大文字で始まる関数で使用して下さい
+
+
+ calls of functions that start with an uppercase letter should use 'new'
+ 大文字で始まる関数の呼び出しは、'new'を使用する必要があります
+ avoid assignments in conditions条件内の割り当てを回避
+
+ case is not terminated and not empty
+ case に終端がなく空でもありません
+ case does not end with return, break, continue or throw
- case 文は return、break、continue、throw のいずれかで終わらなければいけません
+ case 文は return、break、continue、throw のいずれかで終わらなければいけません'%1' is not a valid property name
@@ -17195,11 +17972,29 @@ Do you still want to load the settings file?
QmlJS::Linkpackage not found
- パッケージが見つかりません
+ パッケージが見つかりませんLibrary contains C++ plugins, type dump is in progress.
- C++ プラグインを含んだライブラリを実行している時に dump と入力して下さい。
+ C++ プラグインを含んだライブラリを実行している時に dump と入力して下さい。
+
+
+ file or directory not found
+ ファイルまたはディレクトリが見つかりませんでした
+
+
+ QML module not found
+
+Import paths:
+%1
+
+For qmake projects, use the QML_IMPORT_PATH variable to add import paths.
+For qmlproject projects, use the importPaths property to add import paths.
+
+
+
+ QML module contains C++ plugins, currently reading type information...
+ QML モジュールは C++ プラグインを含んでいます。現在、型情報を読み込み中...
@@ -17230,6 +18025,10 @@ Do you still want to load the settings file?
QmlJSEditor::FindReferences
+
+ QML/JS Usages:
+ QML/JS 出現箇所:
+ Searching検索中
@@ -17269,39 +18068,39 @@ Do you still want to load the settings file?
QmlJSEditor::Internal::QmlJSEditorFactoryDo you want to enable the experimental Qt Quick Designer?
- Qt Quick デザイナ(実験的)を有効にしますか?
+ Qt Quick デザイナ(実験的)を有効にしますか?Enable Qt Quick Designer
- Qt Quick デザイナの有効化
+ Qt Quick デザイナの有効化Qt Creator -> About Plugins...
- Qt Creator -> プラグインについて...
+ Qt Creator -> プラグインについて...Help -> About Plugins...
- ヘルプ -> プラグインについて...
+ ヘルプ -> プラグインについて...Enable experimental Qt Quick Designer?
- 実験的な Qt Quick デザイナを有効にしますか?
+ 実験的な Qt Quick デザイナを有効にしますか?Do you want to enable the experimental Qt Quick Designer? After enabling it, you can access the visual design capabilities by switching to Design Mode. This can affect the overall stability of Qt Creator. To disable Qt Quick Designer again, visit the menu '%1' and disable 'QmlDesigner'.
- 実験的な Qt Quick デザイナを有効にしますか?有効にするとデザインモードに切り替えた際にヴィジュアルデザイン機能を使用できるようになりますが、Qt Creator 全体の安定性に影響を与えます。再度 Qt Quick デザイナを無効にしたい場合は、'%1' メニューで 'QmlDesinger' を無効にして下さい。
+ 実験的な Qt Quick デザイナを有効にしますか?有効にするとデザインモードに切り替えた際にヴィジュアルデザイン機能を使用できるようになりますが、Qt Creator 全体の安定性に影響を与えます。再度 Qt Quick デザイナを無効にしたい場合は、'%1' メニューで 'QmlDesinger' を無効にして下さい。Cancel
- キャンセル
+ キャンセルPlease restart Qt Creator
- Qt Creator を再起動して下さい
+ Qt Creator を再起動して下さいPlease restart Qt Creator to make the change effective.
- 変更内容を適用する為、Qt Creator を再起動して下さい。
+ 変更内容を適用する為、Qt Creator を再起動して下さい。
@@ -17322,10 +18121,30 @@ Do you still want to load the settings file?
JS FileJS ファイル
+
+ Rename Symbol Under Cursor
+ カーソル位置のシンボルの名前を変更する
+
+
+ Ctrl+Shift+R
+ Ctrl+Shift+R
+
+
+ Run Checks
+ チェックを実行
+
+
+ Ctrl+Shift+C
+ Ctrl+Shift+C
+ QMLQML
+
+ QML Analysis
+ QML 解析
+ Follow Symbol Under Cursorカーソル位置のシンボルの定義へ移動
@@ -17423,11 +18242,11 @@ Do you still want to load the settings file?
Rename...
- 名前を変更...
+ 名前を変更...New id:
- 新しい ID:
+ 新しい ID:Unused variable
@@ -17439,7 +18258,7 @@ Do you still want to load the settings file?
Rename id '%1'...
- ID '%1' の名前を変更...
+ ID '%1' の名前を変更...
@@ -17582,6 +18401,10 @@ Do you still want to load the settings file?
QmlJSTools::Internal::FunctionFilterMethods and functions
+ メソッドと関数
+
+
+ Methods and Functionsメソッドと関数
@@ -17599,7 +18422,7 @@ Do you still want to load the settings file?
Errors:
%2
- %1 にある QML プラグインのダンプが失敗しました。
+ %1 にある QML プラグインのダンプが失敗しました。
エラー:
%2
@@ -17610,22 +18433,53 @@ First 10 lines or errors:
%1
Check 'General Messages' output pane for details.
- C++ プラグインのダンプが失敗しました。
+ C++ プラグインのダンプが失敗しました。
先頭の10行またはエラー内容:
%1
詳細は'全体メッセージ'出力ペインを確認して下さい。
+
+ QML module does not contain information about components contained in plugins
+
+Module path: %1
+See "Using QML Modules with Plugins" in the documentation.
+
+
+
+ Automatic type dump of QML module failed.
+Errors:
+%1
+
+
+
+
+ Automatic type dump of QML module failed.
+First 10 lines or errors:
+
+%1
+Check 'General Messages' output pane for details.
+
+ Warnings while parsing qmltypes information of %1:
%2%1 の qmltypes 情報をパース中に警告:
%2
+
+ Errors while reading typeinfo files:
+ typeinfo ファイル読み込み中にエラー:
+
+
+ Could not locate the helper application for dumping type information from C++ plugins.
+Please build the qmldump application on the Qt version options page.
+
+ Type dump of C++ plugin failed. Parse error:
'%1'
- C++ プラグインのダンプが失敗しました。パースエラー:
+ C++ プラグインのダンプが失敗しました。パースエラー:
'%1'
@@ -17637,7 +18491,7 @@ Error: %2
Could not locate the helper application for dumping type information from C++ plugins.
Please build the debugging helpers on the Qt version options page.
- C++ プラグインから型の情報をダンプするヘルパアプリケーションが見つかりませんでした。
+ C++ プラグインから型の情報をダンプするヘルパアプリケーションが見つかりませんでした。
デバッグヘルパを Qt バージョンオプションのページでビルドしてください。
@@ -17657,7 +18511,16 @@ Please build the debugging helpers on the Qt version options page.
Global Qt QuickSettings
- Global Qt Quick
+ Global Qt Quick
+
+
+ Global
+ Settings
+ グローバル
+
+
+ Qt
+ Qt
@@ -17678,7 +18541,7 @@ Please build the debugging helpers on the Qt version options page.
QmlParserIllegal character
- 無効な文字
+ 無効な文字Unclosed string at end of line
@@ -17690,11 +18553,11 @@ Please build the debugging helpers on the Qt version options page.
Illegal escape sequence
- 無効なエスケープシーケンス
+ 無効なエスケープシーケンスUnclosed comment at end of file
- 文末で閉じられていないコメント
+ 文末で閉じられていないコメントIllegal syntax for exponential number
@@ -17702,7 +18565,7 @@ Please build the debugging helpers on the Qt version options page.
Identifier cannot start with numeric literal
- 識別子は数字で始められません
+ 識別子は数字で始められませんUnterminated regular expression literal
@@ -17737,19 +18600,35 @@ Please build the debugging helpers on the Qt version options page.
QmlProfiler::Internal::QmlProfilerAttachDialogDialog
- ダイアログ
+ ダイアログAddress:
- アドレス:
+ アドレス:127.0.0.1
- 127.0.0.1
+ 127.0.0.1Port:
- ポート:
+ ポート:
+
+
+ QML Profiler
+ QML プロファイラ
+
+
+ &Host:
+ ホスト(&H):
+
+
+ localhost
+ localhost
+
+
+ &Port:
+ ポート(&P):
@@ -17794,11 +18673,11 @@ Please build the debugging helpers on the Qt version options page.
QmlProfiler::Internal::QmlProfilerEventStatisticsSource code not available
- ソースコードが使用できません
+ ソースコードが使用できません<bytecode>
- <バイトコード>
+ <バイトコード>
@@ -17825,7 +18704,15 @@ Please build the debugging helpers on the Qt version options page.
Time per Call
- 1回あたりの時間
+ 1回あたりの時間
+
+
+ Mean Time
+ 平均時間
+
+
+ Median Time
+ 平均期間Longest Time
@@ -17853,7 +18740,7 @@ Please build the debugging helpers on the Qt version options page.
Binding
- 結合
+ バインディングSignal
@@ -17877,6 +18764,22 @@ Please build the debugging helpers on the Qt version options page.
The QML Profiler can be used to find performance bottlenecks in applications using QML.QML プロファイラは、QML を使っているアプリケーションの性能のボトルネックを探すのに使用する事ができます。
+
+ Load QML Trace
+ QML トレースを読み込む
+
+
+ Save QML Trace
+ QML トレースを保存
+
+
+ Copy Row
+ 行をコピー
+
+
+ Copy Table
+ 表をコピー
+ The QML profiler requires Qt 4.7.4 or newer.
The Qt version configured in your active build configuration is too old.
@@ -17921,6 +18824,20 @@ Do you want to continue?Elapsed: %1 s経過: %1 秒
+
+ Qt Creator
+ Qt Creator
+
+
+ Could not connect to the in-process QML profiler.
+Do you want to retry?
+ プロセス内 QML プロファイラに接続できませんでした。
+再試行しますか?
+
+
+ QML traces (%1)
+ QML トレース (%1)
+ QmlProfiler::Internal::RemoteLinuxQmlProfilerRunner
@@ -17975,6 +18892,10 @@ Do you want to continue?
Failed opening project '%1': Project already openプロジェクト '%1' を開けません: プロジェクトは既に開かれています
+
+ Failed opening project '%1': Project file is not a file
+ プロジェクト '%1' を開けません: プロジェクトファイルが存在しません
+ QmlProjectManager::Internal::QmlProjectApplicationWizard
@@ -17983,11 +18904,19 @@ Do you want to continue?
Qt Quick UI
- Creates a Qt Quick UI project with a single QML file that contains the main view.
+ Creates a Qt Quick UI project with a single QML file that contains the main view.
You can review Qt Quick UI projects in the QML Viewer and you need not build them. You do not need to have the development environment installed on your computer to create and run this type of projects.メインビューを含んだ1個の QML ファイルを持つ Qt Quick UI プロジェクトを作成します。
+ビルドする事なく QML ビューアで Qt Quick UI プロジェクトをレビューできます。このタイプのプロジェクトを作ったり実行したりする為に、開発環境をインストールする必要はありません。
+
+
+ Creates a Qt Quick UI project with a single QML file that contains the main view.
+
+You can review Qt Quick UI projects in the QML Viewer and you need not build them. You do not need to have the development environment installed on your computer to create and run this type of projects.
+ メインビューを含んだ1個の QML ファイルを持つ Qt Quick UI プロジェクトを作成します。
+
ビルドする事なく QML ビューアで Qt Quick UI プロジェクトをレビューできます。このタイプのプロジェクトを作ったり実行したりする為に、開発環境をインストールする必要はありません。
@@ -18013,7 +18942,11 @@ You can review Qt Quick UI projects in the QML Viewer and you need not build the
QmlProjectManager::Internal::QmlProjectRunConfigurationWidgetManage Qt versions
- Qt バージョンの管理
+ Qt バージョンの管理
+
+
+ Manage Qt versions...
+ Qt バージョンの管理...Qt version:
@@ -18147,7 +19080,7 @@ You can review Qt Quick UI projects in the QML Viewer and you need not build the
Qt QuickQt Quick
- Qt Quick
+ Qt Quick
@@ -18179,7 +19112,7 @@ You can review Qt Quick UI projects in the QML Viewer and you need not build the
Linux Devices
- Linux デバイス
+ Linux デバイス
@@ -18203,9 +19136,13 @@ You can review Qt Quick UI projects in the QML Viewer and you need not build the
Symbian SpecificSymbian 固有
+
+ Maemo5 And MeeGo Specific
+ Maemo5 と MeeGo 固有
+ Maemo5 And Meego Specific
- Maemo5 と Meego 固有
+ Maemo5 と Meego 固有Harmattan Specific
@@ -18906,9 +19843,13 @@ Adds the library and include paths to the .pro file.
C++ LibraryC++ ライブラリ
+
+ Creates a C++ library based on qmake. This can be used to create:<ul><li>a shared C++ library for use with <tt>QPluginLoader</tt> and runtime (Plugins)</li><li>a shared or static C++ library for use with another project at linktime</li></ul>
+ qmake を使用した C++ ライブラリのプロジェクトを作成します。このプロジェクトでは<ul><li><tt>QPluginLoader</tt>やランタイム(プラグイン)から使用できる共有 C++ ライブラリ</li><li>他のプロジェクトとのリンク時に使用される共有/静的 C++ ライブラリ</li></ul>を作成できます
+ Creates a C++ library based on qmake. This can be used to create:<ul><li>a shared C++ library for use with <tt>QPluginLoader</tt> and runtime (Plugins)</li><li>a shared or static C++ library for use with another project at linktime</li></ul>.
- qmake を使用した C++ ライブラリのプロジェクトを作成します。このプロジェクトでは<ul><li><tt>QPluginLoader</tt>やランタイム(プラグイン)から使用できる共有 C++ ライブラリ</li><li>他のプロジェクトとのリンク時に使用される共有/静的 C++ ライブラリ</li></ul>を作成できます。
+ qmake を使用した C++ ライブラリのプロジェクトを作成します。このプロジェクトでは<ul><li><tt>QPluginLoader</tt>やランタイム(プラグイン)から使用できる共有 C++ ライブラリ</li><li>他のプロジェクトとのリンク時に使用される共有/静的 C++ ライブラリ</li></ul>を作成できます。
@@ -18968,27 +19909,27 @@ Adds the library and include paths to the .pro file.
Qt4ProjectManager::Internal::MobileAppWizardMaemoOptionsPageInvalid Icon
- 無効なアイコン
+ 無効なアイコンThe file is not a valid image.
- 有効な画像ファイルではありません。
+ 有効な画像ファイルではありません。Wrong Icon Size
- 間違ったアイコンサイズ
+ 間違ったアイコンサイズThe icon needs to be %1x%2 pixels big, but is not. Do you want Creator to scale it?
- アイコンは %1x%2 ピクセルでなければなりません。調整しますか?
+ アイコンは %1x%2 ピクセルでなければなりません。調整しますか?Could not copy icon file: %1
- アイコンファイルをコピーできませんでした: %1
+ アイコンファイルをコピーできませんでした: %1File Error
- ファイルエラー
+ ファイルエラー
@@ -19027,59 +19968,59 @@ Adds the library and include paths to the .pro file.
Qt4ProjectManager::Internal::Qt4PriFileNodeHeaders
- ヘッダー
+ ヘッダーSources
- ソース
+ ソースForms
- フォーム
+ フォームResources
- リソース
+ リソースQML
- QML
+ QMLOther files
- その他のファイル
+ その他のファイルCannot Open File
- ファイルを開けません
+ ファイルを開けませんCannot open the file for edit with VCS.
- バージョン管理システムを使ってファイルを編集モードで開けませんでした。
+ バージョン管理システムを使ってファイルを編集モードで開けませんでした。Cannot Set Permissions
- パーミッション設定不可
+ パーミッション設定不可Cannot set permissions to writable.
- 書き込み可能にするパーミッションを設定できません。
+ 書き込み可能にするパーミッションを設定できません。Failed!
- エラー発生!
+ エラー発生!File Error
- ファイルエラー
+ ファイルエラーThere are unsaved changes for project file %1.
- プロジェクトファイル %1 は変更されていますが、まだ保存されていません。
+ プロジェクトファイル %1 は変更されていますが、まだ保存されていません。Could not write project file %1.
- プロジェクトファイル %1 に書き込めません。
+ プロジェクトファイル %1 に書き込めません。
@@ -19117,10 +20058,15 @@ Adds the library and include paths to the .pro file.
不正な Qt バージョン
- An build for a different project exists in %1, which will be overwritten.
+ A build for a different project exists in %1, which will be overwritten.%1 build directory%1 に別のプロジェクトビルドがありますが、上書きされます。
+
+ An build for a different project exists in %1, which will be overwritten.
+ %1 build directory
+ %1 に別のプロジェクトビルドがありますが、上書きされます。
+ Error:エラー:
@@ -19150,7 +20096,7 @@ Adds the library and include paths to the .pro file.
Manage
- 管理
+ 管理problemLabel
@@ -19172,6 +20118,10 @@ Adds the library and include paths to the .pro file.
Build directory:ビルドディレクトリ:
+
+ Manage...
+ 管理...
+ Qt4ProjectManager::Internal::Qt4ProjectManagerPlugin
@@ -19344,9 +20294,13 @@ Adds the library and include paths to the .pro file.
'%2' にあるモジュール '%3' のエントリ '%1' は無効です。
- No .pro file for plugin '%1' cannot be found.
+ No .pro file for plugin '%1' can be found.プラグイン '%1' の .pro ファイルが見つかりません。
+
+ No .pro file for plugin '%1' cannot be found.
+ プラグイン '%1' の .pro ファイルが見つかりません。
+ Qt4ProjectManager::Internal::QtQuickAppWizard
@@ -19357,9 +20311,17 @@ Adds the library and include paths to the .pro file.
Creates a Qt Quick application project that can contain both QML and C++ code and includes a QDeclarativeView.
-You can build the application and deploy it on desktop and mobile target platforms. For example, you can create signed Symbian Installation System (SIS) packages for this type of projects. Moreover, you can select to use a set of premade UI components in your Qt Quick application. To utilize the components, Qt 4.7.3 or newer is required.
+You can build the application and deploy it on desktop and mobile target platforms. For example, you can create signed Symbian Installation System (SIS) packages for this type of projects. Moreover, you can select to use a set of premade UI components in your Qt Quick application. To utilize the components, Qt 4.7.4 or newer is required.
QML と C++ コードとQDeclarativeView をインクルードした Qt Quick アプリケーションプロジェクトを作成します。
+デスクトップ向けおよびモバイル向けのアプリケーションのビルドとデプロイが可能です。たとえば署名済み Symbian インストールシステム (SIS) パッケージのようなプロジェクトを作成できます。また作成済み UI コンポーネントセットを Qt Quick アプリケーションで使用する事もできます。コンポーネントを利用する場合は、Qt 4.7.4 以降が必要です。
+
+
+ Creates a Qt Quick application project that can contain both QML and C++ code and includes a QDeclarativeView.
+
+You can build the application and deploy it on desktop and mobile target platforms. For example, you can create signed Symbian Installation System (SIS) packages for this type of projects. Moreover, you can select to use a set of premade UI components in your Qt Quick application. To utilize the components, Qt 4.7.3 or newer is required.
+ QML と C++ コードとQDeclarativeView をインクルードした Qt Quick アプリケーションプロジェクトを作成します。
+
デスクトップ向けおよびモバイル向けのアプリケーションのビルドとデプロイが可能です。たとえば署名済み Symbian インストールシステム (SIS) パッケージのようなプロジェクトを作成できます。また作成済み UI コンポーネントセットを Qt Quick アプリケーションで使用する事もできます。コンポーネントを利用する場合は、Qt 4.7.3 以降が必要になります。
@@ -19546,7 +20508,7 @@ Use a developer certificate or any other signing option to prevent this patching
%1<p><em>These changes were not part of your build system</em> but are required to make sure the <em>self-signed</em> package can be installed successfully on a device.</p><p>Check the Build Issues pane for more details on the modifications made.</p><p>Please see the <a href="%2">documentation</a> for other signing options which remove the need for this patching.</p>
- %1<p><em>これらの変更はビルドシステムに対するものではありませんが</em>、<em>自己署名</em>されたパッケージをデバイスにインストールするために必要でした。</p><p>変更点の詳細についてはビルドの問題点ペインを確認してください。</p><p>この変更の不要にする他の署名用オプションについては<a href="%2">ドキュメント</a>を参照してください。</p>
+ %1<p><em>これらの変更はビルドシステムに対するものではありませんが</em>、<em>自己署名</em>されたパッケージをデバイスにインストールするために必要でした。</p><p>変更点の詳細についてはビルドの問題点ペインを確認してください。</p><p>この変更の不要にする他の署名用オプションについては<a href="%2">ドキュメント</a>を参照してください。</p>Ignore patching for this packaging step.
@@ -19588,6 +20550,10 @@ Use a developer certificate or any other signing option to prevent this patching
Could not start process "%1" in %2%2 でプロセス "%1" を開始できませんでした
+
+ %1<p><em>These changes were not part of your build system</em> but are required to make sure the <em>self-signed</em> package can be installed successfully on a device.</p><p>Check the Issues pane for more details on the modifications made.</p><p>Please see the <a href="%2">documentation</a> for other signing options which remove the need for this patching.</p>
+ %1<p><em>これらの変更はビルドシステムに対するものではありませんが</em>、<em>自己署名</em>されたパッケージをデバイスにインストールするために必要でした。</p><p>変更点の詳細については問題ペインを確認してください。</p><p>この変更の不要にする他の署名用オプションについては<a href="%2">ドキュメント</a>を参照してください。</p>
+ Starting: "%1" %2 in %3
@@ -19794,6 +20760,10 @@ Use a developer certificate or any other signing option to prevent this patching
Qt Quick components version: Qt Quick コンポーネントバージョン:
+
+ QML Viewer version:
+ QML ビューア バージョン:
+ Screen size:画面サイズ:
@@ -20414,9 +21384,13 @@ NetworkControl, MultimediaDD, CommDD, DiskAdmin, AllFiles, DRM and TCB。
Cannot find Makefile. Check your build settings.Makefile が見つかりません。ビルド設定を確認して下さい。
+
+ Configuration is faulty. Check the Issues view for details.
+ 構成は不完全です。詳細は、問題ビューで確認して下さい。
+ Configuration is faulty. Check the Build Issues view for details.
- 構成は不完全です。詳細は、ビルドの問題点で確認して下さい。
+ 構成は不完全です。詳細は、ビルドの問題点で確認して下さい。
@@ -20458,7 +21432,11 @@ NetworkControl, MultimediaDD, CommDD, DiskAdmin, AllFiles, DRM and TCB。
Configuration is faulty, please check the Build Issues view for details.
- 構成は不完全です。詳細は、ビルドの問題点で確認して下さい。
+ 構成は不完全です。詳細は、ビルドの問題点で確認して下さい。
+
+
+ Configuration is faulty, please check the Issues view for details.
+ 構成は不完全です。詳細は、問題ビューで確認して下さい。Configuration unchanged, skipping qmake step.
@@ -20480,6 +21458,17 @@ NetworkControl, MultimediaDD, CommDD, DiskAdmin, AllFiles, DRM and TCB。
Library not available. <a href='compile'>Compile...</a>ライブラリが利用できません。<a href="compile">コンパイル...</a>
+
+ QML Debugging
+ QML デバッグ
+
+
+ The option will only take effect if the project is recompiled. Do you want to recompile now?
+ このオプションはプロジェクトをリコンパイルしないと効果が出ません。今すぐリコンパイルしますか?
+
+
+
+ Qt4ProjectManager::QMakeStepConfigWidgetQML DebuggingQML デバッグ
@@ -20488,9 +21477,6 @@ NetworkControl, MultimediaDD, CommDD, DiskAdmin, AllFiles, DRM and TCB。
The option will only take effect if the project is recompiled. Do you want to recompile now?このオプションはプロジェクトをリコンパイルしないと効果が出ません。今すぐリコンパイルしますか?
-
-
- Qt4ProjectManager::QMakeStepConfigWidgetBuilding helpersヘルパビルド中
@@ -20503,6 +21489,10 @@ NetworkControl, MultimediaDD, CommDD, DiskAdmin, AllFiles, DRM and TCB。
<b>qmake:</b> %1 %2<b>qmake:</b> %1 %2
+
+ <b>Warning:</b> The tool chain suggested "%1" as mkspec.
+ <b>警告:</b> ツールチェインは mkspec として "%1" を勧めています。
+ Enable QML debugging:QML デバッグの有効化:
@@ -20526,6 +21516,10 @@ NetworkControl, MultimediaDD, CommDD, DiskAdmin, AllFiles, DRM and TCB。
Only available for Qt 4.7.1 or newer.Qt 4.7.1 以降でのみ利用可能です。
+
+ Not needed.
+ 必要ありません。
+ QML DebuggingQML デバッグ
@@ -20555,6 +21549,10 @@ Reason: %2
Only available for Qt 4.7.1 or newer.Qt 4.7.1 以降でのみ利用可能です。
+
+ Not needed.
+ 必要ありません。
+ Private headers are missing for this Qt version.この Qt バージョンのプライベートヘッダーが見つかりません。
@@ -20574,6 +21572,10 @@ Reason: %2
Only available for Qt 4.7.1 or newer.Qt 4.7.1 以降でのみ利用可能です。
+
+ Not needed.
+ 必要ありません。
+ QMLObserverQMLObserver
@@ -20766,10 +21768,15 @@ Reason: %2
Qt4 Harmattan target display nameHarmattan
+
+ MeeGo
+ Qt4 MeeGo target display name
+ MeeGo
+ MeegoQt4 Meego target display name
- Meego
+ MeegoSymbian Emulator
@@ -21018,7 +22025,7 @@ Reason: %2
Qt Quick Components for Meego/Harmattan
- MeeGo/Harmattan 向け Qt Quick コンポーネント
+ MeeGo/Harmattan 向け Qt Quick コンポーネントThe built-in elements in the QtQuick namespace allow you to write cross-platform applications with a custom look and feel.
@@ -21032,7 +22039,7 @@ Qt 4.7.1 以降が必要です。The Qt Quick Components for Symbian are a set of ready-made components that are designed with specific native appearance for the Symbian platform.
Requires Qt 4.7.3 or newer, and the component set installed for your Qt version.
- Symbian 向け Qt Quick コンポーネントは Symbian プラットフォームのネイティブな外観に合わせて設計された既成のコンポーネント集です。
+ Symbian 向け Qt Quick コンポーネントは Symbian プラットフォームのネイティブな外観に合わせて設計された既成のコンポーネント集です。
4.7.3 以降のコンポーネント集がインストールされた Qt が必要です。
@@ -21040,7 +22047,7 @@ Requires Qt 4.7.3 or newer, and the component set installed for your Qt version.
The Qt Quick Components for Meego/Harmattan are a set of ready-made components that are designed with specific native appearance for the Meego/Harmattan platform.
Requires Qt 4.7.4 or newer, and the component set installed for your Qt version.
- Meego/Harmattan 向け Qt Quick コンポーネントは Meego/Harmattan プラットフォームのネイティブな外観に合わせて設計された既成のコンポーネント集です。
+ Meego/Harmattan 向け Qt Quick コンポーネントは Meego/Harmattan プラットフォームのネイティブな外観に合わせて設計された既成のコンポーネント集です。
4.7.4 以降のコンポーネント集がインストールされた Qt が必要です。
@@ -21052,6 +22059,26 @@ Requires Qt 4.7.4 or newer, and the component set installed for your Qt version.
All files and directories that reside in the same directory as the main QML file are deployed. You can modify the contents of the directory any time before deploying.メイン QML ファイルと同じディレクトリに存在するすべてのファイルとディレクトリがコピーされます。コピー前であればいつでもディレクトリの内容を変更できます。
+
+ Qt Quick Components for MeeGo/Harmattan
+ MeeGo/Hrmattan 向け Qt Quick コンポーネント
+
+
+ The Qt Quick Components for MeeGo/Harmattan are a set of ready-made components that are designed with specific native appearance for the MeeGo/Harmattan platform.
+
+Requires Qt 4.7.4 or newer, and the component set installed for your Qt version.
+ Meego/Harmattan 向け Qt Quick コンポーネントは Meego/Harmattan プラットフォームのネイティブな外観に合わせて設計された既成のコンポーネント集です。
+
+4.7.4 以降のコンポーネント集がインストールされた Qt が必要です。
+
+
+ The Qt Quick Components for Symbian are a set of ready-made components that are designed with specific native appearance for the Symbian platform.
+
+Requires Qt 4.7.4 or newer, and the component set installed for your Qt version.
+ Symbian 向け Qt Quick コンポーネントは Symbian プラットフォームのネイティブな外観に合わせて設計された既成のコンポーネント集です。
+
+4.7.4 以降のコンポーネント集がインストールされた Qt が必要です。
+ QtSupport::Internal::DebuggingHelper
@@ -21097,7 +22124,7 @@ Requires Qt 4.7.4 or newer, and the component set installed for your Qt version.
Compile debugging helpers that are checked.
- チェックされているデバッグヘルパをコンパイルします。
+ チェックされているデバッグヘルパをコンパイルします。Build All
@@ -21110,6 +22137,10 @@ Requires Qt 4.7.4 or newer, and the component set installed for your Qt version.
QtSupport::Internal::GettingStartedWelcomePage
+
+ Demos and Examples
+ デモとサンプル
+ Getting StartedQt Creator スタートガイド
@@ -21146,6 +22177,10 @@ Requires Qt 4.7.4 or newer, and the component set installed for your Qt version.
Cannot Copy Projectプロジェクトをコピーできません
+
+ Failed to open project
+ プロジェクトを開くのに失敗しました
+ QtSupport::Internal::QtOptionsPageWidget
@@ -21262,7 +22297,7 @@ Requires Qt 4.7.4 or newer, and the component set installed for your Qt version.
Add
- 追加
+ 追加Remove
@@ -21272,6 +22307,10 @@ Requires Qt 4.7.4 or newer, and the component set installed for your Qt version.
Clean upクリーンアップ
+
+ Add...
+ 追加...
+ QtSupport::QtVersionManager
@@ -21324,7 +22363,11 @@ Requires Qt 4.7.4 or newer, and the component set installed for your Qt version.
Failed to detect the ABI(s) used by the Qt version.
- Qt バージョンが使用している ABI の認識に失敗しました。
+ Qt バージョンが使用している ABI の認識に失敗しました。
+
+
+ ABI detection failed: Make sure to use a matching tool chain when building.
+ ABI 検出失敗: ビルド時は適切なツールチェインを使用して下さい。No qmlviewer installed.
@@ -21358,10 +22401,15 @@ Requires Qt 4.7.4 or newer, and the component set installed for your Qt version.
Qt Version is meant for HarmattanHarmattan
+
+ MeeGo
+ Qt Version is meant for MeeGo
+ MeeGo
+ MeegoQt Version is meant for Meego
- Meego
+ MeegoQt Simulator
@@ -21464,43 +22512,43 @@ Requires Qt 4.7.4 or newer, and the component set installed for your Qt version.
RemoteLinux::AbstractMaemoPackageCreationStepPackage up to date.
- パッケージは最新です。
+ パッケージは最新です。Creating package file ...
- パッケージファイルの作成中...
+ パッケージファイルの作成中...Package created.
- パッケージを作成しました。
+ パッケージを作成しました。Packaging failed.
- パッケージ作成に失敗しました。
+ パッケージ作成に失敗しました。Packaging error: No Qt version.
- パッケージ作成エラー: Qt バージョンがありません。
+ パッケージ作成エラー: Qt バージョンがありません。Package Creation: Running command '%1'.
- パッケージ作成: コマンド '%1' の実行中。
+ パッケージ作成: コマンド '%1' の実行中。Packaging error: Could not start command '%1'. Reason: %2
- パッケージ作成エラー: コマンド '%1' を開始できませんでした。理由: %2
+ パッケージ作成エラー: コマンド '%1' を開始できませんでした。理由: %2Packaging Error: Command '%1' failed.
- パッケージ作成エラー: コマンド '%1' が失敗しました。
+ パッケージ作成エラー: コマンド '%1' が失敗しました。 Reason: %1
- 理由: %1
+ 理由: %1Exit code: %1
- 終了コード: %1
+ 終了コード: %1
@@ -21544,11 +22592,15 @@ Requires Qt 4.7.4 or newer, and the component set installed for your Qt version.
Remote Execution Failure
- リモート実行失敗
+ リモート実行失敗RemoteLinux::CreateTarStepWidget
+
+ Tarball creation not possible.
+ tarball を作成できません。
+ Create tarball:作成する tarball:
@@ -21595,211 +22647,215 @@ In addition, device connectivity will be tested.
Connection Data接続データ
+
+ Generic Linux Device
+ 一般的な Linux デバイス
+ RemoteLinux::Internal::AbstractDebBasedQt4MaemoTargetDebian changelog file '%1' has unexpected format.
- Debian チェンジログ '%1' が未知の形式です。
+ Debian チェンジログ '%1' が未知の形式です。Invalid icon data in Debian control file.
- Debian コントロールファイル内に無効なアイコンデータがあります。
+ Debian コントロールファイル内に無効なアイコンデータがあります。Could not read image file '%1'.
- 画像ファイル '%1' を読み込めません。
+ 画像ファイル '%1' を読み込めません。Could not export image file '%1'.
- 画像ファイル '%1' をエクスポートできません。
+ 画像ファイル '%1' をエクスポートできません。Unable to create Debian templates: No Qt version set
- Debian テンプレートを作成できません: Qt バージョンが設定されていません
+ Debian テンプレートを作成できません: Qt バージョンが設定されていませんUnable to create Debian templates: dh_make failed (%1)
- Debian テンプレートを作成できません: dh_make 失敗 (%1)
+ Debian テンプレートを作成できません: dh_make 失敗 (%1)Unable to create debian templates: dh_make failed (%1)
- Debian テンプレートを作成できません: dh_make 失敗 (%1)
+ Debian テンプレートを作成できません: dh_make 失敗 (%1)Unable to move new debian directory to '%1'.
- 新しい Debian ディレクトリを '%1' に移動できません。
+ 新しい Debian ディレクトリを '%1' に移動できません。RemoteLinux::Internal::AbstractMaemoDeployByMountStepInstalling package to device...
- デバイスにパッケージをインストール中...
+ デバイスにパッケージをインストール中...RemoteLinux::Internal::AbstractMaemoDeployStepOperation canceled by user, cleaning up...
- ユーザーによって操作がキャンセルされた為、クリーンアップしています...
+ ユーザーによって操作がキャンセルされた為、クリーンアップしています...Cannot deploy: Still cleaning up from last time.
- デプロイ不可: 直近のクリーンアップがまだ完了していません。
+ デプロイ不可: 直近のクリーンアップがまだ完了していません。Cannot deploy: Qemu was not running. It has now been started up for you, but it will take a bit of time until it is ready. Please try again then.
- デプロイ不可: Qemu が実行されていません。既に起動はされていますが、準備が完了するまでもう少し時間がかかります。後で、もう一度やり直して下さい。
+ デプロイ不可: Qemu が実行されていません。既に起動はされていますが、準備が完了するまでもう少し時間がかかります。後で、もう一度やり直して下さい。Cannot deploy: You want to deploy to Qemu, but it is not enabled for this Qt version.
- デプロイ不可: Qemu をデプロイしようとしていますが、この Qt バージョンでは使用できません。
+ デプロイ不可: Qemu をデプロイしようとしていますが、この Qt バージョンでは使用できません。All files up to date, no installation necessary.
- ファイルはすべて最新です、インストールの必要はありません。
+ ファイルはすべて最新です、インストールの必要はありません。Connection error: %1
- 接続エラー: %1
+ 接続エラー: %1Connecting to device...
- デバイスに接続中...
+ デバイスに接続中...Deployment failed.
- デプロイ失敗。
+ デプロイ失敗。Deployment finished.
- デプロイ完了。
+ デプロイ完了。RemoteLinux::Internal::AbstractMaemoInstallPackageToSysrootStepCannot install to sysroot without build configuration.
- ビルド構成なしでは sysroot にインストールできません。
+ ビルド構成なしでは sysroot にインストールできません。Cannot install package to sysroot without packaging step.
- パッケージ化の手順なしで sysroot にパッケージをインストールできません。
+ パッケージ化の手順なしで sysroot にパッケージをインストールできません。Cannot install package to sysroot without a Qt version.
- Qt バージョンなしで sysroot にパッケージをインストールできません。
+ Qt バージョンなしで sysroot にパッケージをインストールできません。Installing package to sysroot ...
- sysroot にパッケージをインストール中...
+ sysroot にパッケージをインストール中...Installation to sysroot failed, continuing anyway.
- sysroot へのインストールに失敗しましたが、続行します。
+ sysroot へのインストールに失敗しましたが、続行します。RemoteLinux::Internal::AbstractMaemoInstallPackageToSysrootWidgetCannot deploy to sysroot: No packaging step found.
- sysroot にデプロイ不可: パッケージ化の手順が見つかりませんでした。
+ sysroot にデプロイ不可: パッケージ化の手順が見つかりませんでした。RemoteLinux::Internal::AbstractMaemoPackageInstallerConnection failure: %1
- 接続エラー: %1
+ 接続エラー: %1Installing package failed.
- パッケージのインストールが失敗しました。
+ パッケージのインストールが失敗しました。RemoteLinux::Internal::AbstractMaemoUploadAndInstallStepNo matching packaging step found.
- 該当するパッケージ化手順が見つかりません。
+ 該当するパッケージ化手順が見つかりません。Successfully uploaded package file.
- パッケージファイルのアップロードが成功しました。
+ パッケージファイルのアップロードが成功しました。Installing package to device...
- デバイスにパッケージをインストール中...
+ デバイスにパッケージをインストール中...Package installed.
- パッケージをインストールしました。
+ パッケージをインストールしました。RemoteLinux::Internal::AbstractQt4MaemoTargetCannot open file '%1': %2
- ファイル '%1' を開けません: %2
+ ファイル '%1' を開けません: %2Qt Creator
- Qt Creator
+ Qt CreatorDo you want to remove the packaging file(s) associated with the target '%1'?
- ターゲット '%1' に関連付けられたパッケージファイルを削除しますか?
+ ターゲット '%1' に関連付けられたパッケージファイルを削除しますか?Error creating packaging directory '%1'.
- パッケージディレクトリ '%1' の作成中にエラーが発生しました。
+ パッケージディレクトリ '%1' の作成中にエラーが発生しました。<html>Qt Creator has set up the following files to enable packaging:
%1
Do you want to add them to the project?</html>
- <html>Qt Creator はパッケージを有効にする為、以下のファイルを準備しています:
+ <html>Qt Creator はパッケージを有効にする為、以下のファイルを準備しています:
%1
これらをプロジェクトに追加しますか?</html>Error creating MeeGo templates
- MeeGo テンプレート作成中にエラー
+ MeeGo テンプレート作成中にエラーAdd Packaging Files to Project
- プロジェクトにパッケージファイルを追加
+ プロジェクトにパッケージファイルを追加RemoteLinux::Internal::GenericLinuxDeviceConfigurationFactoryGeneric Linux Device
- 一般的な Linux デバイス
+ 一般的な Linux デバイスGeneric Linux
- 一般的な Linux
+ 一般的な LinuxTest
- テスト
+ テストRemote Processes
- リモートプロセス
+ リモートプロセスDeploy Public Key
- 公開鍵のデプロイ
+ 公開鍵のデプロイRemoteLinux::Internal::LinuxDeviceConfigurations(default for %1)
- (%1 向けのデフォルト)
+ (%1 向けのデフォルト)
@@ -21813,318 +22869,318 @@ Do you want to add them to the project?</html>
RemoteLinux::Internal::MaddeDeviceConfigurationFactoryDevice with MADDE support (Fremantle, Harmattan, MeeGo)
- MADDE をサポートしているデバイス (Fremantle, Harmattan, MeeGo)
+ MADDE をサポートしているデバイス (Fremantle, Harmattan, MeeGo)Maemo5/Fremantle
- Maemo5/Fremantle
+ Maemo5/FremantleMeeGo 1.2 Harmattan
- MeeGo 1.2 Harmattan
+ MeeGo 1.2 HarmattanOther MeeGo OS
- 他の MeeGo OS
+ 他の MeeGo OSRemoteLinux::Internal::MaemoConfigTestDialogTesting configuration. This may take a while.
- 構成をテストしています。しばらくお待ち下さい。
+ 構成をテストしています。しばらくお待ち下さい。Testing configuration...
- 構成のテスト中...
+ 構成のテスト中...Stop Test
- テストの停止
+ テストの停止Could not connect to host: %1
- ホストに接続できませんでした: %1
+ ホストに接続できませんでした: %1
Did you start Qemu?
-
+
Qemu は起動していますか?Remote process failed: %1
- リモートプロセス失敗: %1
+ リモートプロセス失敗: %1Qt version mismatch! Expected Qt on device: 4.6.2 or later.
- Qt バージョンが適合していません! デバイス上の Qt はバージョン 4.6.2 以降が必要です。
+ Qt バージョンが適合していません! デバイス上の Qt はバージョン 4.6.2 以降が必要です。%1 is not installed.<br>You will not be able to deploy to this device.
- %1 がインストールされていません。このデバイスにデプロイできない可能性があります。
+ %1 がインストールされていません。このデバイスにデプロイできない可能性があります。Please switch the device to developer mode via Settings -> Security.
- 設定 -> セキュリティでデバイスをデベロッパモードに切り替えて下さい。
+ 設定 -> セキュリティでデバイスをデベロッパモードに切り替えて下さい。Missing directory '%1'. You will not be able to do QML debugging on this device.
- ディレクトリ '%1' が見つかりません。デバイスで QML デバッグができない可能性があります。
+ ディレクトリ '%1' が見つかりません。デバイスで QML デバッグができない可能性があります。Error retrieving list of used ports: %1
- 使用済みポート一覧の受信中にエラー: %1
+ 使用済みポート一覧の受信中にエラー: %1All specified ports are available.
- 指定されたすべてのポートが使用可能です。
+ 指定されたすべてのポートが使用可能です。The following supposedly free ports are being used on the device:
- 以下の空きポートは、デバイスで使用されている可能性があります:
+ 以下の空きポートは、デバイスで使用されている可能性があります:Device configuration okay.
- デバイス構成に問題はありません。
+ デバイス構成に問題はありません。Close
- 閉じる
+ 閉じるDevice configuration test failed: Unexpected output:
%1
- デバイス構成のテストに失敗しました。予期しない出力:
+ デバイス構成のテストに失敗しました。予期しない出力:
%1Hardware architecture: %1
- ハードウェアアーキテクチャ: %1
+ ハードウェアアーキテクチャ: %1
Kernel version: %1
- カーネルバージョン: %1
+ カーネルバージョン: %1
No Qt packages installed.
- Qt のパッケージがインストールされていません。
+ Qt のパッケージがインストールされていません。List of installed Qt packages:
- インストールされている Qt パッケージの一覧:
+ インストールされている Qt パッケージの一覧:RemoteLinux::Internal::MaemoCopyToSysrootStepCannot copy to sysroot without build configuration.
- ビルド構成なしでは sysroot にコピーできません。
+ ビルド構成なしでは sysroot にコピーできません。Cannot copy to sysroot without valid Qt version.
- 正しい Qt バージョンでなければ sysroot にコピーできません。
+ 正しい Qt バージョンでなければ sysroot にコピーできません。Copying files to sysroot ...
- sysroot にファイルをコピー中...
+ sysroot にファイルをコピー中...Sysroot installation failed: %1
Continuing anyway.
- sysroot インストール失敗: %1
+ sysroot インストール失敗: %1
継続します。Copy files to sysroot
- sysroot にファイルをコピー
+ sysroot にファイルをコピーRemoteLinux::Internal::MaemoDebianPackageInstallerInstallation failed: You tried to downgrade a package, which is not allowed.
- インストール失敗: パッケージのダウングレードを試みましたが、許可されていません。
+ インストール失敗: パッケージのダウングレードを試みましたが、許可されていません。RemoteLinux::Internal::MaemoDeployConfigurationWidgetChoose Icon (will be scaled to %1x%1 pixels, if necessary)
- アイコンを選択して下さい(必要に応じて %1x%1 サイズに調整されます)
+ アイコンを選択して下さい(必要に応じて %1x%1 サイズに調整されます)Invalid Icon
- 無効なアイコン
+ 無効なアイコンUnable to read image
- 画像を読めません
+ 画像を読めませんFailed to Save Icon
- アイコンの保存失敗
+ アイコンの保存失敗Could not save icon to '%1'.
- アイコンを '%1' に保存できませんでした。
+ アイコンを '%1' に保存できませんでした。RemoteLinux::Internal::MaemoDeployStepBaseWidgetCannot deploy: %1
- デプロイ不可: %1
+ デプロイ不可: %1<b>%1 using device</b>: %2
- <b>%1 で使用中のデバイス</b>: %2
+ <b>%1 で使用中のデバイス</b>: %2RemoteLinux::Internal::MaemoDeploymentMounterConnection failed: %1
- 接続失敗: %1
+ 接続失敗: %1RemoteLinux::Internal::MaemoDeviceConfigWizardNew Device Configuration Setup
- 新しいデバイス構成の設定
+ 新しいデバイス構成の設定RemoteLinux::Internal::MaemoDeviceConfigWizardFinalPageThe new device configuration will now be created.
- 新しいデバイス構成が作成されます。
+ 新しいデバイス構成が作成されます。RemoteLinux::Internal::MaemoDeviceConfigWizardKeyCreationPageKey Creation
- 鍵の生成
+ 鍵の生成Cannot Create Keys
- 鍵を作成できません
+ 鍵を作成できませんThe path you have entered is not a directory.
- 指定されたパスはディレクトリではありません。
+ 指定されたパスはディレクトリではありません。The directory you have entered does not exist and cannot be created.
- 指定されたディレクトリが存在しない為、鍵を作成できません。
+ 指定されたディレクトリが存在しない為、鍵を作成できません。Creating keys ...
- 鍵を生成中...
+ 鍵を生成中...Key creation failed: %1
- 鍵の作成に失敗: %1
+ 鍵の作成に失敗: %1Done.
- 完了しました。
+ 完了しました。Could Not Save Key File
- 鍵ファイルを保存できませんでした
+ 鍵ファイルを保存できませんでしたRemoteLinux::Internal::MaemoDeviceConfigWizardKeyDeploymentPageKey Deployment
- 鍵のデプロイ
+ 鍵のデプロイDeploying...
- デプロイ中...
+ デプロイ中...Key Deployment Failure
- 鍵ファイルのデプロイが失敗
+ 鍵ファイルのデプロイが失敗Key Deployment Success
- 鍵ファイルのデプロイが成功
+ 鍵ファイルのデプロイが成功The key was successfully deployed. You may now close the "%1" application and continue.
- 鍵のデプロイに成功しました。 "%1" アプリケーションを閉じてから続けた方がよいでしょう。
+ 鍵のデプロイに成功しました。 "%1" アプリケーションを閉じてから続けた方がよいでしょう。Done.
- 完了しました。
+ 完了しました。RemoteLinux::Internal::MaemoDeviceConfigWizardPreviousKeySetupCheckPageDevice Status Check
- デバイス状態確認
+ デバイス状態確認RemoteLinux::Internal::MaemoDeviceConfigWizardReuseKeysCheckPageExisting Keys Check
- 鍵の存在確認
+ 鍵の存在確認RemoteLinux::Internal::MaemoDeviceConfigWizardStartPageGeneral Information
- 概要
+ 概要RemoteLinux::Internal::MaemoDeviceConfigurationsSettingsPageDevice Configurations
- デバイス構成
+ デバイス構成RemoteLinux::Internal::MaemoDeviceConfigurationsSettingsWidgetPhysical Device
- 物理デバイス
+ 物理デバイスEmulator
- エミュレータ
+ エミュレータYou will need at least one port.
- 最低でも1つのポートが必要です。
+ 最低でも1つのポートが必要です。RemoteLinux::Internal::MaemoDeviceEnvReaderConnection error: %1
- 接続エラー: %1
+ 接続エラー: %1Error running remote process: %1
- 実行中のリモートプロセスでエラー発生: %1
+ 実行中のリモートプロセスでエラー発生: %1
Remote stderr was: '%1'
-
+
リモート側の標準エラー出力: '%1'
@@ -22132,54 +23188,54 @@ Remote stderr was: '%1'
RemoteLinux::Internal::MaemoDirectDeviceUploadStepSFTP initialization failed: %1
- SFTP 初期化失敗: %1
+ SFTP 初期化失敗: %1All files successfully deployed.
- すべてのファイルのデプロイが成功しました。
+ すべてのファイルのデプロイが成功しました。Uploading file '%1'...
- ファイル '%1' をアップロード中...
+ ファイル '%1' をアップロード中...Failed to upload file '%1'.
- ファイル '%1' のアップロードが失敗しました。
+ ファイル '%1' のアップロードが失敗しました。Failed to upload file '%1': Could not open for reading.
- ファイル '%1' のアップロードが失敗しました: ファイルを読み込めませんでした。
+ ファイル '%1' のアップロードが失敗しました: ファイルを読み込めませんでした。Upload of file '%1' failed: %2
- ファイル '%1' アップロード失敗: %2
+ ファイル '%1' アップロード失敗: %2Upload files via SFTP
- SFTP 経由でファイルをアップロード
+ SFTP 経由でファイルをアップロードRemoteLinux::Internal::MaemoGlobalCould not connect to host: %1
- ホストに接続できませんでした: %1
+ ホストに接続できませんでした: %1
Did you start Qemu?
-
+
Qemu は起動していますか?
Is the device connected and set up for network access?
-
+
デバイスを接続済みですか?またネットワークアクセスの設定も完了しましたか?(No device)
- (デバイスなし)
+ (デバイスなし)SDK Connectivity
@@ -22191,69 +23247,69 @@ Is the device connected and set up for network access?
Unknown OS
- 未知の OS
+ 未知の OSRemoteLinux::Internal::MaemoInstallDebianPackageToSysrootStepInstall Debian package to sysroot
- sysroot に Debian パッケージをインストール
+ sysroot に Debian パッケージをインストールRemoteLinux::Internal::MaemoInstallRpmPackageToSysrootStepInstall RPM package to sysroot
- sysroot に RPM パッケージをインストール
+ sysroot に RPM パッケージをインストールRemoteLinux::Internal::MaemoKeyDeployerPublic key error: %1
- 公開鍵エラー: %1
+ 公開鍵エラー: %1Connection failed: %1
- 接続失敗: %1
+ 接続失敗: %1Key deployment failed: %1.
- 鍵ファイルの転送に失敗: %1。
+ 鍵ファイルの転送に失敗: %1。RemoteLinux::Internal::MaemoMakeInstallToSysrootStepCopy files to sysroot
- sysroot にファイルをコピー
+ sysroot にファイルをコピーRemoteLinux::Internal::MaemoMountAndCopyDeployStepAll files copied.
- すべてのファイルをコピーしました。
+ すべてのファイルをコピーしました。Deploy files via UTFS mount
- UTFS マウント経由でファイルをデプロイ
+ UTFS マウント経由でファイルをデプロイRemoteLinux::Internal::MaemoMountAndInstallDeployStepNo matching packaging step found.
- 該当するパッケージ化手順が見つかりません。
+ 該当するパッケージ化手順が見つかりません。Package installed.
- パッケージをインストールしました。
+ パッケージをインストールしました。Deploy package via UTFS mount
- UTFS マウント経由でファイルをデプロイ
+ UTFS マウント経由でファイルをデプロイ
@@ -22268,525 +23324,525 @@ Is the device connected and set up for network access?
Create tarball
- tar ファイルの作成
+ tar ファイルの作成RemoteLinux::Internal::MaemoPackageCreationWidgetSize should be %1x%2 pixels
- サイズは %1x%2 ピクセルでなければなりません
+ サイズは %1x%2 ピクセルでなければなりませんNo Version Available.
- 利用できるバージョンがありません。
+ 利用できるバージョンがありません。Could not read icon
- アイコンを読めません
+ アイコンを読めませんImages
- 画像
+ 画像Choose Image (will be scaled to 48x48 pixels if necessary)
- 画像を選択して下さい(必要に応じて 48x48 ピクセルに調整されます)
+ 画像を選択して下さい(必要に応じて 48x48 ピクセルに調整されます)Could Not Set New Icon
- 新しいアイコンを設定できません
+ 新しいアイコンを設定できませんFile Error
- ファイルエラー
+ ファイルエラーCould not set project name.
- プロジェクト名を設定できません。
+ プロジェクト名を設定できません。Could not set package name for project manager.
- プロジェクトマネージャにパッケージ名を設定できません。
+ プロジェクトマネージャにパッケージ名を設定できません。Could not set project description.
- プロジェクトの説明を設定できません。
+ プロジェクトの説明を設定できません。<b>Create Package:</b>
- <b>作成するパッケージ:</b>
+ <b>作成するパッケージ:</b> Could Not Set Version Number
- バージョン番号を設定できません
+ バージョン番号を設定できませんRemoteLinux::Internal::MaemoPackageUploaderPreparing SFTP connection...
- SFTP 接続の準備中...
+ SFTP 接続の準備中...Connection failed: %1
- 接続失敗: %1
+ 接続失敗: %1SFTP error: %1
- SFTP エラー: %1
+ SFTP エラー: %1Package upload failed: Could not open file.
- パッケージアップロード失敗: ファイルを開けません。
+ パッケージアップロード失敗: ファイルを開けません。Failed to upload package: %2
- パッケージアップロード失敗: %2
+ パッケージアップロード失敗: %2RemoteLinux::Internal::MaemoPerTargetDeviceConfigurationListModel(default)
- (既定)
+ (既定)RemoteLinux::Internal::MaemoProFilesUpdateDialogUpdateable Project Files
- 更新可能プロジェクトファイル
+ 更新可能プロジェクトファイルRemoteLinux::Internal::MaemoPublishedProjectModelInclude in package
- パッケージに含む
+ パッケージに含むInclude
- 含む
+ 含むDo not include
- 含まない
+ 含まないRemoteLinux::Internal::MaemoPublisherFremantleFreeCanceled.
- 中止しました。
+ 中止しました。Publishing canceled by user.
- ユーザーによって公開が中止されました。
+ ユーザーによって公開が中止されました。The project is missing some information important to publishing:
- プロジェクトは公開する為に必要ないくつかの重要な情報が不足しています:
+ プロジェクトは公開する為に必要ないくつかの重要な情報が不足しています:Publishing failed: Missing project information.
- 公開失敗: プロジェクト情報が見つかりません。
+ 公開失敗: プロジェクト情報が見つかりません。Removing left-over temporary directory ...
- 残っている一時ディレクトリを削除中...
+ 残っている一時ディレクトリを削除中...Error removing temporary directory: %1
- 一時ディレクトリの削除中にエラー: %1
+ 一時ディレクトリの削除中にエラー: %1Publishing failed: Could not create source package.
- 公開失敗: ソースパッケージを作成できませんでした。
+ 公開失敗: ソースパッケージを作成できませんでした。Setting up temporary directory ...
- 一時ディレクトリを設定しています...
+ 一時ディレクトリを設定しています...Error: Could not create temporary directory.
- エラー: 一時ディレクトリを作成できませんでした。
+ エラー: 一時ディレクトリを作成できませんでした。Error: Could not copy project directory.
- エラー: プロジェクトディレクトリをコピーできませんでした。
+ エラー: プロジェクトディレクトリをコピーできませんでした。Error: Could not fix newlines.
- エラー: 改行コードを修正できませんでした。
+ エラー: 改行コードを修正できませんでした。Publishing failed: Could not create package.
- 公開失敗: パッケージを作成できませんでした。
+ 公開失敗: パッケージを作成できませんでした。Cleaning up temporary directory ...
- 一時ディレクトリを掃除しています...
+ 一時ディレクトリを掃除しています...Failed to create directory '%1'.
- ディレクトリ '%1' の作成に失敗しました。
+ ディレクトリ '%1' の作成に失敗しました。Could not copy file '%1' to '%2': %3.
- ファイル '%1' を '%2' へコピーできません: %3。
+ ファイル '%1' を '%2' へコピーできません: %3。Error: Failed to start dpkg-buildpackage.
- エラー: dpkg-buildpackage の起動に失敗しました。
+ エラー: dpkg-buildpackage の起動に失敗しました。Error: dpkg-buildpackage did not succeed.
- エラー: dpkg-buildpackage は成功しませんでした。
+ エラー: dpkg-buildpackage は成功しませんでした。Package creation failed.
- パッケージ作成が失敗しました。
+ パッケージ作成が失敗しました。Done.
- 完了しました。
+ 完了しました。Packaging finished successfully. The following files were created:
- パッケージ化に成功しました。以下のファイルが作られました:
+ パッケージ化に成功しました。以下のファイルが作られました:
No Qt version set.
- Qt バージョンが設定されていません。
+ Qt バージョンが設定されていません。Building source package...
- ソースパッケージをビルド中...
+ ソースパッケージをビルド中...Starting scp ...
- SCP を起動中...
+ SCP を起動中...SSH error: %1
- SSH エラー: %1
+ SSH エラー: %1Upload failed.
- アップロードが失敗しました。
+ アップロードが失敗しました。Error uploading file: %1.
- ファイルアップロードエラー: %1.
+ ファイルアップロードエラー: %1.Error uploading file.
- ファイルのアップロードでエラーが発生しました。
+ ファイルのアップロードでエラーが発生しました。All files uploaded.
- すべてのファイルをアップロードしました。
+ すべてのファイルをアップロードしました。Upload succeeded. You should shortly receive an email informing you about the outcome of the build process.
- アップロード成功。もうすぐビルドプロセスの結果についてのメールが送られてくるはずです。
+ アップロード成功。もうすぐビルドプロセスの結果についてのメールが送られてくるはずです。Uploading file %1 ...
- ファイル %1 をアップロード中...
+ ファイル %1 をアップロード中...Cannot open file for reading: %1.
- ファイルを開けません: %1.
+ ファイルを開けません: %1.Cannot read file: %1
- ファイルを読み込めません: %1
+ ファイルを読み込めません: %1The package description is empty. You must set one in Projects -> Run -> Create Package -> Details.
- パッケージの説明が空です。プロジェクト -> 実行 -> パッケージ作成 -> 詳細 で説明を設定する必要があります。
+ パッケージの説明が空です。プロジェクト -> 実行 -> パッケージ作成 -> 詳細 で説明を設定する必要があります。The package description is '%1', which is probably not what you want. Please change it in Projects -> Run -> Create Package -> Details.
- パッケージの説明は '%1' となっていますが、もし希望通りでなければプロジェクト -> 実行 -> パッケージ作成 -> 詳細 で説明を変更して下さい。
+ パッケージの説明は '%1' となっていますが、もし希望通りでなければプロジェクト -> 実行 -> パッケージ作成 -> 詳細 で説明を変更して下さい。You have not set an icon for the package manager. The icon must be set in Projects -> Run -> Create Package -> Details.
- パッケージマネージャにアイコンが設定されていません。プロジェクト -> 実行 -> パッケージ作成 -> 詳細 でアイコンを指定して下さい。
+ パッケージマネージャにアイコンが設定されていません。プロジェクト -> 実行 -> パッケージ作成 -> 詳細 でアイコンを指定して下さい。RemoteLinux::Internal::MaemoPublishingUploadSettingsPageFremantleFreePublishing to Fremantle's "Extras-devel/free" Repository
- Fremantle の "Extras-devel/free" リポジトリに公開
+ Fremantle の "Extras-devel/free" リポジトリに公開Upload options
- アップロードオプション
+ アップロードオプションChoose a private key file
- 秘密鍵ファイルを選択して下さい
+ 秘密鍵ファイルを選択して下さいRemoteLinux::Internal::MaemoPublishingWizardFactoryFremantleFreePublish for "Fremantle Extras-devel free" repository
- "Fremantle Extras-devel free" リポジトリに公開
+ "Fremantle Extras-devel free" リポジトリに公開This wizard will create a source archive and optionally upload it to a build server, where the project will be compiled and packaged and then moved to the "Extras-devel free" repository, from where users can install it onto their N900 devices. For the upload functionality, an account at garage.maemo.org is required.
- このウィザードは、ソースアーカイブを作成し必要に応じてビルドサーバーにアップロードします。ユーザーが自身の N900 デバイスにインストールする事ができるようプロジェクトはコンパイル、パッケージ化され "Extras-devel free" リポジトリに移動されます。アップロード機能を使用するには、garage.maemo.org のアカウントが必要です。
+ このウィザードは、ソースアーカイブを作成し必要に応じてビルドサーバーにアップロードします。ユーザーが自身の N900 デバイスにインストールする事ができるようプロジェクトはコンパイル、パッケージ化され "Extras-devel free" リポジトリに移動されます。アップロード機能を使用するには、garage.maemo.org のアカウントが必要です。RemoteLinux::Internal::MaemoPublishingWizardFremantleFreePublishing to Fremantle's "Extras-devel free" Repository
- Fremantle の "Extras-devel free" リポジトリに公開
+ Fremantle の "Extras-devel free" リポジトリに公開Build Settings
- ビルド設定
+ ビルド設定Upload Settings
- アップロード設定
+ アップロード設定Result
- 結果
+ 結果RemoteLinux::Internal::MaemoQemuCrashDialogQemu error
- Qemu エラー
+ Qemu エラーQemu crashed.
- Qemu がクラッシュしました。
+ Qemu がクラッシュしました。Click here to change the OpenGL mode.
- OpenGL モードを切り替えて下さい。
+ OpenGL モードを切り替えて下さい。You have configured Qemu to use OpenGL hardware acceleration, which might not be supported by your system. You could try using software rendering instead.
- お使いのシステムではサポートされていない可能性のある OpenGL ハードウェアアクセラレーションを使用するように Qemu が構成されていますが、代わりにソフトウェアレンダリングを使用する事もできます。
+ お使いのシステムではサポートされていない可能性のある OpenGL ハードウェアアクセラレーションを使用するように Qemu が構成されていますが、代わりにソフトウェアレンダリングを使用する事もできます。Qemu is currently configured to auto-detect the OpenGL mode, which is known to not work in some cases. You might want to use software rendering instead.
- いくつかのケースでうまく動作しない事が判明している OpenGL モードの自動認識を行うように構成されていますが、代わりにソフトウェアレンダリングを使用する事も出来ます。
+ いくつかのケースでうまく動作しない事が判明している OpenGL モードの自動認識を行うように構成されていますが、代わりにソフトウェアレンダリングを使用する事も出来ます。RemoteLinux::Internal::MaemoQemuManagerStart MeeGo Emulator
- MeeGo エミュレータ開始
+ MeeGo エミュレータ開始Qemu has been shut down, because you removed the corresponding Qt version.
- 対応する Qt バージョンが削除された為、Qemu はシャットダウンしました。
+ 対応する Qt バージョンが削除された為、Qemu はシャットダウンしました。Qemu finished with error: Exit code was %1.
- Qemu は異常終了しました: 終了コードは %1 です。
+ Qemu は異常終了しました: 終了コードは %1 です。Qemu error
- Qemu エラー
+ Qemu エラーQemu failed to start: %1
- Qemu を開始できませんでした: %1
+ Qemu を開始できませんでした: %1Stop MeeGo Emulator
- MeeGo エミュレータ停止
+ MeeGo エミュレータ停止RemoteLinux::Internal::MaemoQemuSettingsPageMeeGo Qemu Settings
- MeeGo Qemu 設定
+ MeeGo Qemu 設定RemoteLinux::Internal::MaemoRemoteCopyFacilityConnection failed: %1
- 接続失敗: %1
+ 接続失敗: %1Error: Copy command failed.
- エラー: コピーコマンドが失敗しました。
+ エラー: コピーコマンドが失敗しました。Copying file '%1' to directory '%2' on the device...
- ファイル '%1' をデバイス上のディレクトリ '%2' にコピー中...
+ ファイル '%1' をデバイス上のディレクトリ '%2' にコピー中...RemoteLinux::Internal::MaemoRemoteMounterNo directories to mount
- マウント先のディレクトリがありません
+ マウント先のディレクトリがありませんNo directories to unmount
- マウントを解除するディレクトリがありません
+ マウントを解除するディレクトリがありませんCould not execute unmount request.
- マウント解除要求を実行できませんでした。
+ マウント解除要求を実行できませんでした。Failure unmounting: %1
- マウント解除失敗: %1
+ マウント解除失敗: %1Finished unmounting.
- マウント解除完了。
+ マウント解除完了。
stderr was: '%1'
-
+
標準エラー出力: '%1'Error: Not enough free ports on device to fulfill all mount requests.
- エラー: すべてのマウント要求を満たす為に十分な空きポートがデバイス上にありません。
+ エラー: すべてのマウント要求を満たす為に十分な空きポートがデバイス上にありません。Starting remote UTFS clients...
- リモート UTFS クライアントを起動中...
+ リモート UTFS クライアントを起動中...Mount operation succeeded.
- マウント操作が成功しました。
+ マウント操作が成功しました。Failure running UTFS client: %1
- UTFS クライアントの実行が失敗しました: %1
+ UTFS クライアントの実行が失敗しました: %1Starting UTFS servers...
- UTFS サーバーを起動中...
+ UTFS サーバーを起動中...
stderr was: %1
-
+
標準エラー出力: %1Error running UTFS server: %1
- UTFS サーバー実行中にエラー: %1
+ UTFS サーバー実行中にエラー: %1Timeout waiting for UTFS servers to connect.
- UTFS サーバーへの接続待機中にタイムアウトしました。
+ UTFS サーバーへの接続待機中にタイムアウトしました。RemoteLinux::Internal::MaemoRemoteMountsModelLocal directory
- ローカルディレクトリ
+ ローカルディレクトリRemote mount point
- リモートマウントポイント
+ リモートマウントポイントRemoteLinux::Internal::MaemoRemoteProcessListConnection failure: %1
- 接続エラー: %1
+ 接続エラー: %1Error: Remote process failed to start: %1
- エラー: リモートプロセスの起動に失敗: %1
+ エラー: リモートプロセスの起動に失敗: %1Error: Remote process crashed: %1
- エラー: リモートプロセスがクラッシュ: %1
+ エラー: リモートプロセスがクラッシュ: %1Remote process failed.
- リモートプロセスが失敗しました。
+ リモートプロセスが失敗しました。
Remote stderr was: %1
-
+
リモート側標準エラー出力: %1PID
- PID
+ PIDCommand Line
- コマンドライン
+ コマンドラインRemoteLinux::Internal::MaemoRemoteProcessesDialogRemote Error
- リモートエラー
+ リモートエラーRemoteLinux::Internal::MaemoRunConfigurationNot enough free ports on the device.
- デバイスに十分な空きポートがありません。
+ デバイスに十分な空きポートがありません。RemoteLinux::Internal::MaemoRunConfigurationWidgetChoose directory to mount
- マウントするディレクトリを選択して下さい
+ マウントするディレクトリを選択して下さいNo local directories to be mounted on the device.
- デバイスにローカルディレクトリがマウントされていません。
+ デバイスにローカルディレクトリがマウントされていません。One local directory to be mounted on the device.
- デバイスにローカルディレクトリをマウントします。
+ デバイスにローカルディレクトリをマウントします。%n local directories to be mounted on the device.Note: Only mountCount>1 will occur here as 0, 1 are handled above.
-
+ %n 個のローカルディレクトリがデバイス上にマウントされます。WARNING: You want to mount %1 directories, but your device has only %n free ports.<br>You will not be able to run this configuration.
-
+ 警告: %1 個のディレクトリをマウントしようとしていますが、デバイスには %n 個の空きポートしかありません。<br>この構成では実行する事はできません。WARNING: You want to mount %1 directories, but only %n ports on the device will be available in debug mode. <br>You will not be able to debug your application with this configuration.
-
+ 警告: %1 個のディレクトリをマウントしようとしていますが、デバイスにはデバッグモードで使用可能な空きポートが %n 個しかありません。<br>この構成ではデバッグする事はできません。
@@ -22795,108 +23851,108 @@ Remote stderr was: %1
RemoteLinux::Internal::MaemoRunControlFactoryRun on device
- デバイスで実行
+ デバイスで実行RemoteLinux::Internal::MaemoSshConfigDialogSave Public Key File
- 公開鍵ファイルの保存
+ 公開鍵ファイルの保存Save Private Key File
- 秘密鍵ファイルの保存
+ 秘密鍵ファイルの保存RemoteLinux::Internal::MaemoSshRunnerQemu was not running. It has now been started up for you, but it will take a bit of time until it is ready. Please try again then.
- Qemu が実行されていません。既に起動はされていますが、準備が完了するまでもう少し時間がかかります。後で、もう一度やり直して下さい。
+ Qemu が実行されていません。既に起動はされていますが、準備が完了するまでもう少し時間がかかります。後で、もう一度やり直して下さい。You want to run on Qemu, but it is not enabled for this Qt version.
- Qemu を実行しようとしていますが、この Qt バージョンでは利用できません。
+ Qemu を実行しようとしていますが、この Qt バージョンでは利用できません。Mounting host directories...
- ホスト側のディレクトリをマウント中...
+ ホスト側のディレクトリをマウント中...Potentially unmounting left-over host directory mounts...
- 残っている可能性のあるホスト側ディレクトリのマウントを解除中...
+ 残っている可能性のあるホスト側ディレクトリのマウントを解除中...Unmounting host directories...
- ホスト側ディレクトリのマウントを解除中...
+ ホスト側ディレクトリのマウントを解除中...RemoteLinux::Internal::MaemoToolChainConfigWidget<html><head/><body><table><tr><td>Path to MADDE:</td><td>%1</td></tr><tr><td>Path to MADDE target:</td><td>%2</td></tr><tr><td>Debugger:</td/><td>%3</td></tr></body></html>
- <html><head/><body><table><tr><td>MADDE のパス:</td><td>%1</td></tr><tr><td>MADDE ターゲットのパス:</td><td>%2</td></tr><tr><td>デバッガ:</td/><td>%3</td></tr></body></html>
+ <html><head/><body><table><tr><td>MADDE のパス:</td><td>%1</td></tr><tr><td>MADDE ターゲットのパス:</td><td>%2</td></tr><tr><td>デバッガ:</td/><td>%3</td></tr></body></html>RemoteLinux::Internal::MaemoToolChainFactoryMaemo GCC
- Maemo GCC
+ Maemo GCCMaemo GCC for %1
- %1 向けMaemo GCC
+ %1 向けMaemo GCC%1 GCC (%2)
- %1 GCC (%2)
+ %1 GCC (%2)RemoteLinux::Internal::MaemoUploadAndInstallDpkgPackageStepDeploy Debian package via SFTP upload
- SFTP アップロード経由で Debian パッケージをデプロイ
+ SFTP アップロード経由で Debian パッケージをデプロイRemoteLinux::Internal::MaemoUploadAndInstallRpmPackageStepDeploy RPM package via SFTP upload
- SFTP アップロード経由で RPM パッケージをデプロイ
+ SFTP アップロード経由で RPM パッケージをデプロイRemoteLinux::Internal::MaemoUploadAndInstallTarPackageStepDeploy tarball via SFTP upload
- SFTP アップロード経由で tarball をデプロイする
+ SFTP アップロード経由で tarball をデプロイするRemoteLinux::Internal::MaemoUsedPortsGathererConnection error: %1
- 接続エラー: %1
+ 接続エラー: %1Could not start remote process: %1
- リモートプロセスを開始できませんでした: %1
+ リモートプロセスを開始できませんでした: %1Remote process crashed: %1
- リモートプロセスがクラッシュしました: %1
+ リモートプロセスがクラッシュしました: %1Remote process failed: %1
- リモートプロセスが失敗しました: %1
+ リモートプロセスが失敗しました: %1
Remote error output was: %1
-
+
リモート側の標準出力: %1
@@ -22904,23 +23960,23 @@ Remote error output was: %1
RemoteLinux::Internal::Qt4MaemoDeployConfigurationFactoryCopy Files to Maemo5 Device
- Maemo5 デバイスにファイルをコピー
+ Maemo5 デバイスにファイルをコピーBuild Debian Package and Install to Maemo5 Device
- Debian パッケージをビルドし Maemo5 デバイスにインストール
+ Debian パッケージをビルドし Maemo5 デバイスにインストールBuild Debian Package and Install to Harmattan Device
- Debian パッケージをビルドし Harmattan デバイスにインストール
+ Debian パッケージをビルドし Harmattan デバイスにインストールBuild RPM Package and Install to MeeGo Device
- RPM パッケージをビルドし MeeGo デバイスにインストール
+ RPM パッケージをビルドし MeeGo デバイスにインストールBuild Tarball and Install to Linux Host
- tarball をビルドし Linux ホストにインストール
+ tarball をビルドし Linux ホストにインストール
@@ -22941,89 +23997,89 @@ Remote error output was: %1
RemoteLinux::MaemoDebianPackageCreationStepCreate Debian Package
- Debian パッケージの作成
+ Debian パッケージの作成Packaging failed.
- パッケージ作成に失敗しました。
+ パッケージ作成に失敗しました。Could not move package files from %1 to %2.
- パッケージファイルを %1 から %2 に移動できませんでした。
+ パッケージファイルを %1 から %2 に移動できませんでした。Your project name contains characters not allowed in Debian packages.
They must only use lower-case letters, numbers, '-', '+' and '.'.
We will try to work around that, but you may experience problems.
- プロジェクト名に Debian パッケージで許可されていない文字が含まれています。
+ プロジェクト名に Debian パッケージで許可されていない文字が含まれています。
使用できるのは 小文字、数字、'-'(マイナス記号)、'+'(プラス記号)、'.'(ピリオド) のみです。
この問題を回避するよう試みますが、何らかの問題に遭遇する可能性があります。Packaging failed: Foreign debian directory detected.
- パッケージ作成失敗: 無関係な debian ディレクトリを検知しました。
+ パッケージ作成失敗: 無関係な debian ディレクトリを検知しました。You are not using a shadow build and there is a debian directory in your project root ('%1'). Qt Creator will not overwrite that directory. Please remove it or use the shadow build feature.
- シャドウビルドを使っていませんが、プロジェクトルート ('%1') に Debian ディレクトリが存在しています。Qt Creator がそのディレクトリを上書きする事はないはずですが、Debian ディレクトリを取り除くかシャドウビルド機能をお使い下さい。
+ シャドウビルドを使っていませんが、プロジェクトルート ('%1') に Debian ディレクトリが存在しています。Qt Creator がそのディレクトリを上書きする事はないはずですが、Debian ディレクトリを取り除くかシャドウビルド機能をお使い下さい。Could not remove directory '%1': %2
- '%1' ディレクトリを削除できませんでした: %2
+ '%1' ディレクトリを削除できませんでした: %2Could not create Debian directory '%1'.
- Debian ディレクトリ '%1' を作成できませんでした。
+ Debian ディレクトリ '%1' を作成できませんでした。Could not copy file '%1' to '%2'
- '%1' から '%2' へファイルをコピーできませんでした
+ '%1' から '%2' へファイルをコピーできませんでしたError: Could not create file '%1'.
- エラー: ファイル '%1' を作成できませんでした。
+ エラー: ファイル '%1' を作成できませんでした。RemoteLinux::MaemoRpmPackageCreationStepCreate RPM Package
- RPM パッケージの作成
+ RPM パッケージの作成Packaging failed.
- パッケージ作成に失敗しました。
+ パッケージ作成に失敗しました。Could not move package file from %1 to %2.
- パッケージファイルを %1 から %2 に移動できませんでした。
+ パッケージファイルを %1 から %2 に移動できませんでした。RemoteLinux::MaemoTarPackageCreationStepCreate tarball
- tar ファイルの作成
+ tar ファイルの作成Error: tar file %1 cannot be opened (%2).
- エラー: tar ファイル %1 を開けません (%2)。
+ エラー: tar ファイル %1 を開けません (%2)。Error writing tar file '%1': %2.
- tar ファイル '%1' の書き込み中にエラー: %2。
+ tar ファイル '%1' の書き込み中にエラー: %2。Error reading file '%1': %2.
- ファイル '%1' の読み込み中にエラー: %2。
+ ファイル '%1' の読み込み中にエラー: %2。Cannot add file '%1' to tar-archive: path too long.
- ファイル '%1' を tar アーカイブに追加できません: パスが長すぎます。
+ ファイル '%1' を tar アーカイブに追加できません: パスが長すぎます。Error writing tar file '%1': %2
- tar ファイル '%1' の書き込み中にエラー: %2
+ tar ファイル '%1' の書き込み中にエラー: %2
@@ -23057,39 +24113,39 @@ We will try to work around that, but you may experience problems.
RemoteLinux::RemoteLinuxApplicationRunnerCannot run: %1
- 実行不可: %1
+ 実行不可: %1Connecting to device...
- デバイスに接続中...
+ デバイスに接続中...Connection error: %1
- 接続エラー: %1
+ 接続エラー: %1Killing remote process(es)...
- リモートプロセスを kill しています...
+ リモートプロセスを kill しています...Initial cleanup failed: %1
- 初回クリーンアップが失敗: %1
+ 初回クリーンアップが失敗: %1Remote process started.
- リモートプロセスを開始しました。
+ リモートプロセスを開始しました。No remote executable set.
- リモートの実行ファイルが設定されていません。
+ リモートの実行ファイルが設定されていません。No device configuration set.
- デバイス構成が設定されていません。
+ デバイス構成が設定されていません。Error running remote process: %1
- リモートプロセス実行中にエラー: %1
+ リモートプロセス実行中にエラー: %1
@@ -23115,10 +24171,20 @@ We will try to work around that, but you may experience problems.
何を実行するか感知しません。
- Run on remote device
+ %1 (on Remote Device)
+ %1 is the name of a project which is being run on remote Linux
+ %1 (リモートデバイス上)
+
+
+ Run on Remote DeviceRemote Linux run configuration default display nameリモートデバイスで実行
+
+ Run on remote device
+ Remote Linux run configuration default display name
+ リモートデバイスで実行
+ Clean Environment環境変数なし
@@ -23148,11 +24214,19 @@ We will try to work around that, but you may experience problems.
Executable on host:
- ホスト上で実行:
+ ホスト上の実行可能ファイル:Executable on device:
- デバイス上で実行:
+ デバイス上の実行可能ファイル:
+
+
+ Use this command instead
+ 代わりにこのコマンドを使う
+
+
+ Alternate executable on device:
+ デバイス上の代替実行可能ファイル:Arguments:
@@ -23191,9 +24265,13 @@ We will try to work around that, but you may experience problems.
フェッチ操作を中止
- Device error
+ Device Errorデバイスエラー
+
+ Device error
+ デバイスエラー
+ Fetching environment failed: %1環境へのフェッチ失敗: %1
@@ -23240,14 +24318,14 @@ We will try to work around that, but you may experience problems.
RunSettingsPanelRun Settings
- 実行時の設定
+ 実行時の設定RunSettingsPanelFactoryRun Settings
- 実行時の設定
+ 実行時の設定
@@ -23514,6 +24592,23 @@ Server list was %2.
Error generating key: %1鍵の生成中にエラー: %1
+
+ Password for Private Key
+ 秘密鍵のパスワード
+
+
+ It is recommended that you secure your private key
+with a password, which you can enter below.
+
+
+
+ Encrypt key file
+ 鍵ファイルの暗号化
+
+
+ Do not encrypt key file
+ 鍵ファイルを暗号化しない
+ StackHandler
@@ -23655,7 +24750,15 @@ Server list was %2.
Override s&tart script:
- 起動スクリプトを上書き(&T):
+ 起動スクリプトを上書き(&T):
+
+
+ Location of debugging information:
+ デバッグ情報の位置:
+
+
+ Override host GDB s&tart script:
+ ホスト側の起動スクリプトを上書き(&T):
@@ -24094,7 +25197,7 @@ Server list was %2.
TagBrowserPlease choose a tag to filter for:
- フィルタに使用するタグを選択して下さい:
+ フィルタに使用するタグを選択して下さい:
@@ -24134,7 +25237,7 @@ Server list was %2.
My Tasks
- Category under which tasklist tasks are listed in build issues view
+ Category under which tasklist tasks are listed in Issues viewタスク
@@ -24183,7 +25286,7 @@ Server list was %2.
Out of memory
- メモリ不足
+ メモリ不足Opening file
@@ -24299,20 +25402,20 @@ Server list was %2.
TextEditor::FallbackSelectorWidgetSettings:
- 設定:
+ 設定:Custom
- カスタム
+ カスタムRestore %1%1 is settings name (e.g. Global C++)
- %1 を復元
+ %1 を復元Restore
- 元に戻す
+ 元に戻す
@@ -24373,7 +25476,11 @@ Server list was %2.
Download Definitions
- 定義をダウンロード
+ 定義をダウンロード
+
+
+ Download Definitions...
+ 定義をダウンロード...Autodetect
@@ -24464,28 +25571,38 @@ The following encodings are likely to fit:
Current File現在のファイル
+
+ File '%1':
+ ファイル '%1':
+
+
+ File path: %1
+%2
+ ファイルパス: %1
+%2
+ TextEditor::Internal::FindInFilesFiles on File System
- ファイルシステム上のファイル
+ ファイルシステム上のファイル&Directory:
- ディレクトリ(&D):
+ ディレクトリ(&D):&Browse
- 参照(&B)
+ 参照(&B)File &pattern:
- ファイルパターン(&P):
+ ファイルパターン(&P):Directory to search
- 検索対象ディレクトリの指定
+ 検索対象ディレクトリの指定
@@ -24629,9 +25746,13 @@ Please check the directory's access rights.
A highlight definition was not found for this file. Would you like to try to find one?このファイルにハイライト定義が見つかりませんでした。もう一度探しますか?
+
+ Show highlighter options...
+ ハイライトオプションを表示...
+ Show highlighter options
- ハイライトオプションを表示
+ ハイライトオプションを表示
@@ -24753,11 +25874,11 @@ Please check the directory's access rights.
TextEditor::TabPreferencesWidgetForm
- フォーム
+ フォームTab settings:
- タブ設定:
+ タブ設定:
@@ -24772,15 +25893,15 @@ Please check the directory's access rights.
Insert &spaces instead of tabs
- タブの代わりに空白を挿入(&S)
+ タブの代わりに空白を挿入(&S)Automatically determine based on the nearest indented line (previous line preferred over next line)
- 自動的に、近くのインデントされた行を基準とします (直後の行よりも、直前の行を優先します)
+ 自動的に、近くのインデントされた行を基準とします (直後の行よりも、直前の行を優先します)Based on the surrounding lines
- 周囲の行を基準とする
+ 周囲の行を基準とするTa&b size:
@@ -24792,15 +25913,15 @@ Please check the directory's access rights.
Enable automatic &indentation
- 自動インデントの有効化(&I)
+ 自動インデントの有効化(&I)Backspace will go back one indentation level instead of one space.
- Backspace を押した時に空白の代わりに1レベル上げます。
+ Backspace を押した時に空白の代わりに1レベル上げます。&Backspace follows indentation
- Backspace でインデントに追随する(&B)
+ Backspace でインデントに追随する(&B)Align continuation lines:
@@ -24850,7 +25971,7 @@ Influences the indentation of continuation lines.
</pre>
</li>
-<li>通常のインデント方法で整形: Use tabs and/or spaces for alignment, as configured above.
+<li>通常のインデント方法で整形: 設定にしたがってタブや空白を整形する際に使います。
<pre>
(tab)int i = foo(a, b
(tab)(tab)(tab) c, d);
@@ -24872,19 +25993,35 @@ Influences the indentation of continuation lines.
Tab key performs auto-indent:
- タブキーで自動インデントを行う:
+ タブキーで自動インデントを行う:Never
- 実行しない
+ 実行しないAlways
- 常時
+ 常時In Leading White Space
- 先頭が空白の場合
+ 先頭が空白の場合
+
+
+ Tab policy:
+ タブ ポリシー:
+
+
+ Spaces Only
+ スペースのみ
+
+
+ Tabs Only
+ タブのみ
+
+
+ Mixed
+ 混在
@@ -25005,6 +26142,22 @@ Influences the indentation of continuation lines.
Cut &Line一行切り取り(&L)
+
+ Delete Word From The Cursor On
+ カーソル位置の単語を削除
+
+
+ Delete Word Camel Case From The Cursor On
+ カーソル位置の単語のキャメルケースを削除
+
+
+ Delete Word Up To The Cursor
+ カーソル位置までの単語を削除
+
+
+ Delete Word Camel Case Up To The Cursor
+ カーソル位置までの単語のキャメルケースを削除
+ Ctrl+<Ctrl+<
@@ -25296,6 +26449,50 @@ Influences the indentation of continuation lines.
Virtual Method仮想メソッド
+
+ QML Binding
+ QML バインディング
+
+
+ QML Local Id
+ QML ローカルID
+
+
+ QML Root Object Property
+ QML ルートオブジェクトプロパティ
+
+
+ QML Scope Object Property
+ QML スコープオブジェクトプロパティ
+
+
+ QML State Name
+ QML 状態名
+
+
+ QML Type Name
+ QML 型名
+
+
+ QML External Id
+ QML 外部ID
+
+
+ QML External Object Property
+ QML 外部オブジェクトプロパティ
+
+
+ JavaScript Scope Var
+ JavaScript スコープ変数
+
+
+ JavaScript Import
+ JavaScript Import
+
+
+ JavaScript Global Variable
+ JavaScript グローバル変数
+ Keywordキーワード
@@ -25692,6 +26889,14 @@ Influences the indentation of continuation lines.
Name matches MS Windows device. (%1).ファイル名が MS Windows デバイス (%1) と一致しています。
+
+ File extension %1 is required:
+ 拡張子 %1 が必要です:
+
+
+ File extensions %1 are required:
+ 拡張子 %1 が必要です:
+ Utils::FileSearch
@@ -26452,7 +27657,7 @@ Influences the indentation of continuation lines.
Unable to open the project '%1'.
- プロジェクト '%1' が開けませんでした。
+ プロジェクト '%1' が開けませんでした。
@@ -26636,6 +27841,14 @@ Influences the indentation of continuation lines.
VCSBase::VCSBaseClient
+
+ Unable to start process '%1': %2
+ プロセス '%1' を開始できません: %2
+
+
+ Timed out after %1s waiting for the process %2 to finish.
+ %2 プロセスが終了するのを %1 秒間待機しましたが、タイムアウトしました。
+ Working...作業中...
@@ -26659,6 +27872,10 @@ Influences the indentation of continuation lines.
Send to CodePaster...CodePaster に送る...
+
+ Apply Chunk...
+ チャンクを適用...
+ Revert Chunk...チャンクを元に戻す...
@@ -26675,10 +27892,18 @@ Influences the indentation of continuation lines.
Revert Chunkチャンクを元に戻す
+
+ Apply Chunk
+ チャンクを適用
+ Would you like to revert the chunk?チャンクを元に戻しますか?
+
+ Would you like to apply the chunk?
+ チャンクを適用しますか?
+ VCSBase::VCSBaseOutputWindow
@@ -26737,6 +27962,10 @@ Influences the indentation of continuation lines.
Repository Creation Failedリポジトリの作成に失敗しました
+
+ Error: Executable timed out after %1s.
+ エラー: 実行可能ファイル は %1 秒でタイムアウトしました。
+ There is no patch-command configured in the common 'Version Control' settings.共通 'バージョン管理' 設定に patch コマンドの設定がありません。
@@ -26813,18 +28042,18 @@ Influences the indentation of continuation lines.
VCSBase::VCSJobRunnerUnable to start process '%1': %2
- プロセス '%1' を開始できません: %2
+ プロセス '%1' を開始できません: %2Timed out after %1s waiting for the process %2 to finish.
- %2 プロセスが終了するのを %1 秒間待機しましたが、タイムアウトしました。
+ %2 プロセスが終了するのを %1 秒間待機しましたが、タイムアウトしました。VCSBase::VcsConfigurationPageConfigure
- 構成する
+ 構成するConfiguration
@@ -26834,6 +28063,10 @@ Influences the indentation of continuation lines.
Please configure <b>%1</b> now.今すぐ <b>%1</b> を構成して下さい。
+
+ Configure...
+ 構成...
+ Valgrind::Callgrind::CallModel
@@ -27547,6 +28780,10 @@ With cache simulation, further event counters are enabled:
Valgrind::XmlProtocol::ErrorListModel
+
+ No errors found
+ エラーはありません
+ WhatWhat
@@ -27760,6 +28997,10 @@ p, li { white-space: pre-wrap; }
Url
+ URL
+
+
+ URLURL
@@ -27798,32 +29039,32 @@ p, li { white-space: pre-wrap; }
Welcome::Internal::CommunityWelcomePageWidget<b>Qt LGPL Support</b><br /><font color='gray'>Buy commercial Qt support</font>
- <b>Qt LGPL サポート</b><br /><font color='gray'>Qt プロフェッショナルサポートを購入</font>
+ <b>Qt LGPL サポート</b><br /><font color='gray'>Qt プロフェッショナルサポートを購入</font><b>Forum Nokia</b><br /><font color='gray'>Mobile application support</font>
- <b>Nokia フォーラム</b><br /><font color='gray'>モバイルアプリケーションサポート</font>
+ <b>Nokia フォーラム</b><br /><font color='gray'>モバイルアプリケーションサポート</font><b>Qt DevNet</b><br /><font color='gray'>Qt Developer Resources</font>
- <b>Qt DevNet</b><br /><font color='gray'>Qt 開発者向けリソース</font>
+ <b>Qt DevNet</b><br /><font color='gray'>Qt 開発者向けリソース</font><b>Qt Home</b><br /><font color='gray'>Qt by Nokia on the web</font>
- <b>Qt ホーム</b><br /><font color='gray'>Nokia 社の Qt サイト</font>
+ <b>Qt ホーム</b><br /><font color='gray'>Nokia 社の Qt サイト</font><b>Qt Git Hosting</b><br /><font color='gray'>Participate in Qt development</font>
- <b>Qt Git ホスティング</b><br /><font color='gray'>Qt 開発に参加する</font>
+ <b>Qt Git ホスティング</b><br /><font color='gray'>Qt 開発に参加する</font><b>Qt Apps</b><br /><font color='gray'>Find free Qt-based apps</font>
- <b>Qt Apps</b><br /><font color='gray'>フリーの Qt ベースアプリを探す</font>
+ <b>Qt Apps</b><br /><font color='gray'>フリーの Qt ベースアプリを探す</font>http://labs.trolltech.com/blogs/feedAdd localized feed here only if one exists
- http://feeds.feedburner.com/QtLabsJapan
+ http://feeds.feedburner.com/QtLabsJapan
@@ -27951,4 +29192,2721 @@ p, li { white-space: pre-wrap; }
vi で編集
+
+ ExtensionSystem::Internal::PluginErrorOverview
+
+ Qt Creator - Plugin loader messages
+ Qt Creator - プラグインローダーからのメッセージ
+
+
+ The following plugins have errors and cannot be loaded:
+ 以下のプラグインはエラーが発生しているため、詠み込みできませんでした:
+
+
+ Details:
+ 詳細:
+
+
+
+ AttachToQmlPortDialog
+
+ Start Debugger
+ デバッガ起動
+
+
+ &Host:
+ ホスト(&H):
+
+
+ &Port:
+ ポート(&P):
+
+
+
+ MainView
+
+ Painting
+ 描画
+
+
+ Compiling
+ コンパイル
+
+
+ Creating
+ 生成
+
+
+ Binding
+ バインディング
+
+
+ Signal Handler
+ シグナルハンドラ
+
+
+
+ RangeDetails
+
+ Duration
+ 持続時間
+
+
+ Details
+ 詳細
+
+
+ Location
+ パス
+
+
+
+ MobileAppWizardHarmattanOptionsPage
+
+ WizardPage
+ ウィザードページ
+
+
+ Application icon (80x80):
+ アプリケーションアイコン (80x80):
+
+
+ Generate code to speed up the launching on the device.
+ デバイス上での起動を高速化する為のコードを生成します。
+
+
+ Make application boostable
+ アプリケーションを高速化する
+
+
+
+ LinuxDeviceConfigurationsSettingsWidget
+
+ Linux Device Configurations
+ Linux デバイス構成
+
+
+ &Configuration:
+ 構成(&C):
+
+
+ &Name:
+ 名前(&N):
+
+
+ OS type:
+ OS:
+
+
+ Device type:
+ デバイス種類:
+
+
+ Authentication type:
+ 認証方法:
+
+
+ Password
+ パスワード
+
+
+ &Key
+ 鍵(&K)
+
+
+ &Host name:
+ ホスト名(&H):
+
+
+ IP or host name of the device
+ デバイスのIPアドレス/ホスト名
+
+
+ &SSH port:
+ SSH ポート(&S):
+
+
+ Free ports:
+ 空きポート:
+
+
+ You can enter lists and ranges like this: 1024,1026-1028,1030
+ 複数のポートや範囲で指定する事もできます: 1024,1026-1028,1030
+
+
+ Timeout:
+ タイムアウト:
+
+
+ s
+ 秒
+
+
+ &Username:
+ ユーザー名(&U):
+
+
+ &Password:
+ パスワード(&P):
+
+
+ Show password
+ パスワードを表示
+
+
+ Private key file:
+ 秘密鍵ファイル:
+
+
+ Set as Default
+ デフォルトに設定
+
+
+ &Add
+ 追加(&A)
+
+
+ &Remove
+ 削除(&R)
+
+
+ Set As Default
+ デフォルトに設定
+
+
+ Click here if you do not have an SSH key yet.
+ SSH 鍵が無い場合、クリックして下さい。
+
+
+ &Generate SSH Key...
+ SSH 鍵を生成(&G)...
+
+
+ &Add...
+ 追加(&A)...
+
+
+
+ LinuxDeviceTestDialog
+
+ Device Test
+ デバイステスト
+
+
+
+ ProFilesUpdateDialog
+
+ Maemo Deployment Issue
+ Maemo デプロイ時の問題
+
+
+ The project files listed below do not contain deployment information, which means the respective targets cannot be deployed to and/or run on a device. Qt Creator will add the missing information to these files if you check the respective rows below.
+
+
+
+ &Check all
+ すべてチェック(&C)
+
+
+ &Uncheck All
+ すべてのチェックを外す(&U)
+
+
+
+ RemoteLinuxDeployConfigurationWidget
+
+ Form
+ フォーム
+
+
+ Device configuration:
+ デバイス構成:
+
+
+ <a href="irrelevant">Manage device configurations</a>
+ <a href="irrelevant">デバイス構成の管理</a>
+
+
+ These show the INSTALLS settings from the project file(s).
+ プロジェクトファイルから INSTALLS の設定を表示します。
+
+
+ Files to install for subproject:
+ サブプロジェクトにインストールするファイル:
+
+
+ Edit the project file to add or remove entries.
+ 項目の追加・削除にはプロジェクトファイルを編集して下さい。
+
+
+
+ RemoteLinuxProcessesDialog
+
+ List of Remote Processes
+ リモートプロセスの一覧
+
+
+ &Filter by process name:
+ フィルタするプロセス名(&F):
+
+
+ &Update List
+ 一覧を更新(&U)
+
+
+ &Kill Selected Process
+ 選択されたプロセスを kill(&K)
+
+
+
+ SshKeyCreationDialog
+
+ SSH Key Configuration
+ SSH 鍵の設定
+
+
+ Options
+ オプション
+
+
+ Key &size:
+ 鍵サイズ(&S):
+
+
+ Key algorithm:
+ 鍵アルゴリズム:
+
+
+ &RSA
+ RSA(&R)
+
+
+ &DSA
+ DSA(&D)
+
+
+ Key
+ 鍵
+
+
+ &Generate SSH Key
+ SSH 鍵を生成(&G)
+
+
+ Save P&ublic Key...
+ 公開鍵を保存(&U)...
+
+
+ Save Pr&ivate Key...
+ 秘密鍵を保存(&I)...
+
+
+ &Close
+ 閉じる(&C)
+
+
+
+ StartGdbServerDialog
+
+ List of Remote Processes
+ リモートプロセスの一覧
+
+
+ Device:
+ デバイス:
+
+
+ &Filter by process name:
+ フィルタするプロセス名(&F):
+
+
+ &Attach to Selected Process
+ 選択しているプロセスにアタッチ(&A)
+
+
+ &Update List
+ 一覧を更新(&U)
+
+
+
+ ExampleLineEdit
+
+ Show Examples and Demos
+ サンプルやデモを表示する
+
+
+ Search in Tutorials
+ チュートリアルを探す
+
+
+ Search in Tutorials, Examples and Demos
+ チュートリアルやサンプル、デモを探す
+
+
+ Tag List
+ タグ一覧
+
+
+
+ LinksBar
+
+ Qt Creator
+ Qt Creator
+
+
+
+ ExtensionSystem::Internal::PluginErrorOverviewPrivate
+
+ Continue
+ 続行
+
+
+
+ QmlJsDebugClient::QmlProfilerEventList
+
+ <bytecode>
+ <バイトコード>
+
+
+ Source code not available
+ ソースコードが使用できません
+
+
+ No data to save
+ 保存データなし
+
+
+ Could not open %1 for writing
+ 書き込み用に %1 を開けません
+
+
+ Could not open %1 for reading
+ 読み込み用に %1 を開けません
+
+
+ Error while parsing %1
+ %1 をパース中にエラー
+
+
+
+ Utils::Ssh
+
+ Password Required
+ パスワードが必要です
+
+
+ Please enter the password for your private key.
+ 秘密鍵のパスワードを入力して下さい。
+
+
+
+ Utils::TextFileFormat
+
+ Out of memory.
+ メモリ不足です。
+
+
+ An encoding error was encountered.
+ エンコーディングエラーが発生しました。
+
+
+
+ Bazaar::Internal::BazaarLogParameterWidget
+
+ Verbose
+ 冗長
+
+
+ Show files changed in each revision
+ リビジョン毎の差分ファイルを表示する
+
+
+ Forward
+
+
+
+ Show from oldest to newest
+
+
+
+ Include merges
+
+
+
+ Show merged revisions
+
+
+
+ Detailed
+
+
+
+ Moderately short
+
+
+
+ One line
+
+
+
+ GNU ChangeLog
+ GNU ChangeLog
+
+
+
+ Core::Internal
+
+ Launching a file browser failed
+ ファイルブラウザの起動に失敗しました
+
+
+ Unable to start the file manager:
+
+%1
+
+
+ ファイルマネージャを開始できません:
+
+%1
+
+
+
+
+ '%1' returned the following error:
+
+%2
+ '%1' は以下のようなエラーで終了しました:
+
+%2
+
+
+ Settings...
+ 設定...
+
+
+ Launching Windows Explorer Failed
+ Windows Explorer の起動に失敗
+
+
+ Could not find explorer.exe in path to launch Windows Explorer.
+ Windows Explorer を起動する為の explorer.exe にパスが通っていません。
+
+
+ Show in Explorer...
+ エクスプローラで表示...
+
+
+ Show in Finder...
+ Finder で表示...
+
+
+ Show Containing Folder...
+ フォルダを開く...
+
+
+ Open Command Prompt Here...
+ ここでコマンドプロンプトを開く...
+
+
+ Open Terminal Here...
+ ここでターミナルを開く...
+
+
+
+ BaseFileWizard
+
+ Unable to create the directory %1.
+ ディレクトリ %1 を作成できません。
+
+
+
+ FunctionDeclDefLink
+
+ Target file was changed, could not apply changes
+ ターゲットファイルが変更された為、変更内容を適用できません
+
+
+ Apply changes to definition
+ 定義への変更を適用します
+
+
+ Apply changes to declaration
+ 宣言への変更を適用します
+
+
+ Apply function signature changes
+ 関数シグネチャの変更を適用します
+
+
+
+ Debugger::Internal::BaseWindow
+
+ Adjust Column Widths to Contents
+ 内容に合わせて列幅を調整
+
+
+
+ Debugger::Internal::CdbBreakEventWidget
+
+ C++ exception
+ C++ 例外
+
+
+ Thread creation
+ スレッド生成
+
+
+ Thread exit
+ スレッド終了
+
+
+ Load module:
+ モジュール読み込み:
+
+
+ Unload module:
+ モジュール解放:
+
+
+ Output:
+ 出力:
+
+
+
+ Debugger::Internal::QScriptDebuggerClient
+
+ <p>An uncaught exception occurred:</p><p>%1</p>
+ <p>catch されていない例外が発生しました:</p><p>%1</p>
+
+
+ <p>An uncaught exception occurred in <i>%1</i>:</p><p>%2</p>
+ <p>catch されていない例外が <i>%1</i> で発生しました:</p><p>%2</p>
+
+
+ Uncaught Exception
+ catch されていない例外
+
+
+
+ Find::IFindFilter
+
+ Case sensitive
+ 大文字/小文字を区別する
+
+
+ Whole words
+ 単語単位
+
+
+ Regular expressions
+ 正規表現
+
+
+ Flags: %1
+ フラグ: %1
+
+
+ None
+ なし
+
+
+ ,
+ ,
+
+
+
+ Find::Internal::SearchResultWidget
+
+ Cancel
+ キャンセル
+
+
+ Replace with:
+ 置換文字列:
+
+
+ Replace all occurrences
+ すべての出現箇所を置換します
+
+
+ Replace
+ 置換
+
+
+ This change cannot be undone.
+ この変更は正常に完了できない可能性があります。
+
+
+ Do not warn again
+ 再度警告しない
+
+
+ No matches found.
+ 見つかりませんでした。
+
+
+ %n matches found.
+
+ %n 件見つかりました。
+
+
+
+
+ Madde::Internal::MaddeDeviceConfigurationFactory
+
+ Device with MADDE support (Fremantle, Harmattan, MeeGo)
+ MADDE をサポートしているデバイス (Fremantle, Harmattan, MeeGo)
+
+
+ Maemo5/Fremantle
+ Maemo5/Fremantle
+
+
+ MeeGo 1.2 Harmattan
+ MeeGo 1.2 Harmattan
+
+
+ Other MeeGo OS
+ 他の MeeGo OS
+
+
+ Test
+ テスト
+
+
+ Remote Processes...
+ リモートプロセス...
+
+
+ Deploy Public Key...
+ 公開鍵をデプロイ...
+
+
+ Remote Processes
+ リモートプロセス
+
+
+ Deploy Public Key
+ 公開鍵のデプロイ
+
+
+
+ Madde::Internal::MaddeDeviceTester
+
+ Checking for Qt libraries...
+ Qt ライブラリをチェックしています...
+
+
+ SSH connection error: %1
+
+ SSH 接続エラー: %1
+
+
+
+ Error checking for Qt libraries: %1
+
+ Qt ライブラリのチェック中にエラー: %1
+
+
+
+ Error checking for Qt libraries.
+
+ Qt ライブラリのチェック中にエラーが発生しました。
+
+
+
+ Checking for connectivity support...
+ コネクティビティをチェックしています...
+
+
+ Error checking for connectivity tool: %1
+
+ コネクティビティツールのチェック中にエラー: %1
+
+
+
+ Error checking for connectivity tool.
+
+ コネクティビティツールのチェック中にエラーが発生しました。
+
+
+
+ Connectivity tool not installed on device. Deployment currently not possible.
+ デバイスにコネクティビティツールがインストールされていませんが、現在はデプロイできません。
+
+
+ Please switch the device to developer mode via Settings -> Security.
+ 設定 -> セキュリティでデバイスをデベロッパモードに切り替えて下さい。
+
+
+ Connectivity tool present.
+
+ コネクティビティツールが存在しました。
+
+
+
+ Checking for QML tooling support...
+ QML ツールサポートをチェックしています...
+
+
+ Error checking for QML tooling support: %1
+
+ QML ツーリングサポートのチェック中にエラー: %1
+
+
+
+ Error checking for QML tooling support.
+
+ QML ツーリングサポートのチェック中にエラーが発生しました。
+
+
+
+ Missing directory '%1'. You will not be able to do QML debugging on this device.
+
+ ディレクトリ '%1' が見つかりません。デバイスで QML デバッグができない可能性があります。
+
+
+
+ QML tooling support present.
+
+ QML ツールサポートが見つかりました。
+
+
+
+ No Qt packages installed.
+ Qt のパッケージがインストールされていません。
+
+
+
+ Madde::Internal::AbstractMaddeUploadAndInstallPackageAction
+
+ Cannot deploy: Qemu was not running. It has now been started up for you, but it will take a bit of time until it is ready. Please try again then.
+ デプロイ不可: Qemu が実行されていません。既に起動はされていますが、準備が完了するまでもう少し時間がかかります。後で、もう一度やり直して下さい。
+
+
+ Cannot deploy: You want to deploy to Qemu, but it is not enabled for this Qt version.
+ デプロイ不可: Qemu をデプロイしようとしていますが、この Qt バージョンでは使用できません。
+
+
+
+ Madde::Internal::MaemoUploadAndInstallPackageStep
+
+ No Debian package creation step found.
+ Debian パッケージ作成ステップが見つかりません。
+
+
+ Deploy Debian package via SFTP upload
+ SFTP アップロード経由で Debian パッケージをデプロイ
+
+
+
+ Madde::Internal::MeegoUploadAndInstallPackageStep
+
+ No RPM package creation step found.
+ RPM パッケージ作成ステップが見つかりません。
+
+
+ Deploy RPM package via SFTP upload
+ SFTP アップロード経由で RPM パッケージをデプロイ
+
+
+
+ Madde::Internal::AbstractMaemoDeployByMountService
+
+ Cannot deploy: Qemu was not running. It has now been started up for you, but it will take a bit of time until it is ready. Please try again then.
+ デプロイ不可: Qemu が実行されていません。既に起動はされていますが、準備が完了するまでもう少し時間がかかります。後で、もう一度やり直して下さい。
+
+
+ Cannot deploy: You want to deploy to Qemu, but it is not enabled for this Qt version.
+ デプロイ不可: Qemu をデプロイしようとしていますが、この Qt バージョンでは使用できません。
+
+
+ Missing build configuration.
+ ビルド構成が見つかりません。
+
+
+
+ Madde::Internal::MaemoMountAndInstallPackageService
+
+ Package installed.
+ パッケージをインストールしました。
+
+
+
+ Madde::Internal::MaemoMountAndCopyFilesService
+
+ All files copied.
+ すべてのファイルをコピーしました。
+
+
+
+ Madde::Internal::MaemoInstallPackageViaMountStep
+
+ No Debian package creation step found.
+ Debian パッケージ作成ステップが見つかりません。
+
+
+ Deploy package via UTFS mount
+ UTFS マウント経由でファイルをデプロイ
+
+
+
+ Madde::Internal::MaemoCopyFilesViaMountStep
+
+ Deploy files via UTFS mount
+ UTFS マウント経由でファイルをデプロイ
+
+
+
+ Madde::Internal::MaemoDeployConfigurationWidget
+
+ Project File Update Failed
+ プロジェクトファイル更新失敗
+
+
+ Could not update the project file.
+ プロジェクトファイルを更新できませんでした。
+
+
+ Choose Icon (will be scaled to %1x%1 pixels, if necessary)
+ アイコンを選択して下さい(必要に応じて %1x%1 サイズに調整されます)
+
+
+ Invalid Icon
+ 無効なアイコン
+
+
+ Unable to read image
+ 画像を読めません
+
+
+ Failed to Save Icon
+ アイコンの保存失敗
+
+
+ Could not save icon to '%1'.
+ アイコンを '%1' に保存できませんでした。
+
+
+
+ Madde::Internal::MaemoDeploymentMounter
+
+ Connection failed: %1
+ 接続失敗: %1
+
+
+
+ Madde::Internal::MaemoDeviceConfigWizardStartPage
+
+ General Information
+ 概要
+
+
+ MeeGo Device
+ MeeGo デバイス
+
+
+
+ Madde::Internal::MaemoDeviceConfigWizardPreviousKeySetupCheckPage
+
+ Device Status Check
+ デバイス状態確認
+
+
+
+ Madde::Internal::MaemoDeviceConfigWizardReuseKeysCheckPage
+
+ Existing Keys Check
+ 鍵の存在確認
+
+
+
+ Madde::Internal::MaemoDeviceConfigWizardKeyCreationPage
+
+ Key Creation
+ 鍵の生成
+
+
+ Cannot Create Keys
+ 鍵を作成できません
+
+
+ The path you have entered is not a directory.
+ 指定されたパスはディレクトリではありません。
+
+
+ The directory you have entered does not exist and cannot be created.
+ 指定されたディレクトリが存在しない為、鍵を作成できません。
+
+
+ Creating keys ...
+ 鍵を生成中...
+
+
+ Key creation failed: %1
+ 鍵の作成に失敗: %1
+
+
+ Done.
+ 完了しました。
+
+
+ Could Not Save Key File
+ 鍵ファイルを保存できませんでした
+
+
+
+ Madde::Internal::MaemoDeviceConfigWizardKeyDeploymentPage
+
+ Key Deployment
+ 鍵のデプロイ
+
+
+ Deploying...
+ デプロイ中...
+
+
+ Key Deployment Failure
+ 鍵ファイルのデプロイ失敗
+
+
+ Key Deployment Success
+ 鍵ファイルのデプロイ成功
+
+
+ The key was successfully deployed. You may now close the "%1" application and continue.
+ 鍵のデプロイに成功しました。 "%1" アプリケーションを閉じてから続けた方がよいでしょう。
+
+
+ Done.
+ 完了。
+
+
+
+ Madde::Internal::MaemoDeviceConfigWizardFinalPage
+
+ The new device configuration will now be created.
+ 新しいデバイス構成が作成されます。
+
+
+
+ Madde::Internal::MaemoDeviceConfigWizard
+
+ New Device Configuration Setup
+ 新しいデバイス構成の設定
+
+
+
+ Madde::Internal::AbstractMaemoInstallPackageToSysrootWidget
+
+ Cannot deploy to sysroot: No packaging step found.
+ sysroot にデプロイ不可: パッケージ化ステップが見つかりませんでした。
+
+
+
+ Madde::Internal::AbstractMaemoInstallPackageToSysrootStep
+
+ Cannot install to sysroot without build configuration.
+ ビルド構成なしでは sysroot にインストールできません。
+
+
+ Cannot install package to sysroot without packaging step.
+ パッケージ化ステップなしで sysroot にパッケージをインストールできません。
+
+
+ Cannot install package to sysroot without a Qt version.
+ Qt バージョンなしで sysroot にパッケージをインストールできません。
+
+
+ Installing package to sysroot ...
+ sysroot にパッケージをインストール中...
+
+
+ Installation to sysroot failed, continuing anyway.
+ sysroot へのインストールに失敗しましたが、続行します。
+
+
+
+ Madde::Internal::MaemoInstallDebianPackageToSysrootStep
+
+ Install Debian package to sysroot
+ sysroot に Debian パッケージをインストール
+
+
+
+ Madde::Internal::MaemoInstallRpmPackageToSysrootStep
+
+ Install RPM package to sysroot
+ sysroot に RPM パッケージをインストール
+
+
+
+ Madde::Internal::MaemoCopyToSysrootStep
+
+ Cannot copy to sysroot without build configuration.
+ ビルド構成なしでは sysroot にコピーできません。
+
+
+ Cannot copy to sysroot without valid Qt version.
+ 正しい Qt バージョンでなければ sysroot にコピーできません。
+
+
+ Copying files to sysroot ...
+ sysroot にファイルをコピー中...
+
+
+ Sysroot installation failed: %1
+ Continuing anyway.
+ sysroot インストール失敗: %1
+ 継続します。
+
+
+ Copy files to sysroot
+ sysroot にファイルをコピー
+
+
+
+ Madde::Internal::MaemoMakeInstallToSysrootStep
+
+ Copy files to sysroot
+ sysroot にファイルをコピー
+
+
+
+ Madde::Internal::AbstractMaemoPackageCreationStep
+
+ Package up to date.
+ パッケージは最新です。
+
+
+ Creating package file ...
+ パッケージファイルを作成中...
+
+
+ Package created.
+ パッケージを作成しました。
+
+
+ Packaging failed: No Qt version.
+ パッケージ作成エラー: Qt バージョンがありません。
+
+
+ Package Creation: Running command '%1'.
+ パッケージ作成: コマンド '%1' の実行中。
+
+
+ Packaging failed: Could not start command '%1'. Reason: %2
+ パッケージ作成エラー: コマンド '%1' を開始できませんでした。理由: %2
+
+
+ Packaging Error: Command '%1' failed.
+ パッケージ作成エラー: コマンド '%1' が失敗しました。
+
+
+ Reason: %1
+ 理由: %1
+
+
+ Exit code: %1
+ 終了コード: %1
+
+
+
+ Madde::Internal::MaemoDebianPackageCreationStep
+
+ Create Debian Package
+ Debian パッケージの作成
+
+
+ Packaging failed: Could not get package name.
+ パッケージ作成失敗: パッケージ名を取得できません。
+
+
+ Packaging failed: Could not move package files from '%1' to '%2'.
+ パッケージ作成失敗: パッケージファイルを '%1' から '%2' に移動できません。
+
+
+ Your project name contains characters not allowed in Debian packages.
+They must only use lower-case letters, numbers, '-', '+' and '.'.
+We will try to work around that, but you may experience problems.
+ プロジェクト名に Debian パッケージで許可されていない文字が含まれています。
+使用できるのは 小文字、数字、'-'(マイナス記号)、'+'(プラス記号)、'.'(ピリオド) のみです。
+この問題を回避するよう試みますが、何らかの問題に遭遇する可能性があります。
+
+
+ Packaging failed: Foreign debian directory detected. You are not using a shadow build and there is a debian directory in your project root ('%1'). Qt Creator will not overwrite that directory. Please remove it or use the shadow build feature.
+ パッケージ作成失敗: 無関係な debian ディレクトリを検知しました。シャドウビルドを使っていませんが、プロジェクトルート ('%1') に Debian ディレクトリが存在しています。Qt Creator がそのディレクトリを上書きする事はないはずですが、Debian ディレクトリを取り除くかシャドウビルド機能をお使い下さい。
+
+
+ Packaging failed: Could not remove directory '%1': %2
+ パッケージ作成失敗: ディレクトリ '%1' を削除できません: %2
+
+
+ Could not create Debian directory '%1'.
+ Debian ディレクトリ '%1' を作成できませんでした。
+
+
+ Could not read manifest file '%1': %2.
+ マニフェストファイル '%1' を読み込めません: %2。
+
+
+ Could not write manifest file '%1': %2.
+ マニフェストファイル '%1' に書き込めません: %2。
+
+
+ Could not copy file '%1' to '%2'.
+ '%1' から '%2' へファイルをコピーできませんでした。
+
+
+ Error: Could not create file '%1'.
+ エラー: ファイル '%1' を作成できませんでした。
+
+
+
+ Madde::Internal::MaemoRpmPackageCreationStep
+
+ Create RPM Package
+ RPM パッケージの作成
+
+
+ Packaging failed: Could not move package file from %1 to %2.
+ パッケージ作成失敗: パッケージファイルを %1 から %2 に移動できません。
+
+
+
+ Madde::Internal::MaemoPackageCreationWidget
+
+ Size should be %1x%2 pixels
+ サイズは %1x%2 ピクセルでなければなりません
+
+
+ No Version Available.
+ 利用できるバージョンがありません。
+
+
+ Could not read icon
+ アイコンを読めません
+
+
+ Images
+ 画像
+
+
+ Choose Image (will be scaled to 48x48 pixels if necessary)
+ 画像を選択して下さい(必要に応じて 48x48 ピクセルに調整されます)
+
+
+ Could Not Set New Icon
+ 新しいアイコンを設定できません
+
+
+ File Error
+ ファイルエラー
+
+
+ Could not set project name.
+ プロジェクト名を設定できません。
+
+
+ Could not set package name for project manager.
+ プロジェクトマネージャにパッケージ名を設定できません。
+
+
+ Could not set project description.
+ プロジェクトの説明を設定できません。
+
+
+ <b>Create Package:</b>
+ <b>作成するパッケージ:</b>
+
+
+ Could Not Set Version Number
+ バージョン番号を設定できません
+
+
+
+ Madde::Internal::MaemoDebianPackageInstaller
+
+ Installation failed: You tried to downgrade a package, which is not allowed.
+ インストール失敗: パッケージのダウングレードを試みましたが、許可されていません。
+
+
+
+ Madde::Internal::MaemoPublishedProjectModel
+
+ Include in package
+ パッケージに含める
+
+
+ Include
+ 含める
+
+
+ Do not include
+ 含めない
+
+
+
+ Madde::Internal::MaemoPublisherFremantleFree
+
+ Canceled.
+ 中止しました。
+
+
+ Publishing canceled by user.
+ ユーザーによって公開が中止されました。
+
+
+ The project is missing some information important to publishing:
+ プロジェクトを公開する為に必要ないくつかの重要な情報が不足しています:
+
+
+ Publishing failed: Missing project information.
+ 公開失敗: プロジェクト情報が見つかりません。
+
+
+ Removing left-over temporary directory ...
+ 残っている一時ディレクトリを削除中...
+
+
+ Error removing temporary directory: %1
+ 一時ディレクトリの削除中にエラー: %1
+
+
+ Publishing failed: Could not create source package.
+ 公開失敗: ソースパッケージを作成できませんでした。
+
+
+ Setting up temporary directory ...
+ 一時ディレクトリを設定しています...
+
+
+ Error: Could not create temporary directory.
+ エラー: 一時ディレクトリを作成できませんでした。
+
+
+ Error: Could not copy project directory.
+ エラー: プロジェクトディレクトリをコピーできませんでした。
+
+
+ Error: Could not fix newlines.
+ エラー: 改行コードを修正できませんでした。
+
+
+ Publishing failed: Could not create package.
+ 公開失敗: パッケージを作成できませんでした。
+
+
+ Cleaning up temporary directory ...
+ 一時ディレクトリを掃除しています...
+
+
+ Failed to create directory '%1'.
+ ディレクトリ '%1' の作成に失敗しました。
+
+
+ Could not copy file '%1' to '%2': %3.
+ ファイル '%1' を '%2' へコピーできません: %3。
+
+
+ Error: Failed to start dpkg-buildpackage.
+ エラー: dpkg-buildpackage の起動に失敗しました。
+
+
+ Error: dpkg-buildpackage did not succeed.
+ エラー: dpkg-buildpackage は成功しませんでした。
+
+
+ Package creation failed.
+ パッケージ作成が失敗しました。
+
+
+ Done.
+ 完了しました。
+
+
+ Packaging finished successfully. The following files were created:
+
+ パッケージ化に成功しました。以下のファイルが作られました:
+
+
+
+ No Qt version set.
+ Qt バージョンが設定されていません。
+
+
+ Building source package...
+ ソースパッケージをビルド中...
+
+
+ Starting scp ...
+ SCP を起動中...
+
+
+ SSH error: %1
+ SSH エラー: %1
+
+
+ Upload failed.
+ アップロードが失敗しました。
+
+
+ Error uploading file: %1.
+ ファイルアップロードエラー: %1.
+
+
+ Error uploading file.
+ ファイルのアップロードでエラーが発生しました。
+
+
+ All files uploaded.
+ すべてのファイルをアップロードしました。
+
+
+ Upload succeeded. You should shortly receive an email informing you about the outcome of the build process.
+ アップロード成功。もうすぐビルドプロセスの結果についてのメールが送られてくるはずです。
+
+
+ Uploading file %1 ...
+ ファイル %1 をアップロード中...
+
+
+ Cannot open file for reading: %1.
+ ファイルを開けません: %1.
+
+
+ Cannot read file: %1
+ ファイルを読み込めません: %1
+
+
+ The package description is empty. You must set one in Projects -> Run -> Create Package -> Details.
+ パッケージの説明が空です。プロジェクト -> 実行 -> パッケージ作成 -> 詳細 で説明を設定する必要があります。
+
+
+ The package description is '%1', which is probably not what you want. Please change it in Projects -> Run -> Create Package -> Details.
+ パッケージの説明は '%1' となっていますが、もし希望通りでなければプロジェクト -> 実行 -> パッケージ作成 -> 詳細 で説明を変更して下さい。
+
+
+ You have not set an icon for the package manager. The icon must be set in Projects -> Run -> Create Package -> Details.
+ パッケージマネージャにアイコンが設定されていません。プロジェクト -> 実行 -> パッケージ作成 -> 詳細 でアイコンを指定して下さい。
+
+
+
+ Madde::Internal::MaemoPublishingUploadSettingsPageFremantleFree
+
+ Publishing to Fremantle's "Extras-devel/free" Repository
+ Fremantle の "Extras-devel/free" リポジトリに公開
+
+
+ Upload options
+ アップロードオプション
+
+
+ Choose a private key file
+ 秘密鍵ファイルを選択して下さい
+
+
+
+ Madde::Internal::MaemoPublishingWizardFactoryFremantleFree
+
+ Publish for "Fremantle Extras-devel free" repository
+ "Fremantle Extras-devel free" リポジトリに公開
+
+
+ This wizard will create a source archive and optionally upload it to a build server, where the project will be compiled and packaged and then moved to the "Extras-devel free" repository, from where users can install it onto their N900 devices. For the upload functionality, an account at garage.maemo.org is required.
+ このウィザードは、ソースアーカイブを作成し必要に応じてビルドサーバーにアップロードします。ユーザーが自身の N900 デバイスにインストールする事ができるようプロジェクトはコンパイル、パッケージ化され "Extras-devel free" リポジトリに移動されます。アップロード機能を使用するには、garage.maemo.org のアカウントが必要です。
+
+
+
+ Madde::Internal::MaemoPublishingWizardFremantleFree
+
+ Publishing to Fremantle's "Extras-devel free" Repository
+ Fremantle の "Extras-devel free" リポジトリに公開
+
+
+ Build Settings
+ ビルド設定
+
+
+ Upload Settings
+ アップロード設定
+
+
+ Result
+ 結果
+
+
+
+ Madde::Internal::MaemoQemuManager
+
+ Start MeeGo Emulator
+ MeeGo エミュレータ開始
+
+
+ Qemu has been shut down, because you removed the corresponding Qt version.
+ 対応する Qt バージョンが削除された為、Qemu はシャットダウンしました。
+
+
+ Qemu finished with error: Exit code was %1.
+ Qemu は異常終了しました: 終了コードは %1 です。
+
+
+ Qemu error
+ Qemu エラー
+
+
+ Qemu failed to start: %1
+ Qemu を開始できませんでした: %1
+
+
+ Stop MeeGo Emulator
+ MeeGo エミュレータ停止
+
+
+
+ Madde::Internal::MaemoRemoteCopyFacility
+
+ Connection failed: %1
+ 接続失敗: %1
+
+
+ Error: Copy command failed.
+ エラー: コピーコマンドが失敗しました。
+
+
+ Copying file '%1' to directory '%2' on the device...
+ ファイル '%1' をデバイス上のディレクトリ '%2' にコピー中...
+
+
+
+ Madde::Internal::MaemoRemoteMounter
+
+ No directories to mount
+ マウント先のディレクトリがありません
+
+
+ No directories to unmount
+ マウントを解除するディレクトリがありません
+
+
+ Could not execute unmount request.
+ マウント解除要求を実行できませんでした。
+
+
+ Failure unmounting: %1
+ マウント解除失敗: %1
+
+
+ Finished unmounting.
+ マウント解除完了。
+
+
+
+stderr was: '%1'
+
+標準エラー出力: '%1'
+
+
+ Error: Not enough free ports on device to fulfill all mount requests.
+ エラー: すべてのマウント要求を満たす為に十分な空きポートがデバイス上にありません。
+
+
+ Starting remote UTFS clients...
+ リモート UTFS クライアントを起動中...
+
+
+ Mount operation succeeded.
+ マウント操作が成功しました。
+
+
+ Failure running UTFS client: %1
+ UTFS クライアントの実行が失敗しました: %1
+
+
+ Starting UTFS servers...
+ UTFS サーバーを起動中...
+
+
+
+stderr was: %1
+
+標準エラー出力: %1
+
+
+ Error running UTFS server: %1
+ UTFS サーバー実行中にエラー: %1
+
+
+ Timeout waiting for UTFS servers to connect.
+ UTFS サーバーへの接続待機中にタイムアウトしました。
+
+
+
+ Madde::Internal::MaemoRemoteMountsModel
+
+ Local directory
+ ローカルディレクトリ
+
+
+ Remote mount point
+ リモートマウントポイント
+
+
+
+ Madde::Internal::MaemoRunConfiguration
+
+ Not enough free ports on the device.
+ デバイスに十分な空きポートがありません。
+
+
+
+ Madde::Internal::MaemoRunConfigurationWidget
+
+ Choose directory to mount
+ マウントするディレクトリを選択して下さい
+
+
+ No local directories to be mounted on the device.
+ デバイスにローカルディレクトリがマウントされていません。
+
+
+ One local directory to be mounted on the device.
+ デバイスにローカルディレクトリをマウントします。
+
+
+ %n local directories to be mounted on the device.
+ Note: Only mountCount>1 will occur here as 0, 1 are handled above.
+
+ %n 個のローカルディレクトリがデバイス上にマウントされます。
+
+
+
+ WARNING: You want to mount %1 directories, but your device has only %n free ports.<br>You will not be able to run this configuration.
+
+ 警告: %1 個のディレクトリをマウントしようとしていますが、デバイスには %n 個の空きポートしかありません。<br>この構成では実行する事はできません。
+
+
+
+ WARNING: You want to mount %1 directories, but only %n ports on the device will be available in debug mode. <br>You will not be able to debug your application with this configuration.
+
+ 警告: %1 個のディレクトリをマウントしようとしていますが、デバイスにはデバッグモードで使用可能な空きポートが %n 個しかありません。<br>この構成ではデバッグする事はできません。
+
+
+
+
+ Madde::Internal::MaemoRunControlFactory
+
+ Run on device
+ デバイスで実行
+
+
+
+ Madde::Internal::MaemoQemuCrashDialog
+
+ Qemu error
+ Qemu エラー
+
+
+ Qemu crashed.
+ Qemu がクラッシュしました。
+
+
+ Click here to change the OpenGL mode.
+ OpenGL モードを切り替えて下さい。
+
+
+ You have configured Qemu to use OpenGL hardware acceleration, which might not be supported by your system. You could try using software rendering instead.
+ お使いのシステムではサポートされていない可能性のある OpenGL ハードウェアアクセラレーションを使用するように Qemu が構成されていますが、代わりにソフトウェアレンダリングを使用する事もできます。
+
+
+ Qemu is currently configured to auto-detect the OpenGL mode, which is known to not work in some cases. You might want to use software rendering instead.
+ いくつかのケースでうまく動作しない事が判明している OpenGL モードの自動認識を行うように構成されていますが、代わりにソフトウェアレンダリングを使用する事も出来ます。
+
+
+
+ Madde::Internal::MaemoQemuSettingsPage
+
+ MeeGo Qemu Settings
+ MeeGo Qemu 設定
+
+
+
+ Madde::Internal::MaemoSshRunner
+
+ Qemu was not running. It has now been started up for you, but it will take a bit of time until it is ready. Please try again then.
+ Qemu が実行されていません。既に起動はされていますが、準備が完了するまでもう少し時間がかかります。後で、もう一度やり直して下さい。
+
+
+ You want to run on Qemu, but it is not enabled for this Qt version.
+ Qemu を実行しようとしていますが、この Qt バージョンでは利用できません。
+
+
+ Mounting host directories...
+ ホスト側のディレクトリをマウント中...
+
+
+ Potentially unmounting left-over host directory mounts...
+ 残っている可能性のあるホスト側ディレクトリのマウントを解除中...
+
+
+ Unmounting host directories...
+ ホスト側ディレクトリのマウントを解除中...
+
+
+
+ Madde::Internal::MaemoToolChainFactory
+
+ Maemo GCC
+ Maemo GCC
+
+
+ Maemo GCC for %1
+ %1 向け Maemo GCC
+
+
+ %1 GCC (%2)
+ %1 GCC (%2)
+
+
+
+ Madde::Internal::MaemoToolChainConfigWidget
+
+ <html><head/><body><table><tr><td>Path to MADDE:</td><td>%1</td></tr><tr><td>Path to MADDE target:</td><td>%2</td></tr><tr><td>Debugger:</td/><td>%3</td></tr></body></html>
+ <html><head/><body><table><tr><td>MADDE のパス:</td><td>%1</td></tr><tr><td>MADDE ターゲットのパス:</td><td>%2</td></tr><tr><td>デバッガ:</td/><td>%3</td></tr></body></html>
+
+
+
+ Madde::Internal::Qt4MaemoDeployConfigurationFactory
+
+ Copy Files to Maemo5 Device
+ Maemo5 デバイスにファイルをコピー
+
+
+ Build Debian Package and Install to Maemo5 Device
+ Debian パッケージをビルドし Maemo5 デバイスにインストール
+
+
+ Build Debian Package and Install to Harmattan Device
+ Debian パッケージをビルドし Harmattan デバイスにインストール
+
+
+ Build RPM Package and Install to MeeGo Device
+ RPM パッケージをビルドし MeeGo デバイスにインストール
+
+
+
+ Madde::Internal::AbstractQt4MaemoTarget
+
+ Cannot open file '%1': %2
+ ファイル '%1' を開けません: %2
+
+
+ Add Packaging Files to Project
+ プロジェクトにパッケージファイルを追加
+
+
+ <html>Qt Creator has set up the following files to enable packaging:
+ %1
+Do you want to add them to the project?</html>
+ <html>Qt Creator はパッケージを有効にする為、以下のファイルを準備しています:
+ %1
+これらをプロジェクトに追加しますか?</html>
+
+
+ Qt Creator
+ Qt Creator
+
+
+ Do you want to remove the packaging file(s) associated with the target '%1'?
+ ターゲット '%1' に関連付けられたパッケージファイルを削除しますか?
+
+
+ Error creating packaging directory '%1'.
+ パッケージディレクトリ '%1' の作成中にエラーが発生しました。
+
+
+ Error creating MeeGo templates
+ MeeGo テンプレート作成中にエラー
+
+
+
+ Madde::Internal::AbstractDebBasedQt4MaemoTarget
+
+ Debian changelog file '%1' has unexpected format.
+ Debian チェンジログ '%1' が未知の形式です。
+
+
+ Refusing to update changelog file: Already contains version '%1'.
+ changelog 更新中断: すでにバージョン '%1' で取り込まれています。
+
+
+ Cannot update changelog: Invalid format (no maintainer entry found).
+ changelog 更新不可: 不正な形式です(メンテナのエントリが見つかりません)。
+
+
+ Invalid icon data in Debian control file.
+ Debian コントロールファイル内に無効なアイコンデータがあります。
+
+
+ Could not read image file '%1'.
+ 画像ファイル '%1' を読み込めません。
+
+
+ Could not export image file '%1'.
+ 画像ファイル '%1' をエクスポートできません。
+
+
+ Unable to create Debian templates: No Qt version set
+ Debian テンプレートを作成できません: Qt バージョンが設定されていません
+
+
+ Unable to create Debian templates: dh_make failed (%1)
+ Debian テンプレートを作成できません: dh_make 失敗 (%1)
+
+
+ Unable to create debian templates: dh_make failed (%1)
+ Debian テンプレートを作成できません: dh_make 失敗 (%1)
+
+
+ Unable to move new debian directory to '%1'.
+ 新しい Debian ディレクトリを '%1' に移動できません。
+
+
+
+ ProjectExplorer::SettingsAccessor
+
+ Using Old Project Settings File
+ 古いプロジェクト設定ファイルを使う
+
+
+ <html><head/><body><p>A versioned backup of the .user settings file will be used, because the non-versioned file was created by an incompatible newer version of Qt Creator.</p><p>Project settings changes made since the last time this version of Qt Creator was used with this project are ignored, and changes made now will <b>not</b> be propagated to the newer version.</p></body></html>
+ <html><head/><body><p>バージョン管理されていないファイルは Qt Creator の非互換の新しいバージョンで作成されている為、バージョン管理された .user 設定ファイルのバックアップを使用します。</p><p>最後にこのバージョンの Qt Creator を使用して行われたプロジェクト設定の変更は無視され、現在の変更内容も新しいバージョンには<b>反映されません</b>。</p></body></html>
+
+
+ Project Settings File from a different Environment?
+ 異なる環境のプロジェクト設定ファイルではありませんか?
+
+
+ Qt Creator has found a .user settings file which was created for another development setup, maybe originating from another machine.
+
+The .user settings files contain environment specific settings. They should not be copied to a different environment.
+
+Do you still want to load the settings file?
+ Qt Creator は別の開発環境(異なるマシン)で作成されたと思われる .user 設定ファイルを見つけました。
+
+.user 設定ファイルは環境固有の設定を含んでいる為、異なる環境からコピーして使用するのは推奨していません。
+
+それでも設定ファイルを読み込みますか?
+
+
+ Unsupported Shared Settings File
+ 共有設定ファイルは未サポート
+
+
+ The version of your .shared file is not yet supported by this Qt Creator version. Only settings that are still compatible will be taken into account.
+
+Do you want to continue?
+
+If you choose not to continue Qt Creator will not try to load the .shared file.
+ このバージョンの Qt Creator は、あなたの .shared ファイルのバージョンをサポートしていません。互換性のある設定だけ参照されます。
+
+続行しますか?
+
+続行しない場合 Qt Creator は .shared ファイルの読み込みを取りやめます。
+
+
+
+ QmlJSEditor
+
+ Qt Quick
+ Qt Quick
+
+
+
+ FindExportedCppTypes
+
+ The type will only be available in Qt Creator's QML editors when the type name is a string literal
+
+
+
+ The module URI cannot be determined by static analysis. The type will be available
+globally in the QML editor. You can add a "// @uri My.Module.Uri" annotation to let
+Qt Creator know about a likely URI.
+
+
+
+ must be a string literal to be available in the QML editor
+
+
+
+
+ Qt4ProjectManager::Qt4PriFileNode
+
+ Headers
+ ヘッダー
+
+
+ Sources
+ ソース
+
+
+ Forms
+ フォーム
+
+
+ Resources
+ リソース
+
+
+ QML
+ QML
+
+
+ Other files
+ その他のファイル
+
+
+ Cannot Open File
+ ファイルを開けません
+
+
+ Cannot open the file for editing with VCS.
+ ファイルをバージョン管理システムで編集する為に開けませんでした。
+
+
+ Cannot Set Permissions
+ パーミッション設定不可
+
+
+ Cannot set permissions to writable.
+ パーミッションを書き込み可能に設定できません。
+
+
+ There are unsaved changes for project file %1.
+ プロジェクトファイル %1 は変更されていますが、まだ保存されていません。
+
+
+ Failed!
+ エラー発生!
+
+
+ Could not write project file %1.
+ プロジェクトファイル %1 に書き込めません。
+
+
+ File Error
+ ファイルエラー
+
+
+
+ Qt4ProjectManager::Internal::PngIconScaler
+
+ Wrong Icon Size
+ 間違ったアイコンサイズ
+
+
+ The icon needs to be %1x%2 pixels big, but is not. Do you want Qt Creator to scale it?
+ アイコンは %1x%2 ピクセルでなければなりません。調整しますか?
+
+
+ File Error
+ ファイルエラー
+
+
+ Could not copy icon file: %1
+ アイコンファイルをコピーできませんでした: %1
+
+
+
+ RemoteLinux::AbstractRemoteLinuxDeployService
+
+ No deployment action necessary. Skipping.
+ デプロイアクションは不要です。スキップします。
+
+
+ No device configuration set.
+ デバイス構成が設定されていません。
+
+
+ Connecting to device...
+ デバイスに接続中...
+
+
+ Could not connect to host: %1
+ ホストに接続できませんでした: %1
+
+
+
+Did the emulator fail to start?
+
+エミュレータの起動に失敗しましたか?
+
+
+
+Is the device connected and set up for network access?
+
+デバイスを接続済みですか?またネットワークアクセスの設定も完了しましたか?
+
+
+ Connection error: %1
+ 接続エラー: %1
+
+
+
+ RemoteLinux::AbstractRemoteLinuxDeployStep
+
+ Deployment failed: %1
+ デプロイ失敗: %1
+
+
+ User requests deployment to stop; cleaning up.
+ デプロイ停止要求: 後始末をしています。
+
+
+ Deploy step failed.
+ デプロイステップに失敗しました。
+
+
+ Deploy step finished.
+ デプロイステップが完了しました。
+
+
+
+ RemoteLinux::AbstractUploadAndInstallPackageService
+
+ Successfully uploaded package file.
+ パッケージファイルのアップロードが成功しました。
+
+
+ Installing package to device...
+ デバイスにパッケージをインストール中...
+
+
+ Package installed.
+ パッケージをインストールしました。
+
+
+
+ RemoteLinux::GenericDirectUploadService
+
+ SFTP initialization failed: %1
+ SFTP 初期化失敗: %1
+
+
+ Upload of file '%1' failed: %2
+ ファイル '%1' アップロード失敗: %2
+
+
+ Failed to upload file '%1'.
+ ファイル '%1' のアップロードが失敗しました。
+
+
+ Failed to upload file '%1': Could not open for reading.
+ ファイル '%1' のアップロードが失敗しました: ファイルを読み込めませんでした。
+
+
+ All files successfully deployed.
+ すべてのファイルのデプロイが成功しました。
+
+
+ Warning: No remote path set for local file '%1'. Skipping upload.
+ 警告: ローカルファイル '%1' のリモートパスがありません。アップロードを中止します。
+
+
+ Uploading file '%1'...
+ ファイル '%1' をアップロード中...
+
+
+
+ RemoteLinux::Internal::ConfigWidget
+
+ Incremental deployment
+ 増分デプロイ
+
+
+ Command line:
+ コマンドライン:
+
+
+
+ RemoteLinux::GenericDirectUploadStep
+
+ Upload files via SFTP
+ SFTP 経由でファイルをアップロード
+
+
+
+ RemoteLinux::GenericLinuxDeviceConfigurationFactory
+
+ Generic Linux Device
+ 一般的な Linux デバイス
+
+
+ Generic Linux
+ 一般的な Linux
+
+
+ Test
+ テスト
+
+
+ Remote Processes...
+ リモートプロセス...
+
+
+ Deploy Public Key...
+ 公開鍵をデプロイ...
+
+
+ Remote Processes
+ リモートプロセス
+
+
+ Deploy Public Key
+ 公開鍵のデプロイ
+
+
+
+ RemoteLinux::LinuxDeviceConfigurations
+
+ (default for %1)
+ (%1 向けのデフォルト)
+
+
+
+ RemoteLinux::Internal::LinuxDeviceConfigurationsSettingsWidget
+
+ You will need at least one port.
+ 最低でも1つのポートが必要です。
+
+
+ Physical Device
+ 物理デバイス
+
+
+ Emulator
+ エミュレータ
+
+
+
+ RemoteLinux::LinuxDeviceTestDialog
+
+ Close
+ 閉じる
+
+
+ Device test finished successfully.
+ デバイステストは正常に完了しました。
+
+
+ Device test failed.
+ デバイステストが失敗しました。
+
+
+
+ RemoteLinux::GenericLinuxDeviceTester
+
+ Connecting to host...
+ ホストに接続中...
+
+
+ SSH connection failure: %1
+
+ SSH 接続失敗: %1
+
+
+
+ uname failed: %1
+
+ uname 失敗: %1
+
+
+
+ uname failed.
+
+ uname が失敗しました。
+
+
+
+ Checking if specified ports are available...
+ 指定されたポートが使用可能かチェック中...
+
+
+ Error gathering ports: %1
+
+ ポート情報収集中にエラー: %1
+
+
+
+ The following specified ports are currently in use: %1
+
+ 指定されたポートのうち以下のポートは現在使用中です: %1
+
+
+
+
+ RemoteLinux::Internal::PackageUploader
+
+ Preparing SFTP connection...
+ SFTP 接続の準備中...
+
+
+ Connection failed: %1
+ 接続失敗: %1
+
+
+ SFTP error: %1
+ SFTP エラー: %1
+
+
+ Package upload failed: Could not open file.
+ パッケージアップロード失敗: ファイルを開けません。
+
+
+ Failed to upload package: %2
+ パッケージアップロード失敗: %2
+
+
+
+ RemoteLinux::Internal::ProFilesUpdateDialog
+
+ Updateable Project Files
+ 更新可能プロジェクトファイル
+
+
+
+ RemoteLinux::AbstractRemoteLinuxApplicationRunner
+
+ Cannot run: %1
+ 実行不可: %1
+
+
+ Could not connect to host: %1
+ ホストに接続できませんでした: %1
+
+
+ Connection error: %1
+ 接続エラー: %1
+
+
+ Killing remote process(es)...
+ リモートプロセスを kill しています...
+
+
+ Initial cleanup failed: %1
+ 初回クリーンアップが失敗: %1
+
+
+ Remote process started.
+ リモートプロセスを開始しました。
+
+
+ Gathering ports failed: %1
+Continuing anyway.
+ ポート情報収集失敗: %1
+継続します。
+
+
+ No remote executable set.
+ リモートの実行ファイルが設定されていません。
+
+
+ No device configuration set.
+ デバイス構成が設定されていません。
+
+
+ Connecting to device...
+ デバイスに接続中...
+
+
+ Error running remote process: %1
+ リモートプロセス実行中にエラー: %1
+
+
+
+ RemoteLinux::GenericRemoteLinuxCustomCommandDeploymentStep
+
+ Run custom remote command
+ カスタムリモートコマンド実行
+
+
+
+ RemoteLinux::RemoteLinuxCustomCommandDeployService
+
+ No command line given.
+ コマンドラインが設定されていません。
+
+
+ Starting remote command '%1'...
+ リモートコマンド '%1' を開始しています...
+
+
+ Remote process failed to start.
+ リモートプロセスの起動が失敗しました。
+
+
+ Remote process was killed by a signal.
+ リモートプロセスはシグナルで kill されました。
+
+
+ Remote process finished with exit code %1.
+ リモートプロセスは終了コード %1 で終了しました。
+
+
+ Remote command finished successfully.
+ リモートコマンドは正常に終了しました。
+
+
+
+ RemoteLinux
+
+ Deploy to Remote Linux Host
+ リモート Linux ホストにデプロイ
+
+
+ Linux Devices
+ Linux デバイス
+
+
+ Unknown OS
+ 未知の OS
+
+
+ (No device)
+ (デバイスなし)
+
+
+
+ RemoteLinux::RemoteLinuxDeployStepWidget
+
+ <b>%1 using device</b>: %2
+ <b>%1 で使用中のデバイス</b>: %2
+
+
+
+ RemoteLinux::Internal::RemoteLinuxEnvironmentReader
+
+ Connection error: %1
+ 接続エラー: %1
+
+
+ Error running remote process: %1
+ リモートプロセス実行中にエラー: %1
+
+
+
+Remote stderr was: '%1'
+
+リモート側の標準エラー出力: '%1'
+
+
+
+ RemoteLinux::AbstractRemoteLinuxPackageInstaller
+
+ Connection failure: %1
+ 接続エラー: %1
+
+
+ Installing package failed.
+ パッケージのインストールが失敗しました。
+
+
+
+ RemoteLinux::Internal::RemoteLinuxPlugin
+
+ Start Remote Debug Server...
+ リモートデバッグサーバを起動しています...
+
+
+ Start Gdbserver
+ Gdbserver 起動
+
+
+
+ RemoteLinux::RemoteLinuxProcessesDialog
+
+ Remote Error
+ リモートエラー
+
+
+
+ RemoteLinux::AbstractRemoteLinuxProcessList
+
+ PID
+ PID
+
+
+ Command Line
+ コマンドライン
+
+
+ Connection failure: %1
+ 接続エラー: %1
+
+
+ Error: Remote process failed to start: %1
+ エラー: リモートプロセスの起動に失敗: %1
+
+
+ Error: Remote process crashed: %1
+ エラー: リモートプロセスがクラッシュ: %1
+
+
+ Remote process failed.
+ リモートプロセスが失敗しました。
+
+
+
+Remote stderr was: %1
+
+リモート側標準エラー出力: %1
+
+
+
+ RemoteLinux::Internal::LinuxDeviceConfigurationsSettingsPage
+
+ Device Configurations
+ デバイス構成
+
+
+
+ RemoteLinux::RemoteLinuxUsedPortsGatherer
+
+ Connection error: %1
+ 接続エラー: %1
+
+
+ Could not start remote process: %1
+ リモートプロセスを開始できませんでした: %1
+
+
+ Remote process crashed: %1
+ リモートプロセスがクラッシュしました: %1
+
+
+ Remote process failed; exit code was %1.
+ リモートプロセス失敗: 終了コードは %1 でした。
+
+
+
+Remote error output was: %1
+
+リモート側のエラー出力: %1
+
+
+
+ RemoteLinux::Internal::SshKeyCreationDialog
+
+ Save Public Key File
+ 公開鍵ファイルの保存
+
+
+ Save Private Key File
+ 秘密鍵ファイルの保存
+
+
+
+ RemoteLinux::SshKeyDeployer
+
+ Public key error: %1
+ 公開鍵エラー: %1
+
+
+ Connection failed: %1
+ 接続失敗: %1
+
+
+ Key deployment failed: %1.
+ 鍵ファイルの転送に失敗: %1。
+
+
+
+ RemoteLinux::StartGdbServerDialog
+
+ Remote Error
+ リモートエラー
+
+
+ Could not retrieve list of free ports:
+ 空きポートリストを取得できません:
+
+
+ Connection error: %1
+ 接続エラー: %1
+
+
+ Starting gdbserver...
+ gdbserver 起動中...
+
+
+ Port %1 is now accessible.
+ ポート %1 が使用可能になりました。
+
+
+ Process gdbserver finished. Status: %1
+ gdbserver プロセスは終了しました。 ステータス: %1
+
+
+
+ RemoteLinux::TarPackageCreationStep
+
+ Packaging finished successfully.
+ パッケージ化が成功しました。
+
+
+ Packaging failed.
+ パッケージ作成に失敗しました。
+
+
+ Creating tarball...
+ tarball 作成中...
+
+
+ Tarball up to date, skipping packaging.
+ tarball は最新です、パッケージ作成をスキップします。
+
+
+ Error: tar file %1 cannot be opened (%2).
+ エラー: tar ファイル %1 を開けません (%2)。
+
+
+ Error writing tar file '%1': %2.
+ tar ファイル '%1' の書き込み中にエラー: %2。
+
+
+ Error reading file '%1': %2.
+ ファイル '%1' の読み込み中にエラー: %2。
+
+
+ Adding file '%1' to tarball...
+ tarball にファイル '%1' を追加中...
+
+
+ Cannot add file '%1' to tar-archive: path too long.
+ ファイル '%1' を tar アーカイブに追加できません: パスが長すぎます。
+
+
+ Error writing tar file '%1': %2
+ tar ファイル '%1' の書き込み中にエラー: %2
+
+
+ Create tarball
+ tar ファイルの作成
+
+
+
+ RemoteLinux::Internal::TypeSpecificDeviceConfigurationListModel
+
+ (default)
+ (既定)
+
+
+
+ RemoteLinux::UploadAndInstallTarPackageStep
+
+ No tarball creation step found.
+ tarball 作成ステップが見つかりません。
+
+
+ Deploy tarball via SFTP upload
+ SFTP アップロード経由で tarball をデプロイする
+
+
+
+ TextEditor::CodeStyleEditor
+
+ Edit preview contents to see how the current settings are applied to custom code snippets. Changes in the preview do not affect the current settings.
+ プレビューの内容を編集して現在の設定がコードにどのような影響を与えるかを確認して下さい。プレビューでの変更内容は現在の設定には何も影響を与えません。
+
+
+
+ TextEditor::Internal::CodeStyleDialog
+
+ Edit Code Style
+ コードスタイルを編集
+
+
+ Code style name:
+ コードスタイル名:
+
+
+ You cannot save changes to a built-in code style. Copy it first to create your own version.
+ ビルトインコードスタイルへの変更を保存する事はできません。最初に自分用のコードスタイルを作成する為、コピーして下さい。
+
+
+ Copy Built-in Code Style
+ ビルトイン コードスタイルをコピー
+
+
+ %1 (Copy)
+ %1 (コピー)
+
+
+
+ TextEditor::CodeStyleSelectorWidget
+
+ Copy...
+ コピー...
+
+
+ Edit...
+ 編集...
+
+
+ Remove
+ 削除
+
+
+ Import...
+ インポート...
+
+
+ Export...
+ エクスポート...
+
+
+ Current settings:
+ 現在の設定:
+
+
+ Copy Code Style
+ コードスタイルをコピー
+
+
+ Code style name:
+ コードスタイル名:
+
+
+ %1 (Copy)
+ %1 (コピー)
+
+
+ Delete Code Style
+ コードスタイルを削除
+
+
+ Are you sure you want to delete this code style permanently?
+ このコードスタイルを完全に削除しますか?
+
+
+ Delete
+ 削除
+
+
+ Import Code Style
+ コードスタイルをインポート
+
+
+ Code styles (*.xml);;All files (*)
+ コードスタイル (*.xml);;すべてのファイル (*)
+
+
+ Cannot import code style
+ コードスタイルをインポートできません
+
+
+ Export Code Style
+ コードスタイルをエクスポート
+
+
+ %1 [proxy: %2]
+ %1 [プロキシ: %2]
+
+
+ %1 [built-in]
+ %1 [ビルトイン]
+
+
+ Form
+ フォーム
+
+
+
+ TextEditor::FindInFiles
+
+ Files on File System
+ ファイルシステム上のファイル
+
+
+ Directory '%1':
+ ディレクトリ '%1':
+
+
+ Path: %1
+Filter: %2
+%3
+ パス: %1
+フィルタ: %2
+%3
+
+
+ Director&y:
+ ディレクトリ(&Y):
+
+
+ &Browse...
+ 参照(&B)...
+
+
+ &Browse
+ 参照(&B)
+
+
+ Fi&le pattern:
+ ファイルパターン(&L):
+
+
+ Directory to search
+ 検索対象ディレクトリの指定
+
+
+
+ UpdateInfo::Internal::UpdateInfoPlugin
+
+ Could not determine location of maintenance tool. Please check your installation if you did not enable this plugin manually.
+ メンテナンスツールのパスを特定できません。このプラグインを手動で有効にしたのでなければインストールを確認して下さい。
+
+
+ Could not find maintenance tool at '%1'. Check your installation.
+ '%1' にメンテナンスツールを見つけられませんでした。インストールを確認して下さい。
+
+
+ Start Updater
+ アップデート開始
+
+
+ Update
+ アップデート
+
+
+
+ VcsCommand
+
+
+'%1' failed (exit code %2).
+
+
+'%1' が失敗しました(終了コード %2)。
+
+
+
+
+'%1' completed (exit code %2).
+
+
+'%1' が完了しました(終了コード %2)。
+
+
+
+
+ VCSBase::Command
+
+ Error: VCS timed out after %1s.
+ エラー: VCS は %1 秒でタイムアウトしました。
+
+
+ Unable to start process, binary is empty
+ バイナリが未指定の為、プロセスを開始できません
+
+
diff --git a/src/libs/extensionsystem/pluginmanager.cpp b/src/libs/extensionsystem/pluginmanager.cpp
index 43316fd031c..03db863263e 100644
--- a/src/libs/extensionsystem/pluginmanager.cpp
+++ b/src/libs/extensionsystem/pluginmanager.cpp
@@ -667,6 +667,8 @@ void PluginManager::startTests()
{
#ifdef WITH_TESTS
foreach (PluginSpec *pluginSpec, d->testSpecs) {
+ if (!pluginSpec->plugin())
+ continue;
const QMetaObject *mo = pluginSpec->plugin()->metaObject();
QStringList methods;
methods.append("arg0");
@@ -678,7 +680,10 @@ void PluginManager::startTests()
methods.append(method.left(method.size()-2));
}
}
- QTest::qExec(pluginSpec->plugin(), methods);
+ // Don't run QTest::qExec with only one argument, that'd run
+ // *all* slots as tests.
+ if (methods.size() > 1)
+ QTest::qExec(pluginSpec->plugin(), methods);
}
if (!d->testSpecs.isEmpty())
QTimer::singleShot(1, QCoreApplication::instance(), SLOT(quit()));
diff --git a/src/plugins/analyzerbase/analyzermanager.cpp b/src/plugins/analyzerbase/analyzermanager.cpp
index ef517e3b51b..f50d38ebe52 100644
--- a/src/plugins/analyzerbase/analyzermanager.cpp
+++ b/src/plugins/analyzerbase/analyzermanager.cpp
@@ -219,8 +219,6 @@ public:
// list of dock widgets to prevent memory leak
typedef QWeakPointer DockPtr;
QList m_dockWidgets;
-
- bool m_restartOnStop;
};
AnalyzerManagerPrivate::AnalyzerManagerPrivate(AnalyzerManager *qq):
@@ -235,8 +233,7 @@ AnalyzerManagerPrivate::AnalyzerManagerPrivate(AnalyzerManager *qq):
m_menu(0),
m_toolBox(new QComboBox),
m_controlsStackWidget(new QStackedWidget),
- m_statusLabel(new Utils::StatusLabel),
- m_restartOnStop(false)
+ m_statusLabel(new Utils::StatusLabel)
{
m_toolBox->setObjectName(QLatin1String("AnalyzerManagerToolBox"));
connect(m_toolBox, SIGNAL(activated(int)), SLOT(selectToolboxAction(int)));
@@ -519,26 +516,6 @@ void AnalyzerManagerPrivate::startLocalTool(IAnalyzerTool *tool, StartMode)
buildType = buildConfig->buildType();
}
}
- if (!runConfig || !runConfig->isEnabled())
- return;
-
- // Check if there already is an analyzer run.
- if (m_isRunning) {
- // ask if user wants to restart the analyzer
- const QString msg = tr("
%1 is still running. "
- "You have to quit the Analyzer before being able to run another instance."
- "