summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Diacritic input broken, duplicate the base glypha (on Mac OS X carbon)Prasanth Ullattil2010-04-231-2/+11
* Cocoa: quiting the app from the menubar may cause a crashRichard Moe Gustavsen2010-04-231-1/+1
* Revert "Add new QDataStream version for Qt 4.8."Jason McDonald2010-04-221-4/+3
* Add new QDataStream version for Qt 4.8.Jason McDonald2010-04-221-3/+4
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-2231-374/+592
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-2131-374/+592
| |\
| | * Cocoa: fix namespace build breakageRichard Moe Gustavsen2010-04-211-1/+6
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-2130-373/+586
| | |\
| | | * Cocoa: cocoa sometimes show a hidden windowRichard Moe Gustavsen2010-04-211-0/+11
| | | * Default (Parentless) QMenuBar actions do not work (without autotest)Richard Moe Gustavsen2010-04-211-4/+15
| | | * Reorganised double stream out operator in QDataStream to avoid causing unnece...James Larcombe2010-04-211-3/+4
| | | * Revert "Report the error as being AlreadyExists if this is why it fails"Morten Johan Sørvig2010-04-212-7/+3
| | | * Revert "Default (Parentless) QMenuBar actions do not work"Morten Johan Sørvig2010-04-211-15/+4
| | | * fix memory bugLorn Potter2010-04-211-3/+1
| | | * fix nativeFilePath character width issueOswald Buddenhagen2010-04-201-3/+5
| | | * fix typosOswald Buddenhagen2010-04-202-2/+2
| | | * Default (Parentless) QMenuBar actions do not workRichard Moe Gustavsen2010-04-201-4/+15
| | | * Fix Mac OS Tiger-vs-Leopard crash due to memory tagging by JavaScriptCoreKent Hansen2010-04-203-10/+59
| | | * Improve itemview appearance on MacJens Bache-Wiig2010-04-201-5/+11
| | | * ScrollBar width not updated dynamically on Windows.Prasanth Ullattil2010-04-202-0/+26
| | | * [tst_qhostinfo] Properly clean up the cache and lookup threads.Thiago Macieira2010-04-202-5/+20
| | | * Remove redundant network configuration updates on startup.Aaron McCarthy2010-04-2013-17/+34
| | | * make sure to lock theseLorn Potter2010-04-191-0/+6
| | | * QScript: use JSC::NativeFunctionWrapper instead of JSC::PrototypeFunction whe...Olivier Goffart2010-04-193-8/+11
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-194-323/+395
| | | |\
| | | | * Report the error as being AlreadyExists if this is why it failsAndy Shaw2010-04-192-3/+7
| | | | * move network scan to thread.Lorn Potter2010-04-192-320/+388
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-2227-129/+241
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-2127-129/+241
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fixes wrong QGraphicsView's viewport cursor reset.Yoann Lopes2010-04-211-5/+7
| | * | | Optimize ~QObjectOlivier Goffart2010-04-211-15/+11
| | * | | Document that QFileSystemWatcher needs to be destroyed before ~QCoreAppVolker Hilsheimer2010-04-201-0/+5
| | * | | Build fix for mingwThierry Bastian2010-04-201-1/+1
| | * | | Fixes keyboard shortcuts for QGraphicsTextItem.Yoann Lopes2010-04-201-0/+3
| | * | | Optimize QMetaObject::activateOlivier Goffart2010-04-202-28/+27
| | * | | Micro optimisations in QMutexLockerOlivier Goffart2010-04-201-8/+10
| | * | | Fixed assert failure when trying to load invalid SVG file.Kim Motoyoshi Kalland2010-04-201-1/+8
| | * | | Added QIcon::name()Aurelien Gateau2010-04-205-1/+51
| | * | | QDialog: user-moved dialog would not show on the same place after hideGabriel de Dietrich2010-04-203-11/+11
| | * | | Fixed image drawing inconsistencies when drawing 1x1 images/subrects.Samuel Rødal2010-04-201-1/+1
| | * | | Fixed pixel-bleeding when stretching subrected pixmaps.Gunnar Sletta2010-04-201-8/+13
| | * | | Fixed a crash when declaring an animation with Q_GLOBAL_STATICThierry Bastian2010-04-192-32/+56
| | * | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-04-196-12/+31
| | |\ \ \
| | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-04-194179-162436/+333169
| | | |\ \ \
| | | | * | | QX11GL: Fix bug with pixmaps drawn on multiple top-levelsTom Cooksey2010-04-191-2/+17
| | | | * | | Use QGLContextPrivate to track attribarray enabled state.Gunnar Sletta2010-04-191-3/+3
| | | | * | | Don't crash when calling drawPixmapFragements with a null pixmapGunnar Sletta2010-04-191-0/+3
| | | | * | | Swapped x and y values in qt_painterpath_check_crossingGunnar Sletta2010-04-191-1/+1
| | | | * | | Don't resolve geometry shaders every time...Gunnar Sletta2010-04-191-5/+6
| | | | |/ /
| | | * | | Mac: Fix off-by-one in vertical position for elided and non-elided textEskil Abrahamsen Blomfeldt2010-04-191-1/+1