| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | | |
(cherry picked from commit db82dda4ae3672844f7637394bf9a403e7c4f4b3)
|
| | | |
| | | |
| | | |
| | | | |
(cherry picked from commit b52e4ac1dfcce317872d9104142c026951a29145)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
(cherry picked from commit 88a3be84f9a1cb235a8e3a9b25df7763646166b6)
Conflicts:
dist/changes-4.6.2
|
| | | |
| | | |
| | | |
| | | | |
(cherry picked from commit 92638ff2f459a8f7151385a192317e9ec91d9e66)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
horizontal scrollbar"
This reverts commit 46a3e518b3070cf7cb4cbbb2cb58254454cf169d.
This shown to cause more problem than it solved
Also update the changelog
Reviewed-by: Thierry
(cherry picked from commit d53315d30b38352db11063096ee3867a40bdc234)
|
| | | |
| | | |
| | | |
| | | | |
(cherry picked from commit 7d4ef9167249df5f00831dc07e57705eb1ddd22a)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
(cherry picked from commit 85578c6c37d9e4eb0da888937b20ba93a26d8805)
Conflicts:
dist/changes-4.6.2
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: TrustMe
(cherry picked from commit 96a169ac3f235433906d58ac0e4c613f51c21bf3)
|
| | | |
| | | |
| | | |
| | | | |
(cherry picked from commit 264f4451667e7da90e63cf87a2b4a6eb72a14d3b)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: trustme
(cherry picked from commit a9ffa944f8599db0559e9d07509a3778f49bbc2a)
|
| | | |
| | | |
| | | |
| | | | |
(cherry picked from commit d5a3866d20507967e14ed34930f08ce6248000e5)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Mostly DirectFB.
Reviewed-by: TrustMe
(cherry picked from commit bcd979230af769b49a1e3fdb1c9e1103ce2348de)
|
| | | |
| | | |
| | | |
| | | | |
(cherry picked from commit 0f92406252b9d288ef8ebbefc15e66d0ce01f46c)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Added bug 7044 to log.
(cherry picked from commit 89377dc65ea505de568bb7243396ae260f435438)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Task-number: QTBUG-7514
Reviewed-by: Kim
(cherry picked from commit 94b3918fb52858064811c4993dac6392d0043b24)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Now we check that and skip it from the tab list. Auto-test included.
Reviewed-by: leo
Task-number: QTBUG-7532
(cherry picked from commit 94f5f21ac88de0d940d6ac27d222f1ef8e66d939)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This fixes quite a lot of issues:
* QtOpenGL only registered qpixmap destruction hooks on X11 and
those only cleanup the EGL/GLX surface, not the texture object.
* The QPixmap destruction hooks were only being called from the
QPixmap destructor. However, this means when a QPixmap is assigned
to another QPixmap, the hooks don't get called.
Task-number: QTBUG-7647
Reviewed-By: Samuel
Reviewed-By: Trond
(cherry picked from commit 9e95ce2a68ef167e17dccc5789cbf3bf74712280)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Regression since b4d642e639eabde5d72a4
Task-number: QTBUG-7737
Reviewed-by: Gabriel
(cherry picked from commit cc585886ba9da17064a7fc858f5d717967da6e85)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Destroying QPixmaps after the QApp destructor will leak native pixmap
objects on X11, and it's a general rule that all GUI objects must
be destroyed before the QApp destuctor is called.
Task-number: QTBUG-7746
Reviewed-by: Kim
(cherry picked from commit 4a5e81f5320daa82352b13e670718998b0d2d23b)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
for one, it just added visual noise.
second, it did not respect the color scheme, which made it unusable with
light-on-dark colors.
Task-number: QTBUG-7778
(cherry picked from commit b0e4af35ec8ddb5e7bfa658f916fbf29caa5a550)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The boxes demo assumed that the current GL colour was the default white,
but the GL2 paint engine set it to black. Fixed by resetting the colour
to white in resetGLState().
Task-number: QTBUG-7779
Reviewed-by: Trond
(cherry picked from commit 787824cb4add4d45a0e90fd736a54e75fa048475)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Disable vertex attribute arrays in the GL2 paint engine when
calling QPainter::beginNativePainting() and QPainter::end().
Task-number: QTBUG-7781
Reviewed-by: Trond
(cherry picked from commit afe0f17eb5974adbedd1bc1f2fcd98459d92df47)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Using QPainter::setClipPath results in complex (and slow) alphamasking
so this must be avoided if possible.
Task-number: QTBUG-7790
Reviewed-by: samuel
(cherry picked from commit 80e114ad0b7974894858a17153d6f54546835066)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Task-number: QTBUG-7791
Reviewed-by: Sarah Smith
(cherry picked from commit 1677382148ed9e8d037d03a6fcc7bbe40458d69a)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The crash could appear when saving the state of the main window in
response to the visibilityChanged of the dock widgets.
Task-number: QTBUG-7838
Reviewed-by: ogoffart
(cherry picked from commit 3d2dbeb65089efaff4b92b7d13c13c1a234f71b0)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Task-number: QTBUG-7864
Reviewed-by: Sarah Smith
(cherry picked from commit 4c84020bd1c049ce82e0deb77196829616b91f4a)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
dynamic_cast should be used carefully with rvct before version 4.
We found that out after the a dynamic (down)-cast from CFont* to
CFbsFont* in QtGui suddenly failed.
We test for (TypeUid() == KCFbsFontUid), before doing the
cast. So, a static_cast is safe in this case. Also the other
two dynamic_casts in qfontdatabase_s60.cpp were changed to
static_cast.
http://bugreports.qt.nokia.com/browse/QTBUG-7963
Task-number: QTBUG-7963
Reviewed-by: lars
modified: src/gui/text/qfontdatabase_s60.cpp
(cherry picked from commit 3b7164b3188e9382510bef2211e82ef777faa75c)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
QtGui contains loads of resources. 337,160 bytes just for qstyle.
And since this is nearly exclusively full of PNG files,
it won't really be compressed in the qt.sis package.
And it will eat unneccessary Ram.
This patch removes about 260,000 bytes of resources. We only want
the 32-pixel big icons. No 16- and 129- pixel versions.
Task-number: QTBUG-7277
Reviewed-by: Sami Merila
modified: src/gui/kernel/qapplication.cpp
new file: src/gui/styles/qstyle_s60.qrc
modified: src/gui/styles/styles.pri
(cherry picked from commit 9eea7172d4d4984a111f009a60f5eaa0568fcf89)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Changing "Trolltech" to "Nokia"
Task-number:QTBUG-7370
Reviewed-by:Trust me
(cherry picked from commit 5160af692fd0352457cdf12cb497e1b8d8eed858)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Task-number: QTBUG-7908
Reviewed-by: TrustMe
(cherry picked from commit 07d81d0e0f15f015c7436992a99ef4b1ec36ae1c)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Smart installer packages bundle normal application sis with a bootstrap
package that will download a smart installer when the package
is installed. Smart installer in turn will download any dependencies
of the application that are available on remote server, such as
Open C, Qt, and QtWebkit packages, and install them
Smart installer packages are generated when DEPLOYMENT.installer_header
variable is defined in applicatoin .pro file.
This commit is still missing properly signed bootstrap.sis package.
Task-number: QTBUG-7908
Reviewed-by: Shane Kearns
(cherry picked from commit 9cc4ae77a73bd28ff495f36f26dd87c78b76b976)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This give the possibility to get the file name with the extension and
without the path.
Reviewed-by: Joao
Reviewed-by: Marius Storm-Olsen
(cherry picked from commit 4c8b2aa00acc00a95b6f950a4ab7de737631e494)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
`QT += network' is required to find the network headers.
(cherry picked from commit 0db6060e54d8d5862ae0b7ffa4d3c187d30fd159)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Entering a page range which is valid, but outside of the printable
range would result in an infinite loop.
Task-number: QTBUG-6051
Reviewed-by: Simon Hausmann
(cherry picked from commit 7c2000060bbc152ae32594f3d4dd60bd3351dab0)
|
| | | |
| | | |
| | | |
| | | | |
(cherry picked from commit 0a9edf7a672b4a30b817439ad67a0e08e3670e8f)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
( 69dd29fbeb12d076741dce70ac6bc155101ccd6f )
Changes in WebKit/qt since the last update:
(cherry picked from commit 5c8be23e6b5fa732f4c799c783a8b22a85992211)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: trustme
(cherry picked from commit 4b059682ddba4a1fb90c656d7d829680779a2e60)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Error strings are now part of the Phonon::MMF namespace.
Reviewed-by: trustme
(cherry picked from commit 14ee2007fd2ada46e5fe30af838f5a7fcb7c6f4d)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Task-number: QT-2813
Reviewed-by: trustme
(cherry picked from commit a70a97cceccced13429b88f99373650d39da2f75)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
functions.
(cherry picked from commit 0c73b18d0750bee9da4b88de595aa6093b5be820)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
fixed during merge to match new style flag setting.
Reviewed-by: Janne Koskinen
(cherry picked from commit afae62256897a8ed14e3156df33838082c6d4b98)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Reviewed-by: axis
(cherry picked from commit b5298dcf3d29b253a31974762cc9227b25f94e93)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added the "(QGraphicsSceneDragDropEvent)" behind the documentation of
the QGraphicsSceneDrag*-type events. Without this hint it gives the
impression that you can't access the data being dragged within
eventFilter()s.
Task-number: QTBUG-7547
Reviewed-by: Benjamin Poulain <benjamin.poulain@nokia.com>
(cherry picked from commit 48d040b3536dbce06f54c90da489a5308bee3870)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Implemented features:
Softkey Merging:
Widget can set only one softkey and set flag that rest of the softkeys
shall be taken from parent.
Priority Handling:
If multiple sokftkeys with same role are set, the highest priority
action gets displayed.
Custom Softkey Menu:
By setting QMenu to QAction and assigning a softkey role for that
action, the native menubar will be displayed when sofkey is clicked.
Softkey Image:
Initial code for implementing sofkey image support, the final
implementation is still pending legal acceptance to use
eiksoftkeyimage.h header file which is under EPL license.
Task-number: QTBUG-7315
Review-By: Sami Merila
Review-By: Jason Barron
(cherry picked from commit 2a8d20453926082062246fc4cc788f88ea3c59ae)
|
| | | |
| | | |
| | | |
| | | | |
(cherry picked from commit 7ced77b654eb46af1221a55e315795c1be1753a0)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The tool bar appearance have regressed in 4.6 for applications that
do not utilize the unified tool bar appearance. This fix restores the
margin and spacing to their 4.5 appearance.
Task-number: QTBUG-7831
Reviewed-by: morten
(cherry picked from commit e4835d58381cd33fe067b05bfd6301d2246e3e67)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
DEPLOYMENT.manufacturers variable can be used to define manufacturer
identifiers.
DEPLOYMENT.manufacturers.fail_note variable can be used to define
a file that contains the text to be shown in case of failed
manufacturer check.
Task-number: QTBUG-7695
Reviewed-by: Janne Koskinen
(cherry picked from commit 08c1c9ef6f30706cd574eded656f4d65a1b18db5)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
QProcess::waitForFinished was panicking in Symbian when timeout of -1
was supplied. Fixed it to disable timeout and block until process
exit, as docs indicate it should.
Task-number: QTBUG-7667
Reviewed-by: Janne Anttila
(cherry picked from commit e63ea3587444e122242a137a699b5a717d3d26bd)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Text rendering in Qt for Symbian looks very bad on a scaled QPainter.
Instead of simply using a Symbian font with the right size it followed
the code path that is usually used for "tricky transformation":
Use the glyph outlines and rasterize them in Qt as QPainterPath.
That's slow and especially ugly on Symbian since we do not (yet)
get the glyph outlines from Symbian.
This patch adds QFontEngineS60::setFontScale() so that QFontEngineS60
has one additional native font handle with the scaled size. The raster
paint engine will call that function in case that the painter is scaled.
Since we already have QFontEngineS60 specific code in the raster paint
engine, this patch did not have to add #ifdefs.
http://bugreports.qt.nokia.com/browse/QTBUG-7614
Task-number: QTBUG-7614
Reviewed-by: Jason Barron
modified: gui/painting/qpaintengine_raster.cpp
modified: gui/text/qfontengine_s60.cpp
modified: gui/text/qfontengine_s60_p.h
(cherry picked from commit 5a64033f89e07505bb77d3c172597b8df3cbd762)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
( a733444d3be6605552471f047558927495ff62b7 )
Changes in WebKit/qt since the last update:
Fix up cherry-pick of backup restoration fix
(cherry picked from commit 54de7595a54e67efb60cdc9eb4c4ff15596c3763)
|