| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Checked datetimedit spinbox up location from style, instead of trying
to guess the difference offsets.
|
|
|
|
|
| |
Previously, the input context would not get updated on every
selection update.
|
|
|
|
|
| |
RevBy: Trust me
The fix is almost identical to the one made for QLineEdit.
|
| |
|
|
|
|
|
| |
We need to check for replacementLength as well. Otherwise there will
be no undo information if text is deleted using input methods.
|
|
|
|
|
|
|
| |
The qpopen.cpp file is a workaround for the fact that the Metrowerks
compiler that we are (ab)using to build Windows binaries is lacking a
popen() function in the standard library. So only enable the workaround
on the platform that needs it.
|
|\ |
|
| |\ |
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
We are not guaranteed that the checked-for event is the last event,
so we look for it in a list instead.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
RevBy: Trust me
AutoTest: Will add in later commit
|
| | | |
| | | |
| | | |
| | | |
| | | | |
RevBy: Simon Hausmann
AutoTest: Will add in later commit
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is required for S60 FEP.
RevBy: Simon Hausmann
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is required for S60 FEP.
RevBy: Simon Hausmann
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit ce02d0e9e0ad8d8ac47e4f3ee95bac5cb74ed184.
This turned out not to be enough for proper selection support
together with S60 FEP. Instead we will revert the behavior and add
new API.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
bounding rect, before.
|
| | | |
| | | |
| | | |
| | | | |
symbian-abld builds.
|
| |/ /
|/| |
| | |
| | | |
xbel files.
|
|\ \ \ |
|
| |\ \ \ |
|
| | | | | |
|
| |/ / /
|/| | | |
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
These functions are really Symbian functions and not S60 specific so
they should be named as such. Also, our public API should use the Qt
convention and not the Symbian convention so remove the 'L' even if
it is a leaving function at the moment.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Added null check to qs60style::refreshUI method.
Reviewed-by: Jason Barron <jason.barron@nokia.com>
Conflicts:
src/gui/styles/qs60style.cpp
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
QSymbianControl::HandleResourceChange contained global event handling.
So Qt handled same issues unnecessarily (for each shown top level
widget). Now this global event handling is encapsulated to
s60ResourceChange (new method) called by s60main. In addition,
qs60style generated unnecessary resize events. If widget was
fullscreen or maximized, then this caused incorrect resize events
(old size delivered). With these changes, qs60style just informs
widgets of style change (similarly as in qstylesheetstyle).
Task-number: 251085
Reviewed-by: Jason Barron <jason.barron@nokia.com>
Conflicts:
src/gui/kernel/qapplication.h
src/gui/styles/qs60style.cpp
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Fixed SRCDIR thing
- Added default IAP handling
- Skipped NTML related test cases for now
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
Added qbytearraymatcher test case to test set.
The test passed at least in S60 5.0 emulator.
|
|\ \ \ \
| | |/ /
| |/| | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
inside QtGui, we do not need to export those QMenu[Bar]::symbianCommands
through our public API, anymore.
This commit moved the code of QMenuBar::symbianCommands to
QMenuBarPrivate::symbianCommands and made that one static.
QMenu[Private]::symbianCommands was apparently unused -> deleted.
RevBy: Jason Barron
RevvBy: Markku Luukkainen
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Previously we assumed that focused widget will give us
both the parent and the child.
Rev By:Axis
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
event is not missed.
Reviewed-by: Janne Koskinen
|
| |\ \ \ |
|
| | |\ \ \ |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
STL config is now enabled by default in configure.exe, this means
we can also execute the related test cases now.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Added qsqldriver test case to test set.
The test passed at least in S60 5.0 emulator.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Added modeltest test case to test set.
The test passed at least in S60 5.0 emulator.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Added utf8 test case to test set.
The test passed at least in S60 5.0 emulator.
|
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In case the application is closing, we should not call process events
since event dispatcher is already deleted. Calling processEvents caused
application to oanic with KERN-EXEC 3 i.e. access violation.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
These files were added for convenience purposes, but they were meant
to be only temporary solution. Now all SSL and SQL related parameters
confqt.bat used to pass for configure.exe have been made default
values of configure.exe.
To configure Qt for S60 you can use the following command line:
configure -platform win32-mwc -xplatform symbian-abld
To configure Qt for S60 by using SBSv2 toolchain (Raptor) you can use
the following command line:
configure -platform win32-mwc -xplatform symbian-sbsv2
|