summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix missing/outdated license headers.Jason McDonald2009-05-219-19/+289
* remove QT_EXPERIMENTAL stuffKent Hansen2009-05-209-49/+10
* Removing QT_EXPERIMENTAL_SOLUTION from the animation apiLeonardo Sobral Cunha2009-05-191-5/+0
* Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-05-142-0/+4
|\
| * Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...David Boddie2009-05-131-5/+0
| |\
| * \ Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...David Boddie2009-05-1295-1183/+1765
| |\ \
| * | | Merged local changes.David Boddie2009-04-292-0/+4
* | | | Make QAbstractTransition::eventTest() non-constEskil Abrahamsen Blomfeldt2009-05-148-8/+8
| |_|/ |/| |
* | | kill the QT_STATEMACHINE_SOLUTION defineKent Hansen2009-05-131-5/+0
| |/ |/|
* | Merge branch 'kinetic-statemachine' of git@scm.dev.nokia.troll.no:qt/kinetic ...Alexis Menard2009-05-1214-571/+154
|\ \
| * | add event as argument to onEntry(), onExit() and onTransition()Kent Hansen2009-05-058-10/+10
| |/
| * kill dead function declarationKent Hansen2009-04-291-1/+0
| * rename QBoundEvent to QWrappedEvent and make it publicKent Hansen2009-04-293-23/+14
| * modifiers --> modifiersMaskKent Hansen2009-04-298-24/+98
| * kill unnecessary qmake variable modsKent Hansen2009-04-291-3/+0
| * Fixes for solution package.Jan-Arve Sæther2009-04-221-2/+3
| * remove QItemAnimation and add the interpolator for QColorThierry Bastian2009-04-204-508/+27
| * Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-04-201-3/+4
| |\
| | * Fix compilation after a merge errorAlexis Menard2009-04-171-3/+4
| * | docKent Hansen2009-04-202-0/+2
| * | docKent Hansen2009-04-171-1/+1
| * | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-04-17140-2487/+3757
| |\ \ | | |/
| | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animationsAlexis Menard2009-04-17140-2487/+3757
| | |\
| | * | Initial import of kinetic-animations branch from the old kineticAlexis Menard2009-04-171197-0/+672356
| | /
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-statemachineAlexis Menard2009-05-12182-3614/+5467
|\ \ \ | |/ / |/| |
| * | Fix handling of gradients on pens in the emulation paint engine.Kim Motoyoshi Kalland2009-05-121-3/+19
| * | Fixed bug with Qt::WidgetWithChildren shortcut context in QGraphicsWidget.jasplin2009-05-121-0/+1
| * | Explaining details in QKeyEvent consruktor signatureMorten Engvoldsen2009-05-111-6/+7
| * | Made QFontEngineFT compile on 64-bit platforms with legacy headers.Samuel Rødal2009-05-111-1/+1
| * | Clarifying docs for QTextTable::splitCell()Morten Engvoldsen2009-05-111-1/+6
| * | Fixes a code snippet for QPainter::xFormDev()Andy Shaw2009-05-111-2/+2
| * | Prevented asynchronous access to non-thread safe libfontconfig API.Samuel Rødal2009-05-081-11/+32
| * | Fixes a crash in QPrinterDialog with relative filenamesJoão Abecasis2009-05-082-2/+1
| * | Fix QCompleter with UnfilteredPopupCompletionJoão Abecasis2009-05-081-1/+1
| * | Fix reentrency of the QCSS engine.Olivier Goffart2009-05-081-10/+6
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Martin Smith2009-05-081-2/+2
| |\ \
| | * | Fixed a problem with QPrinter::NativeFormat printers not being valid.Trond Kjernåsen2009-05-081-2/+2
| * | | qdoc: Moved platform-specific qdoc comments to common .cpp file.Martin Smith2009-05-082-13/+14
| |/ /
| * | Fixed a problem that caused QPrintDialog to invalidate QPrinter.Trond Kjernåsen2009-05-071-5/+5
| * | Compiler warnings (Mac/Carbon)Bjoern Erik Nilsen2009-05-074-7/+6
| * | handle the back soft key on Windows mobile SmartPhonesJoerg Bornemann2009-05-072-1/+30
| * | Fixed some inconsistencies for image drawing on non-integer coords.Samuel Rødal2009-05-071-3/+16
| * | Win: QLineEdit not updating correctly when embedded in Graphics ViewBjoern Erik Nilsen2009-05-071-1/+2
| * | qdoc: Moved platform-specific qdoc comments to common .cpp file.Martin Smith2009-05-078-343/+379
| * | Ensure that small and mini spin boxes are drawn correctly.Norwegian Rock Cat2009-05-071-39/+57
| * | Fix strange context menu related bug on Windows MobileThomas Hartmann2009-05-071-2/+7
| * | Fix crash in QWebView when application has a style sheetMarkus Goetz2009-05-061-1/+1
| * | Crash in QWidget::render when passing an untransformed QPixmap painter.Bjoern Erik Nilsen2009-05-061-1/+1
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Geir Vattekar2009-05-069-23/+87
| |\ \
| | * | QGraphicsItem::setOpacity(0.0) does not trigger an update.Bjoern Erik Nilsen2009-05-063-14/+15