Commit Graph

4817 Commits

Author SHA1 Message Date
Daniel Molkentin
c6e9c041a7 Do not require QTDIR to be set.
Reviewed-By: Oswald Buddenhagen
2009-10-26 15:36:09 +01:00
con
441ece365a Merge commit 'origin/1.3'
Conflicts:
	src/plugins/cpptools/cppcodecompletion.h
	src/plugins/debugger/gdb/gdbengine.cpp
	src/plugins/qmleditor/QmlEditor.pluginspec
2009-10-26 13:51:56 +01:00
hjk
fc512f716d some forgotten license header changes. also, use Nokia instead of Trolltech. 2009-10-26 12:09:35 +01:00
con
525ef4cc85 Merge remote branch 'origin/1.3'
Conflicts:
	src/plugins/cpptools/CppTools.pluginspec
	src/plugins/help/Help.pluginspec
	src/plugins/locator/Locator.pluginspec
	src/plugins/projectexplorer/ProjectExplorer.pluginspec
	src/plugins/texteditor/TextEditor.pluginspec
2009-10-16 14:40:40 +02:00
con
a5bfacecb7 Rename directory quickopen --> locator 2009-10-16 11:44:18 +02:00
con
17d9bd6b0a Rename QuickOpen namespace. 2009-10-16 11:30:46 +02:00
con
a42c3c493a IQuickOpenFilter->ILocatorFilter and QuickOpenToolWindow->LocatorWidget 2009-10-16 04:00:57 +02:00
Daniel Molkentin
bb01aa7365 Remove obsolete checks for qdoc3 < Qt 4.6. 2009-10-15 16:41:05 +02:00
con
263d559e86 Merge commit 'origin/1.3' 2009-10-13 17:29:47 +02:00
Daniel Molkentin
c48c3cb466 Fixes to tutorial, added missing screenshots.
Reviewed-By: con
2009-10-12 16:14:18 +02:00
Daniel Molkentin
cbee229700 docs: Compile Fixes, Fixups in addressbook example
Reviewed-By: TrustMe
2009-10-12 16:14:17 +02:00
con
7ecbfbe6d2 Merge commit 'origin/1.3' 2009-10-09 20:15:17 +02:00
con
daa6e54ae7 Start on documentation for Qt for Symbian development in Qt Creator 2009-10-09 20:11:56 +02:00
Daniel Molkentin
7f345078c9 Update known issues 2009-10-09 17:45:40 +02:00
con
842ebf50e1 Merge commit 'origin/1.3' 2009-10-07 19:25:02 +02:00
Daniel Molkentin
dbc042ff04 First set of documentation updates for Qt Creator 1.3.
- Detail on setting up Qt Versions
- Mention CVS support
- More shortcuts
- Mention Shortcut differences on OS X
2009-10-07 18:25:45 +02:00
con
ead9c19c40 Merge commit 'origin/1.3' 2009-10-06 18:42:28 +02:00
Friedemann Kleint
c70f968fac CDB: Fix step into, improve multithread dumping, exception logging
Use new call syntax of 6.11. for dumper call loading. Execute
Dumpers in a single thread (current) if at all possible (not
in some WaitFor or artificial break thread). Show one more
frame in threads view if it is FastCallReturn. Fix step into
(ignore one event), log some more exceptions. Generally log
exceptions to the debugger windows to be able to see stuff
like DLL missing, etc.
2009-10-06 15:50:48 +02:00
con
b19d76d903 Version bump. 2009-10-02 16:27:03 +02:00
con
1de6a6e716 Version bump. 2009-10-02 16:21:39 +02:00
con
52a0e51ae6 Add the documentation files to doc.pri for easy access. 2009-10-01 14:06:34 +02:00
Rohan McGovern
d5f763387d Workaround bug where documentation sometimes is not generated.
On Windows, for unknown reasons, qhelpgenerator.exe sometimes will
not generate the documentation if run directly from nmake.
Running it through an intermediate cmd seems to work.
So, do that.

Reviewed-by: Daniel Molkentin
2009-09-30 01:02:40 +10:00
Aleksey Palazhchenko
6ddc5afd00 Update Doxyfile.
Merge-request: 1315
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-09-25 17:39:51 +02:00
Christian Kamm
d5af926c21 Add src/libs/cplusplus to folder list for api doc generation. 2009-09-25 16:08:01 +02:00
con
c22e4c7628 It's "Qt Creator" and that should reflect in the App name on Mac. 2009-09-15 14:22:13 +02:00
con
32e0340eab Version bump. 2009-09-10 17:02:57 +02:00
Thorbjørn Lindeijer
9bdd359827 Some small updates to the documentation of generic projects 2009-09-01 14:50:27 +02:00
Daniel Molkentin
677c78dccd Clean up the index page a bit. 2009-08-31 16:17:06 +02:00
Daniel Molkentin
7503d1bcf6 Silence doc warnings, apply new Qt docs layout, add CVS to RCSes. 2009-08-31 15:20:16 +02:00
Daniel Molkentin
f888f5df2d help: try to fix windows case for qdoc detection 2009-08-21 13:50:06 +02:00
Daniel Molkentin
a4ff2aa725 Find qmake in the right location for Qt 4.6+ 2009-08-21 12:52:54 +02:00
hjk
475a141356 long live the king 2009-08-14 09:37:15 +02:00
hjk
93cbef8724 long live the king 2009-08-14 09:30:56 +02:00
Daniel Molkentin
ef43fbf594 use module-less include file style for the sdk example.
This was proposed by Kavindra and actually it is
probably simpler for newbies. The documentation
already talks about this style, so use it.
2009-08-07 15:05:14 +02:00
Daniel Molkentin
6ab034ba2c Reviewed the first four chapters. Added review notes. 2009-08-06 15:54:09 +02:00
Kavindra Devi Palaraja
4d88d7021c Doc - Some minor fixes plus supporting links to connect parts of our
documentation with this tutorial.

Reviewed-By: TrustMe
2009-08-05 17:21:21 +02:00
Kavindra Devi Palaraja
b7933d8736 Doc - Fixed a typo causing a qdoc warning
Reviewed-By: TrustMe
2009-08-05 16:25:57 +02:00
Kavindra Devi Palaraja
6978d804db Doc - Fixed a typo
Reviewed-By: TrustMe
2009-08-05 16:25:08 +02:00
Kavindra Devi Palaraja
892df6cfe3 Doc - Adding supporting screenshots to aid users in the tutorial
Reviewed-By: TrustMe
2009-08-05 16:03:20 +02:00
Kavindra Devi Palaraja
dba63d388e Doc - Reviewing Part 1 of the tutorial, ensuring it is as accurate as
possible with the current version of Qt Creator
2009-08-05 15:36:28 +02:00
Kavindra Devi Palaraja
9b86c8a9c7 Doc - More fixes on the tutorial and the Sessions section of Creator's
manual

Reviewed-By: TrustMe
2009-08-05 15:36:28 +02:00
Kavindra Devi Palaraja
2356bdc7ad Doc - More documentation for the Sessions section
Reviewed-By: TrustMe
2009-08-04 12:56:17 +02:00
Kavindra Devi Palaraja
86798b4d0d Doc - More Cleanups
Reviewed-By: TrustMe
2009-08-03 15:58:12 +02:00
Kavindra Devi Palaraja
c79e8079dd Doc - Fixed a typo
Reviewed-By: TrustMe
2009-08-03 15:50:27 +02:00
Kavindra Devi Palaraja
88549a4b1d Doc - Some cleanups on the Generic Project documentation
Reviewed-By: TrustMe
2009-08-03 14:58:06 +02:00
Denis Dzyubenko
98a9e160eb Updated the screenshot of a session manager after 8f869c301c
Reviewed-by: trustme
2009-08-03 10:42:45 +02:00
Kavindra Devi Palaraja
a46b969194 Doc - Modifying the documentation of Creator to have a separate page on
Session Management

Reviewed-By: TrustMe

Still work in progress, though.
2009-07-27 15:06:51 +02:00
Thorbjørn Lindeijer
cc95132add Made a start on improving the generic project documentation 2009-07-24 16:38:28 +02:00
Kavindra Devi Palaraja
629319974b Doc - More of Part 7
Reviewed-By: TrustMe
2009-07-22 21:09:58 +02:00
Kavindra Devi Palaraja
08345a277e Doc - More of Part 7
Reviewed-By: TrustMe
2009-07-22 20:03:13 +02:00