summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Protected call to glXChooseFBConfig with appropriate defines.Samuel Rødal2010-06-071-0/+11
* Use the new OpenGL 3.* context/profile if asked with X11/GLX.Riku Palomäki2010-06-071-6/+69
* Splitted attrib_list generation into buildSpec from QGLContext::tryVisual.Riku Palomäki2010-06-071-137/+144
* Fix QTransform::map(const QPainterPath &) not working with paths thatSimon Hausmann2010-06-072-1/+9
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-0413-5307/+9657
|\
| * Synchronizing to latest treeGarami Gábor2010-06-047-444/+1096
| * Adding correct hungarian translationGarami Gábor2010-06-048-5244/+8928
| * Search local directory if no qconfig file found in src/corelib/global/Tasuku Suzuki2010-06-041-2/+8
| * Fix QT_NO_CLIPBOARDTasuku Suzuki2010-06-042-1/+4
| * Fix QT_NO_ACTIONTasuku Suzuki2010-06-042-1/+6
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-0417-244/+267
|\ \ | |/ |/|
| * Add a note to the Linguist docs stating XLIFF 1.0 is not supportedAndy Shaw2010-06-041-2/+7
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-0416-242/+260
| |\
| | * remove spurious empty lines in the linguist tools' outputOswald Buddenhagen2010-06-036-18/+18
| | * don't use qWarning() - or even qFatal()! - gratuitously.Oswald Buddenhagen2010-06-0311-186/+178
| | * Styled item view backgrounds in Gtk+Jens Bache-Wiig2010-06-031-15/+41
| | * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Andy Shaw2010-06-0368-969/+1221
| | |\
| | * | Ensure that we only have one QLayoutStruct struct by renaming the otherAndy Shaw2010-06-031-29/+29
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-0460-23/+339
|\ \ \ \ | |/ / / |/| | |
| * | | tst_qgraphicsitem: stabilize on X11Olivier Goffart2010-06-031-0/+1
| * | | Added OpenGL 3.3 and 4.0 recognition to QGLFormatSebastian Hartte2010-06-032-3/+23
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-0357-20/+315
| |\ \ \ | | |_|/ | |/| |
| | * | Fix compilation: disable -no-feature-* for bootstrappedTasuku Suzuki2010-06-031-0/+8
| | * | QString: Fix severals bugs when comparing with QStringRefOlivier Goffart2010-06-032-4/+40
| | * | QProgressBar: make accessors const.Olivier Goffart2010-06-031-2/+4
| | * | Changes: add patch for artificial emboldeningMike FABIAN2010-06-022-3/+13
| | * | Added static version of QGLFramebufferObject::release().Kim Motoyoshi Kalland2010-06-022-0/+32
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-0249-11/+218
| | |\ \
| | | * | Fix compilation on WinXP MinGW32;lit-uriy2010-06-021-2/+2
| | | * | Add a new qconfig feature GESTURESTasuku Suzuki2010-06-0248-9/+216
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-06-0335-43/+876
|\ \ \ \ \
| * | | | | Using Symbian's future font table getter ApiAlessandro Portale2010-06-033-35/+137
| * | | | | Standalone Qml demos for FluidlauncherAlessandro Portale2010-06-0331-0/+725
| * | | | | Fixed S60_VERSION variable exists checksMiikka Heikkinen2010-06-031-8/+14
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-06-0313-22/+155
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-06-0213-22/+155
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-06-0113-22/+155
| | |\ \ \ \
| | | * | | | Updated WebKit to 9a83f22bc41a2016b6bbf495bfd32b3a659038c8Simon Hausmann2010-06-0110-18/+108
| | | * | | | Fix versioning of pkg files on Symbian for apps linking against WebKitSimon Hausmann2010-06-011-0/+2
| | | * | | | Updated WebKit to f59a934694947496cedecc5256a71bff60c43c4cSimon Hausmann2010-06-016-6/+47
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-0386-2246/+10893
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Revert "Split Symbian bearer plugin into three platform specfic plugins"Aaron McCarthy2010-06-037-81/+47
| * | | | | Don't poll non-polling engines when configurations are in use.Aaron McCarthy2010-06-031-2/+4
| * | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Morten Engvoldsen2010-06-022-0/+167
| |\ \ \ \ \
| | * | | | | Fix a corner case where a gesture sometimes doesn't start.Thomas Zander2010-06-022-0/+167
| * | | | | | Doc: updating imagesMorten Engvoldsen2010-06-0217-0/+0
| |/ / / / /
| * | | | | write PO files without duplicated message idsOswald Buddenhagen2010-06-022-7/+72
| * | | | | my changesOswald Buddenhagen2010-06-021-6/+33
| * | | | | Fix failing bypassShaping autotest on the Mac OS XSimon Hausmann2010-06-021-0/+1
| * | | | | More Pixmap cache key optimizationsJens Bache-Wiig2010-06-029-59/+79