summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-09-0713-12/+165
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Add status and progress properties to Loader.Martin Jones2009-09-079-9/+120
| |
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-09-073-1/+36
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-0721-353/+217
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Resolve qualified type even if not localfile.Warwick Allison2009-09-071-0/+4
| | | | | | | | | | | | | | | | | | | | If remote content is fully-qualified to a unique URL, we do not need any qmldir (and for remote content, we don't support that yet).
| | * | spelWarwick Allison2009-09-071-1/+1
| | | |
| | * | Save and restore non-session cookies.Warwick Allison2009-09-071-0/+31
| | | |
| * | | Call componentComplete() of Keys attached property.Martin Jones2009-09-071-2/+9
| | |/ | |/|
* | | Fix leak.Michael Brasser2009-09-073-0/+11
| | |
* | | Fix leaks.Michael Brasser2009-09-073-0/+10
| | |
* | | Fix indentation.Michael Brasser2009-09-071-27/+27
|/ /
* | Size the list area correctly.Martin Jones2009-09-071-1/+1
| |
* | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-09-075-17/+14
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-09-075-6/+6
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Use data as the default property of the views.Michael Brasser2009-09-074-15/+12
| | | |
| * | | Get calculator demo running again.Michael Brasser2009-09-071-2/+2
| | | |
* | | | Remove KeyProxy in favour of the Keys.forwardTo attached property.Martin Jones2009-09-0711-331/+198
| |/ / |/| |
* | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-09-079-19/+25
|\ \ \ | | |/ | |/| | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-09-078-17/+23
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Fix warnings.Michael Brasser2009-09-072-11/+8
| | |
| | * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-09-072-1/+1
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Fix leaks.Michael Brasser2009-09-076-0/+9
| | | |
| | * | Get recipes example running again.Michael Brasser2009-09-071-6/+6
| | | |
| * | | Fix scrollbar after API changes.Yann Bodson2009-09-071-2/+2
| | |/ | |/|
* | | Move qmetaobjectbuilder into declarative/qml directoryMartin Jones2009-09-074-4/+4
|/ /
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-041-1/+1
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Remove warningsYann Bodson2009-09-041-1/+1
| |/
* | Rebuild configure.exeAaron Kennedy2009-09-041-0/+0
|/
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-09-0436-606/+679
|\ | | | | | | kinetic-declarativeui
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Michael Brasser2009-09-042-151/+170
| |\
| | * Make exposeRegion work better in DFB_NO_WM modeAnders Bakken2009-09-042-118/+123
| | | | | | | | | | | | | | | | | | | | | | | | Previously we didn't properly compose windows so QT_NO_DIRECTFB_WM mode would generally only work for single windows (with no popups). This also simplifies the code a lot. Previously we would among other things paint the mouse cursor twice in this mode.
| | * Cache the DFBSurface for the cursor imageAnders Bakken2009-09-041-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | This surface is painted every time we move the mouse cursor (in NO_DIRECTFB_WM) and doesn't change all that often so caching it is relatively easy and beneficial. Reviewed-by: Donald Carr <donald.carr@nokia.com>
| | * Fix a bug in DFBWindowSurface::setGeometryAnders Bakken2009-09-041-26/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure to release the surface of a window before resizing. Seemingly certain versions of DirectFB change the surface when the window is resized. Also clean up setGeometry() Reviewed-by: Donald Carr <donald.carr@nokia.com>
| * | Fix compilation on OS X.Michael Brasser2009-09-041-1/+1
| |/ | | | | | | Reviewed-by: Aaron Kennedy
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Michael Brasser2009-09-04566-4841/+14167
| |\
| | * Fix tst_QTableView with skulpture styleOlivier Goffart2009-09-031-0/+9
| | |
| | * QStyleSheetStyle test: test that the widget loose their style when they are ↵Olivier Goffart2009-09-031-0/+27
| | | | | | | | | | | | not hovered
| | * QCSSScanner: really skip toLower() when tokenizing the input.Ariya Hidayat2009-09-032-1/+2
| | | | | | | | | | | | | | | | | | Missing from e3c62dc1def9270761ca63c73ae76fdca9d61582 is the actual change to the (generated) scanner, namely to skip lowercase conversion for each and every character.
| | * Removing a few superfluous semicolons.Alessandro Portale2009-09-039-15/+15
| | | | | | | | | | | | Reviewed-By: TrustMe
| | * Unbreak static compile (due to symbol conflicts).Ariya Hidayat2009-09-031-21/+21
| | | | | | | | | | | | | | | | | | | | | Rename the hex-to-RGB routines to avoid conflicts with the same functions in QtGui. We do not really want to export this function. Beside, we want to clean-up and simplify the case for #rrggbb only (the most common one for SVG).
| | * Merge branch 'minimizeWrapperApp' into 4.6axis2009-09-0318-416/+433
| | |\
| | | * Move the S60/Avkon framework initialization into QtGui.axis2009-09-0316-299/+301
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This way we avoid having a lot of code in a static (and unmaintainable) library. The s60main static library now currently has only one task: to call main(). To move the initialization into QtGui also meant a change in how the S60 framework is created, because we can no longer use the trick where we create and start the the S60 event loop and then have the framework call us back to start main(). The initialization now follows the creation and destruction of QApplication, which is a lot more in line with how other platforms do it. Since S60 doesn't support creating the environment, and *then* starting it (both are executed by the same call), we had to open up the S60 framework construction classes and just mirror what they do. This means that after QApplication construction is done, the S60 framework is initialized, but nothing will run yet and control will return to main(), where the user can start the event loop himself. One of the quirks of this approach is that the construction of the S60 framework makes a new cleanup stack. This means that any active traps will not be active anymore, and leaving without setting a new trap will most likely panic. This shouldn't be a problem for us, since Qt is never supposed to leave, but it means that if anyone uses the cleanup stack without setting a new trap, they will receive a panic. It was considered to add a trap mark in QApplication construction and then removing it on destruction, but it was dropped because leaving from main() is still undefined (even if the old cleanup stack would be restored in the destructor, we wouldn't be able to stop the exception from unwinding the stack, and the cleanup stack would then be unbalanced). RevBy: Jason Barron RevBy: Janne Anttila AutoTest: QWidget passed with same failure count
| | | * Use custom S60 framework construction instead of RunApplication().axis2009-08-261-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/s60main/qts60main.cpp
| * | | Use qreal for QGraphicsOpacityEffect opacity property.Michael Brasser2009-09-041-1/+1
| | | | | | | | | | | | | | | | Reviewed-by: Yann Bodson
* | | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-09-044-21/+32
|\ \ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ \ Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-04445-2953/+11797
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-04545-4623/+14864
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxflickable.cpp
| | * | | | | Smooth the rendering in the tiles, not of the tiles.Warwick Allison2009-09-042-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Turn smoothing on in webbrowsser demo.
| | * | | | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-0232-122/+421
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | | | Fix animation-after-zooming problem.Warwick Allison2009-09-022-8/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensures final viewport XY is set and that setting it always clears animations (even if the position is coincidentally unchanged). Case is changing width/height twice - once too small, then large enough again, first change starts correction animation, which must be stopped by second change.