Commit Graph

10980 Commits

Author SHA1 Message Date
Kai Koehne
60fffda9eb QmlProject: Search for qmlviewer in configured Qt versions (if not found in $PATH)
If no 'qmlviewer' executable is found in the PATH, iterate through the
list of configured Qt versions and try to find a qmlviewer there. This
should help users configuring creator such to play with Qml.

Right now the first qmlviewer found in a Qt version is selected. A UI
to let the user select one explicitly was not possible any more (string
freeze).

This requires a dependency from QmlProjectManager to
Qt4ProjectManager.

Reviewed-by: dt
2010-08-19 17:22:13 +02:00
Kai Koehne
420a2b4e6e QmlEditor: Remove QtQuick->Preview from tools menu
This only works when a qmlviewer is in the PATH, which is non obvious.
Removing the feature therefore completely.
2010-08-19 17:15:40 +02:00
Tobias Hunger
ab494a07ad Fix warning about unhandled enum value in switch statement 2010-08-19 16:47:00 +02:00
Friedemann Kleint
abaf2e9f21 VCS[hg]: Mercurial forgets working directory from commit #2 on.
Do not clear variable containing submit repository. Fix potential
crash (closing diff editor before command termination),
use proper temp file name. Pass --non-interactive to "commit"
to suppress editors being launched (despite -l).

Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
Task-number: QTCREATORBUG-1503
2010-08-19 16:26:47 +02:00
Tobias Hunger
5b72808192 Reuse existing string for new "builddir.level != sourdir.level" warning
* Revert this once string freeze is over!
2010-08-19 16:11:10 +02:00
Tobias Hunger
423686c0a9 Report project issues in the Project Mode window
* Add test for build- and sourcedirectories being at different levels

Reviewed-by: dt
2010-08-19 15:09:26 +02:00
Pierre Rossi
4bf97f1f98 Doc: mention how to enable tooltips with watchers in Debug mode.
Rephrased thanks to Leena.

Reviewed-by: Leena Miettinen
2010-08-19 14:47:45 +02:00
hjk
a3804bbfe3 debugger: fix QObject identification 2010-08-19 14:06:08 +02:00
Jarek Kobus
cf8af3272b Update Polish translations 2010-08-19 12:25:09 +02:00
Daniel Molkentin
0cba8a2e11 Add missing assets to qch file
Reviewed-by: Alessandro Portale
2010-08-19 12:23:33 +02:00
Leena Miettinen
9026def05d Doc - Update screen shot of Maemo build settings. 2010-08-19 10:38:22 +02:00
Christian Kandeler
f6e94f0a3a BinEditor: Make saving via saveModifiedFiles() behave correctly. 2010-08-19 10:16:16 +02:00
Leena Miettinen
a7187bd9cf Doc - Remove prerequisities so as not to discourage users from trying this.
Task-number: QTCREATORBUG-1932
Reviewed-by: Friedemann Kleint
(cherry picked from commit 88f79706c3)
2010-08-19 09:48:16 +02:00
Leena Miettinen
9a7cb7b2c7 Doc - Fix issues in the tutorial.
Task-number: QTCREATORBUG-1934
Reviewed-by: Friedemann Kleint
(cherry picked from commit 557572bb4d)
2010-08-19 09:48:16 +02:00
Robert Loehning
b1bfb147fe Translations still needed in 2.0.1
These are needed because e2347b3d92 is (and should be) in 2.0 but not in 2.0.1 branch.

Reviewed-by: Oswald Buddenhagen
2010-08-18 18:21:19 +02:00
Friedemann Kleint
4b1540e5a7 Debugger/Windows[gdb]: Fix Attach to running (gui) process.
Initial-patch-by: hjk
Task-number: QTCREATORBUG-2084
2010-08-18 16:43:21 +02:00
Christian Kandeler
5427f7bf8b Maemo: Fix Qemu start on Mac. 2010-08-18 16:38:29 +02:00
Friedemann Kleint
3e31a770b5 CodePaster: Do not show popup about modified files on Windows.
QTemporaryFile destructor causes a file changed signal due to it
holding on to it.

Reviewed-by: dt
Task-number: QTCREATORBUG-2083
2010-08-18 15:39:54 +02:00
hjk
69fb75b627 debugger: fix 2.x regression: allow assignment to structure members 2010-08-18 13:51:49 +02:00
hjk
991aceb0fd debugger: finish "Launching" bar even if we don't hit a "^running" 2010-08-18 13:09:27 +02:00
hjk
9e59bdf9ae debugger: fix merge 2010-08-18 10:21:05 +02:00
hjk
1fba185882 debugger: fix merge 2010-08-18 10:12:03 +02:00
hjk
dc804c69e5 debugger: python needs no semicolons 2010-08-18 09:52:55 +02:00
Jonathan Courtois
ffdd4110ae French translation, done by the developpez.com team.
This is the squashed result of a team effort. Authors are:

Jonathan Courtois <jonathan.courtois@gmail.com>
Belz Guillaume <guillaume.belz@free.fr>
Cédric Bonnier <myzu69@gmail.com>
Francis Genet <francis.genet@supinfo.com>
Pierre Rossi <pierre.rossi@nokia.com>

For full history, checkout the team's repo:
http://qt.gitorious.org/+developpez-dot-com/qt-creator/qt-creator-fr

See also: http://qt.developpez.com/

Merge-request: 168
Reviewed-by: Pierre Rossi <pierre.rossi@nokia.com>
2010-08-17 21:43:50 +02:00
hjk
aa16f34ec0 debugger: next attempt at robustly recognizing QObjects
(cherry picked from commit e8eea80c3f)
2010-08-17 16:45:58 +02:00
hjk
7aa677c4e5 debugger: fix QObject property dumper by using workaround
As suggested by Tom T. in http://sourceware.org/bugzilla/show_bug.cgi?id=11912
(cherry picked from commit f52a88a074)

Conflicts:

	share/qtcreator/gdbmacros/dumper.py
2010-08-17 16:32:59 +02:00
hjk
7788e95ee9 debugger: fix display of arrays of types that gdb forgot about
(cherry picked from commit a1f2638c5f)

Conflicts:

	share/qtcreator/gdbmacros/dumper.py
2010-08-17 15:52:01 +02:00
Robert Loehning
ed0bed351a Fixed untranslated string 2010-08-17 14:14:18 +02:00
Friedemann Kleint
0da16a8a70 Changelog: 2.0.1 updates. 2010-08-17 12:51:51 +02:00
hjk
41349a17f0 known-issues: elaborate on Mac OS 10.6 DYLD_IMAGE_SUFFIX
(cherry picked from commit 29e741558d)
2010-08-17 12:44:14 +02:00
hjk
d801b23c7e known issues: mention Mac OS 10.6 and DYLD_IMAGE_SUFFIX problem
(cherry picked from commit cee598191e)
2010-08-17 12:44:14 +02:00
hjk
2be417bbc4 rename changes file and add a known-issues file
(cherry picked from commit 84bca22f83)
2010-08-17 12:44:14 +02:00
dt
46b414f5a8 Fix DESTDIR=. case
Qmake treats "." special, we need to do the same
2010-08-17 12:29:46 +02:00
Daniel Molkentin
294dfd10a3 Adjust to changes in qdoc from Qt 4.7.
Reviewed-By: Leena Miettinen
2010-08-17 11:46:18 +02:00
Leandro Melo
0ad6dfe09e Do not prevent wrapping for long tooltips.
Reviewed-by: Robert Loehning
2010-08-17 10:13:38 +02:00
Jure Repinc
eb707d1a03 Updated Slovenian translation for Qt Creator 2.1
Merge-request: 167
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2010-08-16 12:01:35 +02:00
Friedemann Kleint
faa38be87c Debugger[Python]: Deactivate QObject-Properties temporarily
due to it causing Windows gdb to crash.
Reviewed-by: hjk
2010-08-13 14:50:39 +02:00
Kai Koehne
ceca9d9d7a Disable "Qt Quick->Preview" action if no qmlviewer in the PATH
An error dialog would be more explicit, but too late because of string
freeze.
2010-08-13 13:36:39 +02:00
Kai Koehne
e28e1f0c56 Fix QtQuick->Preview shortcut to start a qmlviewer
The executable has been renamed to 'qmlviewer' months ago
2010-08-13 13:36:39 +02:00
Oswald Buddenhagen
bbee4a6367 remove duplicated message :} 2010-08-13 13:35:14 +02:00
Friedemann Kleint
b44efd097b Custom wizard: Add boolean 'enabled' attribute to <wizard>.
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
2010-08-13 11:10:11 +02:00
hjk
ae55b43c37 debugger: fix display of QObject properties
This is a backport of 5d645bfdfe
2010-08-13 09:57:35 +02:00
shiroki
c5b027cd1f Add simplified chinese translation.
This is a team work by shiroki@cuteqt.com, chloerei@gmail.com and
xtfllbl@hotmail.com .

Merge-request: 2173
2010-08-12 17:07:39 +02:00
Oswald Buddenhagen
214f1978ba fix string and the source in all translations 2010-08-12 17:07:39 +02:00
hjk
1c303fc80e debugger: fix dumper output of QLocale::timeFormat() 2010-08-12 12:38:22 +02:00
Jure Repinc
e253896b58 Updated Slovenian translation for Qt Creator 2.1
Merge-request: 2170
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2010-08-11 18:29:16 +02:00
axasia
316b7e8097 Update japanese translation for 2.0
Merge-request: 2171
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2010-08-11 15:50:40 +02:00
hjk
069a0cb72e fakevim: Fix mark interpretion for d'a etc.
http://bugreports.qt.nokia.com/browse/QTCREATORBUG-1342
(cherry picked from commit 91c909120b)
2010-08-11 15:17:15 +02:00
hjk
b751543bc2 debugger: fix QTCREATORBUG-814
(cherry picked from commit 99adbf1582)
2010-08-11 11:40:36 +02:00
Joerg Bornemann
1c095f88d0 maemo device configuration was not saved on MacOS
The code relies on getting the dialog accepted after the editFinished
singnals. This does not work on MacOS.

Reviewed-by: ck
2010-08-10 14:15:56 +02:00