| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reviewed-by: aportale
|
|
|
|
|
|
|
|
|
|
| |
This means that when the backend's knowledge about the content's video
capability changes outside the LoadingState, it still work. This
apparently matters for the Helix backend. Patch supplied by Adookkattil
Saleem (Nokia-D/Dallas).
Reviewed-by: Gareth Stockwell
Reviewed-by: Frans Englich
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
One of the footer cell lost his gray color in commit 7c12258485db8d
Task-number: QTBUG-4821
Reviewed-by: Jan-Arve
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Tested on Symbian and Windows(DS9).
Task-number: QTBUG-4869
Reviewed-by: Gareth Stockwell
|
|/ /
| |
| |
| |
| | |
Task-number: QT-2162
Reviewed-by: axis
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Brings the video examples into multimedia directory, and removes the
audio sub-directory so the directory structure is in line with the other
example categories.
Task-number: QT-667
Reviewed-by: Kurt Korbatits
|
| |
| |
| |
| | |
Reviewed-by:TrustMe
|
|/
|
|
|
|
|
|
| |
The exemption was originally added to make the demo compile when
QtUiTools was not yet compiled for Symbian.
Task-number: QT-1018
Reviewed-by: Janne Anttila
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Amend commit faef2f5101287ad8ce94cf8e7a4d574a7d6267fd, with this build
fix.
Task-number: QTBUG-4743
Reviewed-by: Shane Kearns
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Symbian already has the executables musicplayer.exe, mediaplayer.exe and
ftp.exe, with the result that we overwrite them with Qt. We solve this
by renaming the examples, and do it not only on Symbian, such that Qt
remains consistent across platforms.
This was previously partly done for mediaplayer. The folder name needs
to be consistent with the executable, for qtdemo to work. Done jointly
with Alessandro.
Task-number: QTBUG-4743
Reviewed-by: Alessandro Portale
Reviewed-by: Frans Englich
|
|
|
|
|
|
|
|
|
|
|
| |
Let's make sure to have enough layout spacings around
the widgets in order to see the focusrect.
Also, the issue with the growing dialog is fixed. It
was the spinbox and it's label which with the stylesheets
set did not have enough horizontal space, and thus
made the dialog grow on the following CSS change
Reviewed-By: TrustMe
|
|
|
|
|
|
|
|
|
| |
Use desktopservices sax.mp3 instead of one in autotests when deploying
mediaplayer for symbian. This avoids getting a warning for missing file
in install packages.
Task-number: QTBUG-4719
Reviewed-by: Alessandro Portale
|
|
|
|
| |
Reviewed-by: Markus Goetz
|
|
|
|
|
|
|
|
| |
mifconv can't always handle absolute paths to the .svg specified, so for
now we don't use absolute paths, and fix it later.
Task-number: QTBUG-4693
Reviewed-by: Shane Kearns
|
|
|
|
|
|
| |
Also, add same trick for PPC
Reviewed-by: MortenS
|
|
|
|
| |
Reviewed-by: Simon Hausmann
|
|
|
|
| |
Reviewed-by: alexis
|
|
|
|
|
| |
Reviewed-by: Denis Dzyubenko
Reviewed-by: Pierre Rossi
|
|
|
|
|
| |
Reviewed-by: Denis Dzyubenko
Reviewed-by: Pierre Rossi
|
|
|
|
|
|
|
|
| |
Add multitouch to the position of the path, and enable multitouch on
the controls of the demo.
Reviewed-by: Denis Dzyubenko
Reviewed-by: Pierre Rossi
|
|
|
|
|
|
|
|
|
|
| |
Add multitouch feature to the HoverPoints and the ArthurWidget.
Multitouch is enabled by default for widgets using HoverPoints. The
ArthurWidget propagate the TouchEvents in order to have them handled by
a parent if a parent accept the touch events.
Reviewed-by: Denis Dzyubenko
Reviewed-by: Pierre Rossi
|
|\
| |
| |
| |
| | |
Conflicts:
demos/mediaplayer/mediaplayer.pro
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Added a line to the symbianpkgrules.pri files which includes an ICON
if the TARGET.UID3 is defined. We should fix the application_icon.prf to
handle ICON without UID3 situations more gracefully, but for now I
reordered existing UID3s to be specified before the symbianpkgrules.pri
includes.
Reviewed-by: Aleksandar Babic
|
| | |
|
| |
| |
| |
| |
| | |
Note that fluidlauncher, because of desktopservices, installs the same mp3
to the same location.
|
| | |
|
| | |
|
| | |
|
|/
|
|
|
| |
Task-number: QTBUG-4665
Reviewed-by: Gareth Stockwell
|
|
|
|
|
|
|
|
| |
To improve screen real-estate utilization in small screen devices,
added -small-screen command line argument to the Context2d application.
Task-number: QTBUG-3296
Reviewed-by: Janne Koskinen
|
|\ |
|
| |
| |
| |
| | |
Reviewed-by:TrustMe
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Now QStateMachine can be a child of a QState but here in sub-attaq
the code was not design for that so the code breaks.
Task-number:QT-665
Task-number:QT-914
Reviewed-by:TrustMe
|
| |
| |
| |
| |
| |
| | |
It seems that for 3.1 we need to explicitly link with insock.dll as well
Reviewed-by: Aleksandar Babic
|
| |
| |
| |
| |
| | |
Task-number:QT-739
Reviewed-by:TrustMe
|
|/ |
|
|\ |
|
| | |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Several problems:
1. The demo leaked the scene contents, which caused cleanup problems.
2. The QGLContext::currentContext() could be changed behind Qt's back
under Windows (the temp contexts never reset the current context).
3. QGLFormat::openGLVersionFlags() function would return uninitialized
flags if the QGLWidget constructor happened to call
qt_gl_preferGL2Engine().
Reviewed-by: Kim
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Those two classes are specific to the state machine framework, but
their names were so generic that we felt they were polluting the
Q-namespace. They are now QStateMachine::SignalEvent and
QStateMachine::WrappedEvent.
Reviewed-by: Eskil Abrahamsen Blomfeldt
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
Some recent changes had made Fluidlauncher unresponsive to keyboard
input. It appears none of the Fluidlauncher widgets got keyboard
focus by default, so set the focus explicitly to proper widget.
Task-number: QT-2214
Reviewed-by: Alessandro Portale
|
| |\ |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Task-number: QTBUG-4508
Reviewed-by: Simon Hausmann
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
Since Symbian emulator support for playing music files is spotty at
best, resulting in failure to launch at best and freezing
of the emulator at worst, disabled even trying to launch music files.
Task-number: QT-2047
Reviewed-by: Janne Koskinen
|