| Commit message (Expand) | Author | Age | Files | Lines |
* | Doc: Exclude the Q_CORE_EXPORT_INLINE declaration from the docs. | David Boddie | 2009-09-21 | 1 | -0/+1 |
|
|
* | qdoc: Reverting 4.6 to %VERSION%. | Martin Smith | 2009-09-21 | 1 | -1/+1 |
|
|
* | qdoc: Added \brief texts to all the since 4.6 functions. | Martin Smith | 2009-09-21 | 11 | -21/+59 |
|
|
* | Fix printing with glyph substitution | Eskil Abrahamsen Blomfeldt | 2009-09-21 | 1 | -0/+5 |
|
|
* | Fixed a warning. | Trond Kjernaasen | 2009-09-21 | 1 | -1/+1 |
|
|
* | Corrected license header in /tools/xmlpatternsvalidator/main.h. | Kim Motoyoshi Kalland | 2009-09-21 | 1 | -1/+1 |
|
|
* | Removed empty line before the license header in qdesigner_utils_p.h. | Kim Motoyoshi Kalland | 2009-09-21 | 1 | -1/+0 |
|
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Andy Shaw | 2009-09-21 | 9 | -32/+60 |
|\ |
|
| * | Fixed license headers in /util/qlalr. | Kim Motoyoshi Kalland | 2009-09-21 | 8 | -8/+8 |
|
|
| * | Improved license header autotest. | Kim Motoyoshi Kalland | 2009-09-21 | 1 | -24/+52 |
|
|
* | | Ensure that the menu only shows when clicking on the menu button | Andy Shaw | 2009-09-21 | 2 | -1/+57 |
|/ |
|
* | Fix signal/slot connection bug | Richard Moe Gustavsen | 2009-09-21 | 1 | -7/+2 |
|
|
* | 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 |
|
|
* | Demo browser: Enable DNS prefetching | Markus Goetz | 2009-09-21 | 1 | -0/+2 |
|
|
* | On Mac, the posted events are processed on the first time in the loop | Benjamin Poulain | 2009-09-21 | 3 | -15/+64 |
|
|
* | use JSObject::inherits() instead of JSObject::isObject() | Kent Hansen | 2009-09-21 | 6 | -15/+15 |
|
|
* | Update recommendation for make command to run after configure for Symbian | Iain | 2009-09-21 | 2 | -1/+1 |
|
|
* | qdoc: Added "since" 4.6 lists to the "What's New" page. | Martin Smith | 2009-09-21 | 7 | -8/+87 |
|
|
* | Compile fix for non-Symbian. | Alessandro Portale | 2009-09-21 | 1 | -1/+1 |
|
|
* | Make the 'softkeys' example compile again after softkey changes. | Jason Barron | 2009-09-21 | 1 | -6/+3 |
|
|
* | 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 | 7 | -25/+183 |
|
|
* | 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 | 7 | -15/+19 |
|
|
* | Refactor soft keys implementation. | Jason Barron | 2009-09-21 | 21 | -355/+401 |
|
|
* | Fix one QDialog auto test case where due to changed S60 positioning rules, | Sami Merilä | 2009-09-21 | 1 | -1/+22 |
|
|
* | S60 native looking dialog support. | Sami Merilä | 2009-09-21 | 10 | -26/+535 |
|
|
* | Fix bug in the invisibleStretchLastSection autotest. | Jan-Arve Sæther | 2009-09-21 | 1 | -15/+15 |
|
|
* | Performance: reduce overhead of updateMatrix() in GL2 paint engine | Rhys Weatherley | 2009-09-21 | 1 | -32/+45 |
|
|
* | Make OpenGL overpainting example compile under OpenGL/ES 1.1 | Rhys Weatherley | 2009-09-21 | 2 | -5/+12 |
|
|
* | Add missing license header | Rhys Weatherley | 2009-09-21 | 1 | -0/+41 |
|
|
* | Increase precision when normalizing vectors | Rhys Weatherley | 2009-09-21 | 4 | -8/+34 |
|
|
* | remove display lists and qt3d-ize overpainting/hellogl example | Sarah Smith | 2009-09-21 | 10 | -252/+624 |
|
|
* | Accelerate drawRoundedRect() for the OpenVG paint engine | Rhys Weatherley | 2009-09-20 | 3 | -4/+104 |
|
|
* | Making Keypad Navigation more usable | Alessandro Portale | 2009-09-19 | 13 | -28/+1493 |
|
|
* | Doc: Resized the gestures (multitouch) image on the examples page. | David Boddie | 2009-09-18 | 2 | -1/+1 |
|
|
* | 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 |
|
|
* | Small improvements to some autotests. | Denis Dzyubenko | 2009-09-18 | 3 | -128/+54 |
|
|
* | 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 |
|
|
* | make tests/auto/qicon/qicon.pro work in shadow builds | Joerg Bornemann | 2009-09-18 | 1 | -5/+7 |
|
|