summaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.5'Thiago Macieira2009-05-221-2/+2
|\
| * Updates QtWebKit sections in changes-4.5.2 after commit 0babd12e.Ariya Hidayat2009-05-221-2/+2
| |
* | Merge branch '4.5' of ../qt-45-documentationDavid Boddie2009-05-201-1/+3
|\ \ | |/
| * Updated WebKit from /home/ariya/dev/webkit/qtwebkit-4.5 to ↵Ariya Hidayat2009-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | origin/qtwebkit-4.5 ( 40b523e9eaaba38c182e5a9c319f0069ebf98330 ) Changes in WebKit since the last update: ++ b/WebCore/ChangeLog 2009-05-11 Yael Aharon <yael.aharon@nokia.com> Reviewed by Holger Freyther. Change Qt port to match the mac and windows ports, and unregister plugins when plugins are stopped. Not doing that can cause assersion failure. https://bugs.webkit.org/show_bug.cgi?id=25702 * plugins/qt/PluginViewQt.cpp: (WebCore::PluginView::stop):
| * Mentioned the new fancy browser example in the changes-4.5.2.Ariya Hidayat2009-05-191-0/+2
| | | | | | | | Reviewed-by: TrustMe
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-191-0/+10
|\ \ | |/
| * Update QtWebKit changes for the next patch release.Ariya Hidayat2009-05-181-0/+10
| | | | | | | | Reviewed-by: TrustMe
* | Merge commit 'origin/4.5'Olivier Goffart2009-05-181-2/+13
|\ \ | |/ | | | | | | | | | | Conflicts: src/corelib/kernel/qobject.cpp src/corelib/kernel/qobject_p.h src/network/access/qhttpnetworkconnection.cpp
| * Wrote Designer/uic changelog for 4.5.2.Friedemann Kleint2009-05-181-2/+13
| |
* | 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
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-271-0/+123
|\ \ | |/
| * Create the placeholder changes file for Qt 4.5.2.Jason McDonald2009-04-271-0/+123
| | | | | | | | Reviewed-by: Trust Me
* | Made urls more consistent and maintainable.Alessandro Portale2009-04-241-6/+6
| | | | | | | | | | http://qtsoftware.com/support-services/support/platform-support-policy still points to a dead link, though.
* | Remove the Direct3D engine.Gunnar Sletta2009-04-241-0/+41
|/
* Even more cleanups on the Change Log.Kavindra Devi Palaraja2009-04-171-165/+185
| | | | | Reviewed-by: TrustMe BT: Yes
* More cleanups on the change log.Kavindra Devi Palaraja2009-04-171-90/+105
| | | | | Reviewed-by: TrustMe BT: Yes
* Add my bugfix.Ariya Hidayat2009-04-171-0/+1
|
* Document my QGLFramebufferObject changeRhys Weatherley2009-04-171-0/+3
|
* Document my changes for 4.5.1Rhys Weatherley2009-04-161-0/+6
|
* First round of change log cleanups.Kavindra Devi Palaraja2009-04-161-35/+46
| | | | | Reviewed-by: TrustMe BT: Yes
* log my changesOswald Buddenhagen2009-04-161-2/+14
|
* change log updated for 4.5.1Joerg Bornemann2009-04-161-0/+1
|
* ChangelogRichard Moe Gustavsen2009-04-161-0/+17
| | | | Changelog
* My 4.5.1 changes.Bjoern Erik Nilsen2009-04-161-0/+22
|
* Add sql changes to 4.5.1 changelogBill King2009-04-161-0/+18
|
* Changelog for 4.5.1Denis Dzyubenko2009-04-151-0/+42
|
* Updated changesPaul Olav Tvete2009-04-151-0/+3
|
* Update changelog with my changesBradley T. Hughes2009-04-151-0/+26
|
* Prevent crash in qt_scrollRectInImage.Samuel Rødal2009-04-151-0/+4
| | | | | | | | Clip both against the source and target device rectangles. Task-number: 247937 Reviewed-by: Trond BT: yes
* My 4.5.1 changes.Morten Sørvig2009-04-151-2/+16
|
* My changesJan-Arve Sæther2009-04-151-6/+19
|
* My changes for 4.5.1João Abecasis2009-04-151-0/+10
| | | | BT: yes
* My ChangeLog.Andreas Aardal Hanssen2009-04-151-1/+9
| | | | Reviewed-by: Trust Me
* My ChangeLogAlexis Menard2009-04-141-0/+15
| | | | Reviewed-by: TrustMe
* Update changes file with my WebKit changes as well as from external ↵Simon Hausmann2009-04-141-0/+8
| | | | | | contributors. Reviewed-by: Trust me
* Changelog: add my changes for 4.5.1Olivier Goffart2009-04-141-1/+40
| | | | BT: yes
* My updates to 4.5.1 changelog.Samuel Rødal2009-04-141-0/+27
|
* Updated changelog for 4.5.1Prasanth Ullattil2009-04-141-1/+8
|
* My changes.jasplin2009-04-141-0/+11
|
* Add a change description about DirectFBAnders Bakken2009-04-091-0/+1
| | | | Reviewed-by: TrustMe
* My changes.Norwegian Rock Cat2009-04-081-0/+37
|
* Added some changes for 4.5.1Jens Bache-Wiig2009-04-081-1/+28
|
* Javascript: When there is javascript running then it will spin the CPU at 100%Bradley T. Hughes2009-04-081-0/+4
| | | | | | | | | | | | Zero timers on Windows would continue to fire even after being stopped as long as a new timer was started that reused the pointer address of the zero timer. Fix this by only re-firing zero timers if the zero timer hadn't been stopped (we can check this by looking at the inTimerEvent flag, which is set to false by registerTimer()). Task-number: 247401 Reviewed-by: Denis Dzyubenko Reviewed-by: Prasanth Ullattil
* My changelog for 4.5.1Peter Hartmann2009-04-071-0/+16
|
* Corrected typo.jasplin2009-04-061-1/+1
| | | | Reviewed-by: jasplin
* My changesJarek Kobus2009-04-031-0/+1
|
* Completed 4.5.1 changelog for Designer/uic.Friedemann Kleint2009-04-021-2/+12
|
* Changelog for fix e34a24dThiago Macieira2009-03-251-0/+2
|
* Add the placeholder file for Qt 4.5.1's changelogThiago Macieira2009-03-251-0/+123
|
* Long live Qt 4.5!Lars Knoll2009-03-2396-0/+35443