summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Compile fix after conflict resolutionBradley T. Hughes2009-05-261-1/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-2685-396/+2747
|\
| * Fix all docs warnings and add since 4.6 to new methodsAlexis Menard2009-05-251-7/+22
| * Some refactoring of windows specific code + a private class of animationsThierry Bastian2009-05-252-32/+12
| * Fix a warning on MSVCThierry Bastian2009-05-251-1/+1
| * Compile fixThierry Bastian2009-05-252-2/+2
| * Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-2551-141/+140
| * Fixed bug in QPaintEngineEx::drawTiledPixmap fallback code.Samuel Rødal2009-05-251-1/+1
| * Merge branch 'master' into graphics-masterTom Cooksey2009-05-2534-119/+2436
| |\
| | * Added a "Qt 5 FIXME" comment to qmessagebox.h.jasplin2009-05-251-0/+2
| | * Fix a mistake in the doc.Alexis Menard2009-05-251-2/+1
| | * Disable the SH_Menu_AllowActiveAndDisabled on plastique style.Olivier Goffart2009-05-221-0/+5
| | * Merge branch '4.5'Thiago Macieira2009-05-223-8/+11
| | |\
| | | * Pressing enter in a QPlainTextEdit embedded on a itemview should insert a new...Olivier Goffart2009-05-222-2/+4
| | | * Fixes a potential crash when changing system palette with QGtkStyleJens Bache-Wiig2009-05-221-6/+7
| | * | Fix build on Solaris for qHash function in QPixmapCache.Alexis Menard2009-05-222-1/+3
| | * | Merge branch '4.5'Thiago Macieira2009-05-225-52/+35
| | |\ \ | | | |/
| | | * Fixed potential bug caused by change b89efc8e7f32.Samuel Rødal2009-05-221-1/+1
| | | * Fixed text shaping bugs with ligatures and multiple font engines.Samuel Rødal2009-05-221-14/+26
| | | * Fix Qt does not compile when glibc < 2.3.2 on linuxJens Bache-Wiig2009-05-221-22/+5
| | | * Fixed an issue with text drawing to QImages on Mac/Cocoa.Trond Kjernåsen2009-05-221-1/+3
| | | * Revert "Ignore GCC warning of unsafe floating point comparisons."Ariya Hidayat2009-05-221-14/+0
| | | * Fix toolbutton text incorrectly clipped on windowsJens Bache-Wiig2009-05-221-1/+1
| | * | Say hello to animation API and state machine API (now with history)Kent Hansen2009-05-2218-5/+1860
| | |\ \
| | | * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animat...Thierry Bastian2009-05-221-4/+1
| | | |\ \
| | | * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animat...Thierry Bastian2009-05-22261-10970/+14409
| | | |\ \ \
| | | * | | | 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
| | | | | / / / /