• 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
5ce1920 2012-02-24 23:07:29 Tobias Hunger

Hack to get remote deployment for linux

Really ugly hack to get remote deployment for desktop linux going
again. This is a regression that we recently introduced and should
have again in the next version of Qt Creator.

The proper fix will be happening when adding a system environment
for Qt Creator 2.6.

Change-Id: Iaa9782eda0f7bb434ac5a538a4ef49be11eb3643
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>

45dfc39 2012-02-24 22:21:45 Tobias Hunger

Remove dependency on Qt4ProjectManager

Remove dependency on Qt4ProjectManager from QtSupport. It is not declared
and not necessary either.

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

5898dc4 2012-02-24 21:40:11 hjk

debugger: make qml port spinbox supressable in debugger runconfig aspect

Change-Id: I0d6e18e393e07b101c1b429825a8897a15317034
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>

5e63559 2012-02-24 20:50:06 Daniel Teske

Rename ITargetFactory::supportedTargetIdsChanged

The supported targets don't change, it is which targets can be created

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

beac33b 2012-02-24 19:42:04 Orgad Shaneh

Dumper: Add square brackets to base classes

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

f8499fd 2012-02-24 18:27:06 Friedemann Kleint

Initial cleanup of the Todo-plugin.

- Compile with QT_NO_CAST_FROM_ASCII, fix
single character strings
- Remove special character from constants.h,
fix constant names
- Fix tr() errors.
- Clean include directives
- struct -> class (coding style)

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

085bf39 2012-02-24 16:02:54 Eike Ziller

Mark TODO plugin experimental

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

0de8f96 2012-02-24 16:01:40 Juhapekka Piiroinen

Updated MeeGo 1.2 Harmattan QtQuick application template.

Includes an updated MeeGo/Harmattan application
template for QtQuick application wizard.

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

5623e52 2012-02-24 16:00:29 Dmitry Savchenko

To-do plugin added.

Change-Id: Ideaf91b2f9ce3d9252ca40b7224a2ab4238341f1
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>

edb3094 2012-02-24 16:00:11 Vasiliy Sorokin

Initial commit for TODO Plugin

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

fe62330 2012-02-24 02:50:11 hjk

debugger: rename 'Break on abort' to 'Break on raise'

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

873b080 2012-02-24 02:41:00 Robert Loehning

Squish: Raising timeout

Hoping to stabilize this on Mac.

Change-Id: Iaac5891076166130071ce5ca59a5a89402e6017a
Reviewed-by: Christian Stenger <christian.stenger@nokia.com>

43f69ab 2012-02-24 02:16:46 hjk

Rename {Analyzer,Debugger}ProjectSettings to *RunConfigurationAspect

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

2153c22 2012-02-24 02:16:03 Erik Verbruggen

[C++11] Fixes semantics for trailing return types.

Now we can parse:
auto foo()->int;
without getting semantic errors.

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

3c635ef 2012-02-24 02:15:46 Erik Verbruggen

[C++] Correctly parse inline constructors for templates.

This failed for:
template<class T> inline S<T>::S(nullptr_t):_p(0){}

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

9bc042e 2012-02-24 02:14:56 Thomas Hartmann

WelcomePage: Add tooltip for sessions

The tooltip allows renaming, cloning and deleting and shows
included projects.

The following method was added to Session:

QStringList projectsForSessionName(const QString &session) const;

I moved the SessionNameInputDialog into the header to reuse it.

I added new roles to SessionModel (ProjectsPathRole, ProjectsDisplayRole).
The following slots were added to SessionModel to expose the backend
functionality:

void cloneSession(const QString &session);
void deleteSession(const QString &session);
void renameSession(const QString &session);

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

7e380e9 2012-02-24 02:06:32 Aurindam Jana

StackHandler: Set Current Index

Set the current Index as 0 (topmost stack frame)
when setFrames() is called.

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

e3087ff 2012-02-24 02:05:34 hjk

debugger: add manual test for std::unique_ptr dumper

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

e19601d 2012-02-24 02:05:08 hjk

debugger: suppress compiler warning in manual test

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

95cdea6 2012-02-24 01:46:25 Eike Ziller

Mac build fix

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

e1970f1 2012-02-24 00:42:05 Christian Stenger

Squish: Add workaround for QTCREATORBUG-6994

Change-Id: I8077f50a1359db9044a0b0c607e3cc94e7f1f042
Reviewed-by: Bill King <bill.king@nokia.com>
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>

21558fa 2012-02-24 00:03:34 hjk

projectexplorer: remove useQmlDebugger from generic RunConfiguration

Change-Id: I9eb046348d4b56e64ffc2a2beb057d2fe090f8c3
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>

fbeeac5 2012-02-24 00:03:17 hjk

runconfiguration: interface cleanup

Change-Id: I8a6fe6598d3d167a20c17e7f695fb6eff3fa0874
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>

742019e 2012-02-23 23:46:46 Kai Koehne

Debugger: Fix QML-only debugging on Harmattan

Actually wait for the 'Waiting for debugger on port ' ... message
to appear in the application output before connecting, and also
use the port specified there.

Change-Id: Ib498e5306bc49f2f3d468353b1c5d1ea38a809e6
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>

08786b0 2012-02-23 23:22:26 Daniel Teske

Remove unused method

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

a899654 2012-02-23 22:47:59 Christian Kandeler

SSH: Add debug message.

Change-Id: I246ae125285da6c5be8e2acbe8547270a185d298
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>

fd367ec 2012-02-23 22:33:08 Thomas Hartmann

Wizards: qml project support is desktop only

We support (pure) qml projects only on the desktop.

Change-Id: Ib68d8ddab053a2b4e4b60cc07e9408eff0e27d63
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>

6e6e756 2012-02-23 22:17:19 Erik Verbruggen

C++: fixed source-to-project-part map calculation

When the information for a project is updated, the mapping was cleared
and only recalculated for the new project info. Thereby wiping out
the info for any previously added project.

Change-Id: Ic6999b9be07f8cb6b4638723e6c8c7d2d3ca52e7
Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>

a6f9035 2012-02-23 22:15:18 Christian Stenger

Squish: Clean up (Bug 6967 is closed)

Task-number: QTCREATORBUG-6967

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

ecb8ff1 2012-02-23 22:05:43 Christian Stenger

Squish: Avoid fails on timing issues

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