| Commit message (Expand) | Author | Age | Files | Lines |
* | The firstTimeObserver is not released if the event loop is never run | Benjamin Poulain | 2009-09-21 | 2 | -8/+11 |
|
|
* | Clean up | João Abecasis | 2009-09-21 | 3 | -6/+0 |
|
|
* | Optimized GL2 engine to use scissor clipping more aggressively. | Samuel Rødal | 2009-09-21 | 2 | -95/+72 |
|
|
* | Made subpixel antialiasing in the GL2 engine work on X11 as well. | Samuel Rødal | 2009-09-21 | 2 | -0/+23 |
|
|
* | QtScript: Fix comparing QVariant and QObject. | Olivier Goffart | 2009-09-21 | 8 | -1/+50 |
|
|
* | Resubmit support for subpixel antialiasing on text in the GL2 engine. | Kim Motoyoshi Kalland | 2009-09-21 | 8 | -25/+186 |
|
|
* | When using Plastique style, changing the background style sheet property of a | Gabriel de Dietrich | 2009-09-21 | 2 | -1/+4 |
|
|
* | Doc: Indicated that press and release events occur with double clicks. | David Boddie | 2009-09-21 | 1 | -5/+7 |
|
|
* | Doc: Tidied up the QDesktopWidget documentation. | David Boddie | 2009-09-21 | 1 | -28/+47 |
|
|
* | qdoc: Added \brief texts to all the since 4.6 functions. | Martin Smith | 2009-09-21 | 9 | -17/+50 |
|
|
* | Fix printing with glyph substitution | Eskil Abrahamsen Blomfeldt | 2009-09-21 | 1 | -0/+5 |
|
|
* | Ensure that the menu only shows when clicking on the menu button | Andy Shaw | 2009-09-21 | 1 | -1/+3 |
|
|
* | Refactored gl window surface a bit. | Gunnar Sletta | 2009-09-21 | 1 | -37/+43 |
|
|
* | Fix QPrintDialog with no parent and no active window | Eskil Abrahamsen Blomfeldt | 2009-09-21 | 1 | -2/+6 |
|
|
* | On Mac, the posted events are processed on the first time in the loop | Benjamin Poulain | 2009-09-21 | 2 | -2/+32 |
|
|
* | use JSObject::inherits() instead of JSObject::isObject() | Kent Hansen | 2009-09-21 | 6 | -15/+15 |
|
|
* | Compile fix for non-Symbian. | Alessandro Portale | 2009-09-21 | 1 | -1/+1 |
|
|
* | Get menubars working again with new softkey API. | Jason Barron | 2009-09-21 | 2 | -1/+4 |
|
|
* | Introduce MenuSoftKey as a standard key to the internal enum. | Jason Barron | 2009-09-21 | 3 | -1/+6 |
|
|
* | Introduce a d-pointer to QSoftKeyManager. | Jason Barron | 2009-09-21 | 2 | -18/+31 |
|
|
* | Add a new compressable event QEvent::UpdateSoftKeys. | Jason Barron | 2009-09-21 | 5 | -25/+41 |
|
|
* | Simplify the soft key roles of QAction. | Jason Barron | 2009-09-21 | 12 | -107/+78 |
|
|
* | QWizard changed to use the new soft key API. | Jason Barron | 2009-09-21 | 1 | -42/+57 |
|
|
* | Change QDialogButtonBox to use the new soft key API. | Jason Barron | 2009-09-21 | 1 | -106/+39 |
|
|
* | Change QProgressDialog to use the new soft key API. | Jason Barron | 2009-09-21 | 1 | -9/+26 |
|
|
* | Change QErrorMessage to use the new soft key API. | Jason Barron | 2009-09-21 | 1 | -30/+15 |
|
|
* | Give the soft key functionality it's own macro. | Jason Barron | 2009-09-21 | 6 | -14/+18 |
|
|
* | Refactor soft keys implementation. | Jason Barron | 2009-09-21 | 20 | -334/+387 |
|
|
* | S60 native looking dialog support. | Sami Merilä | 2009-09-21 | 9 | -26/+513 |
|
|
* | Performance: reduce overhead of updateMatrix() in GL2 paint engine | Rhys Weatherley | 2009-09-21 | 1 | -32/+45 |
|
|
* | Increase precision when normalizing vectors | Rhys Weatherley | 2009-09-21 | 4 | -8/+34 |
|
|
* | Accelerate drawRoundedRect() for the OpenVG paint engine | Rhys Weatherley | 2009-09-20 | 2 | -0/+100 |
|
|
* | Making Keypad Navigation more usable | Alessandro Portale | 2009-09-19 | 10 | -28/+196 |
|
|
* | A pen/brush can be invalid and have a valid color | Anders Bakken | 2009-09-18 | 1 | -8/+12 |
|
|
* | Implement QDirectFBPaintEngine::drawRoundedRect | Anders Bakken | 2009-09-18 | 3 | -2/+11 |
|
|
* | Remove 3rdparty/javascriptcore unused .pro file that produce errors during | Jocelyn Turcotte | 2009-09-18 | 1 | -73/+0 |
|
|
* | Corrected some license headers. | Kim Motoyoshi Kalland | 2009-09-18 | 3 | -11/+100 |
|
|
* | Windows CE specific time functions removed from QtWebKit | Joerg Bornemann | 2009-09-18 | 6 | -698/+2 |
|
|
* | Switch glyph cache from Qt to Symbian | Liang QI | 2009-09-18 | 3 | -3/+49 |
|
|
* | Allow forcing an empty window title. | Denis Dzyubenko | 2009-09-18 | 1 | -1/+1 |
|
|
* | initialize the this-register of the global context | Kent Hansen | 2009-09-18 | 1 | -0/+1 |
|
|
* | put the this-register calculation into a function | Kent Hansen | 2009-09-18 | 3 | -3/+10 |
|
|
* | QtWebKit Windows CE compile fix | Joerg Bornemann | 2009-09-18 | 2 | -0/+8 |
|
|
* | QtWebKit Windows CE compile fixes | Joerg Bornemann | 2009-09-18 | 5 | -6/+8 |
|
|
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6 | Simon Hausmann | 2009-09-18 | 2 | -2/+18 |
|\ |
|
| * | Application crashes when a menu is inserted twice on a menubar (Cocoa). | Prasanth Ullattil | 2009-09-18 | 2 | -2/+18 |
|
|
* | | Fixed broken scrolling of cached graphics items on X11. | Samuel Rødal | 2009-09-18 | 1 | -41/+1 |
|
|
* | | Fixed passing a zero drawable to X11 api causing X errors. | Denis Dzyubenko | 2009-09-18 | 1 | -4/+9 |
|
|
* | | Improved a qt_x11_wait_for_window_manager. | Denis Dzyubenko | 2009-09-18 | 1 | -7/+30 |
|
|
* | | More robust implementation of qt_x11_wait_for_window_manager | Olivier Goffart | 2009-09-18 | 1 | -4/+9 |
|
|