Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Starting to implement grabWindow() for Lighthouse | Paul Olav Tvete | 2009-11-12 | 5 | -7/+32 |
| | |||||
* | Make tst_QWidget lower() and stackUnder() test functions pass | Paul Olav Tvete | 2009-11-12 | 1 | -3/+17 |
| | |||||
* | Support for override cursors, and fixed cursor change without a widget ↵ | Jeremy Katz | 2009-11-12 | 4 | -18/+38 |
| | | | | enter/leave | ||||
* | send client cursor via QVNCServer checkUpdate(), rather than asynchronously | Jeremy Katz | 2009-11-11 | 2 | -4/+9 |
| | |||||
* | include fb_base code using fb_base.pri, rather than as a library | Jeremy Katz | 2009-11-11 | 3 | -3/+6 |
| | |||||
* | Common framebuffer functionality for VNC and linuxfb, cursor event notification | Jeremy Katz | 2009-11-11 | 24 | -1123/+1173 |
| | |||||
* | Using the correct geometry | Jørgen Lind | 2009-11-09 | 3 | -5/+8 |
| | |||||
* | Adding the blitter paint engine | Jørgen Lind | 2009-11-09 | 5 | -0/+737 |
| | |||||
* | Compile after latest qvfbhdr changes | Paul Olav Tvete | 2009-11-04 | 1 | -5/+3 |
| | |||||
* | Fix autotest screenNumberForPoint on Lighthouse | Paul Olav Tvete | 2009-11-04 | 1 | -1/+1 |
| | |||||
* | initial commit of minimaldfb | Jørgen Lind | 2009-11-03 | 6 | -0/+590 |
| | |||||
* | Use correct keycode for Ctrl+<letter> | Paul Olav Tvete | 2009-11-02 | 1 | -4/+6 |
| | |||||
* | Merge branch 'lighthouse' of scm.dev.nokia.troll.no:qt/qt-lighthouse into ↵ | Jeremy Katz | 2009-11-02 | 2 | -1/+7 |
|\ | | | | | | | lighthouse | ||||
| * | Make QGraphicsSystemScreen a QObject | Anders Bakken | 2009-10-30 | 2 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | This has several advantages: We already see the various screen drivers making QObject-based helper classes for timers, socketNotifiers etc Also, this gives us more introspection from applications that now can query things from the screen. Reviewed-by: TrustMe | ||||
* | | lighthouse VNC cursor support | Jeremy Katz | 2009-10-30 | 8 | -7/+829 |
|/ | |||||
* | Remove debug output | Paul Olav Tvete | 2009-10-22 | 1 | -1/+1 |
| | |||||
* | WinId for toplevel windows. | Paul Olav Tvete | 2009-10-22 | 5 | -6/+30 |
| | |||||
* | Simplistic showMaximized/showFullScreen implementation | Paul Olav Tvete | 2009-10-22 | 1 | -2/+12 |
| | |||||
* | consolidate repainting of multiple QRects for the VNC display | Jeremy Katz | 2009-10-19 | 1 | -2/+1 |
| | | | | | | Schedule repainting of the VNC display backing store to allow multiple regions to be repainted in a single go. Requests are scheduled using a 0 timer. | ||||
* | consolidate repainting of multiple QRects for the VNC display | Jeremy Katz | 2009-10-19 | 2 | -20/+61 |
| | | | | | | Schedule repainting of the VNC display backing store to allow multiple regions to be repainted in a single go. Requests are scheduled using a 0 timer. | ||||
* | Implement enter/leave events for Lighthouse | Paul Olav Tvete | 2009-10-16 | 4 | -12/+22 |
| | |||||
* | One more fix for popup mouse events | Paul Olav Tvete | 2009-10-16 | 1 | -14/+12 |
| | | | | | If the mouse handler doesn't provide local coordinates, we have to map before finding the child widget | ||||
* | Adjustable screen size for VNC | Paul Olav Tvete | 2009-10-16 | 1 | -1/+10 |
| | |||||
* | Allow VNC top level widgits to be hidden | Jeremy Katz | 2009-10-16 | 3 | -2/+14 |
| | | | | via QGraphicsSystemScreen::setVisible() | ||||
* | Fix popup mouse event delivery and start implementing enter/leave events | Paul Olav Tvete | 2009-10-15 | 6 | -39/+91 |
| | | | | | If a popup has children, make sure to deliver mouse event to the child instead of the window. | ||||
* | Merge branch '4.6' into lighthouse | Paul Olav Tvete | 2009-10-14 | 1931 | -55217/+58988 |
|\ | | | | | | | | | | | Conflicts: src/gui/kernel/qapplication.cpp src/gui/kernel/qwidget.cpp | ||||
| * | Update Polish translations | Jarek Kobus | 2009-10-14 | 8 | -1730/+3657 |
| | | |||||
| * | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Miikka Heikkinen | 2009-10-14 | 1 | -10/+16 |
| |\ | |||||
| | * | Fix tst_QSidebar::addUrls() on Symbian. | Liang QI | 2009-10-14 | 1 | -10/+16 |
| | | | | | | | | | | | | | | | | | | On Symbian, QDir::rootPath() and QDir::home() are same. RevBy: Janne Anttila | ||||
| * | | Rebuilt configure.exe. | Miikka Heikkinen | 2009-10-14 | 1 | -0/+0 |
| |/ | | | | | | | Reviewed-by: Janne Koskinen | ||||
| * | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Miikka Heikkinen | 2009-10-14 | 4 | -59/+81 |
| |\ | |||||
| | * | Bump heap and stack size for Phonon plugins. | Frans Englich | 2009-10-14 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | This is required by the Helix plugin. As discussed with Dallas team/Fu Liz. Reviewed-by: Shane Kearns | ||||
| | * | doc: Replaced \obsolete with \warning. | Martin Smith | 2009-10-14 | 3 | -59/+76 |
| | | | | | | | | | | | | | | | | | | Warning: This class is provided only to get access to S60 specific functionality in the application framework classes. It is not portable. We strongly recommend against using it in new applications. | ||||
| * | | Synced QT_BUILD_PARTS in .qmake.cache and projects.pro for Symbian. | Miikka Heikkinen | 2009-10-14 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Projects.pro is forcing QT_BUILD_PARTS to omit docs and translations, but configure still outputted those into .qmake.cache. Fixed configure to also omit them for Symbian builds to make building demos work equally whether built by from root or not. Task-number: QT-1018 Reviewed-by: axis | ||||
| * | | Changed "Qt for S60" -> "Qt for Symbian" in configure. | Miikka Heikkinen | 2009-10-14 | 1 | -1/+1 |
| |/ | | | | | | | Reviewed-by: axis | ||||
| * | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Miikka Heikkinen | 2009-10-14 | 14 | -72/+158 |
| |\ | |||||
| | * | Cocoa: qfiledialog will not exit cleanly | Richard Moe Gustavsen | 2009-10-14 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The native filedialog will not exit if it is told to hide. To remedy this, we just add an extra interrupt call so to inform the event dispatcher that it needs to return the the event loop to check if it has been told to quit Rev-By: olivier | ||||
| | * | qdoc: Made the \sincelist command produce better html. | Martin Smith | 2009-10-14 | 3 | -66/+105 |
| | | | |||||
| | * | Fix the autotest for S60, skip tst_QPainter::drawClippedEllipse(). | Liang QI | 2009-10-14 | 1 | -1/+1 |
| | | | | | | | | | | | | RevBy: Janne Anttila | ||||
| | * | Fix the install targets on the new embedded demos | Tom Cooksey | 2009-10-14 | 8 | -4/+48 |
| | | | |||||
| | * | Build the embedded demos on X11 so they can be used by Maemo | Tom Cooksey | 2009-10-14 | 1 | -1/+1 |
| | | | |||||
| * | | Removed platform specific include from qprocess.h | Miikka Heikkinen | 2009-10-14 | 4 | -11/+13 |
| |/ | | | | | | | | | | | | | | | It wasn't necessary to have a Symbian specific include in qprocess.h, as 64-bit integer will work as pid also in Symbian. Task-number: QT-2266 Reviewed-by: Janne Anttila | ||||
| * | Remove excess spam from autotests when postgresql creates primary indexes. | Bill King | 2009-10-14 | 7 | -2/+40 |
| | | |||||
| * | Improve scissor clipping in the OpenVG engine | Rhys Weatherley | 2009-10-13 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | If the scissor is being used to clip instead of the mask, use the bounding rectangle of the clip path if it cannot be handled as a simple rectangle. Reviewed-by: trustme | ||||
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Rhys Weatherley | 2009-10-13 | 2 | -4/+12 |
| |\ | |||||
| | * | Add further documentation to scratchbox 2 mkspec | Donald Carr | 2009-10-13 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Documented that pkg-config functionality must be forced if used in conjunction with this mkspec, and that PKG_CONFIG_PATH is a shell variable not a qmake variable. Reviewed-by: Anders Bakken <anders.bakken@nokia.com> | ||||
| | * | Don't create too many window surfaces in DFB | Anders Bakken | 2009-10-13 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Since DirectFB handles the composition for us we don't need to invalidate anything when moving a window. Only on resize do we want another paint event. Reviewed-by: Donald Carr <donald.carr@nokia.com> | ||||
| | * | Make sure we don't repaint when moving a window | Anders Bakken | 2009-10-13 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | We need to make sure the QDirectFBWindowSurface returns true for isBuffered(). Otherwise QWSWindowSurface will force a repaint when moved. Reviewed-by: Donald Carr <donald.carr@nokia.com> | ||||
| * | | Explicitly request the alpha mask in the EGL configuration | Rhys Weatherley | 2009-10-13 | 1 | -0/+4 |
| |/ | | | | | | | | | | | | | | | The EGL implementation used in S60/NGA for OpenVG does not return a configuration with alpha masking unless it is explicitly requested. Reviewed-by: Julian de Bhal | ||||
| * | Add unsupported mkspec for scratchbox 2 targets | Donald Carr | 2009-10-13 | 2 | -0/+74 |
| | | | | | | | | | | | | | | | | | | | | Scratchbox 2 abstracts away toolchain considerations when cross compiling, allowing us to introduce a generic scratchbox 2 mkspec. See blog for more details: http://labs.trolltech.com/blogs/2009/09/10/cross-compiling-qtx11 Reviewed-by: Anders Bakken <anders.bakken@nokia.com> |