Commit Graph

604 Commits

Author SHA1 Message Date
Leena Miettinen
e15e62c348 Doc: deploy configurations
Publishing to Ovi Store

Reviewed-by: Tobias Hunger
Reviewed-by: Pawel Polanski
2010-12-06 17:14:22 +01:00
Leena Miettinen
78bb63e0cd Doc: explain build, run, and deploy configurations
Reviewed-by: Tobias Hunger
2010-12-06 17:14:21 +01:00
Leena Miettinen
a7e1255066 Doc: add Windows 7 to OS list
Task-number: QTCREATORBUG-3140

Reviewed-by: Robert Loehning
2010-12-06 17:14:19 +01:00
con
a9c803d310 Version bump. 2010-12-02 10:38:04 +01:00
con
61ebb308e6 Merge commit 'bd8b23d4bad4191367e7c5eb3297769a2477afec' (origin/2.1)
Conflicts:
	src/plugins/debugger/qml/qmlengine.cpp
2010-11-25 17:36:50 +01:00
Leena Miettinen
f9ba753654 Doc: installation packages are created when project is run (not built)
Reviewed-by: Alessandro Portale
2010-11-24 16:28:38 +01:00
Leena Miettinen
2f79abcc45 Doc: change the SDK name to Nokia Qt SDK
Reviewed-by: Robert Loehning
2010-11-24 13:20:37 +01:00
Leena Miettinen
cbaa4fc969 Doc: update tutorial
Task-number: QTCREATORBUG-3092

Reviewed-by: Thomas Hartmann
Reviewed-by: Carsten Owerfeldt
2010-11-23 15:52:47 +01:00
Leena Miettinen
c3e80d052a Doc: remove build instructions
Task-number: QTCREATORBUG-3139

Reviewed-by: con
2010-11-23 15:52:46 +01:00
Leena Miettinen
48e475ed96 Doc: fix path
Task-number: QTCREATORBUG-2925

Reviewed-by: Daniel Molkentin
2010-11-23 15:52:45 +01:00
Leena Miettinen
eed35e5d4e Doc: building projects in debug mode for debugging
Reviewed-by: Kai Koehne
2010-11-23 15:52:44 +01:00
Oswald Buddenhagen
f3b5c98bf5 Merge remote branch 'origin/2.1' 2010-11-23 15:44:58 +01:00
Leena Miettinen
33ac00afbe Doc: replace Qt SDK product name with a macro
Reviewed-by: Oswald Buddenhagen
2010-11-19 16:22:14 +01:00
Oswald Buddenhagen
79be54ed8c replace env variable injection with pervasive expando support
do not inject SOURCEDIR and BUILDDIR into the environment of
build steps and run configurations any more.
instead, all custom executable paths, argument lists and working
directories now support the %{sourceDir} and %{buildDir} macros.
this approach is more elegant and more scalable.
2010-11-17 13:19:08 +01:00
Oswald Buddenhagen
0641ed0eaa change Environment::expandVariables() semantics
instead of being os-agnostic, interpret the os-native expansion style,
so it is consistent with proper (shell) command lines.

don't interpret quotes, as this function is meant for expanding isolated
filepaths, where nobody would expect quoting. instead, use the windows
style of simply not doing an expansion if a referenced variable is not
found, which should be good enough - it's rather unlikely that something
which happens to be an expansion of an existing variable is actually not
meant to be one.
2010-11-17 13:19:06 +01:00
Oswald Buddenhagen
04d4d309f7 Merge remote branch 'origin/2.1'
Conflicts:
    share/qtcreator/static.pro
    src/plugins/qmljseditor/qmljsoutlinetreeview.cpp
    src/plugins/projectexplorer/outputwindow.cpp
2010-11-15 19:03:18 +01:00
Leena Miettinen
8276b23db0 Doc: fix a typo 2010-11-12 11:26:28 +01:00
Leena Miettinen
27a0e6e868 Doc: added a warning about opening ports
Task-number: QTCREATORBUG-3074
Reviewed-by: Olivier Goffart
2010-11-12 11:26:28 +01:00
Oswald Buddenhagen
9532d4a345 dynamically replace creator version during build
... instead of running a sed script over a lot of files on each
version increment.
2010-11-03 17:47:41 +01:00
con
d7216e84cc Version bump. 2010-11-02 11:15:12 +01:00
Leena Miettinen
b3c2be6e20 Doc - sync up master with 2.1
Apparently, the forward merges lost quite some information.

Reviewed-by: ossi
2010-11-01 19:14:02 +01:00
Oswald Buddenhagen
a9ff4d3749 Merge remote branch 'origin/2.1'
Conflicts:
	doc/qtcreator.qdoc
2010-11-01 12:11:03 +01:00
Francois Ferrand
3b70e944a3 Support new keywords %MONTH% and %DAY% for C++ template file.
Merge-request: 199
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2010-10-28 12:13:47 +02:00
Leena Miettinen
2be41c4046 Doc: replaced Qt Quick application tutorial
Task-number: QTCREATORBUG-2661

Reviewed-by: Carsten Owerfeldt
2010-10-27 17:45:41 +02:00
hjk
c5f8623b41 debugger: rename Dumper.putItem -> putSubItem, putItemHelper -> putItem 2010-10-26 15:14:06 +02:00
con
060e230040 Add a -settingspath <path> command line option.
Useful for testing.
2010-10-25 18:02:46 +02:00
Oswald Buddenhagen
35bb61590d Merge remote branch 'origin/2.1'
Conflicts:
	doc/qtcreator.qdoc
	share/qtcreator/templates/mobileapp/app.pro
2010-10-25 11:27:30 +02:00
Leena Miettinen
05c24045b0 Doc - Qt Quick Designer UI in more detail
Reviewed-by: Carsten Owerfeldt
2010-10-25 11:00:54 +02:00
Oswald Buddenhagen
dfee3388af Merge remote branch 'origin/2.1'
Conflicts:
	share/qtcreator/templates/qmlapp/app.pro
	src/libs/utils/filesearch.cpp
2010-10-18 20:59:12 +02:00
Leena Miettinen
b5bb0aceee Doc - update version control system section
Reviewed-by: Tobias Hunger
2010-10-18 12:04:57 +02:00
Leena Miettinen
2dbbfc621f Doc - Debugging QML and Java Script
Reviewed-by: Kai Koehne
Reviewed-by: Christiaan Janssen
2010-10-18 11:48:44 +02:00
Leena Miettinen
b5893efe67 Doc - fix links to 4.7 docs 2010-10-18 11:48:43 +02:00
Leena Miettinen
b18bc826ab Doc - remove hyphens from sub... 2010-10-18 11:48:43 +02:00
Tobias Hunger
cf257b3a44 Doc: Update documentation on VCS 2010-10-18 10:14:56 +02:00
Leena Miettinen
410523d32d Doc - using Qt Quick Designer to create components
Task-number: QTCREATORBUG-2661

Reviewed-by: Thomas Hartmann
2010-10-13 17:11:11 +02:00
Leena Miettinen
39ca6b81da Doc - Maemo development is supported on Mac OS
Reviewed-by: Maurice Kalinowski
2010-10-13 17:11:08 +02:00
Leena Miettinen
e2aa79b403 Doc - Ubuntu 8.04 now required
Reviewed-by: Thorbjorn Lindeijer
2010-10-13 17:11:08 +02:00
Leena Miettinen
29e0ae06eb Doc - restriction in downloading files from help browser
Task-number: QTCREATORBUG-2701

Reviewed-by: Friedemann Kleint
2010-10-13 17:11:07 +02:00
Bill King
9293453ced Merge branch '2.1'
Conflicts:
	tests/auto/fakevim/fakevim.pro
2010-10-12 10:01:27 +02:00
Christian Kandeler
e65a180706 Maemo: Always deploy via SFTP upload.
The UTFS stuff does not seem to be reliable enough at the moment.
Deploying is too important to take that risk.

Reviewed-by: kh1
Reviewed-by: Leena Miettinen
2010-10-11 18:14:03 +02:00
Leena Miettinen
bfb8a68690 Doc - restructure Developing Application UI section
Reviewed-by: Carsten Owerfeldt
2010-10-08 16:27:22 +02:00
Leena Miettinen
4ade385bae Doc - edit Qt C++ application example
Update screen shots

Reviewed-by: Friedemann Kleint
2010-10-08 16:27:21 +02:00
Leena Miettinen
bbcebf266b Doc - update Battery Indicator example
Use the new mobile project wizard to create the application.
Update example files and screen shots.

Reviewed-by: ckamm
Reviewed-by: Niels Weber
2010-10-08 16:27:19 +02:00
Leena Miettinen
bc8c55255c Doc - update Qt Quick example
Reviewed-by: Kai Koehne
2010-10-08 16:27:17 +02:00
Leena Miettinen
a987e1da8f Doc - changes to Qt Quick Project wizards
Reviewed-by: Alessandro Portale
2010-10-08 16:27:15 +02:00
Leena Miettinen
fed9c43ff7 Doc - refactoring actions aka quick fixes
Reviewed-by: Erik Verbruggen
2010-10-08 16:27:13 +02:00
Leena Miettinen
01926e983f Doc - C++ code snippets
Reviewed-by: Leandro T. C. Melo
2010-10-08 16:27:13 +02:00
Leena Miettinen
a85bfd993a Doc - Semantic highlighting
Reviewed-by: Erik Verbruggen
2010-10-08 16:27:12 +02:00
hjk
880312c549 version bump: 2.0.92 -> 2.0.93 2010-10-08 13:50:04 +02:00
hjk
4f05687ed0 version bump: 2.0.91 -> 2.0.92 2010-10-07 15:05:56 +02:00