Christian Kamm
13f9135827
qmldump: Dump attached types and read them in Creator.
2011-02-10 17:04:22 +01:00
hjk
047ed35579
debugger: some initial work on QTJSC::JSValue dumper
2011-02-10 17:05:09 +01:00
Christian Kandeler
d6aa31a1fb
QML extension plugin wizard: Make deployable on Maemo.
...
Task-number: QTCREATORBUG-3229
Reviewed-by: Alessandro Portale
2011-02-10 15:17:37 +01:00
Thorbjørn Lindeijer
6e3ef903d0
QmlJSDebugger: Finished the renaming
...
Some things forgotten as part of commit f9e65028fd since
these files are not compiled together with Qt Creator.
Fixes compile of QML Observer and QMLJSDEBUGGER-enabled QtQuick
Applications.
2011-02-09 17:35:42 +01:00
Thorbjørn Lindeijer
f9e65028fd
QmlJSDebugger: Prefix live editor related classes
...
AbstractFormEditorTool -> AbstractLiveEditTool
LayerItem -> LiveLayerItem
SelectionIndicator -> LiveSelectionIndicator
SelectionRectangle -> LiveSelectionRectangle
SelectionTool -> LiveSelectionTool
SingleSelectionManipulator -> LiveSingleSelectionManipulator
RubberBandSelectionManipulator -> LiveRubberBandSelectionManipulator
2011-02-09 17:14:27 +01:00
Alessandro Portale
91e04fbadc
Change the path lookup from Linux style to Maemo style.
...
Reviewed-By: Christian Kandeler
2011-02-09 16:37:49 +01:00
Alessandro Portale
aa453c8062
Implemented "import" and "Url" options for html5 app wizard
2011-02-09 16:23:45 +01:00
Christian Kamm
fd7a115d1c
qmldump: Ignore exports that are missing the type name.
2011-02-09 13:40:09 +01:00
Christian Kamm
2ec429e8ce
QmlJS: Switch to new format for QML meta data.
2011-02-09 10:42:49 +01:00
Christian Kamm
bffe90b2f4
qmldump: Clean up code and make it output qml data.
...
Task-number: QTCREATORBUG-3048
2011-02-09 10:42:48 +01:00
Christian Kandeler
08aaad92ac
Maemo: Fix default deployment paths.
...
Applications must live in /opt/<project name> on Harmattan & Meego.
Reviewed-by: Alessandro Portale
2011-02-08 18:09:06 +01:00
Rainer Keller
b0bd67d60f
Fix unbalanced curly braces
2011-02-08 16:24:47 +00:00
Alessandro Portale
4eefeccfd7
..actually, it was needed
...
/me stops hacking html
2011-02-08 15:21:37 +01:00
Alessandro Portale
fd4e6e1ad4
Remove unneeded semicolon
2011-02-08 15:20:38 +01:00
Sergey Belyashov
7053a3e912
Fixed some typos in Russian translation
...
Merge-request: 251
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2011-02-08 14:45:01 +01:00
Alessandro Portale
6fc21c3416
More "qml[standalone]app" -> "qtquickapp" renaming
2011-02-07 12:47:07 +01:00
Kai Koehne
47c9d2588a
QmlJSDebugger: Beautify header
...
Remove spurious semicolons
2011-02-04 13:45:00 +01:00
con
212fb09c2b
Version bump.
2011-02-04 12:45:27 +01:00
con
b69ab309cd
Merge remote branch 'origin/2.1'
...
Conflicts:
share/qtcreator/templates/mobileapp/app.pro
share/qtcreator/templates/qmlapp/app.pro
src/plugins/debugger/debuggeractions.cpp
2011-02-04 11:46:30 +01:00
hjk
cdfbf4bbcb
debugger: don't try to extract address of temporary expressions
...
They don't "live" in the inferior, so there is no real address.
2011-02-04 09:32:35 +01:00
Alessandro Portale
427ea67a85
Moved Content-Type http-equiv inside the head
2011-02-03 15:51:39 +01:00
Alessandro Portale
3624311697
Adding a Content-Type http-equiv
2011-02-03 15:50:23 +01:00
Alessandro Portale
d4e5890286
Removing the usage of Avkon to lock the screen orientation
...
Locking the screen orientation was not a Qt feature of the Symbian
port till Qt 4.7.2. Therefore, client applications had to do the
locking themselves. That locking is right now only achievable by
using Avkon Api. The template code of the Qt Quick App wizard did
exactly that.
Now, Qt 4.7.2 has the screen orientation lock built in. That
implementation was done for QTBUG-11785. No need to do that in the
application code, anymore.
This patch removes Avkon usage from the templates, using new enum keys
and setting QWidget flags, just like Maemo5 does.
Two Qt version checks/fixes:
1) If the application tries to lock the orientation on Qt < 4.7.2,
a warning is given that this won't work
2) If Qt < 4.7.2 is used to build the application, the enum keys are
not used directly but casted from constants
Task-Number: QTCREATORBUG-3598
Reviewed-by: ck
2011-02-03 12:50:01 +01:00
Alessandro Portale
7e5fd30daf
Fix CSS. first-child and nth-child selectors not supported
...
(by QtWebkit)
2011-02-02 20:50:27 +01:00
Friedemann Kleint
13e51e9683
L10n/German: Id->ID, Refactoring.
...
Task-number: QTCREATORBUG-3668
2011-02-02 17:43:20 +01:00
Alessandro Portale
7296cd0fa0
Removed Avkon from html5 template
2011-02-02 16:25:33 +01:00
hjk
c40e582740
debugger: update gdb build README
2011-02-02 11:54:42 +01:00
Alessandro Portale
1da6186979
App wizard template: Move Network capability into main .pro
...
Removes the "DEFINES += NETWORKACCESS" from the main .pro file
replacing it by "symbian:TARGET.CAPABILITY += NetworkServices".
Task-Number: QTCREATORBUG-3594
reviewed-by: con
2011-02-02 09:22:42 +01:00
hjk
5cc14426d4
debugger: implement dumper for QBasicAtomicPointer
2011-01-27 15:03:34 +01:00
hjk
9cb8fe01c7
debugger: improve QWeakPointer dumper
...
strongref == -1 is valid
2011-01-27 15:03:34 +01:00
Alessandro Portale
13ee1dd2d0
Dummy template for Html5 app wizards
...
The template code is similar to the Qt Quick App wizard
template code. It has a Viewer class +.pri which wrap the "dirty
stuff", a main .pro file and main.cpp file. In this case, there
is also a "Hello World" index.html file.
The "dirty stuff" code exposes a quit() function to the JavaScript
in the webview, which can be triggerd via the index.html.
As the 1-line-summary of this commit states, it is a dummy. Some-
one with proper knowlede about QtWebkit please provide better
template code.
Task-Number: QTCREATORBUG-3284
2011-01-26 16:37:48 +01:00
Alessandro Portale
b2389a16ff
Un-messing the comment text layout. And removing trailing WS.
2011-01-25 21:13:45 +01:00
dt
6c61ea2251
Project Wizards: Make the categorie names reflect the contents
...
Also reorder the contents to have Qt Quick on top. Move Console Qt
to Other Projects.
Qt QWidget project isn't the best name, but the new structure is a
improvement so using it for now.
Task-Nr: QTCREATORBUG-3513
Ack-By: con
Ack-By: kkoehne
2011-01-24 17:30:31 +01:00
Friedemann Kleint
4b8ad4d31f
Wizards: Fix include style.
2011-01-24 15:32:06 +01:00
con
34f28a87ab
Merge remote branch 'origin/2.1'
2011-01-24 14:01:04 +01:00
con
ec29a1a3f7
Merge origin/2.1, commit '05bc989fc0ab7c6be1e04d6f8fe21ec54e526497'
2011-01-24 13:52:24 +01:00
Friedemann Kleint
e39386352a
Header cleanup in share/qtcreator/qml, specify module name.
2011-01-24 12:30:21 +01:00
Christian Kamm
315fc34f3b
qmldump: Produce an error message if module import fails.
...
Reviewed-by: Kai Koehne
2011-01-21 10:28:19 +01:00
Sergey Belyashov
f1d618ab5b
Updated Russian translation
...
Merge-request: 233
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2011-01-18 15:12:17 +01:00
hjk
fa304b45e5
debugger: make qt namespace retrieval more robust
2011-01-17 15:24:14 +01:00
hjk
ad2be7e4dc
debugger: remove CDB specific bits that are not used anymore
2011-01-17 15:24:14 +01:00
Christian Kandeler
30b036502b
Maemo: Don't use Q_WS_MAEMO_6.
...
This symbol does not exist.
Task-number: QTCREATORBUG-3485
2011-01-14 15:45:53 +01:00
Marco Bubke
8512f1ed4a
QmlDesigner: Don't show the dock icon for the puppet anymore
2011-01-13 18:05:34 +01:00
Kai Koehne
b0184e9187
QmlObserver: Fix compilation when no private headers are installed
...
Regression introduced in 17d11b7be3 .
2011-01-13 10:45:00 +01:00
dt
2de93e9b96
QML template: Do not override user settings for icon and epocheapsize
...
Task-Nr: QTCREATORBUG-3454
Reviewed-By: Alessandro Portale
2011-01-12 15:40:20 +01:00
con
54f4fba003
It's 2011 now.
2011-01-12 15:34:06 +01:00
hjk
5268b0c865
debugger: move global qqNs definition to a saner location
2011-01-12 14:14:57 +01:00
Christian Kamm
033a0ff12e
qmldump: Add example to clear up intended usage.
...
Reviewed-by: Kai Koehne
2011-01-12 14:03:01 +01:00
Christian Kamm
18f9031ba6
qmldump: Add signal handler to catch segvs.
...
Reviewed-by: aep
2011-01-12 13:16:07 +01:00
František Mach
05bc989fc0
fixed czech translation
...
Task-number: QTCREATORBUG-3365
Reviewed-by: ossi
2011-01-12 12:23:01 +01:00