| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Task-number: QTBUG-7158
(cherry picked from commit 52ecb299691defc3be6d202c7fab71bf865c710a)
|
|
|
|
|
|
|
|
|
|
| |
The reported bug was actually not a bug. It is ok to pass the enum
value as a string here, because the enumeration type has been
registered with the meta-object system with the Q_ENUMS()
macro. However, I have added a bit of text to clarify things a bit.
Task-number: QTBUG-7158
(cherry picked from commit cd0772335cc9bcedd582cacc834bf4609ca650b0)
|
|
|
|
|
|
|
|
|
|
| |
( 8b9165d3bc84d1c8cc7df49a191cc3857b5530d4 )
Changes in WebKit/qt since the last update:
* Cherry-pick of http://trac.webkit.org/changeset/53181
( http://bugreports.qt.nokia.com/browse/QTBUG-7290 )
(cherry picked from commit dd62687182830aa353ef573f653fe913fd42a8d0)
|
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
| |
Reviewed-by: Trust Me
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
92e9a48 ("eliminate Translator::replace()") eliminated the correctness
as well. whoops.
this code should be more efficient as well ...
(cherry picked from commit 2bd2e35078e0cdf9f1458892adcd0939504b59bb)
|
| |
| |
| |
| | |
(cherry picked from commit c90c5b6124bb952500c1d3ca0114163729414771)
|
| |
| |
| |
| | |
(cherry picked from commit 81e1d9a9e9ff6649727bd26ea0c3be971813866d)
|
| |
| |
| |
| | |
(cherry picked from commit d1f73b7be62b0f6e9294b5d78ccd0680cb9fe118)
|
| |
| |
| |
| | |
(cherry picked from commit eef74a19b867f307d7a0c0c47f3ee0ce2c4d283e)
|
| |
| |
| |
| | |
(cherry picked from commit bb689ca42deee2034a3475fa0c5f9337ec1aebbb)
|
| |
| |
| |
| | |
(cherry picked from commit 7abb2cfdea14fa71aabcd79635aa8f407ed96186)
|
|/
|
|
|
| |
Task-number: QTBUG-6580
(cherry picked from commit bdef1a949ea32c5fe0bd2926171b813cff0cee2a)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Warning such as
QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
because the font size might be specified in pixel, and pointSizeF
returns -1 if the font size is in pixel (as documented)
Reviewed-by: jbache
Task-number: QTBUG-7263
(cherry picked from commit a34d372b45d75a32dcc300dbb7f8151e15df4294)
|
|
|
|
|
|
|
|
|
|
| |
Since we've disabled LTCG for Windows CE by default, the code in
initFontSubst() crashes on Windows mobile.
Adding the extra const solves this problem.
Task-number: QTBUG-6641
Reviewed-by: ossi
(cherry picked from commit 8798b36880d1387d2d27f7fb35ccbf02af6232a0)
|
|
|
|
|
|
|
|
|
|
| |
Lines that are longer than 2^15 will overflow in qgrayraster.c
so we need to clip them. Also, we need to clip the bounding
rectangle to avoid an endless clip-loop
Task: http://bugreports.qt.nokia.com/browse/QTBUG-6198
Reviewed-by: Samuel
(cherry picked from commit d4e81805ff47a266890f9638cf29647889d5c730)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
( bd6591b4acaf2172ab05702153ef539c0ac89cbb )
Changes in WebKit/qt since the last update:
++ b/WebKit/qt/ChangeLog
2009-12-18 Joe Ligman <joseph.ligman@nokia.com>
Reviewed by Kenneth Rohde Christiansen.
[Qt] Add new API to QWebFrame to scrollRecursively starting with any css overflow
then checking current frame and then ancestors
https://bugs.webkit.org/show_bug.cgi?id=32668
* Api/qwebframe.cpp:
(QWebFramePrivate::scrollOverflow):
(QWebFrame::scrollRecursively):
* Api/qwebframe.h:
* Api/qwebframe_p.h:
* tests/qwebframe/qwebframe.qrc:
* tests/qwebframe/testiframe.html: Added.
* tests/qwebframe/testiframe2.html: Added.
* tests/qwebframe/tst_qwebframe.cpp:
(cherry picked from commit 04bdf9f6a77e9ebf96431f89b8240a037b3d2b09)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
( 99ccc1c3e4db5354246720f9b9aa3d282e64497d )
Changes in WebKit/qt since the last update:
++ b/WebKit/qt/ChangeLog
2010-01-07 Yael Aharon <yael.aharon@nokia.com>
Reviewed by Kenneth Rohde Christiansen.
[Qt] Allow the application to override online/offline network status
https://bugs.webkit.org/show_bug.cgi?id=32684
Add a setting so that applications can overide the network status.
Applications that use this setting still need to block network access
through QNAM.
* Api/qwebsettings.cpp:
(qt_networkAccessAllowed):
(cherry picked from commit a010d26629e8aa5aaa14a7e57ace06708fc903d6)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
( b217cdfedc7b5e7581325bda718192247f03dd5d )
Changes in WebKit/qt since the last update:
++ b/WebKit/qt/ChangeLog
2010-01-07 Yongjun Zhang <yongjun.zhang@nokia.com>, Laszlo Gombos <laszlo.1.gombos@nokia.com>
Reviewed by Simon Hausmann.
[Qt] need an API to suspend and resume active Javascript DOM objects.
https://bugs.webkit.org/show_bug.cgi?id=31673
Add suspend and resume DOM objects private API to QWebFrame.
* Api/qwebframe.cpp:
(qt_suspendActiveDOMObjects):
(qt_resumeActiveDOMObjects):
(cherry picked from commit 0abf84be1a715db1d6adc5bf21e150e949e0e9e9)
|
|
|
|
|
|
|
| |
( 865abd2871c801c1d3d0f4eebd985b2daab89ebe )
Changes in WebKit/qt since the last update:
(cherry picked from commit 53817ebe67158d642fd5d85dfdcf4d96e91b093b)
|
|
|
|
|
|
|
|
|
|
|
| |
( 5d691a1c283938dfbdf891883d8cff8a6ef040bf )
Changes in WebKit/qt since the last update:
* Prospective build fix for IA64
Task: QTBUG-6948
(cherry picked from commit dc50ba5885d27aff99d62ced52081eda851552e7)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
( 70b5989bdeea2f73bd950099fc0f0e954550ef54 )
Changes in WebKit/qt since the last update:
++ b/WebKit/qt/ChangeLog
2009-12-30 Janne Koskinen <janne.p.koskinen@digia.com>
Reviewed by Simon Hausmann.
Upstream Symbian def files from Qt 4.6.
These files define the ABI of QtWebKit on Symbian.
* symbian/bwins/QtWebKitu.def: Added.
* symbian/eabi/QtWebKitu.def: Added.
(cherry picked from commit 775339c85e5c28d7cef419c40969c69b133bd65c)
|
|
|
|
|
|
|
|
|
|
| |
Disable bearer management support in WebKit for builds inside Qt. We can't
depend on an external module that depends on what we're building right now :)
This is just a stop-gap fix.
Reviewed-by: Trust me
(cherry picked from commit 5ac2736a7733197bde86ea4fb873ba9b1038d444)
|
|
|
|
|
|
|
|
|
|
| |
( c07df5686b431aa5d11643d00308d8f8f59d88b1 )
Changes in WebKit/qt since the last update:
* Disable HTML5 Datagrid
* Fix RVCT build
(cherry picked from commit a8454801a1fc195d2ef6e1a05042ccf0833d8edd)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
( eb1c86da9f5fa43a0e126ef58ab11cbd4d200af7 )
Changes in WebKit/qt since the last update:
++ b/WebKit/qt/ChangeLog
2009-12-14 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Kenneth Rohde Christiansen.
[Qt] Fix JavaScript prompt behavior for empty/null strings.
https://bugs.webkit.org/show_bug.cgi?id=30914
The patch is based on the work done by Gupta Manish.
In the default implementation of the JavaScript prompt
we are using a QInputDialog to get the text and this has
one quirk with regard to not entering any text.
In other WebKit ports and in Firefox an empty string is
returned but in the Qt case it is a null string.
Change the API documentation in QWebPage to mention we want to
have a non null string but do the fixup in the ChromeClientQt
to support existing code.
* Api/qwebpage.cpp:
(QWebPage::javaScriptPrompt): Change API documentation
* WebCoreSupport/ChromeClientQt.cpp:
(WebCore::ChromeClientQt::runJavaScriptPrompt): Fixup null QString
(cherry picked from commit 3185723b69133530016528c8cef57da247589d30)
|
|\ |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Moved the gestureManager pointer to a QApplicationPrivate to make sure if
QApplication object is destroyed, QGestureManager pointer is set to zero.
Task-number: QTBUG-7029
Reviewed-by: Thiago
(cherry picked from commit 828b1299e1ecb2da23799a2e49370e00dcf9c126)
|
| | |
| | |
| | |
| | |
| | | |
Task-number: QTBUG-6607
(cherry picked from commit 8894467656973bd311bcc5822a38bdd0e171da51)
|
| | |
| | |
| | |
| | |
| | | |
Task-number: QTBUG-6607
(cherry picked from commit 3aa77d64608f944592939c5d673f1b7dabec730f)
|
| | |
| | |
| | |
| | |
| | | |
Task-number: QTBUG-6606
(cherry picked from commit 86bb9a9f8b2a455d4f3f8f58bb1a0f751d68df35)
|
| | |
| | |
| | |
| | |
| | | |
Task-number: QTBUG-6405
(cherry picked from commit e2734782e72fccbc3bf528f201bac50703718b54)
|
| | |
| | |
| | |
| | |
| | | |
Task-number: QTBUG-6615
(cherry picked from commit 73b7ff354f9eaf5819847dac0c147351c80d8a9b)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Replaced the ambiguous "delivered" with the explanation that the
blocking queued connection type blocks the emitter's thread until
the slot finishes executing in the receiver's thread.
Task-number: QTBUG-6392
(cherry picked from commit 4da15757269feb872432c43a3516a1349d6dcf39)
|
| | |
| | |
| | |
| | |
| | |
| | | |
Task-number: QTBUG-4685
Reviewed-by: TrustMe
(cherry picked from commit bd01114b3fcf2cc702fdd9e303a15bcc900cfe95)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Restore original Qt 4.4 behaviour. The capital P headers are not
correct because of frameworks on Mac.
More info, see thread:
http://lists.kde.org/?l=kde-multimedia&m=126045273702498&w=2
Task-number: QTBUG-4685
Reviewed-by: Trust Me
(cherry picked from commit 72adb8f5710fea385e94f9726546397cfbb1e4ad)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Relative path was only working when package was created from
s60installs directory. Binary installer creation requires package
creation to work also from Qt root, so added absolute path to
sqlite3.sis.
Task-number: QTBUG-7275
Reviewed-by: Janne Anttila
(cherry picked from commit 008bae01b016926209dddacc6e31c79b9d99d4f7)
|
| | |
| | |
| | |
| | |
| | | |
Task-number: QTBUG-7246
(cherry picked from commit 8e2c575f6383a69e9c1d4f069e3c8e3b219197b5)
|
| | |
| | |
| | |
| | |
| | | |
Task-number: QTBUG-7158
(cherry picked from commit 52ecb299691defc3be6d202c7fab71bf865c710a)
|
| | |
| | |
| | |
| | |
| | | |
Task-number: QTBUG-7156
(cherry picked from commit 45af493eeeb408f756cc7d76088cbc3e35f5f54b)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Complete the fix in f72165460d27860cabd51691f4d935fd74b50f80 by applying
the same fix to Symbian and QWS.
Task-number: QTBUG-7105
Reviewed-by: Alexis
Reviewed-by: Jason McDonald
(cherry picked from commit 8b56ffee8bb4ec0c56c2c05ccc1e088f6d9ae8a8)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When accessing the global input context from the QWidget destructor access it
directly instead of calling a helper function. Don't even bother to create an
input context if QApplication is being destroyed (just in case if the user is
calling the QApplication::inputContext manually from the destructor).
Task-number: QTBUG-7105
Reviewed-by: Simon Hausmann
(cherry picked from commit f72165460d27860cabd51691f4d935fd74b50f80)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
One major cost is that QUrl::d is never 0 (even for default
constructor). While this simplifies the code, it has a real
performance impact, since QUrlPrivate is quite expensive to create (14
QString/QByteArray members, plus others). In a simple test of the QML
flickr demo, 1 in 3 QUrlPrivate objects that were created were never
used before being deleted.
According to callgrind, this reduces cost of QUrl+QUrlPrivate by 25%
in the case tested.
Patch-by: Warwick Allison
Reviewed-by: Thiago Macieira
(cherry picked from commit 51f92c1a4f66f658b3c3b7f034bb8dd661a0d57d)
|
| | |
| | |
| | |
| | |
| | | |
Task-number: QTBUG-5121
(cherry picked from commit 51078f1ef008c8395ddb76ac2f444daa511a4507)
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
times, taking up to 1ms each call.
Use S60->ScreenDevice() to get/release fonts instead of create a new
screen device each time.
Task-number: QTBUG-6408
Reviewed-by: Jason Barron
(cherry picked from commit d8ad9ac86dac9489b553e6416329308ae7d823d0)
|
|/
|
|
|
|
| |
Reviewed-by: Trust Me
Discussed-with: Legal and axis
(cherry picked from commit 0d97775f7a1077862281e3858da6b2c899ea8790)
|
|
|
|
|
|
|
| |
And that the QGraphics{View,Scene}::drawItems function are now obsolete.
Reviewed-by: Alexis
(cherry picked from commit 3062035b9b38457196869b93650929f95cbd709f)
|
|
|
|
|
|
|
|
|
| |
Removed calls to the video overload of the audio effect
constructors, e.g. CAudioEqualizer::NewL(VideoPlayerUtility&)
Task-number: QTBUG-7223
Reviewed-by: trustme
(cherry picked from commit a3e6a04448979aaa6ada7aa434de3137f6cf0563)
|
|
|
|
|
|
| |
Task-number: QTBUG-4663
Reviewed-by: Frans Englich
(cherry picked from commit 3f648dc075689e2ffedda2769cc76b4a56fb1073)
|