| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
kinetic-declarativeui
Conflicts:
src/3rdparty/webkit/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Browser demo isn't currently compiling for Symbian GCCE builds
because ARMV5 built static uitools.lib apparently isn't compatible with
linking into GCCE application. Removed the browser from Symbian builds
as a hotfix for 4.6.0.
Task-number: QTBUG-5692
Reviewed-by: Janne Anttila
(cherry picked from commit 31d29b227a7609ab0dadca4244cafec919264ba8)
|
| |\ |
|
| | |\
| | | |
| | | |
| | | | |
4.6-staging2
|
| | | |\ |
|
| | | |\ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Only done for small screens. Patch simplified by Gareth.
Task-number: QTBUG-5307
Reviewed-by: Gareth Stockwell
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This change improves the user experience - previously, video playback
would continue in the background, while the user read the dialog.
Then, when the dialog was dismissed, video playback would pause.
Reviewed-by: Frans Englich
|
| | | |_|/
| | |/| |
| | | | |
| | | | | |
This fixes a valgrind warning.
|
| |\ \ \ \
| | |/ / / |
|
| | |\ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The sub-attaq's animation manager was accessing a deleted animation.
Task-number: QTBUG-5646
Reviewed-by: thierry
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Task-number: QTBUG-5526
Reviewed-by: thierry
|
| |\ \ \ \ \
| | |/ / / / |
|
| | |/ / /
| | | | |
| | | | |
| | | | | |
Reviewed-by: Trust Me
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
browser use it.
- Handle windows files names by looking for paths first (and don't check
that it exists first)
- Handle host names without dots (it was not handled because of
difficulties with the case host:port)
- Return the parsed url only if the host or the path is not empty
instead of returning a url that looks like "http:"
Reviewed-by: Thiago Macieira
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
If you manually typed in a url in the qml webbrowser demo the browser stopped updating the url bar with the current page your are on.
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |/ / / |
|
| |\ \ \
| | |_|/
| |/| | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
QPaintDevice and QImage used the functions numColors(), setNumColors(),
and numBytes(). However, this is not consistent with the rest of the Qt
API which uses *Count() and set*Count().
Removed all usage of these functions inside Qt and test-cases.
Reviewed-by: Andreas Aardal Hanssen
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
with zoomFactor.
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
kinetic-declarativeui
Conflicts:
configure.exe
src/corelib/animation/qabstractanimation.cpp
src/gui/graphicsview/qgraphicsview.cpp
src/s60installs/s60installs.pro
tools/configure/configureapp.cpp
tools/qdoc3/node.h
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
dist/changes-4.6.0
|
| | |\ \ \
| | | |/ /
| | |/| /
| | | |/ |
|
| | | |\ |
|
| | | |\ \ |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This covers cases where the backend knows about video capability in a
state other than the LoadingState. Patch by Adookkattil Saleem, slightly
modified.
Reviewed-by: Gareth Stockwell
|
| | | |_|/
| | |/| |
| | | | |
| | | | | |
Reviewed-by: Sarah Smith
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
QAbstractAnimation:
currentTime returns the "complete" current time
currentLoopTime() returns the time inside the current loop
add setPaused(bool) for consistency with QTimeLine
stateChanged: newState passed as first paramater (before oldState)
for consistency with the reset of Qt
QAnimationGroup:
rename clearAnimations to clear
rename insertAnimationAt to insertAnimation
rename takeAnimationAt to takeAnimation
QSequentialAnimationGroup:
rename insertPauseAt to insertPause
|
| | |/
| |/|
| | |
| | | |
Reviewed-by: Sarah Smith
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
This is in preparation for renaming targets -> matchTargets and
properties to matchProperties.
|
| | | |
|
| | |
| | |
| | |
| | | |
SystemPalette.
|
|\ \ \
| | | |
| | | |
| | | | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
QML_DEFINE_TYPE etc. now define just the initial support version, with
support in all future versions being thus implied.
QTBUG-5421
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
API changes:
Removed bool streamIn
Added int emissionRate
Added int emissionVariance
Added void burst(count, emissionRate=-1)
While rewriting the internals to accomodate this, all other outstanding
particles bugs were believed fixed.
Task-number: QT-2392 QT-2391 QT-2390 QT-2406
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
kinetic-declarativeui
Conflicts:
configure.exe
src/gui/graphicsview/qgraphicsitem_p.h
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Stripping 350k off by reencoding the mp3.
32 Kbps, mono, 22.05 KHz.
Reviewed-by: trustme
|
| | |
| | |
| | |
| | |
| | |
| | | |
Using pngout to make the fluidlauncher a bit lighter.
Reviewed-by: trustme
|
| | |
| | |
| | |
| | |
| | |
| | | |
Using pngout to make the fluidlauncher a bit lighter.
Reviewed-by: trustme
|
| | |
| | |
| | |
| | |
| | |
| | | |
Using pngout to make the fluidlauncher a bit lighter.
Reviewed-by: trustme
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Using pngout to make the fluidlauncher a bit lighter.
And to reduce Anomalies memory footprint.
Reviewed-by: trustme
|
| | |
| | |
| | |
| | |
| | |
| | | |
Using pngout to make the fluidlauncher a bit lighter.
Reviewed-by: trustme
|
| |/
| |
| |
| |
| |
| |
| | |
SVG graphics may contain much unneeded stuff. I used Inkscape's
vacuum function and Ariya's svgmin. Much better now.
Reviewed-By: trustme
|