• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Qt Creator 日本語化プロジェクトのgitリポジトリです。git://labs.trolltech.com/creator をcloneしてひとまず1.0.0-jpブランチを作成して作業していきます。


RSS
Rev. Time Author
18735b6 2012-02-22 22:01:03 Christian Kandeler

Maemo: Fix packaging in publisher.

The debian/rules file has to made executable, just like in the normal
packaging step.

Change-Id: Idcd20551c2720503ef7cea844dfad8f24281582c
Task-number: QTCREATORBUG-6866
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>

3ad7e50 2012-02-22 21:57:47 Christian Stenger

Squish: Verify targets for project creation

Change-Id: I3af0e0cde985c4b04bd4ae8181c3b82cda22b2b8
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>

24aa17e 2012-02-22 21:47:54 Nicolas Arnaud-Cormos

Add Nokia plugins in the path for non Nokia provider.

Nokia plugins (like Core) are needed for any other plugin.
Automatically add them, even if the PROVIDER is not Nokia.

Change-Id: I2b32d27b34fc1043f5f4a1e1607b24dc01c9c631
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>

009e73a 2012-02-22 21:03:14 Thomas Hartmann

Wizards: The simulator is for mobile development

Task-number: QTCREATORBUG-6967

Change-Id: Ie14d77ea0cc06e567a6802b7112a1f5926dc62cc
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>

0894bfa 2012-02-22 21:02:52 Thomas Hartmann

Wizards: Widgets are not supported for Meego/Harmattan

Widgets are only supportted for Maemo5

Change-Id: I7ee3bae8d8521b06cb42e179784eb83ab91ad097
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>

3a48904 2012-02-22 20:51:50 hjk

debugger: some people find the log view annoying, even for serious errors

Change-Id: If45028926e0ea444c34276da4a891141bffec80e
Reviewed-by: hjk <qthjk@ovi.com>

e14b89f 2012-02-22 20:49:34 Thomas Hartmann

Wizards: improve ordering - Qt Quick Wizards get higher priority

Change-Id: I4297125fd2b220d68cfa287c65be857241786819
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>

5242093 2012-02-22 20:22:36 Erik Verbruggen

Removed module names from #include directives.

Missed this one.

Change-Id: I6176cab1d65ebe14ba34b9bb0c565bed6e152c4a
Reviewed-by: Bill King <bill.king@nokia.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>

872353a 2012-02-22 20:01:28 hjk

projectexplorer: fix writing of project settings.

This was broken after 503c6e2684e85cbb8363d885d473aeac0f51cbe5.

Task-number: QTCREATORBUG-6989
Change-Id: I4419c7efb541e7a2f6d089c279d66c9a52baf46b
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>

6ad99a4 2012-02-22 19:20:19 Daniel Teske

Bookmark: Use ITextMark::lineNumber() instead of tracking linenumber

Change-Id: I476041991fbcc4a540f62d8221846375cdf52dea
Reviewed-by: hjk <qthjk@ovi.com>

b7062b0 2012-02-22 19:19:20 Daniel Teske

Add namespace TextEditor around DocumentMarker

Missed in moving the class

Change-Id: Iec712b64338d0ec84d7aa599d36f1a7845be2a74
Reviewed-by: hjk <qthjk@ovi.com>

949d805 2012-02-22 02:09:59 Kai Koehne

QmlCppDebugger: Fix transitions if cpp engine fails in setup step

The CppEngine can abort the setup (e.g. because no valid debugger
is found) in state EngineSetupRequested. In this case the Qml Engine
will be already in state EngineSetupOk ... let it gracefully move to
InferiorSetupFailed via InferiorSetupRequested.

Change-Id: Ib2fe81193db30b7fa2db15e898d294182f8fc76d
Reviewed-by: hjk <qthjk@ovi.com>

2df2c06 2012-02-22 02:08:33 Daniel Teske

Initialize ITextMark with a lineNumber

Ensure that it is updated as the lines are moved. That can be later used
to quickly find and remove the marks again.

Change-Id: I2285111996d5c8ef12f792fd73ff00ce186addc1
Reviewed-by: hjk <qthjk@ovi.com>

b112c27 2012-02-22 02:07:21 Daniel Teske

Disable the "Configure Project" button if no target is selected

Change-Id: I563b93beb836dad43146319f97fb48192a139511
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>

9c68ad0 2012-02-22 01:48:06 hjk

utils: remove 'export' when batch-editing environment variables

This helps when copy-pasting from e.g. a shell script.

Change-Id: I8beb8f29189d1cd8c85818819c46bf3ed21b5f5a
Reviewed-by: hjk <qthjk@ovi.com>

d7284b6 2012-02-22 01:39:49 Daniel Teske

Fix importing in source build with no qt version

Before we would only offer widgets for targets which had at least
a qt version. Thus it was impossible to import a in source desktop
build if the user had no qt version for the desktop in the settings.

Change-Id: Ib8e04b1569ac3499c11c5cfda6c708f5fd408144
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>

72d4662 2012-02-22 01:39:30 Daniel Teske

ITargetFactory: Make supportedTargetIds() and canCreate() orthogonal

ITargetFactory::supportedTargetIds should return all targets that this
factory can support, regardless of e.g. installed qt versions.

Whereas canCreate() should check the availability of e.g. a qt version.
This makes supportedTargetIds() have the same meaning as
ITargetFactory::supportsTargetId().

Change-Id: I744abb89e441026d6f3f8de21944d780e9b9fa32
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>

6572cfa 2012-02-22 01:15:25 Tobias Hunger

ToolChain: Remove unnecessary parameter

Change-Id: I7918a0eb89b2d3a3edcbb6bec4021db89c546a72
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>

da2aa0d 2012-02-21 23:27:00 Flex Ferrum

C++: Add support for C++11 range-based 'for' loops

Change-Id: I7eef048a7952a79f031ae3d0abba68e3c5ffbfb8
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>

7f943ca 2012-02-21 23:01:31 Tobias Hunger

Autotools: Do not register buildconfigurationfactory

Change-Id: I8df8ca7d4440436acb595d69d64f460125d4dbd0
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>

290dad9 2012-02-21 23:01:21 Tobias Hunger

Autotools: Remove unnecessary member function

Change-Id: Id61e744dd1bd837a6b8dfa2120cd8cdcf81851e0
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>

5485d15 2012-02-21 22:50:07 Christian Stenger

Squish: Reverted unsuccessful try, raised timeout

Change-Id: I1ce57c671eab1ff2084724b7799867326cd7ed24
Reviewed-by: Bill King <bill.king@nokia.com>

d3ad49e 2012-02-21 21:58:25 Robert Loehning

Squish: Excluding Maemo target from Qt Quick projects

Change-Id: Ief66b17723d867711bd9eb4a9fa549e930efd7f9
Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
Reviewed-by: Bill King <bill.king@nokia.com>

9720c0d 2012-02-21 20:51:42 Aurindam Jana

QmlDebugging: Show Object Tree in Console

Show QML/Javascript objects as a tree when
evaluated in the console.

Change-Id: I42901bf9bda3f18fb9fb1ca309a8370ccbe37c0a
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>

4667371 2012-02-21 20:46:50 Christian Stenger

Squish: Add timeout for cli test

Change-Id: Id7a8a01d48cd78e98edad9885ecb41360e62e649
Reviewed-by: Bill King <bill.king@nokia.com>

02669ff 2012-02-21 20:21:46 Tobias Hunger

ToolChain: Fix id handling

Change-Id: Ie005436f999b98f211872970be3b24965190b1a9
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>

503c6e2 2012-02-21 20:21:38 hjk

projectexplorer: Make the debugger language chooser a (hardcoded) "aspect"

This is the first step of a larger refactoring. The plan is to make
debuggersettings more orthogonal to individual runconfiguration
implementation. This patch alone already pushes the settings handling
to the debugger plugin and removes code duplication in the
runconfiguration implementation.

Change-Id: I4c78d1658ea462d3df14b873f8f41cc918a23f1a
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Reviewed-by: hjk <qthjk@ovi.com>

d39bd87 2012-02-21 20:20:11 Tobias Hunger

PE: Remove unnecessary member

Change-Id: I589b78bbaea2c94506fa1ae8877f0523e42f0ad2
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>

a1c504e 2012-02-21 20:20:09 Christian Stenger

Squish: Try to make 64bit pass on Jenkins

Change-Id: Id829958f434ed96569ac3278271a2d2caf78d674
Reviewed-by: Bill King <bill.king@nokia.com>

31ae177 2012-02-21 18:56:23 Martin Aumüller

fakevim: fix repeating 'ciw'

Change-Id: I732cc9d6ad1693cf6227bca7c7d6e80a9357fd23
Reviewed-by: hjk <qthjk@ovi.com>