summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement QGLPaintDevice::metric()Tom Cooksey2010-04-222-0/+17
* Remove dead code left after a merge conflict resolutionTom Cooksey2010-04-222-22/+0
* Fixed autotest failures in tst_QPainterPath.Samuel Rødal2010-04-222-8/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-2212-828/+111
|\
| * Removed bezier intersection code in path clipper.Samuel Rødal2010-04-228-825/+98
| * Diagram scene example (graphicsview/diagramscene) refresh problem.Bjørn Erik Nilsen2010-04-221-0/+1
| * When using Qt::BypassGraphicsProxyWidget with QMenu the application is not st...Alexis Menard2010-04-223-3/+12
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-2264-954/+1775
|\ \ | |/ |/|
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-2164-954/+1775
| |\
| | * Cocoa: fix namespace build breakageRichard Moe Gustavsen2010-04-211-1/+6
| | * Trivial doc fixHarald Fernengel2010-04-211-0/+1
| | * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-04-2113-25/+62
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-2158-949/+1608
| | | |\
| | | | * 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
| | * | | qdoc: Updated the extra images variable for each manual.qdocconf.Martin Smith2010-04-214-4/+160
| | | |/ | | |/|
| | * | 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-213-32/+3
| | * | Revert "Default (Parentless) QMenuBar actions do not work"Morten Johan Sørvig2010-04-214-77/+15
| | * | fix memory bugLorn Potter2010-04-211-3/+1
| | * | fix nativeFilePath character width issueOswald Buddenhagen2010-04-201-3/+5
| | * | fix typosOswald Buddenhagen2010-04-207-7/+7
| | * | Just use the path as the url can have an anchor attached etc...kh12010-04-202-4/+5
| | * | Doc: Cleaning HTML generator and updating index.qdocMorten Engvoldsen2010-04-202-73/+68
| | * | Default (Parentless) QMenuBar actions do not workRichard Moe Gustavsen2010-04-204-15/+77
| | * | Fix Mac OS Tiger-vs-Leopard crash due to memory tagging by JavaScriptCoreKent Hansen2010-04-203-10/+59
| | * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-04-2048-224/+383
| | |\ \
| | | * | Improve itemview appearance on MacJens Bache-Wiig2010-04-201-5/+11
| | | * | Backport a few fixes to the Designer filteredit from CreatorJens Bache-Wiig2010-04-201-4/+10
| | | * | Doc: Correcting qdocconf files for assistantMorten Engvoldsen2010-04-204-28/+53
| | | * | ScrollBar width not updated dynamically on Windows.Prasanth Ullattil2010-04-202-0/+26
| | | * | [tst_qhostinfo] Modify multipleDifferentLookups to repeat hostnamesThiago Macieira2010-04-201-17/+28
| | | * | [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
| | | * | Quick fix to make the documentation work, needs a proper solution though.kh12010-04-193-4/+23
| | | * | Don't deadlock tst_QThread::exit() and tst_QThread::quit()Bradley T. Hughes2010-04-191-2/+2
| | | * | Fix the code for estimate whether the project is debug/release only in cetest.Liang Qi2010-04-191-2/+6
| | | * | [tst_qdiriterator] Stop removing files from the repository.Thiago Macieira2010-04-191-4/+6
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-1915-749/+1226
| | | |\ \
| | * | | | qdoc: Avoided putting bad chars in linksMartin Smith2010-04-202-7/+10
| | | |/ / | | |/| |
| | * | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-04-195-284/+648
| | |\ \ \
| | | * | | I10n: Update German translations for 4.7.0Friedemann Kleint2010-04-195-284/+648
| | * | | | qdoc: Added online flag to the qdocconf file.Martin Smith2010-04-194-141/+157
| | |/ / /
| | * | | Fix compile warning.Friedemann Kleint2010-04-191-1/+1
| | * | | Report the error as being AlreadyExists if this is why it failsAndy Shaw2010-04-193-3/+32
| | * | | 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-2234-131/+372
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-2134-131/+372
| |\ \ \ \ | | |_|_|/ | |/| | |