- 09 Sep, 2010 1 commit
-
-
Christian Kandeler authored
/opt -> /opt/usr
-
- 08 Sep, 2010 2 commits
-
-
Christian Kandeler authored
Reviewed-by: dt
-
Christian Kandeler authored
Reviewed-by: Alessandro Portale
-
- 31 Aug, 2010 1 commit
-
-
Christian Kandeler authored
Reviewed-by: Alessandro Portale
-
- 25 Aug, 2010 1 commit
-
-
Alessandro Portale authored
- Removed the "cpp/" dir - Moved main.cpp and symbianicon.svg next to the main .pro. This also reduces the dir depth in the project view. - Introduced "qmlapplicationviewer/" dir, which will contain the files which the user should not modify. All the files there have the base name "qmlapplicationviewer" - Moved/renamed "qmlapplication.pri" to "qmlapplicationviewer/qmlapplicationviewer.pri"
-
- 23 Aug, 2010 1 commit
-
-
Alessandro Portale authored
Task-Number: QTCREATORBUG-1997
-
- 20 Aug, 2010 1 commit
-
-
Alessandro Portale authored
-
- 11 Aug, 2010 2 commits
- 09 Aug, 2010 6 commits
-
-
Alessandro Portale authored
Instead of hardcoding a Qt Creator path into the standalone Qml app .pro file by assigning a value to QMLINSPECTOR_PATH, we let Qt Creator set that value as command line argument when calling qmake. QMakeStep::allArguments() is the place where it is added right dt will will certainly suggest a better place place for it.
-
Alessandro Portale authored
-
Alessandro Portale authored
-
Alessandro Portale authored
-
Alessandro Portale authored
-
ck authored
-
- 06 Aug, 2010 1 commit
-
-
Lasse Holmstedt authored
Reviewed-by: Alessandro Portale
-
- 03 Aug, 2010 1 commit
-
-
Alessandro Portale authored
Makes development easier (no recompiling needed when tweaking the templates). Also, all other templates are in that folder.
-
- 02 Aug, 2010 1 commit
-
-
Alessandro Portale authored
Switchen from QMAKE_BUNDLE_DATA to QMAKE_EXTRA_TARGETS, like we already do on Windows and Linux. QMAKE_BUNDLE_DATA does not seem to create make targets. We need to copy-if-changed the files into the resources folder on each run. Also pushed the Resources/ folder one level deeper, into Contents/.
-
- 30 Jul, 2010 2 commits
-
-
Alessandro Portale authored
-
Alessandro Portale authored
Using the QMAKE_BUNDLE_DATA variable to copy the data into the Resource directory in the application bundle.
-
- 29 Jul, 2010 1 commit
-
-
Alessandro Portale authored
-
- 28 Jul, 2010 2 commits
- 22 Jul, 2010 1 commit
-
-
Alessandro Portale authored
Instead of copying the files while executing qmake (system function), there is now an extra make target that gets executed every time make is called. Slightly better, but still ugly. Still waiting for Ossi's wisdom.
-
- 20 Jul, 2010 1 commit
-
-
Alessandro Portale authored
Now, the user can select an existing qml application that can be turned into a standalone Qml app. The qml source files will not be copied around but rather stay in their original location. The new .pro file that gets generated by this wizard will reference the qml source files via relative path and deploy them from there. Task-number: QTCREATORBUG-1814
-
- 16 Jul, 2010 1 commit
-
-
Alessandro Portale authored
Short: Create a new self running qml .sis/.deb package. Long: A typical Qml application usually consists of a couple of .qml, .js and image files. Deploying such an application is challenging, especially to mobile devices. This wizard will generate a C++ project with a customized, light weight Declarative Viewer, a helloworld Qml file and a .pro file that takes care of the deployment of the Qml file(s). This is just the first step. There will be an import wizard, and further more there will be the possibility to add additional Qml modules and probably also Qml directories to the package. Task-number: QTCREATORBUG-1813
-