summaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
* Changelog: part 2Thiago Macieira2009-11-101-25/+41
|
* Add my changes to the 4.6.0 changelog.Bradley T. Hughes2009-11-101-2/+56
|
* Added my changes in Qt 4.6.0 to the change log.Kim Motoyoshi Kalland2009-11-101-2/+5
|
* Added my changelog entries.axis2009-11-101-0/+5
|
* Add some of my changes to changes-4.6.0Eskil Abrahamsen Blomfeldt2009-11-101-1/+44
| | | | | | | | | | Update changes-4.6.0 with relevant changes. Reviewed-by: Trond Conflicts: dist/changes-4.6.0
* Added my changes to changes-4.6.0.Kim Motoyoshi Kalland2009-11-101-0/+23
|
* Changelog: My changes.Thiago Macieira2009-11-101-15/+58
| | | | Also reorganise some things I saw wrong.
* Updated changelog with my changesBenjamin Poulain2009-11-101-0/+15
|
* Richards changes into the changelogRichard Moe Gustavsen2009-11-101-0/+17
|
* My changes for 4.6.0Paul Olav Tvete2009-11-101-0/+10
|
* Updated changelog with my changesTom Cooksey2009-11-101-0/+33
|
* Update change log with multimedia changes.Andrew den Exter2009-11-101-0/+6
|
* update changelogDerick Hawcroft2009-11-101-0/+3
|
* update dist/changes-4.6.0Bill King2009-11-101-0/+25
|
* Update INSTALL and README + friends for the everywhere packageJason McDonald2009-11-101-14/+19
| | | | | | | | | Make INSTALL and README more generic, avoid repeating stuff that's already in the product docs, and move the Windows Signing stuff into the product docs. Task-number: QTBUG-5453 Reviewed-by: Espen Riskedal
* My relevant changes-4.6.0 updatesMarkus Goetz2009-11-091-6/+24
| | | | Reviewed-by: TrustMe
* My changes for 4.6.0Peter Hartmann2009-11-091-0/+29
|
* Updated change logPrasanth Ullattil2009-11-091-71/+91
|
* My changes.jasplin2009-11-091-0/+12
|
* Merge commit 'ceteam/4.6' into 4.6Joerg Bornemann2009-11-091-0/+15
|\ | | | | | | | | Conflicts: dist/changes-4.6.0
| * changes-4.6.0 updatedJoerg Bornemann2009-11-061-0/+11
| |
| * my changes for 4.6.0Joerg Bornemann2009-11-061-1/+4
| |
* | Change file updates for Rhys WeatherleyRhys Weatherley2009-11-091-0/+74
| |
* | Changes file update for Sarah Smith 4.6 changes.Sarah Smith2009-11-091-0/+3
| | | | | | | | | | | | Describe 4.6 changes by Sarah Smith Reviewed-by: TrustMe
* | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-061-9/+108
|\ \ | | | | | | | | | | | | Conflicts: dist/changes-4.6.0
| * | Merge commit 'upstream/4.6' into 4.6Bradley T. Hughes2009-11-061-9/+60
| |\|
| | * my change log for 4.6Thierry Bastian2009-11-061-9/+61
| | |
| * | Add major Mac changes.Morten Johan Sørvig2009-11-061-0/+15
| | |
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6Morten Johan Sørvig2009-11-061-1/+34
| |\ \ | | |/ | |/|
| | * Add support for GetURL events on Mac OS XTor Arne Vestbø2009-11-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GetURL events are delivered by Launch Services to the application if the application is registered as the default handler for the given protocol, and the user for example issues 'open http://foo.com/' in the console or clicks a link in another application. The GetURL event is converted to a QFileOpenEvent, which now has both a QUrl constructor and a url() method. These two new methods work in sync with the file() method, so a QFileOpenEvent constructed from a QUrl will return a valid file name from file() if the URL was a local file. The boolean argument to AEInstallEventHandler decides whether the handler is to be added to the system event dispatch table or the application's event dispatch table. Previously we added it to the system table, but this did not work for the GetURL event. We now use the application event table, which works for all three of the events we register on Carbon. Reviewed-by: Prasanth Ullattil <prasanth.ullattil@nokia.com> Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com>
| | * My changelog for merge requests I've merged into 4.6.0Denis Dzyubenko2009-11-051-0/+6
| | |
| | * My changelog for Qt 4.6.0Denis Dzyubenko2009-11-051-1/+26
| | |
* | | My changesJan-Arve Sæther2009-11-061-0/+16
|/ /
* / Add changes to change log.Andreas Aardal Hanssen2009-11-051-0/+49
|/
* Added changes to ChangeLog.Gabriel de Dietrich2009-11-041-2/+5
|
* Some of my changes in the changelogOlivier Goffart2009-11-041-2/+56
|
* added my changes to the ChangeLogHarald Fernengel2009-11-041-0/+19
|
* Merge commit '51c9b68' into 4.6Morten Johan Sørvig2009-11-041-1/+5
|\ | | | | | | | | | | Conflicts: dist/changes-4.6.0 src/gui/kernel/qevent.h
| * Fix QDesktopServices::DataLocation on Mac.Morten Johan Sørvig2009-10-301-0/+4
| | | | | | | | | | | | DataLocation now behaves as on the other platforms, QCoreApplication::organizationName() and applicationName() is included in the returned path.
* | Changelog 4.6.0: Designer/uic/uic3.Friedemann Kleint2009-11-041-0/+23
| |
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-041-5/+62
|\ \
| * | Changes for DirectFBAnders Bakken2009-11-031-5/+62
| | | | | | | | | | | | Reviewed-by: TrustMe
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-031-0/+6
|\| |
| * | document the -no-ltcg default for Windows CE in changes-4.6.0Joerg Bornemann2009-11-031-0/+3
| | |
| * | Qt::escape(): also escape the quote (&quot;)Olivier Goffart2009-10-281-0/+3
| |/ | | | | | | | | | | | | | | This amend previous commit by removing the duplicate function. The quote need to be escaped in attributes. Reviewed-by: Thomas Zander
* / Moved Qt::RenderHint back into QGraphicsBlurEffect and added a hint.Samuel Rødal2009-11-021-0/+4
|/ | | | | | | | Added AnimationHint, which didn't make too much sense in a generic enum, so Qt::RenderHint was moved back into QGraphicsBlurEffect as QGraphicsBlurEffect::BlurHint. Reviewed-by: Gunnar Sletta
* changes-4.6.0 updatedJoerg Bornemann2009-10-201-0/+6
|
* Use the recursive mutex functions for D-Bus only.Thiago Macieira2009-10-071-1/+4
| | | | | | | | | | | | At least in D-Bus 1.2.16, there's a deadlock caused by locking an already-locked mutex. When Qt is linked to libdbus-1 instead of dynamically loading it, it maintains legacy compatibility by only providing the non-recursive mutexes, which triggers this deadlock. The recursive functions have been present since 0.93, so I guess the non-recursive variants aren't tested. Report: https://bugzilla.novell.com/show_bug.cgi?id=482749#c30
* Merge branch '4.5' into 4.6Thiago Macieira2009-10-061-0/+123
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/corelib/global/qglobal.h src/plugins/qpluginbase.pri src/qbase.pri tests/auto/qabstractitemview/tst_qabstractitemview.cpp tests/auto/qcssparser/qcssparser.pro tools/assistant/tools/assistant/doc/assistant.qdocconf tools/qdoc3/test/assistant.qdocconf tools/qdoc3/test/designer.qdocconf tools/qdoc3/test/linguist.qdocconf tools/qdoc3/test/qmake.qdocconf tools/qdoc3/test/qt-build-docs.qdocconf tools/qdoc3/test/qt.qdocconf
| * Bump version number of 4.5 branch to 4.5.4.Jason McDonald2009-10-051-0/+123
| | | | | | | | Reviewed-by: Trust Me