Commit Graph

102 Commits

Author SHA1 Message Date
Kavindra Palaraja
e14018076d Fixes: Doc - final bits for the code editor 2009-02-04 15:57:25 +01:00
Thorbjørn Lindeijer
71e7fa77fb Spelling fix 2009-02-04 14:15:35 +01:00
Kavindra Palaraja
1f3a96a1e8 Fixes: Doc - some more documentation for The Code Editor section 2009-02-04 12:02:56 +01:00
Kavindra Palaraja
58eef7aa4b Fixes: Doc - updated 0.9.1 Beta to 0.9.2 Release Candidate
RevBy: Eike Ziller
2009-02-03 16:38:15 +01:00
hjk
31d8e41ca0 Fixes: update "known issues" section
RevBy:    k.
2009-02-03 15:41:03 +01:00
con
822d881019 Fixes: - Creator documentation on Mac 2009-01-27 12:42:29 +01:00
hjk
32b7951b18 Fixes: docs: remove spurious 'you' (spotted by Adrian) 2009-01-26 10:52:48 +01:00
goro
54f6f814c8 Extend version bump script, bump docs to 0.9.2 2009-01-23 17:13:18 +01:00
Daniel Molkentin
5ed76b9621 Merge branch 'master' of git://scm.dev.nokia.troll.no/creator/mainline into make_install/master 2009-01-22 10:28:15 +01:00
hjk
47f4ccada7 Fixes: coding style: mention order #includes
RevBy:    partially by dt
2009-01-21 13:58:04 +01:00
Daniel Molkentin
194175cce7 Fixes: make install workd
Details:  Make install works now, we just have to agree on layout
details and check for mac compatibility.

Also, plugins will carry no version in their filename anymore starting with
this commit. Versioning happens in the creators pluginloader using the pluginspec file.
2009-01-21 08:52:19 +01:00
Daniel Molkentin
0f20a20b4c Fixes: Implement make install target, Step 1
Details: Moving files so that the local layout corresponds to the layout pushed by make install.
Adjust Make target, modify the resource path of the loader to find the resources in the
right place. All pathes are still looked up relative to binaryPath(), libs are found via
relative rpath.
2009-01-21 08:52:19 +01:00
Kavindra Palaraja
13be739360 Fixes: Documentation - swapping the order of the images to improve clarity 2009-01-19 14:51:34 +01:00
Kavindra Palaraja
9916e4aebd Fixes: Documentation - adding in some screenshots that Eike took 2009-01-19 13:21:22 +01:00
Thorbjørn Lindeijer
fc83f2bdd2 Doc: Added a section about project dependencies
Also made sure the glossary terms aren't wrapped, since that didn't look
very nice.

For the documentation about the dependencies the screenshots should be
updated again.
2009-01-16 17:41:44 +01:00
Kavindra Palaraja
5c2e5ffced Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-16 16:57:07 +01:00
Kavindra Palaraja
2b7bd51127 Fixes: Documentation - improving clarity 2009-01-16 16:57:00 +01:00
dt
d370b08aa8 Fixes: Make bold instead of mono spaced.
Details:  Works.
2009-01-16 16:39:08 +01:00
Kavindra Palaraja
8b4f6d36de Fixes: Documentation - fixing all the qdoc warnings 2009-01-16 16:02:14 +01:00
Kavindra Palaraja
deb1ee689d Fixes: Doc - some more documentation 2009-01-16 15:35:49 +01:00
Friedemann Kleint
e356c0770d Fixes: Broken image link 2009-01-15 16:04:52 +01:00
Kavindra Palaraja
b64bc93d0d Fixes: Documentation - adding the Qt Creator and Version Control Systems to the main page 2009-01-15 16:01:58 +01:00
Kavindra Palaraja
7bd00510c1 Fixes: Documentation - screenshtos and last bits for VCS
Details: Screenshots are not scaled yet.
2009-01-15 15:57:07 +01:00
Kavindra Palaraja
f5ab36c156 Fixes: Documentation - even more on VCS 2009-01-15 14:30:18 +01:00
Kavindra Palaraja
334b1c4b2e Fixes: Documentation - more on the VCS integration 2009-01-15 13:50:22 +01:00
Kavindra Palaraja
f7d9420ceb Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-15 13:07:31 +01:00
Kavindra Palaraja
8ddd264766 Fixes: Documentation - some documentation on Qt Creator's support for version control systems
RevBy: Provided by fkleint
2009-01-15 13:07:25 +01:00
Daniel Molkentin
dc9ad66d36 Fixes: Regression for make docs on unix 2009-01-14 20:08:39 +01:00
Daniel Molkentin
86b70b6a98 Fixes: Refine fix for nmake doc issue 2009-01-14 19:39:11 +01:00
Daniel Molkentin
f60b69eb6e Fixes: make docs target with nmake 2009-01-14 19:21:23 +01:00
Daniel Molkentin
8ba0eb2148 Revert improper commit 2009-01-14 18:10:59 +01:00
Daniel Molkentin
3908528fe4 fix doc target. this does still not solve the problem that qdoc has to be build in release mode if you use windows. 2009-01-14 17:57:19 +01:00
Kavindra Palaraja
3d3d01c4a3 Fixes: Documentation - more documentation for selection features
RevBy: Discussed with Thorbjorn
2009-01-14 16:53:03 +01:00
Kavindra Palaraja
7b42be9657 Fixes: Documentation - some extra content and adding the Code Editor page as a placeholder for future content 2009-01-14 16:02:50 +01:00
Daniel Molkentin
59affcfffc Bump year in licence header. 2009-01-13 19:22:14 +01:00
con
768dd19e5b Fixes: - API doc for ActionManager and remove some deprecated things
Details:
ActionManager::registerAction(qaction, id):
  use registerAction(qaction, id, QList<int>() << Core::C_GLOBAL_ID)
ActionManager::addAction/Menu:
  use ActionManager::actionContainer + IActionContainer::addAction/Menu
2009-01-13 19:09:03 +01:00
Daniel Molkentin
8fd841c157 build docs on windows 2009-01-13 16:21:11 +01:00
con
349c055d47 Fixes: - API documentation for ICore
Details:  - And do some simplification/consistency.
2009-01-12 17:21:07 +01:00
Kavindra Palaraja
1e4d73d73d Fixes: Doc - added some information on session management
RevBy: Thorbjørn Lindeijer
2009-01-12 16:29:51 +01:00
Kavindra Palaraja
0ea571a909 Fixes: Doc - added Keyboard Shortcuts to the main page; mentioned the Open menu item 2009-01-12 12:38:54 +01:00
Kavindra Palaraja
09c4746384 Fixes: Doc - putting in Sam Dutton's feedback from the qt-creator mailing list 2009-01-12 09:36:01 +01:00
Thorbjørn Lindeijer
2c74d01e94 Fixed 'make docs' lauching of qhelpgenerator
It assumed qhelpgenerator was in the path, though this isn't necessarily
the case. Use the absolute directory instead.
2009-01-08 13:50:24 +01:00
con
4501ee9ed5 Fixes: - Mac build (docs) and toplevel "make docs" target
RevBy:    - bjørn
2009-01-07 15:48:44 +01:00
Thorbjørn Lindeijer
79942f06b8 Removed qtcreator.qch from version control
This large binary file really shouldn't be tracked by git. It is
generated during build.
2009-01-07 12:03:13 +01:00
con
2f2588bee7 Fixes: - API doc main page 2009-01-06 15:57:21 +01:00
con
8e261e0b3c Fixes: - Start on API documentation generation 2009-01-05 18:05:33 +01:00
con
5e569036d0 Merge commit 'origin/0.9.1-beta' 2008-12-17 16:37:50 +01:00
con
64a4f93775 Fixes: - Known Issues and version in footer 2008-12-17 16:34:39 +01:00
hjk
4876957e59 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2008-12-17 15:03:59 +01:00
hjk
87f320e1ad mention foreach (...) 2008-12-17 15:03:23 +01:00