| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
Add the Qt::TextBypassShaping flag.
QTextEngine: skip an unnecessary call to GetDeviceCaps on Windows.
Add my 4.7.0 changes
qdoc: Added DITA XML generator
doc: Fixed confusing ownership issue.
update Russian translations for Qt tools
update Russian translation for Qt libraries
QXmlSchema documentation correction
doc: Changed last breadcrumb to not be a link.
doc: Fixed reference to setSize(), which is in QRectF.
QNetworkCookie: do not accept cookies with non-alNum domain
QtDeclarative: Remove trailing commas in enums
Doc: MonotonicClock is obviously monotonic
|
| | | | |
|
| | | | |
|
|/ / /
| | |
| | |
| | | |
examples from class docs and improve assorted docs
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml:
Fix example code and image
Fix doc
Fix some bugs in the QML Web Browser buttons
Fix zoom bug in QML Web Browser demo
Fix Typo
Various doc fixes and improvements
Document issues with rectangle border width of 1 where clipping is used
Simplify selection setting. Make TextInput more like TextEdit.
|
| |/ |
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: (21 commits)
Doc: Fixed an off-by-one error in an example.
Fix QT_NO_TEXTHTMLPARSER
Fix QT_NO_DOM
Fix QT_NO_TEXTSTREAM compilation errors.
Fix QT_NO_VALIDATOR compilation.
Doc: Removed a misleading sentence about a class constructor.
Doc: correcting docs in QDrag::exec
Doc: Adding note about QDrag::exec()
Revert behavior of QTextLayout::boundingRect() when line width is set
Fix unreasonably large width of QTextLayout::boundingRect()
Doc: replacing old image
Fix compilation with stricts compilers.
Fix QT_NO_DIRMODEL build error in QtDeclarative.
Revert "Added native key support to QSharedMemory API."
Revert "Improved documentation for QSharedMemory's key/setKey functions."
Fix a simple mistake in QXmlStreamReader::atEnd() docs.
Improved documentation for QSharedMemory's key/setKey functions.
Added native key support to QSharedMemory API.
Make test work with shadow builds again.
Doc: Corrected the documentation about the compression threshold.
...
|
| |\
| | |
| | |
| | |
| | | |
Merge-request: 649
Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Merge-request: 647
Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>
|
|/ / |
|
|\ \ |
|
| | | |
|
| | | |
|
|/ / |
|
| |
| |
| |
| | |
This reverts commit 2b3e7706f4459569520c77b9fb3ff2bc006e60f1.
|
| |
| |
| |
| | |
This reverts commit d982ded10a3dd5219ae40a5a3574b63ac7bdda3f.
|
| |
| |
| |
| | |
QTBUG-10659
|
| |
| |
| |
| | |
QTBUG-10659
|
| |
| |
| |
| |
| |
| | |
Also augmented the docs for both functions a little.
Task-number: QTBUG-10926
|
| |
| |
| |
| | |
QTBUG-10816
|
| |
| |
| |
| | |
QTBUG-10832
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
Task-number: QTBUG-10799
Reviewed-by: Aaron Kennedy
|
|/ /
| |
| |
| | |
Task-number: QTBUG-10303
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Don't try to set graphics item parent on an object that is not a
QGraphicsItem
|
| |
| |
| |
| |
| |
| |
| |
| | |
Also moves documentation of Qt global object to alongside code. Docs are slightly
misleading because they say "Qt::argb" etc. when "Qt.argb" would be clearer.
Downgrades QTBUG-7725 from P2 to P4 as remaining functions are standard webJS.
Task-number: QTBUG-7725
|
|/
|
|
| |
Task-number: QTBUG-10816
|
|
|
|
|
| |
Task-number: QTBUG-10820
Reviewed-by: Michael Brasser
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
QDeclarativeComponent)
|
|/
|
|
| |
QTBUG-10830
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Add QCoreApplication::applicationLibraryPath again to the list of
directories to search for possible QML plugins.
Task-number: QTBUG-10771
Reviewed-by: mae
|
|
|
|
| |
Reviewed-by: Roberto Raggi
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (22 commits)
Regression fix for Loader anchors not working
Make Qt.include() work for js files that have '.pragma library'
doc fix
Improve docs for Qt.quit()
Prevent assignment of values (string, number, bool) to signal handlers.
Make sure strings are escaped when returned via asScript.
Documentation
git ignore stuff
Test Qt.labs.folderlistmodel plugin
Fix naming.
Sometimes you own QNetworkReply, sometimes you don't.
Rename files; fix test.
Add parent parameter to QDeclarativeExpression constructor.
Round correctly in binding optimizer
Don't disable SmoothPixmapTransform in qDrawBorderPixmap()
Photoviewer example fixes.
Port from QListModelInterface to QAbstractListModel.
Use QDeclarativeScriptString for ParentChange.
Set raster + gl viewport as the default for OS X.
Move stuff from QML viewer to plugins.
...
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Task-number: QTBUG-10764
Reviewed-by: Aaron Kennedy
|
| |
| |
| |
| | |
Makes 273024e58d90bb9b3a5da0161f884f1af22d75df more correct.
|
| |
| |
| |
| | |
God bless QNetworkAccessManager
|
| |\ |
|
| | |
| | |
| | |
| | | |
Also rearrange the parameter order to be more clear.
|
| |/
| |
| |
| | |
QTBUG-9538
|
| |
| |
| |
| |
| |
| |
| | |
So that scope resolution is correct, e.g. "width: parent.width-10;" in
a ParentChange works correctly.
Task-number: QTBUG-10675
|