- 03 Feb, 2011 1 commit
-
-
Alessandro Portale authored
-
- 02 Feb, 2011 2 commits
-
-
Alessandro Portale authored
(by QtWebkit)
-
Alessandro Portale authored
-
- 26 Jan, 2011 1 commit
-
-
Alessandro Portale authored
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
-
- 25 Jan, 2011 1 commit
-
-
Alessandro Portale authored
-
- 24 Jan, 2011 2 commits
-
-
dt authored
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
-
Friedemann Kleint authored
-
- 14 Jan, 2011 1 commit
-
-
Christian Kandeler authored
This symbol does not exist. Task-number: QTCREATORBUG-3485
-
- 12 Jan, 2011 4 commits
- 21 Dec, 2010 1 commit
-
-
Alessandro Portale authored
-
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 08 Dec, 2010 1 commit
-
-
Alessandro Portale authored
- Also copying paths when doing in-source build, and not copying paths if source and target differ - Quote paths in order to support white spaces - Tolerate forward slashes as input paths Task-Number: QTCREATORBUG-3203 Reviewed-By: ck Merge-request: 226
-
- 07 Dec, 2010 3 commits
-
-
con authored
-
Nicolas Arnaud-Cormos authored
Make it more consistant with the current plugins: * plugin class use the Plugin template instead of Impl * add a pluginconstants.h file * use the new pluginspec.in file Merge-request: 216 Reviewed-by:
con <qtc-committer@nokia.com>
-
Kai Koehne authored
Use the 'QtQuick 1.0' namespace introduced in 4.7.1. This makes them in line with the examples/demos we ship in the SDK, but breaks for 4.7.0 (e.g. N900). Task-number: QTCREATORBUG-3243
-
- 02 Dec, 2010 1 commit
-
-
con authored
-
- 01 Dec, 2010 1 commit
-
-
Christian Kandeler authored
- /usr/local -> /usr - Technically, this changes the default installation path for all non-Fremantle UNIX systems.
-
- 22 Nov, 2010 1 commit
-
-
Alessandro Portale authored
The template .pri file of the "Qt Quick Application" and "Qt Mobile Application" wizards linked against eiksrv when locking the screen orientation. That is however not necessary. The real problem is that eiksrv does not get shipped with the Symbian^1 SDK in Nokia Qt SDK 1.0/1.1. Therefore, the innecessary link attempt even fails. This patch removes the -leiksrv and bumps the version for the template. Cherrypicking into qtcreator/2.1 is highly recommended. Task-Number: QTCREATORBUG-3142 Task-Number: QTSDK-194
-
- 19 Nov, 2010 1 commit
-
-
Alessandro Portale authored
The template .pri file of the "Qt Quick Application" and "Qt Mobile Application" wizards linked against eiksrv when locking the screen orientation. That is however not necessary. The real problem is that eiksrv does not get shipped with the Symbian^1 SDK in Nokia Qt SDK 1.0/1.1. Therefore, the innecessary link attempt even fails. This patch removes the -leiksrv and bumps the version for the template. Cherrypicking into qtcreator/2.1 is highly recommended. Task-Number: QTCREATORBUG-3142 Task-Number: QTSDK-194
-
- 12 Nov, 2010 1 commit
-
-
Kai Koehne authored
Unify the original qml file generated by Qt Quick UI / Qt Quick Application wizards. Use a default size of 360x360. Furthermore, add a MouseArea such that clicking on the app will close it (demonstrating the use of Qt.quit()). Reviewed-by: Alessandro Portale
-
- 10 Nov, 2010 1 commit
-
- 08 Nov, 2010 3 commits
-
-
Alessandro Portale authored
Call the new QmlApplicationViewer::showExpanded(); Task-Number: QTCREATORBUG-2979 Reviewed-By: dt
-
Erik Verbruggen authored
Check if the output directory is different from the source dir. If so, do the copying magic (shadow build), otherwise skip it (in-source build). Task-number: QTCREATORBUG-3034 Reviewed-by: Alessandro Portale Reviewed-by: Oswald Buddenhagen
-
Kai Koehne authored
Qml debugging is now disabled by default, and has to be enabled explicitly (b2016bbfc9). This has to be done before the QDView/QDEngine is instantiated ... The patch introduces a static create method to QmlApplicationViewer, so that the setup can be hidden from the users main file.
-
- 03 Nov, 2010 2 commits
-
-
Kai Koehne authored
Qml Debugging requires 4.7.1, and the path of qmljsdebugger being specified on the command line. Just disable debugging if this isn't the case instead of bailing out an error. Reviewed-by: dt
-
Kai Koehne authored
Qml debugging is now disabled by default, and has to be enabled explicitly (b2016bbfc9). This has to be done before the QDView/QDEngine is instantiated ... The patch introduces a static create method to QmlApplicationViewer, so that the setup can be hidden from the users main file. Reviewed-by: Alessandro Portale
-
- 02 Nov, 2010 1 commit
-
-
con authored
-
- 01 Nov, 2010 3 commits
-
-
Alessandro Portale authored
Reviewed-By: TrustMe
-
Alessandro Portale authored
...and do not call it show(), because that is the signature of a non-virtual base class function. showExpanded() sucks as name, and hjk, who reviewed this is not convinced. But showExpanded() is still better than show(). Task-Number: QTCREATORBUG-2979 Reviewed-By: hjk
-
Alessandro Portale authored
- Renaming the screen orientation enum and keys - Explicit constructors - Virtual destructors - Renamed some occurences of 'Qml' in comments to 'QML' - Adding descriptive comments to all generated files which should not be touched by the user. - Adding missing license headers to the qmljsdebugger sources Task-Number: QTCREATORBUG-2885 Reviewed-by: Friedemann Kleint Reviewed-by: dt
-
- 29 Oct, 2010 2 commits
-
-
Alessandro Portale authored
These are useseless place eaters. If needed, they can easily be added by the user in Qt Designer. Reviewed-By: ck
-
Alessandro Portale authored
These are useseless place eaters. If needed, they can easily be added by the user in Qt Designer. Reviewed-By: ck
-
- 20 Oct, 2010 1 commit
-
-
Christian Kandeler authored
Reviewed-by: dt
-
- 15 Oct, 2010 1 commit
-
-
kh1 authored
Reviewed-by: ck
-
- 13 Oct, 2010 1 commit
-
-
Kai Koehne authored
Don't confuse users by two defines they have to comment in when they just want to 'debug': Instead QMLJSDEBUGGER now activates both the Js Debugger & and the QmlObserver services. Finetuning can still be done by using the (undocumented) NO_JSDEBUGGER, NO_QMLOBSERVER defines.
-
- 08 Oct, 2010 2 commits