| Commit message (Expand) | Author | Age | Files | Lines |
* | Improved the gesture api. | Denis Dzyubenko | 2009-09-03 | 1 | -2/+0 |
|
|
* | Doc: Said what happens when setFocus() is called on a widget in an | Geir Vattekar | 2009-09-01 | 1 | -0/+2 |
|
|
* | Make QMargins a proper class | Jens Bache-Wiig | 2009-08-31 | 1 | -1/+35 |
|
|
* | doc: Fixed several qdoc errors. | Martin Smith | 2009-08-31 | 1 | -1/+1 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
|\ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
| * | Qt's domain name is now qt.nokia.com. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
* | | doc: Fixed several qdoc errors. | Martin Smith | 2009-08-28 | 1 | -5/+4 |
|
|
* | | Doc: Widgets may ignore the role set with QWidget::setForegroundRole(). | Geir Vattekar | 2009-08-27 | 1 | -0/+8 |
|
|
* | | doc: fixes qdoc warnings/errors related to the Graphics Effect framework. | Bjørn Erik Nilsen | 2009-08-26 | 1 | -0/+9 |
|
|
* | | Fix warning. | Olivier Goffart | 2009-08-26 | 1 | -1/+3 |
|
|
* | | fix warnings on Windows CE | Joerg Bornemann | 2009-08-26 | 1 | -1/+4 |
|
|
* | | Cocoa: bugfix for autocads plugin project | Richard Moe Gustavsen | 2009-08-25 | 1 | -0/+4 |
|
|
* | | "d->" is not used. Fix MSVC warning. | Alessandro Portale | 2009-08-21 | 1 | -2/+0 |
|
|
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into master-s60 | axis | 2009-08-21 | 1 | -12/+191 |
|\ \ |
|
| * | | Delete existing graphics effect when setting a new one. | Bjørn Erik Nilsen | 2009-08-20 | 1 | -3/+14 |
|
|
| * | | Fix the most obvious rendering bugs when applying an effect to QWidget. | Bjørn Erik Nilsen | 2009-08-20 | 1 | -15/+80 |
|
|
| * | | Add support for graphics effects on QWidget. | Bjørn Erik Nilsen | 2009-08-20 | 1 | -3/+106 |
|
|
* | | | Merge commit 'qt/master' | Jason Barron | 2009-08-18 | 1 | -25/+24 |
|\ \ \
| |/ / |
|
| * | | Restructure the documentation, both on a file and on a content level. | Volker Hilsheimer | 2009-08-17 | 1 | -22/+22 |
|
|
| * | | Fixed coverity warnings | Thierry Bastian | 2009-08-14 | 1 | -3/+2 |
|
|
* | | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 1 | -5/+8 |
|\ \ \
| |/ / |
|
| * | | Update URL's to use new domain. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
| * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
| * | | QWidget::isHidden documentation clarification. | Jocelyn Turcotte | 2009-08-11 | 1 | -3/+6 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-10 | 1 | -12/+12 |
|\ \ \
| |/ / |
|
| * | | Make sure QWidget::setStyle() relayouts its children. | Jan-Arve Sæther | 2009-08-06 | 1 | -1/+3 |
|
|
| * | | Fixes a regression in qwidget when setting a large minimum size. | Denis Dzyubenko | 2009-08-06 | 1 | -9/+9 |
|
|
| * | | Rearranged the gesture code a bit for future native gestures on Windows. | Denis Dzyubenko | 2009-08-06 | 1 | -2/+0 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-06 | 1 | -57/+3 |
|\ \ \
| |/ / |
|
| * | | Fix compilation after my last change to qobject_p.h | Thiago Macieira | 2009-08-04 | 1 | -3/+3 |
|
|
| * | | Reorganise QObjectPrivate so that it's easier to tell what's in it. | Thiago Macieira | 2009-08-04 | 1 | -4/+3 |
|
|
| * | | Moved the native window gesture handling code to the right place. | Denis Dzyubenko | 2009-08-04 | 1 | -53/+0 |
|
|
| * | | Renamed internal WinGesture event to NativeGesture. | Denis Dzyubenko | 2009-08-04 | 1 | -8/+8 |
|
|
* | | | Merge commit 'origin/master' | Jason Barron | 2009-08-04 | 1 | -32/+66 |
|\ \ \ |
|
| * | | | Trailing whitespace and tab/space fixes for src/gui | Janne Anttila | 2009-08-04 | 1 | -12/+12 |
|
|
| * | | | Squashed commit of the topic/exceptions branch. | Harald Fernengel | 2009-08-03 | 1 | -20/+54 |
|
|
* | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-04 | 1 | -9/+28 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Merge branch '4.5' | Thiago Macieira | 2009-08-03 | 1 | -0/+4 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Prematurely creating a dialog as a sheet causes problems | Richard Moe Gustavsen | 2009-07-24 | 1 | -0/+4 |
|
|
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Aaron Kennedy | 2009-07-31 | 1 | -6/+15 |
| |\ \ \ |
|
| | * | | | Added an ability to remove size constraints from a widget. | Denis Dzyubenko | 2009-07-30 | 1 | -6/+15 |
|
|
| * | | | | Fixing qml for QWidget support (crash) | Thomas Hartmann | 2009-07-31 | 1 | -0/+6 |
| |/ / / |
|
| * | | | Doc: The layout documentation is not a list of classes. | Volker Hilsheimer | 2009-07-29 | 1 | -3/+3 |
|
|
* | | | | Compile fixes after latest merge of 4.6. | Jason Barron | 2009-07-28 | 1 | -4/+3 |
|
|
* | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-27 | 1 | -143/+100 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | Bad drawing of styled viewports within QAbstractScrollArea | Olivier Goffart | 2009-07-15 | 1 | -26/+32 |
|
|
| * | | Make the window title set by setWindowFilePath() match our docs. | Norwegian Rock Cat | 2009-07-14 | 1 | -3/+1 |
|
|
| * | | Merge commit 'origin/4.5' | Bill King | 2009-07-13 | 1 | -5/+2 |
| |\ \
| | |/ |
|