Thibaut Cuvelier
fa57b9e774
french translation fixes
...
Merge-request: 2197
Reviewed-by: ossi
2011-05-13 12:09:34 +02:00
Thorbjørn Lindeijer
2b0266d0ee
Disable observer and jsdebugger services when they're already part of Qt
...
As of Qt 4.8 the observer and jsdebugger services are part of Qt. This
means the following changes are necessary in Qt Creator:
* Do not link to the QmlJSDebugger library.
* Do not create JSDebuggerAgent and QDeclarativeViewObserver instances
in the QmlApplicationViewer and use the new declarative_debug CONFIG
option to enable those services in Qt. This is done automatically
for debug builds.
* Point out the QML Debugging Library and the QML Observer are "Not
needed" in the Qt options page.
* Change the label in qmake options from "Link QML debugging library" to
"Enable QML debugging". It still remains as a way to enable this
functionality in release builds or for QtQuick applications not based
on Qt Creator's template.
* Rely on qmlviewer for debugging QML UI projects rather than the
observer, which is no longer necessary.
Reviewed-by: Kai Koehne
2011-05-12 15:56:05 +02:00
hjk
0747859006
debugger: make QVector and std::vector writable
2011-05-11 10:38:04 +02:00
hjk
587a2c3a2a
debugger: enable modification of std::string and QString
2011-05-10 19:01:49 +02:00
Oswald Buddenhagen
1d7605fbf8
Update french translation for 2.2
...
This is a team work by:
Jonathan Courtois <jonathan.courtois@gmail.com >
Thibaut Cuvelier <tcuvelier@redaction-developpez.com >
Verdvaine Yan <yan.verdavaine@redaction-developpez.com >
Pierre Rossi <pierre.rossi@nokia.com >
Merge-request: 2194
Merge-request: 2196
Merge-request: 321
Reviewed-by: ossi
2011-05-10 18:05:41 +02:00
hjk
6331b68943
debugger: (gdb, non-Mac) also print numeric values for enums
2011-05-10 15:58:11 +02:00
hjk
725fb153b7
debugger: speed up python dumper
...
build up list of string chunks instead of big string
2011-05-10 15:58:11 +02:00
hjk
da44415ebe
debugger: more direct number conversion in putAddress
2011-05-10 15:58:11 +02:00
Friedemann Kleint
1dfb4a264a
L10n: Fix German translation of the 'Add Library Wizard'.
...
(cherry picked from commit ac18e2016c )
2011-05-09 18:44:05 +02:00
Thomas Hartmann
0da6d311b6
QmlDesigner.propertyEditor: fix tooltips
...
We set a stylesheet to avoid bugs with certain styles.
Task-number: QTCREATORBUG-4003
2011-05-09 14:42:42 +02:00
Thomas Hartmann
fef336bcea
QmlDesigner.propertyEditor: fixes for PathView
2011-05-06 18:10:53 +02:00
Thomas Hartmann
d7f3a0c3cc
QmlDesigner.propertyEditor: fixes for ListView
2011-05-06 18:10:52 +02:00
Thomas Hartmann
e4a2228739
QmlDesigner.propertyEditor: fixes for GridView
2011-05-06 18:10:52 +02:00
Thomas Hartmann
8e26fd31eb
QmlDesigner.propertyEditor: fixes for Flickable
2011-05-06 18:10:51 +02:00
Thomas Hartmann
54dec95737
QmlDesigner.propertyEditor: remove title property for WebView
...
Task-Nr: QTCREATORBUG-4676
2011-05-06 18:10:50 +02:00
Thomas Hartmann
c60cfce88c
QmlDesigner.propertyEditor: enlarge labels
2011-05-06 18:10:50 +02:00
Tobias Hunger
aa2acec14c
Fix/add copyright headers
...
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
2011-05-06 15:17:05 +02:00
Thomas Hartmann
0515e73e31
QmlEditor.outline: adding icons for Extra Components
2011-05-06 13:14:44 +02:00
Christiaan Janssen
5e164ce1bf
QmlDebugger: adding new PropertyChanges on Live Preview
...
Task-number: QTCREATORBUG-3391
Reviewed-by: Kai Koehne
2011-05-05 17:03:38 +02:00
Friedemann Kleint
ac18e2016c
L10n: Fix German translation of the 'Add Library Wizard'.
2011-05-04 14:41:41 +02:00
Kai Koehne
52010b4d95
QmlJsDebug: Don't append 'd' to library name on Unix
2011-05-04 13:08:25 +02:00
Robert Loehning
181d9b8e39
Fixed German translation
...
Reviewed-by: Christian Kandeler
2011-05-04 12:54:36 +02:00
Daniel Molkentin
8dd71a9199
Let the ListModel wizard generate a valid model.
2011-05-02 17:24:20 +02:00
Kai Koehne
af9a307c15
QmlJSDebug: Enable compilation of library also for Symbian
2011-04-29 15:08:43 +02:00
Kai Koehne
cc3aa73f5e
QmlJSDebugger: Remove stale qmljsdebugger.pri file
2011-04-29 15:08:42 +02:00
con
1689a2cded
Merge remote branch 'origin/2.2'
...
Conflicts:
qtcreator.pri
2011-04-29 10:27:58 +02:00
Christian Kandeler
12b2a5fff0
Maemo: Harmattan application icons are now 80x80 pixels big.
...
Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=250237
2011-04-29 09:45:35 +02:00
Christian Kamm
a448f2b61a
QmlDump: Update for changes in qtquick2.
2011-04-28 12:19:16 +02:00
Thomas Hartmann
783779058b
QmlDump: fix path import dumps on Windows
...
Absolute file pathes containing drive identifiers do not work in qml.
(C:\)
workaround: use "." imports and setting the component url.
Reviewed-by: Christian Kamm
(cherry picked from commit 0c8b4e38fa )
2011-04-28 11:14:53 +02:00
Thomas Hartmann
0c8b4e38fa
QmlDump: fix path import dumps on Windows
...
Absolute file pathes containing drive identifiers do not work in qml.
(C:\)
workaround: use "." imports and setting the component url.
Reviewed-by: Christian Kamm
2011-04-28 10:41:26 +02:00
con
8bc8feed2d
"Open Terminal Here" should open Terminal.app on Mac.
...
It was starting X11 and a xterm...
Task-number: QTCREATORBUG-4683
2011-04-27 15:30:26 +02:00
Robert Loehning
1b6b95afcc
Fixed typos in German error message
...
Reviewed-by: ossi
2011-04-27 12:20:05 +02:00
con
14487af86c
Merge remote branch 'origin/2.2'
...
Conflicts:
src/plugins/projectexplorer/gcctoolchain.cpp
src/plugins/projectexplorer/target.cpp
src/plugins/qt4projectmanager/qt-s60/qt4symbiantargetfactory.cpp
2011-04-27 11:27:29 +02:00
Sergey Belyashov
0f9334329d
Updated Russian translation
2011-04-26 11:09:23 +02:00
Robert Loehning
a4c42ea4d9
Added missing translation
...
Reviewed-by: ossi
2011-04-21 18:58:17 +02:00
Christiaan Janssen
85801227a9
QmlDebugger: keeping watches when changing stack frames
...
Reviewed-by: Kai Koehne
2011-04-20 17:33:26 +02:00
con
e92988261e
Merge remote branch 'origin/2.2'
2011-04-20 11:07:25 +02:00
Marco Bubke
a0f990ca80
QmlDesigner.PropertyEditor: More property panes
2011-04-19 17:43:45 +02:00
Friedemann Kleint
774fa49412
Fix more krazy warnings.
2011-04-19 15:43:53 +02:00
hjk
501f4bba34
debugger: prevent endless loop in resolution of some types
...
Reviewed-by: Friedemann Kleint
2011-04-19 12:42:38 +02:00
hjk
fea6bcd944
debugger: enable latin1 or utf8 char[] display
2011-04-18 16:15:39 +02:00
con
5b02bf94a8
Merge remote branch 'origin/2.2'
...
Conflicts:
qtcreator.pri
src/plugins/debugger/breakhandler.cpp
src/plugins/qt4projectmanager/qtversionmanager.cpp
2011-04-18 13:57:07 +02:00
axasia
bf511a2bcb
Update japanese translation.
...
Merge-request: 292
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2011-04-18 12:31:15 +02:00
Sergey Belyashov
d351371d81
Small correction of Russian translation
...
Merge-request: 293
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2011-04-18 12:18:09 +02:00
Alessandro Portale
3970f60814
Include touchnavigation.pri from main .pro file
...
And have that entry removed by the wizard. REMOVE_NEXT_LINE
is now the keyword for line removal. INCLUDE_DEPLOYMENT_PRI
was replaced by REMOVE_NEXT_LINE.
2011-04-17 09:55:17 +02:00
Keith Kyzivat
28843faa1c
Split out touch navigation into separate files.
...
Make the html5applicationviewer class much less cluttered by splitting out all
the touch navigation classes into separate files in a subdirectory.
This should make it much more maintainable.
2011-04-16 21:13:06 +02:00
Sergey Belyashov
21639889b1
Updated Russian translation
...
Merge-request: 290
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2011-04-15 20:31:15 +02:00
Thomas Hartmann
72235c5d28
QmlTextEditor: new icons for outline
2011-04-15 12:37:18 +02:00
Beaver Xu
4d54a56b8a
Update chinese translation
...
Merge-request: 287
Reviewed-by: ossi
2011-04-14 12:58:55 +02:00
Oswald Buddenhagen
dc3c156cac
Merge branch '2.2'
...
Conflicts:
src/plugins/debugger/gdb/pythongdbengine.cpp
src/plugins/qt4projectmanager/qt-desktop/qt4desktoptargetfactory.cpp
src/plugins/qt4projectmanager/qt-desktop/qt4desktoptargetfactory.h
src/plugins/qt4projectmanager/qt-desktop/qt4simulatortargetfactory.cpp
src/plugins/qt4projectmanager/qt-desktop/qt4simulatortargetfactory.h
src/plugins/qt4projectmanager/qt-maemo/maemodeploystep.cpp
src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigurations.cpp
src/plugins/qt4projectmanager/qt-maemo/maemoglobal.cpp
src/plugins/qt4projectmanager/qt-maemo/qt4maemotargetfactory.cpp
src/plugins/qt4projectmanager/qt-s60/qt4symbiantargetfactory.cpp
src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp
src/plugins/qt4projectmanager/qt4target.cpp
src/plugins/qt4projectmanager/qt4target.h
src/plugins/qt4projectmanager/qtoptionspage.h
src/plugins/qt4projectmanager/qtversionmanager.cpp
src/plugins/welcome/welcomemode.cpp
2011-04-14 12:39:31 +02:00