Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc: generic Linux device target | Leena Miettinen | 2011-07-08 | 1 | -1/+1 |
| | | | | | | Change-Id: I25fef3d823915c1df424da1a6ec7b683d7d38d66 Reviewed-on: http://codereview.qt.nokia.com/1323 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com> | ||||
* | build dev docs in doc/html-dev instead of doc/api/html | Oswald Buddenhagen | 2011-06-01 | 1 | -3/+3 |
| | | | | | | Change-Id: I42c13004e6a80b27c0f1690c76b35a0d40cee6ad Reviewed-on: http://codereview.qt.nokia.com/289 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | ||||
* | integrate developer docs into the normal docs build | Oswald Buddenhagen | 2011-06-01 | 1 | -19/+45 |
| | | | | | | | Change-Id: Ie94fe37f9025643c35c14a224661295e6c4c9a41 Reviewed-on: http://codereview.qt.nokia.com/288 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com> | ||||
* | move install code where it belongs | Oswald Buddenhagen | 2011-06-01 | 1 | -4/+4 |
| | | | | | | | | | | make inst_qch_docs a separate "structure" to avoid confusion, and move the .files assignment to that structure's initializer. Change-Id: I896ccaabe701736ca82db31c189ed88a19d1e8ad Reviewed-on: http://codereview.qt.nokia.com/284 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com> | ||||
* | Doc: add file for fixnavi | Leena Miettinen | 2011-04-08 | 1 | -1/+1 |
| | |||||
* | Updated the configuration files to use the updated qdoc. | David Boddie | 2011-02-11 | 1 | -4/+8 |
| | | | | | | Updated qdoc to remove hard-coded dependencies on style sheets. Simplified the offline documentation, introducing an offline.css file to be used for documentation in Qt Creator. | ||||
* | Merge remote branch 'origin/2.1' | con | 2010-12-10 | 1 | -0/+6 |
|\ | |||||
| * | add fixnavi target for convenience | Oswald Buddenhagen | 2010-12-08 | 1 | -0/+6 |
| | | |||||
* | | dynamically replace creator version during build | Oswald Buddenhagen | 2010-11-03 | 1 | -2/+6 |
|/ | | | | | ... instead of running a sed script over a lot of files on each version increment. | ||||
* | Adjust to changes in qdoc from Qt 4.7. | Daniel Molkentin | 2010-08-17 | 1 | -4/+3 |
| | | | | Reviewed-By: Leena Miettinen | ||||
* | Sync doc style with Qt, introduce online version (make docs_online) | Daniel Molkentin | 2010-06-15 | 1 | -6/+16 |
| | | | | | | The spacing errors come from Qt, and should be fixed there. Reviewed-By: Oswald Buddenhagen | ||||
* | escape backslashes (or don't use them at all, resp.) | Oswald Buddenhagen | 2010-05-26 | 1 | -2/+2 |
| | |||||
* | less bizarre build command setup for windows | Oswald Buddenhagen | 2009-11-24 | 1 | -13/+10 |
| | |||||
* | macx: compile doc into the right directory instead of copying it later | Oswald Buddenhagen | 2009-11-24 | 1 | -13/+4 |
| | |||||
* | do not create invalid help files | Oswald Buddenhagen | 2009-11-03 | 1 | -2/+1 |
| | | | | | afaik, this was a bizarre hack to make the install target work, so fix it properly instead. | ||||
* | Do not require QTDIR to be set. | Daniel Molkentin | 2009-10-26 | 1 | -4/+3 |
| | | | | Reviewed-By: Oswald Buddenhagen | ||||
* | Remove obsolete checks for qdoc3 < Qt 4.6. | Daniel Molkentin | 2009-10-15 | 1 | -13/+0 |
| | |||||
* | Add the documentation files to doc.pri for easy access. | con | 2009-10-01 | 1 | -4/+4 |
| | |||||
* | Workaround bug where documentation sometimes is not generated. | Rohan McGovern | 2009-09-30 | 1 | -2/+4 |
| | | | | | | | | | 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 | ||||
* | It's "Qt Creator" and that should reflect in the App name on Mac. | con | 2009-09-15 | 1 | -2/+2 |
| | |||||
* | help: try to fix windows case for qdoc detection | Daniel Molkentin | 2009-08-21 | 1 | -3/+12 |
| | |||||
* | Find qmake in the right location for Qt 4.6+ | Daniel Molkentin | 2009-08-21 | 1 | -2/+10 |
| | |||||
* | clean up OS conditionals in project files | Oswald Buddenhagen | 2009-06-03 | 1 | -2/+0 |
| | |||||
* | Some documentation. | con | 2009-04-24 | 1 | -0/+2 |
| | |||||
* | Add qtcreator.qdoc and qtcreator.qdocconf to OTHER_FILES | dt | 2009-03-31 | 1 | -0/+2 |
| | | | | This makes it easier to open them from inside qt creator. | ||||
* | Fixes: Make qmake generate install target for docs | con | 2009-03-13 | 1 | -1/+5 |
| | |||||
* | Fixes: - Creator documentation on Mac | con | 2009-01-27 | 1 | -1/+2 |
| | |||||
* | Fixes: make install workd | Daniel Molkentin | 2009-01-21 | 1 | -0/+5 |
| | | | | | | | | 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. | ||||
* | Fixes: Implement make install target, Step 1 | Daniel Molkentin | 2009-01-21 | 1 | -1/+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. | ||||
* | Fixes: Regression for make docs on unix | Daniel Molkentin | 2009-01-14 | 1 | -0/+4 |
| | |||||
* | Fixes: Refine fix for nmake doc issue | Daniel Molkentin | 2009-01-14 | 1 | -1/+1 |
| | |||||
* | Fixes: make docs target with nmake | Daniel Molkentin | 2009-01-14 | 1 | -1/+1 |
| | |||||
* | Revert improper commit | Daniel Molkentin | 2009-01-14 | 1 | -2/+1 |
| | |||||
* | fix doc target. this does still not solve the problem that qdoc has to be ↵ | Daniel Molkentin | 2009-01-14 | 1 | -1/+2 |
| | | | | build in release mode if you use windows. | ||||
* | build docs on windows | Daniel Molkentin | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | Fixed 'make docs' lauching of qhelpgenerator | Thorbjørn Lindeijer | 2009-01-08 | 1 | -2/+2 |
| | | | | | It assumed qhelpgenerator was in the path, though this isn't necessarily the case. Use the absolute directory instead. | ||||
* | Fixes: - Mac build (docs) and toplevel "make docs" target | con | 2009-01-07 | 1 | -8/+13 |
| | | | | RevBy: - bjørn | ||||
* | Initial import | con | 2008-12-02 | 1 | -0/+25 |