| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
Conflicts:
src/declarative/graphicsitems/qdeclarativeitem.cpp
|
| | |
|
| | |
|
| |
| |
| |
| | |
Doesn't work in a few cases because of non-standard naming of things.
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (21 commits)
Improve border image documentation.
Update border image examples.
Doc - micro fix.
Fix QML default property HTML generation... again.
Alpha needs to be part of rectangle cache key.
Bunch of doc fixes.
Doc: overview for Image
Code cleanup
Remove unused variable
Don't test snippets with C++ components
Don't unnecessarily regenerate property cache
Share Rectangle pixmap caches between items.
Move snippets to correct location
Make compile
Benchmark
Small cleanups
Fix snap at view boundaries with overshoot on.
Doc fixes
Emit hoverChanged appropriately when Item visibility changes.
Delete canvas after use in positioner unit tests
...
|
| | |
|
| | |
|
| | |
|
|/
|
|
| |
Also added the infrastructure for generating breadcrumbs.
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
qdoc: Removed nested <ul> elements from the TOC
Diacritic input broken, duplicate the base glypha (on Mac OS X carbon)
Cocoa: quiting the app from the menubar may cause a crash
|
| |
| |
| |
| | |
Moved the class="leveli" into the <li> elements.
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (135 commits)
Do not treat images in qml examples differently.
Replace Flickable overshoot property with boundsBehavior
Autotests and doc
Give error on attempt to import types from too-early version number.
Remove (undocumented) QML bindings for effects.
De-straighten them lines.
Doc: fix QStringList model doc (really).
Doc: fix QStringList model docs
Change return type to match value().
Add duration and easing properties to AnchorAnimation.
Autotest
Remove dead code
Compile on Windows (export decl fix).
Fix versioning of Qt Declarative's in-built types
Fixed declarative/parserstress autotest.
Fix parsing of regular expression literals.
Fill out QGraphicsLayout bindings
Update test files to new syntax
Compile without Qt3 support.
Ensure workerscript.qml works (autotested).
...
|
| |\
| | |
| | |
| | |
| | |
| | | |
Conflicts:
doc/src/template/style/style.css
tools/qdoc3/htmlgenerator.cpp
|
| | |
| | |
| | |
| | | |
Task-number: QTBUG-6336
|
| | |
| | |
| | |
| | |
| | |
| | | |
Adding links to the index page and removing HTML attributes like align and valing form the HTML generator
Reviewed-by: Martin Smith
|
| | | |
|
| |/
|/|
| |
| |
| |
| |
| | |
To generate the offline docs, do nothing.
To generate the online docs, add this to
your qdocconf file:
"online = true"
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
It isn't a full TOC yet. It only includes h1, h2, etc
from the Detaled Description part. In many classes, there
aren't any of these, so many classes won't have a TOC yet.
|
| | |
|
|/
|
|
| |
Each <ul> is now <ul class="leveli">, where i is 1..n.
|
| |
|
|
|
|
| |
This feature is not complete in this commit.
|
|
|
|
| |
Very cool.
|
|
|
|
|
|
| |
Coming soon!
Task: QTBUG-9504
|
|
|
|
| |
Task: QTBUG-9504
|
|
|
|
| |
Task: QTBUG-9504
|
|
|
|
|
|
| |
Also adds more QML stuff to qt.index.
Task: QTBUG-7724
|
|
|
|
|
| |
I think the crash that occurs when running qdoc over
multiple qdocconf files is fixed.
|
|
|
|
|
| |
At this point, no QML qdoc errors appear in the output.
There is still a lot of debug output.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change caused a crash on several platforms before,
but not on mine, of course. It outputs a list of new
QML elements on the What's New in 4.7 page, and it
outputs the "Inherited by" list on each QML elemnent
page for elements that are inherited by other elements.
I can't see why it should crash anything, but I have
included some debug output. I think the crash might
have something to do with QList<T>, which qdoc3 uses
heavily. If it crashes for you, please get a stack
trace and the debug output.
|
|
|
|
|
|
| |
This reverts commit 83d7242271cf8196a8133de0406788135e16abbb.
Reviewed-by: Martin Smith
|
|
|
|
|
|
| |
This reverts commit d1b4e4666e4fe1a5fae0571c37535159c097f485.
Reviewed-By: Martin Smith
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| | |
The listed elements are now links.
Task: QTBUG-8153
|
|/
|
|
|
| |
Reviewed-by: Trust Me
Requested-by: Sales and Legal
|
|
|
|
|
|
| |
But the listed elements are not links yet, just plain text.
Task: QTBUG-8153
|
|
|
|
| |
Task: QTBUG-7877
|
|\ |
|
| |\ |
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Previously, qdoc assumed Latin1 (ISO-8859-1) for source code and other
documentation, and wrote out XHTML with the same encoding. This change
adds additional configuration options (sourceencoding, outputencoding,
naturallanguage) that enable translated documentation in non-Latin1
encodings to be built with qdoc.
To be reviewed before merge into the master branch.
Reviewed-by: Trust Me
|
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Also added the \pagekeywords command.
Task: QTBUG-7877
|
| | |
| | |
| | |
| | | |
Task: QTBUG-7877
|
| |/
|/|
| |
| | |
Task: QTBUG-7877
|