| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This changes the appearance on X11 and Mac, but it seems to be the
way it is done in other applications.
In addition it fixes S60 background of preedit text, which is
supposed to be transparent.
RevBy: denis
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This was done by making sure that the format code is called from both
start and update, because S60 will often return nothing in start, but
then later on return something in update.
In addition, we fall back on our own format if S60 does not give us
anything. Currently it seems to give us a format only when using
predictive text.
|
| | |
|
| |
| |
| |
| | |
as soon as it builds cross platform.
|
| | |
|
| |
| |
| |
| | |
Corrected PImpl-ing and cleaned up headers
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
softkeys
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
now on the menu softkey will be set by the brand new softkey stack.
|
|\ \ \
| |/ /
| | |
| | | |
softkeys
|
| |\ \
| | |/
| | |
| | | |
softkeys
|
| | |
| | |
| | |
| | | |
return inappropriate sizehints when native menubar is used
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
softkeys
Conflicts:
src/gui/widgets/qmenu_symbian.cpp
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | | |
the example applications
|
| | | |\ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
If the property is disabled, it will not ask for an input panel.
|
| | | | |
| | | | |
| | | | |
| | | | | |
This way we are consistent with autoSipEnabled.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This is relevant on S60 too, so it's time to make it cross platform.
RevBy: mauricek
|
| | | | |\ |
|
| | | | |\ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Conflicts:
src/gui/widgets/qmenu_symbian.cpp
|
| | | | | | | |
|
| | | | |_|/
| | | |/| |
| | | | | |
| | | | | | |
Fixes a bug when setting a new menubar to QMainWindow
|
| | | | |/
| | | |/| |
|
| | |/ / |
|
| | | | |
|
| |\ \ \
| | |/ /
| | | |
| | | | |
softkeys
|
| | | |
| | | |
| | | |
| | | | |
center piece instead of multicolored lines (aka windows95 look). The new frame is drawn slightly smaller than generic frames to ensure that the background shines through between frame border and widgets.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This takes advantage of new functionality in RVCT 2.2, and requires
build 671 beta or later.
|
| | |\ \
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
tests/auto/qtemporaryfile/qtemporaryfile.pro
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
configured with qt3support.
The build system knows when qt3support was turned off, so let's just
skip these tests in that case. That makes more sense than individually
configuring each autotest machine to skip these tests when the
configuration is known to turn off qt3support, which is what's done
previously.
Reviewed-by: Lincoln Ramsay
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We need to protect calls to FcCharSetHasChar with the font database
mutex.
Task-number: 241361
Reviewed-by: Simon Hausmann
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We hardcode the lib names for 4.5
Reviewed-by: Maurice
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Better alternative to 9ffcf3737901c49acb1a1bc6b65572d195d78a5d
Task-number: 253052
Reviewed-by: Norwegian Rock Cat
Reviewed-by: MortenS
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Task-number: 253179
Reviewed-by: TrustMe
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
It's better to set the sourceModel in the constructor for QFSCompletor,
as requiring that it be set separately is error prone.
Surprisingly, the printer dialog crash only appears to happen when using
relative filenames.
Task-number: 253135
Reviewed-by: alexis
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes regression introduced in a794ded85f74516239a08cf848e6b4f8b6dcac6a.
When using UnfilteredPopupCompletion the matchCount is always zero and
completion was being skipped. By adding the check for showAll we still
avoid the assert but retain correct behavior.
Task-number: 253125
Reviewed-by: jasplin
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Using setFileName in QFile::copy (introduced recently) has a nasty
side-effect of leaking file descriptors in QTemporaryFile. This happens
because the code assumes the file has been closed. In QTemporaryFile,
we need to explicitly call native file engine close.
Test case by Thiago. Bug report from Arora developers.
Reviewed-by: thiago
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Explained why you cannot use stdin and atEnd() together.
Task-number:251171
Rev-by: Andreas Aardal Hanssen
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
QTextDocument which is suposed to be reentrant may use the CSS Parser in
different threads.
The way the indexOfId was computed is not thread safe.
Insert the pre-computed value instead
Reviewed-by: Thierry
|