summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of c:\dev\qt-graphics-4.6Gunnar Sletta2009-11-04230-4275/+6435
|\
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-0417-1355/+1460
| |\
| | * Fix trivial qdoc errorJason McDonald2009-11-041-1/+1
| | * QGtkStyle refactoringRobert Griebl2009-11-0313-1350/+1455
| | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-033-4/+4
| | |\
| | | * Doc/i18n: Fixed source strings for translation.David Boddie2009-11-031-1/+1
| | | * Doc: Fixed qdoc warnings.David Boddie2009-11-022-3/+3
| * | | Remove QMatrix4x4& return values in response to API review feedbackRhys Weatherley2009-11-042-78/+61
| * | | Incorporate API review feedback for math3d classes.Rhys Weatherley2009-11-046-133/+165
| * | | Fixed QPainterPath::addRoundedRect() for paths with Qt::WindingFill.Kim Motoyoshi Kalland2009-11-031-10/+10
| * | | Merge branch 'statemachine-api-changes' into 4.6Eskil Abrahamsen Blomfeldt2009-11-038-63/+63
| |\ \ \
| | * | | Change name of QMouseEventTransition::path() to hitTestPath().Eskil Abrahamsen Blomfeldt2009-11-034-14/+14
| | * | | Change name of modifiersMask property to "modifierMask"Eskil Abrahamsen Blomfeldt2009-11-038-49/+49
| * | | | Fixed fillRect on QImage::Format_ARGB32 images.Kim Motoyoshi Kalland2009-11-031-1/+9
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-033-10/+13
| |\ \ \ \
| | * | | | Fixed some compiler warnings.Samuel Rødal2009-11-031-5/+4
| | * | | | Made QPainter::drawText() respect Qt::TextDontClip flag.Samuel Rødal2009-11-031-1/+1
| | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-039-31/+122
| | |\ \ \ \
| | * | | | | Fixed crash in QPixmap::fromImage with an Indexed8 without a colortable.Gunnar Sletta2009-11-031-4/+8
| * | | | | | Check for QPixmap::isNull() in QPainter::drawPixmap()Gunnar Sletta2009-11-031-1/+1
| * | | | | | Compile...Gunnar Sletta2009-11-031-2/+2
| * | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-03125-1079/+2461
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | / / | | | |_|/ / | | |/| | |
| | * | | | fix font height calculation on QWSJoerg Bornemann2009-11-031-1/+1
| | * | | | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-02122-1078/+2427
| | |\ \ \ \
| | | * \ \ \ Merge commit 'origin/4.6' into featureJørgen Lind2009-11-02118-1758/+2571
| | | |\ \ \ \
| | | | * | | | Compilation error due to undefined EGL_BIND_TO_TEXTURE_RGB for OpenGLKeith Isdale2009-11-021-0/+4
| | | | * | | | Compilation failure QtOpenGL when Opengl ES is used on Qt for Windows CEKeith Isdale2009-11-021-1/+1
| | | | * | | | Track declarative changesWarwick Allison2009-11-021-1/+1
| | | | * | | | Merge commit '8c4edbd04f350294462fd689748de2dd7cc84d47' into 4.6-upstreamBradley T. Hughes2009-10-3037-294/+1053
| | | | |\ \ \ \
| | | | | * | | | Fix tab widget painting in QGtkStyle with reverseJens Bache-Wiig2009-10-086-28/+166
| | | | | * | | | Tabs with corner widgets are drawn incorrectly in document mode on Mac.Prasanth Ullattil2009-10-292-7/+7
| | | | | * | | | Ensure that button returns 0 for mouse move eventsDean Dettman2009-10-291-4/+3
| | | | | * | | | Fix a combobox autotest on VistaJens Bache-Wiig2009-10-071-2/+3
| | | | | * | | | Fix split tool button drawing on Vista when not in a tool barJens Bache-Wiig2009-10-071-10/+36
| | | | | * | | | Wrong font used when moving a tab in document mode.Prasanth Ullattil2009-10-281-0/+1
| | | | | * | | | Replaced QMap with QHash where possible in the gesture manager implementation.Denis Dzyubenko2009-10-282-13/+13
| | | | | * | | | Tiny doc change by David Boddie.Denis Dzyubenko2009-10-281-3/+3
| | | | | * | | | Delete all gesture objects and recognizers when gesture manager is deleted.Denis Dzyubenko2009-10-281-0/+5
| | | | | * | | | Fixed the gesture event filtering through multiple gesture recognizers.Denis Dzyubenko2009-10-282-25/+29
| | | | | * | | | Removed obsolete private field from the QGesture and fixed the doc.Denis Dzyubenko2009-10-283-11/+7
| | | | | * | | | Mark the QGestureEvent::setWidget as internalThomas Zander2009-10-281-0/+2
| | | | | * | | | Make the un/registerGestureRecognizer methods staticThomas Zander2009-10-281-2/+2
| | | | | * | | | Rename private member variables to begin with m_Thomas Zander2009-10-282-67/+66
| | | | | * | | | Drag and drop of plain text doesnot work on Mac.Prasanth Ullattil2009-10-283-8/+15
| | | | | * | | | Introduce QGesture::GestureCancelPolicy, a way to auto-cancel gesturesThomas Zander2009-10-285-7/+133
| | | | | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6-WM_...Bradley T. Hughes2009-10-2820-134/+609
| | | | | |\ \ \ \
| | | | | | * | | | Emit workAreaResized() in X11 when it changesGustavo Pichorim Boiko2009-10-272-9/+6
| | | | | | * | | | Fill gap of X.org/XFree multimedia/special/launcher keysHelio Chissini de Castro2009-10-272-91/+369
| | | | | | * | | | Renamed QGestureRecognizer::ResultFlags to ResultFlagDenis Dzyubenko2009-10-272-3/+3
| | | | | | * | | | Implemented QGestureRecognizer::ConsumeEventHintDenis Dzyubenko2009-10-271-2/+4