summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.0
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add comment to changes file about behavioral change in QDataStreamEskil Abrahamsen Blomfeldt2009-10-021-0/+8
| | | | | | | | Refers to change 5170432e7cb2d0d1adf7ac2ec1ece627c75470f3 where QDataStream was altered to stream all floating point numbers with the same precision. Reviewed-by: Samuel
* Added a public function to enforce usage og the old GL engine.Trond Kjernåsen2009-09-081-2/+9
| | | | | | | | | | | Some applications that uses a mix of OpenGL and QPainter code may not work correctly with the new GL 2 engine (e.g. the composition demo). The same is most likely also true for user apps, therefore we need a way to enforce the usage of the old GL 1 engine for the sake of compatibility. Task-number: 260872 Reviewed-by: Samuel
* Document some of the new QVariant featureOlivier Goffart2009-08-311-7/+17
| | | | | | Including the befaviour change Reviewed-by: Thierry
* Improved QPainter API for allowing native painting in GL / VG.Samuel Rødal2009-08-261-4/+7
| | | | | | | | Previously we were using QPaintEngine::syncState() which is not ideal naming-wise, since it actually prepares for native painting instead of syncing the painter's state to native state. Reviewed-by: Trond
* Another typo.Alexis Menard2009-08-211-1/+1
| | | | Reviewed-by:TrustMe
* Update references to online documentation.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* Update URL's to use new domain.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* Reviewed-by: Thomas H.Gunnar Sletta2009-07-301-31/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit fcf7e8cab339d0cf9f3f2a9756d7754c54c4d934 Author: Gunnar Sletta <gunnar@trolltech.com> Date: Thu Jul 30 13:15:13 2009 +0200 note in the changes file... commit 2c9c3880215988e6609c290a8e738b228736e601 Author: Gunnar Sletta <gunnar@trolltech.com> Date: Thu Jul 30 12:51:42 2009 +0200 Don't leak native window HRGN handles commit 6bb30d2075dd1d71a8a600d25f413a38af7f2f2c Author: Gunnar Sletta <gunnar@trolltech.com> Date: Thu Jul 30 11:09:22 2009 +0200 Moved qregion_wince.cpp -> qregion_win.cpp, platforms are identical now commit 173fcc5baec73a198167985c6f777987e6015a71 Author: Gunnar Sletta <gunnar@trolltech.com> Date: Thu Jul 30 09:42:06 2009 +0200 win32 calls on QRegion.handle() is no longer supported, use from HRGN commit d7ddcce4ba29b70ed81f85274208b388a2bb9d4d Author: Gunnar Sletta <gunnar@trolltech.com> Date: Thu Jul 30 09:41:37 2009 +0200 Added convenience function to convert from HRGN to QRegion commit 2fc53ac3d59a9c42bb4154fff7557610092b7946 Author: Gunnar Sletta <gunnar@trolltech.com> Date: Wed Jul 29 09:28:10 2009 +0200 Kill qregion_win.cpp and use the unix code instead
* Update the changelog about the STL test being stricter.Thiago Macieira2009-07-291-0/+14
| | | | Referring to change f120b5e4b63cbc30874fa21947b75d352f18d7df.
* Add the information about QUrl being more strict to the changelogThiago Macieira2009-07-211-1/+14
|
* Mention Milan Burda's Windows 9x/ME support removal contributionMarius Storm-Olsen2009-07-201-0/+2
| | | | | | | With the exception of cfadf08a, all the commits from adc1c08e to a6e32ae1 were from Milan, even if the Author were on some of the commits mangled into my name. This was my mistake, when splitting and reorganizing his massive contribution. My appologies Milan.
* Implement QDesktopWidget::screenCountChanged signal on desktop platforms,Volker Hilsheimer2009-07-171-0/+4
| | | | | | | and add manual testcase. Provide replacement "screenCount" for numScreens and document numScreens as obsolete to be more consistent with other APIs.
* QXmlQuery: add setFocus(const QString &).Frans Englich2009-06-291-1/+2
| | | | | | | | Requested by Girish and Jurgen. Useful for training and small examples. Task-number: 245219 Reviewed-by: Tobias Koenig AutoTest: Included in this submit.
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-171-3/+3
| | | | Reviewed-by: Trust Me
* Update change log with behavior changes in Graphics View.Andreas Aardal Hanssen2009-06-091-10/+23
|
* Made GL2 engine default for QGLWidget, and added GL2 sync() functionSamuel Rødal2009-05-291-0/+5
| | | | | | | | | | | | To allow mixing QPainter and raw OpenGL commands we need to have some way for the user to say that's he's about to use raw OpenGL so that we are free to do buffering optimizations in the paint engines and use either GL1 or GL2 paint engine. As there's already a syncState() function in QPaintEngine we've reused this and added QPaintEngineEx::sync() which takes care of syncing/flushing the paint engine. Reviewed-by: Trond
* Graphics View Optimization: Use a simple style option by default.Bjoern Erik Nilsen2009-05-151-1/+11
| | | | | | | | | | | | | | | | | | | | | QStyleOptionGraphicsItem extends QStyleOption with three values: 1) matrix, 2) levelOfDetail, 3) exposedRect, and they all involve expensive QTranform operations when calculated. We pass style option(s) to drawItems() and paint(), but the extended values are usually not in use. We can therefore gain quite some nice speedup by making them opt-in with the QGraphicsItem::ItemUsesExtendedStyleOption flag. Additionally, QStyleOptionGraphicsItem::levelOfDetail has been obsoleted, and a new function QStyleOptionGraphicsItem:: levelOfDetailFromTransform(const QTransform &) has been added. Me and Andreas don't consider this change to be too controversial even though it changes the behavior. Auto tests still pass. Reviewed-by: Andreas
* Remove the Direct3D engine.Gunnar Sletta2009-04-241-0/+41