Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | API review: Rename numRects() -> rectCount() | Marius Storm-Olsen | 2009-11-09 | 1 | -2/+2 |
* | API review: Rename numCols() -> colorCount() | Marius Storm-Olsen | 2009-11-06 | 2 | -4/+13 |
* | API review: Rename functions numColors(), setNumColors() and numBytes() | Marius Storm-Olsen | 2009-11-06 | 1 | -1/+1 |
* | Line spacing fixes | Joerg Bornemann | 2009-10-23 | 2 | -2/+2 |
* | Make QT_DIRECTFB_SUBSURFACE an opt-in option | Anders Bakken | 2009-10-15 | 1 | -1/+1 |
* | fix creation of qws directory when app start preceeds qvfb | Jeremy Katz | 2009-10-05 | 1 | -1/+1 |
* | make private qws/qvfb data directory non-default, default to non-user specific | Jeremy Katz | 2009-10-02 | 1 | -1/+17 |
* | Enable qws/qvfb use for multiple users on one machine | Jeremy Katz | 2009-10-01 | 4 | -15/+25 |
* | Don't disable painting with multiple screens and VNC | Jeremy Katz | 2009-09-23 | 1 | -0/+4 |
* | Implement QDirectFBPaintEngine::drawRoundedRect | Anders Bakken | 2009-09-18 | 1 | -1/+1 |
* | Make QT_DIRECTFB_PALETTE an opt-in option | Anders Bakken | 2009-09-16 | 1 | -1/+1 |
* | Removed some superfluous semicolons | Alessandro Portale | 2009-09-09 | 1 | -2/+2 |
* | Update license headers again. | Jason McDonald | 2009-09-09 | 111 | -444/+444 |
* | Rewrite of DirectFB locking mechanism | Anders Bakken | 2009-09-01 | 1 | -0/+1 |
* | Add DirectFB to QScreenDriverFactory | Anders Bakken | 2009-09-01 | 1 | -2/+7 |
* | Add directfb.pri to embedded.pri | Anders Bakken | 2009-09-01 | 1 | -0/+4 |
* | Copy directfb.pro to src/gui/embedded/directfb.pri | Anders Bakken | 2009-09-01 | 1 | -0/+38 |
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 10 | -130/+130 |
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 101 | -1313/+1313 |
|\ | |||||
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 115 | -1495/+1495 |
| * | Update license headers. | Jason McDonald | 2009-08-11 | 115 | -115/+115 |
* | | Make QWS compile with namespaces | Paul Olav Tvete | 2009-08-26 | 12 | -19/+45 |
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-21 | 2 | -10/+28 |
|\ \ | |||||
| * | | Convert the screen cursor image to native premultiplied format | Paul Olav Tvete | 2009-08-21 | 1 | -1/+21 |
| * | | Allow linuxfb device names like /dev/fb/0 | Takumi ASAKI | 2009-08-21 | 1 | -9/+7 |
* | | | Merge commit 'qt/master' | Jason Barron | 2009-08-18 | 3 | -3/+2 |
|\ \ \ | |/ / | |||||
| * | | Restructure the documentation, both on a file and on a content level. | Volker Hilsheimer | 2009-08-17 | 2 | -2/+1 |
| * | | Use LIBS_PRIVATE on Mac and X11. | Thiago Macieira | 2009-08-17 | 1 | -1/+1 |
* | | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 111 | -111/+111 |
|\ \ \ | |/ / | |||||
| * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 111 | -111/+111 |
* | | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATE | Harald Fernengel | 2009-08-06 | 5 | -6/+6 |
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-06 | 6 | -30/+30 |
|\ \ \ | |/ / | |||||
| * | | Fix incorrect license headers. | Jason McDonald | 2009-08-04 | 6 | -30/+30 |
* | | | Merge commit 'origin/master' | Jason Barron | 2009-08-04 | 7 | -11/+17 |
|\ \ \ | |||||
| * | | | Squashed commit of the topic/exceptions branch. | Harald Fernengel | 2009-08-03 | 7 | -11/+17 |
* | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-04 | 13 | -54/+1203 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Port of Qt to QNX | Harald Fernengel | 2009-07-29 | 13 | -54/+1202 |
| * | | | Port of Qt to VxWorks | Robert Griebl | 2009-07-29 | 1 | -0/+1 |
* | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-28 | 1 | -4/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Doc: Remove more links to obsolete functions. | Volker Hilsheimer | 2009-07-25 | 1 | -4/+4 |
* | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-27 | 29 | -2000/+334 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | |||||
| * | | Qt/EL mouse and keyboard driver cleanup. | Robert Griebl | 2009-07-23 | 18 | -1949/+254 |
| * | | Fixed embedded mouse and keyboard docu for 4.6 | Robert Griebl | 2009-07-23 | 1 | -5/+3 |
| * | | Doc: document reimplementations of internal functions as internal. | Volker Hilsheimer | 2009-07-21 | 1 | -4/+4 |
| * | | Port gui/embedded to the EINTR-safe functions. | Thiago Macieira | 2009-07-02 | 17 | -75/+106 |
* | | | Merge commit 'qt/master-stable' into 4.6-merged | Jason Barron | 2009-06-30 | 115 | -230/+230 |
|\ \ \ | |/ / | |||||
| * | | Update license headers in files that are new in 4.6. | Jason McDonald | 2009-06-17 | 3 | -6/+6 |
| * | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 112 | -224/+224 |
| |\ \ | | |/ | |||||
| | * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 115 | -230/+230 |
* | | | Merge commit 'qt/master-stable' into 4.6-stable | Jason Barron | 2009-06-25 | 28 | -1215/+1955 |
|\ \ \ | |/ / |