| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| | |
Details: Work in progress
|
|/
|
|
| |
Task-number: 245501
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
We need to resolve the issues around the use of Thumb code in Qt and
automate the building and comparison of libraries.
Reviewed-by: Trust Me
|
| |
| |
| |
| |
| |
| |
| | |
As reported on qt-interest:
http://lists.trolltech.com/pipermail/qt-interest/2009-May/007036.html
Reviewed-by: Trust Me
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
| |
| |
| |
| |
| | |
Task-number: 254463
Reviewed-by: Denis Dzyubenko
|
| |\ |
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: Trust Me
|
| |_|/
|/| |
| | |
| | | |
Task-number: 246789
|
| |/
|/|
| |
| | |
Reviewed-By: TrustMe
|
|\ \ |
|
| |/
| |
| |
| | |
Reviewed-by: Trust Me
|
|/
|
|
|
|
|
|
|
| |
The .mm file is not read by qdoc for packages other than for the MAC.
This problem is overcome by moving the qdoc comments from the .mm file
to a .qdoc file in doc/src, because all these files are read by qdoc
for each of the packages.
#Task-number: 252566
|
| |
|
| |
|
|
|
|
|
| |
Signed-off-by: Andre Haupt <andre@bitwigglers.org>
Reviewed-By: Thiago Macieira
|
|
|
|
|
|
| |
Usually, "the the" is not proper English
Reviewed-By: Thiago Macieira
|
|
|
|
|
|
|
|
| |
Adding details about QCloseEvents being acceptet by default in Qt 4 opposed to Qt 3
Task-number: 192607
Rev-by: msorvig
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
if one specify more than one parameter in font-family,
e.g., font-family: Verdana, Arial
Qt should fallback on the second font if the first cannot be found.
QFont::setFamily handle the case when the family name contains a comas,
so we do not need to handle that specially in the css parser code.
Task-number: 252311
Reviewed-by: Thomas Zander
|
|/
|
|
|
|
|
|
| |
Fix the documentation to state sortIndicatorChanged() should be used
and not sectionClicked() for connecting to the sortByColumn() slot as
the sortByColumn() takes two parameters, not one.
Reviewed-by: Kavindra Palaraja
|
|
|
|
|
|
|
|
| |
The example was using deleteAllItems() to delete items from the layout. This method is now part of the QT3_SUPPORT and shold not be used if not needed. Replaced by deleting all items one by one.
Task-number: 220656
Rev-by: janarve
|
|
|
|
|
|
|
|
| |
Adding the count() function to the example.
Task-number: 220766
Rev-by: Geir Vattekar
|
|
|
|
|
|
|
|
| |
Chaning the sentence to clearify where the iterator points to.
Task-number: 202656
Rev-by: Geir Vattekar
|
| |
|
|
|
|
| |
Small polishing.
|
|
|
|
|
|
|
|
| |
Added documentation to the fancy browser example.
Task-number:252097
Rev-by: Geir Vattekar
Rev-by: Ariya Hidayat
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
fancybrowser example
Reviewed-by: Kavindra
|
|
|
|
| |
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
|
|
|
|
| |
Reviewed-by: Thiago
|
|
|
|
|
| |
Task-number: 251848
Reviewed-by: TrustMe
|
|
|
|
|
| |
Task-number: 251848
Reviewed-by: TrustMe
|