| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Using StarUML this time, since there were "unregistered version" watermarks
on the Enterprise Architect ones. Not as nice, but it's impossible to find
a free UML tool which produces nice diagrams.
|
|
|
|
|
|
| |
These obviously cannot be used, since they have the "unregistered version"
watermark on them. Didn't notice before now, so I might as well commit them
for the time being.
|
|
|
|
|
|
|
| |
Stickman example
The connectByAnimation() function is no longer needed since we have default
animations. The docs are unfinished.
|
|\ |
|
| |
| |
| |
| | |
Reviewed-by: David Boddie <dboddie@trolltech.com>
|
| |\
| | |
| | |
| | | |
into kinetic-animations
|
| |\ \
| | | |
| | | |
| | | | |
into kinetic-animations
|
| | | | |
|
| |_|/
|/| |
| | |
| | |
| | | |
Also fixed: Added some docs and moved the tanks a little so they don't start
partly outside the scene rect.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/
|/| |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
into kinetic-statemachine
Conflicts:
src/gui/graphicsview/qgraphicsitem.cpp
|
| | | |
|
| | | |
|
| | | |
|
| |\ \ |
|
| | |/
| | |
| | |
| | | |
the overview list)
|
| |/ |
|
| |
| |
| |
| | |
Result of API review.
|
| |
| |
| |
| | |
Doesn't belong in the abstract base class.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It just didn't give us that much.
Typically you just reimplement onEntry/onExit/onTransition
when you want to do something.
We go back to the signals-and-slots approach: states have
entered() and exited() signals that you can connect to.
It's still possible to have an action-based API, but then
you build it on top of the core API, which is OK.
Replacing 4 public classes (and one layer in the hierarchy)
with 2 signals feels good.
|
| | |
|
| |\
| | |
| | |
| | |
| | | |
Conflicts:
src/gui/graphicsview/qgraphicsitem.cpp
|
| /
| |
| |
| | |
repository to the new repository
|
|\ \
| | |
| | |
| | |
| | | |
Conflicts:
src/gui/graphicsview/qgraphicsitem.cpp
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adding const to call. Changing QSqlRecord record() { return QSqlRecord(); } to QSqlRecord record() const { return QSqlRecord(); } This is needed since record() is a virtual function.
Task-number:204557
Rev-by: Geir Vattekar
|
| | |
| | |
| | |
| | | |
Removing linebreaks in the document
|
| | |
| | |
| | |
| | |
| | |
| | | |
Added two missing types to the list.
Task-number: 252274
|
| | |
| | |
| | |
| | | |
Task-number: 248336
|
| | |
| | |
| | |
| | | |
Reviewed-by: Kavindra Palaraja <kavindra.palaraja@nokia.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
QMimeSource::serialNumber was removed in Qt 4. This was not documented in Porting to Qt 4
Task-number:250575
Rev-By: Trenton Schulz
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Know Qt Designer document.
Task-number: 165435
Reviewed-by: Friedemann Kleint <friedemann.kleint@nokia.com>
|
| | |
| | |
| | |
| | | |
Missed a whitespace - corrected it. No task
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Wrote documentation for the flowlayout class.
Task-number: 252548
Rev-by: Geir Vattekar
Rev-by: janarve
|
| | |
| | |
| | |
| | |
| | |
| | | |
Changed smae to same
Taks number:251646
|
| | |
| | |
| | |
| | | |
Reviewed-by: Trust Me
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
As we saw with the 4.5.1 release, failing to increment the namespaces
when incrementing the Qt version causes some featuresof Assistant to
break.
Reviewed-by: Trust Me
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
242472777d440a540b4bc944c84eb522388e384e )
Changes in WebKit since the last update:
++ b/ChangeLog
2009-04-24 Simon Hausmann <simon.hausmann@nokia.com>
Reviewed by Ariya Hidayat.
Added support for generating API docs in the Qt build using "make docs"
* WebKit.pro: Include docs.pri for "make docs" target.
++ b/WebKit/qt/ChangeLog
2009-04-24 Simon Hausmann <simon.hausmann@nokia.com>
Reviewed by Ariya Hidayat.
Added support for generating API docs in the Qt build using "make docs"
Added code snippets and overview from the Qt sources references in the API docs.
* Api/qwebpage.cpp: Adjust paths to snippets.
* Api/qwebview.cpp: Ditto.
* docs/docs.pri: Added.
* docs/qtwebkit.qdoc: Added.
* docs/qtwebkit.qdocconf: Added.
* docs/webkitsnippets/qtwebkit_build_snippet.qdoc: Added.
* docs/webkitsnippets/qtwebkit_qwebview_snippet.cpp: Added.
* docs/webkitsnippets/simple/main.cpp: Added.
* docs/webkitsnippets/simple/simple.pro: Added.
* docs/webkitsnippets/webpage/main.cpp: Added.
* docs/webkitsnippets/webpage/webpage.pro: Added.
Moved QtWebKit documentation into the WebKit project under src/3rdparty/webkit
This is needed to have "make docs" inside WebKit and allows contributors to the
WebKit project to write API docs. I'm doing the change in 4.5 to simplify
merging with Qt 4.6.
Reviewed-by: Trust me
|
| | |
| | |
| | |
| | | |
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
|
| | |
| | |
| | |
| | | |
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
By default there is no debug version built of qdoc3.
In this case we should call the release build.
Reviewed-by: kh
|
| | |
| | |
| | |
| | |
| | |
| | | |
fancybrowser example
Reviewed-by: Kavindra
|
| | |
| | |
| | |
| | | |
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
|