| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Task-number:
Reviewed-by: Bea Lam
|
|
|
|
|
|
|
|
|
|
|
| |
Many layout sizes in flickr are specified by the artwork sizes.
The heights and widths are defined in static pixel sizes.
Therefore the text has to obey the size restrictions, and should
not overlap.
This patch sets the font sizes in pixels. Otherwise the default
font sizes in points may be too big on high ppi displays.
(XM5800 has ~230 ppi)
|
|
|
|
|
| |
Task-number: QT-3821
Reviewed-by: Martin Jones
|
|
|
|
| |
Task-number: QT-3718
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Twitter is blocking access to the old authentification method that
our demo was using. This breaks the demo completely. To fix this, I
changed the demo into only make use of the public search API. You
can no longer tweet but you can search for different tweets.
At the moment making an oauth capable demo is not desirable due to
the problems with handling a secret app token among other issues.
Task-number: QTBUG-13181
Reviewed-by: Alan Alpert
|
| |
| |
| |
| |
| |
| | |
This will have to go in 4.8.
This reverts commit 3928cb20ecc63ed21cdb122388b200c9ab8e7cad.
|
| |
| |
| |
| |
| | |
Task-number: QTBUG-7300
Reviewed-by: Aaron Kennedy
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Changing states mid-animation confuses states where property value
is not specified explicitly for each state.
Task-number: QT-3823
|
|\ \
| |/ |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
Task-number: QTBUG-13048
Reviewed-by: Martin Jones
|
| |/ |
|
|/
|
|
| |
Task-number: QTBUG-13129
|
|
|
|
|
| |
Task-number: QTBUG-8927
Reviewed-by: Alan Alpert
|
|
|
|
| |
Task-number: QT-3668
|
|
|
|
| |
Task-id: QT-3668
|
|
|
|
| |
Task-number: QTBUG-3669
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Task-number: QTBUG-12142
Reviewed-by: Warwick Allison
This patch brings ability to switch QML Viewer's orientation between auto-orientation (=follow sensor),
portrait and landscape orientations (lock orientation) on Symbian. It provides same orientation options as
Qt Creator 2.1's Qt QML Standalone Application creation wizard. Also, menu item rotateOrientation now
works on Symbian, but it's hidden when orientation mode is set to auto-orientation.
Property runtime.orientation has been switched back to supporting four-way orientation on Symbian, previously
it only updated values between portrait and landscape. If your application only supports landscape or portrait
modes, just don't react to the inverted orientations.
Added orientation example screenorientation under examples/declarative.
The patch includes a fix for calculator example, which rotated to wrong direction when switching from portrait
to landscape. Also, improved qdeclarativeviewer unit tests. Changes have been tested to work on Windows,
Linux and Symbian^3.
|
|
|
|
| |
Task-number: QTBUG-12494
|
|
|
|
|
|
| |
1937adaab5861ced44813c6a4b0bff1c3750ecd3
QTBUG-3620
|
|
|
|
|
|
|
|
|
| |
The wantsFocus property has been renamed to activeFocus, to better
reflect its value. Reading and writing the focus property is also now
consistent -- this property represents focus within a scope. Other small
changes were made to keep things consistent with the new naming.
Reviewed-by: Aaron Kennedy
|
|
|
|
|
|
|
| |
Change to Behavior from Follow means that some of the previous
assumptions are now incorrect. Script logic has been fixed.
Task-number: QTBUG-12246
|
|
|
|
| |
N900 has an Enter key, not a return key
|
|
|
|
| |
Replace the usages of Follows with Behaviors, update docs.
|
|
|
|
|
| |
Task-number:
Reviewed-by: Martin Jones
|
|
|
|
| |
RevBy: Trust me
|
|
|
|
|
|
| |
Was emitting closed after already being closed.
Task-number: QTBUG-11812
|
|\ |
|
| | |
|
| | |
|
|/
|
|
| |
First time I actually use it to tweet and I find two bugs...
|
|
|
|
|
|
|
|
|
| |
Since plugin and import paths variables were moved to symbian.conf,
there were many unnecessary load(data_caging_paths) statements
left in applications.
Task-number: QTBUG-11619
Reviewed-by: Janne Koskinen
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit:
Fix examples
Updated WebKit to 45d1c9149ef8940081fa8dd35854d2b95ebaf3cd
Updated WebKit to 4ad38c43081bedb69c7e26a9ca0fb2c50456066d
Updated WebKit to 19de3d2848b715f937eb375a078672cc8e9b8185
Updated WebKit to 19de3d2848b715f937eb375a078672cc8e9b8185
Updated WebKit to 515aae71494436816cd0250cdc52caa4f2566aef
Update S60 stuff after renaming the webkit component.
Update qmlchanges from import org.webkit to QtWebKit
Updated WebKit to e32cb21d4f1787147bcb681883b96a95f867749a
Updated WebKit to a99218d1984be36e00966f988123fa7e2b18eec5
Remove the old WebView element in src/import. The new one is in src/3rdparty/webkit
Updated WebKit to d7a095a2a9514e1f132b779b99279585820b46f5
Updated WebKit to c6f08f4c13f88491a5d1ae1794c72166af0c26ba
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
src/3rdparty/webkit
Also change a bit the demo due to a little API change. The module is not
org.webkit but QtWebKit now.
Reviewed-by:simon hausmann
|
|/
|
|
|
|
|
| |
If I missed any, just set inAnotherDemo to true on the SameGame root
item.
Task-number: QTBUG-11562
|
|\ |
|
| | |
|
|/
|
|
| |
Found some minor demo issues while testing a TextInput change.
|
|
|
|
| |
Task-number: QTBUG-11310
|
|
|
|
|
|
|
|
|
| |
Code degeneration lead to three bugs:
1. progress bar worked only the first time
2. restart was broken
3. highscore model was not persistent
Reviewed-by: Trust me
|
| |
|
|
|
|
|
| |
Task-number: QTBUG-11157
Reviewed-by: Warwick Allison
|
|
|
|
| |
Now with fewer warnings! Also, the stop button works.
|
|
|
|
| |
Zooming out no longer zooms to smaller than the window size.
|
|\ |
|
| |
| |
| |
| |
| | |
Task-number: QTBUG-10834
Reviewed-by: Warwick Allison
|
|/ |
|
|
|
|
|
|
|
| |
Examples get the BSD license, while all other .qml files get the
LGPL/tech-preview license.
Reviewed-by: Trust Me
|