| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Reviewed-By: TrustMe
(cherry picked from commit b59d84fe67caedeb8c11d2530ddee2017a376920)
|
|
|
|
|
| |
Reviewed-By: TrustMe
(cherry picked from commit 4515b690829a639283a9b660893ff3f0f7ff598b)
|
|
|
|
|
| |
Reviewed-By: TrustMe
(cherry picked from commit f6fc34ea5b247d1b56e113663958176b095a58a6)
|
|
|
|
|
| |
Reviewed-By: TrustMe
(cherry picked from commit 799a9ddf0a53ecdd6e097b2efd7418fd6ab9b655)
|
|
|
|
|
| |
Reviewed-By: TrustMe
(cherry picked from commit 6fff92a31c4acd270d0ecb4cda336ba098801ffb)
|
|
|
|
|
| |
Reviewed-by: TrustMe
(cherry picked from commit d16b52d5346a3b652ad7507b24373c51fc0d530c)
|
|
|
|
|
| |
Reviewed-By: TrustMe
(cherry picked from commit ae5b1555676cef4058157431c3af2e7ff9ead8ce)
|
|
|
|
|
| |
Reviewed-By: TrustMe
(cherry picked from commit 10b1e68d07746fde5ec6d6d2fc3f46fb803a2462)
|
|
|
|
|
|
|
|
| |
preserve some consistency. Also added a screenshot of the Object
Insepector displaying a form where its widget has no top level layout.
Reviewed-By: TrustMe
(cherry picked from commit 9b53bb583ca7e74c737683d85593e4a97107a777)
|
|
|
|
| |
(cherry picked from commit 695e49acfb34ffb5b61fddbd6afff9f1281e8299)
|
|
|
|
|
| |
Reviewed-by: Marcel Schuette
(cherry picked from commit f61056a556259c12a6de23f12756e45737345111)
|
|
|
|
| |
(cherry picked from commit 1164e61393349fc3d6bf06d0789fa6ea2cfb5909)
|
|
|
|
| |
(cherry picked from commit aec18b0eea741da58a02f7ad95ab5ee9dccfce6c)
|
|
|
|
| |
(cherry picked from commit c37c8370e4897d2e6191df2d1ccde43830ffb8d0)
|
|
|
|
|
| |
Details: Work in progress
(cherry picked from commit 72ecfb3eb9b65ed2617942510fa0c9af5075f209)
|
|
|
|
|
| |
Reviewed-by: Maurice Kalinowski
(cherry picked from commit 337ffb38e35ca43e4119ac0634499b226137692e)
|
|
|
|
|
| |
Task-number: 245501
(cherry picked from commit 57df8bc3ddd2bc5aaf5c25cf3e311fe56ad50ffb)
|
|
|
|
|
| |
Task-number: 246789
(cherry picked from commit e7a607f0f1f7837a26bf95248504497b0534e357)
|
|
|
|
|
|
|
|
| |
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
(cherry picked from commit bbefe9e67366151e2286a2ff6bee0d1009b2a12c)
|
|
|
|
|
|
|
|
| |
As reported on qt-interest:
http://lists.trolltech.com/pipermail/qt-interest/2009-May/007036.html
Reviewed-by: Trust Me
(cherry picked from commit 23820c30052ea23ecf2226c300fc4819dd294306)
|
|
|
|
|
| |
Reviewed-by: Trust Me
(cherry picked from commit 8b34bd541c6aa201c4d872210228bce8217a5e03)
|
|
|
|
|
|
| |
Task-number: 254463
Reviewed-by: Denis Dzyubenko
(cherry picked from commit 4bee6cac20b52761f39b139c61d5861fe7b68c6f)
|
|
|
|
|
|
|
| |
Please do not pull this change into other branches. These headers are
only valid for release branches.
Reviewed-by: Trust Me
|
|
|
|
| |
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
|