| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
|
| |
Reviewed-by: Trust Me
(cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
|
|
|
|
|
|
|
|
|
|
|
| |
QClipboard now returns copied data outside TRAP to prevent TRAP levels
to get crossed.
Task-number: QTBUG-14790
Reviewed-by: Janne Koskinen
Merge-request: 897
Reviewed-by: Janne Koskinen <janne.p.koskinen@digia.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Symbian3 has KClipboardUidTypePlainText defined in different file to
previous Symbian versions. The missing file is now included.
Task-number: QT-2085
Reviewed-by: Janne Koskinen
Merge-request: 870
Reviewed-by: Janne Koskinen <janne.p.koskinen@digia.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Clipboard now supports copying text between Qt and Symbian applications.
Text is always copied to QClipboard and to Symbian clipboard. If
QClipboard is empty, Symbian clipboard is checked and text is pasted
from there. Corresponding test cases added.
Task-number: QT-2085
Reviewed-by: Janne Koskinen
Merge-request: 870
Reviewed-by: Janne Koskinen <janne.p.koskinen@digia.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
QString::fromUtf16() is slow - it does a BOM check and optionally byte
swapping, which is utterly pointless when converting internal data
structures which are raw utf16 in host byte order anyway. so replace
it with QString::fromRawData() (for short-lived strings) or
QString(const QChar *, int) (otherwise) if possible.
Reviewed-by: axis
Reviewed-by: mariusSO
Reviewed-by: Bill King
|
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
|
|
| |
The word 'module' was missing.
Reviewed-By: TrustMe
|
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
|
|
|
|
|
| |
After review comments, changed the file server session
from a member of QCoreApplication to a Q_GLOBAL_STATIC, because some
applications will want to access files before constructing the
QApplication.
Reviewed-By: Janne Anttila
|
|
|
|
| |
Reviewed-By: jbarron
|
|\ |
|
| |\ |
|
| | |
| | |
| | |
| | | |
RevBy: Trust me
|
| |/
| |
| |
| |
| |
| | |
clipboard stream to use unique id instead of bogus one.
Reviewed-by: Shane Kearns
|
| |
| |
| |
| |
| |
| | |
Two fixme comments removed as functions are now exception safe
Reviewed-by: TrustMe
|
|/
|
|
|
|
|
|
|
|
|
| |
Opening and closing sessions has a performance impact on Symbian,
so all users of RFs now share a single session.
If a native file engine is written for Symbian (instead of the posix
one currently in use) then that could own the global data instead of
QCoreApplication.
Task-number: 247617
Reviewed-by: jbarron
|
|
|
|
| |
RevBy: Trust me
|
|
|
|
| |
RevBy: Trust me
|
| |
|
|
|
|
|
| |
Contains some smaller fixes and renaming of macros. Looks big,
but isn't scary at all ;)
|
| |
|
| |
|
| |
|
| |
|
|
|