| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Task-number: QTBUG-12528
(cherry picked from commit 765c263d538b258f223dfb6bd7f62dbd19853db6)
|
|
|
|
|
| |
Task-number: QTBUG-12526
(cherry picked from commit eef2e72976f3f8d10a34c9dfb3f60f40616f4df9)
|
|
|
|
| |
(cherry picked from commit c2a22048a045f4e3d03b3251bc9af486250657e4)
|
|
|
|
| |
(cherry picked from commit 07e74a963dbd2bf597dbea231d7b2cefba05fde2)
|
|
|
|
|
| |
Task-number: QTBUG-12447
(cherry picked from commit dd871bf6208821ab9852680a338133accbfdedd7)
|
|
|
|
|
|
|
| |
this page from other documentation.
Task-number: QTBUG-12446
(cherry picked from commit ceeb0fc0327c99de55d4dd6114908ec389dc58eb)
|
|
|
|
| |
(cherry picked from commit 9ea7bb34e4b41e1263acb8a175f61566046f9bf6)
|
|
|
|
|
| |
Task-number: QTBUG-12430
(cherry picked from commit 63920a41b8dde3b9fa2c47efe95fcbaf83a1178f)
|
|
|
|
|
| |
Task-number: QTBUG-12427
(cherry picked from commit 26d5ee6ecd9c2896427e3b40d923b603c30a1bf6)
|
|
|
|
| |
(cherry picked from commit 931222b7d665e101ada070afb51b82f9bb85db6d)
|
|
|
|
| |
(cherry picked from commit e9e0a82b1a5a71cefdd1711c51b786088b40bafd)
|
|
|
|
|
|
| |
Task-number: QTBUG-12396
Reviewed-by: Aaron Kennedy
(cherry picked from commit b4b0bdda668e9845623995c788d88a774dd52d98)
|
|
|
|
| |
Reviewed-by: MArtin Jones
|
|
|
|
|
|
|
|
|
|
| |
The wantsFocus property has been renamed to activeFocus, to better
reflect its value. Reading and writing the focus property is also now
consistent -- this property represents focus within a scope. Other small
changes were made to keep things consistent with the new naming.
Reviewed-by: Aaron Kennedy
(cherry picked from commit 21806ff0921641b4e4d9d39721ab4ebeae74dddc)
|
|
|
|
|
|
|
|
|
| |
This allows dragging a MouseArea that contains a clickable MouseArea,
for example.
Task-number: QTBUG-12323
Reviewed-by: Michael Brasser
(cherry picked from commit 5dd0dfcd7a079065f99c6149c15b58e69f302729)
|
|
|
|
| |
(cherry picked from commit 07ebc9161263c04dc072b9fc2a922b9665cbe7be)
|
|
|
|
| |
(cherry picked from commit c95889b7896dc5418841ef72326d99296943e616)
|
|
|
|
|
|
|
| |
Geir will replace it soon with a link to a new "Getting Started" page.
Task-number: QTBUG-12176
(cherry picked from commit eaee97cf48feecc18d6154d3939fd4adb93ba74f)
|
|
|
|
|
|
| |
Task: QTBUG-11385
RevBy: Jason Barron
(cherry picked from commit d9e75d77ac3da86c32d280895beac2936d8869ca)
|
|
|
|
|
| |
Replace the usages of Follows with Behaviors, update docs.
(cherry picked from commit b22a5e13003ff9f23b075284a1a1e0a6b0e46250)
|
|
|
|
| |
(cherry picked from commit 1ea53e6055a7c4e9677a5003725785ad503bb242)
|
|
|
|
| |
(cherry picked from commit 2497d922f06404f6fd1c65c6c685fbce173303ae)
|
|
|
|
|
|
|
| |
Task-number: QT-3585
Pre-approved-by: Legal
Reviewed-by: Trust Me
(cherry picked from commit bba06aacb84b5ae9fc286345e721cab639db35c8)
|
|
|
|
| |
(cherry picked from commit 079a4105aff9c63d4107762aec478ade9900c7c2)
|
|
|
|
| |
(cherry picked from commit a538ccb93fd05b26dc7a7058bbb62e0dcb682f81)
|
|
|
|
| |
(cherry picked from commit 896de79554060aadf4963d8285ef3f5d8740428b)
|
|
|
|
|
| |
Task-number: QTBUG-11648
(cherry picked from commit 25e3227fc922f75cc772aadb9dd07cc8b965dcbd)
|
|
|
|
| |
(cherry picked from commit 920980c77269325cc94efd2ff10347bd2745736d)
|
|
|
|
| |
(cherry picked from commit adbdb6c4b52d72e77d1cb4ff23573e957a7c9e14)
|
|
|
|
|
| |
Task-number: QTBUG-11916
(cherry picked from commit d7a1e01e9970bef56f647873bb2a3496893b775a)
|
|
|
|
|
|
|
|
|
| |
I don't think I kept the same style as the rest of the section, so this
may need to be refactored a little. But it's not incomplete anymore,
content-wise.
Task-number: QTBUG-11918
(cherry picked from commit 2ba0dfd82a3d82e98a70aeda3b142e0a870eeb0d)
|
|
|
|
|
| |
Task-number: QTBUG-11936
(cherry picked from commit cabdb16f5ea6458dec9a2ec3b70a01e498b27dbc)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The QDeclarativeSpringAnimation is a replacement for
QDeclarativeSpringFollow. The idea is to remove the Follows
quickly.
Follows used to have an inSync property. In order to provide
an alternative mechanism, the commit also fixes the
running property for animations which are controlled by a
behavior. Previously running would always return false and
never change. Now running does change and indicates that the
animation is running indeed.
(cherry picked from commit cb406a116bf2237c743ac05882fb06927c70359c)
|
|
|
|
|
|
|
|
|
|
|
| |
synchronous loading of QImages. (QPixmaps can only be created in the
main thread so they will always be loaded synchronously).
This changes request() to requestImage() and adds requestPixmap()
for pixmap support.
Task-number: QTBUG-11989
(cherry picked from commit a258456bcb35ec4211751a702ea94a1881d82a07)
|
|
|
|
|
|
| |
Task-number: QTBUG-12078
Reviewed-By: Trust Me
(cherry picked from commit e45b8dceca9c424815c6b08355a95cb34382186c)
|
|\ |
|
| | |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public:
Support time zone designator in QDateTime::fromString() based on ISO 8601-2004 standard.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
8601-2004 standard.
Task-number: QTBUG-11623
Reviewed-by: Denis Dzyubenko
Reviewed-by: David Boddie
|
|/ /
| |
| |
| |
| |
| | |
Also reworded some of the text for QTBUG-11575.
Task-number: QTBUG-6340, QTBUG-11575
|
|\ \ |
|
| |/ |
|
|/
|
|
| |
Task-number: QTBUG-11575
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
Consolidate zlib configuration redundancy
Fixed whitespace formatting
Fix incomplete support for built-in jpeg, mng, tiff and gif handlers
Split image handler plugin project files
No explicit link to zlib/jpeg for system mng/tiff
Removed stray line continuations
Long live else!
qdoc: Added a solution for creating tables of contents for manuals.
Doc: Fixed markup.
Fixed size hint for combo box on windows
|
| |\
| | |
| | |
| | |
| | | |
Conflicts:
tools/qdoc3/test/qt-html-templates.qdocconf
|
| | |
| | |
| | |
| | | |
Reviewed-by: Trust Me
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public:
Hide some more files from git-status.
Fixed Qt symbian/linux-armcc mkspec when configured with -qtlibinfix.
Fixed symbian/linux-armcc mkspec when configured with -qtlibinfix.
Fixed deployment locations for various profiles.
Added a top-level runonphone target for Qt and QtWebKit.
QS60Style: Simplify QMenu drawing
QS60Style: Remove gap from QProgressDialog
ColorDialog is incorrectly positioned
Support for "deploy" make target in Symbian
qtguiu.def merge conflict fix
Fix for include "private/qt_s60_p.h" in non-symbian builds
Making orbit input methods work with Qt apps with -no-s60
Using the remaining valid data to construct the QTime object when msec parsing failed.
QProgressDialog text is too close to dialog border
fix for broken input method loading
Avkon Removal DEF file updates
Stub version of QS60Style
Avkon removal configured with -no-s60
QFileDialog broken in landscape in N8
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Executing "make deploy" will recreate project sis file and deploy it
into a device.
Task-number: QTBUG-5155
Reviewed-by: axis
|
|/ /
| |
| |
| | |
Task-number: QTBUG-11346
|
| | |
|