summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix a couple more unmaintained version numbers.Jason McDonald2009-04-172-2/+2
| | | | | | | | I have now inspected all 4.x.y version numbers appearing in the depot. All remaining instances appear to be acceptable. Reviewed-by: Trust Me (cherry picked from commit a46f54e0ad78ccb4ffaeee6befc7429f93740375)
* Even more cleanups on the Change Log.Kavindra Devi Palaraja2009-04-171-165/+185
| | | | | | Reviewed-by: TrustMe BT: Yes (cherry picked from commit e85867003ca1741f378b1f58f4dd9d48577a5d9b)
* Fix obsolete version number in docs.Jason McDonald2009-04-171-2/+2
| | | | | | | | Replace with %VERSION%, so we don't need to fix this for every release. Task-number: 251417 Reviewed-by: Trust Me (cherry picked from commit 2df5b45eed7059862e9dd10a74c19310266b9d55)
* Fix obsolete version number in docs.Jason McDonald2009-04-171-3/+1
| | | | | | | | Use %VERSION% so that we don't have to fix this for every release. Task-number: 251418 Reviewed-by: Trust Me (cherry picked from commit cfa04d53ff58d45d7811637c8be76099740d25c5)
* Wrong version number in windows installation doc.Jason McDonald2009-04-171-1/+1
| | | | | | | | | Doc still referred to 4.4.0-rc1 - replace with %VERSION% so we don't have to keep updating this. Task-number: 251419 Reviewed-by: Trust Me (cherry picked from commit 569394738995b6792f6e4866f0daf12897975ad4)
* Remove out-of-date Cocoa known issues page.Jason McDonald2009-04-171-168/+0
| | | | | | | | | | | | | This page is not linked from anywhere, and its content is horribly out-of-date. Task-number: 251420 Reviewed-by: nrc (cherry picked from commit c138c9e80acabcf1d9a712a7ebd2b2a7d6135d8b) Conflicts: doc/src/qtcocoa-known-issues.qdoc
* Fix incorrect year and version number in assistant docs.Jason McDonald2009-04-171-2/+2
| | | | | | Task: 251421 Reviewed-by: Trust Me (cherry picked from commit 8aa8997f18afb85cb17f5b2a875a004302df4c72)
* Line edit displays garbage when pressing up or down arrow keys (Cocoa).Prasanth Ullattil2009-04-171-1/+4
| | | | | | | | | | The unicode characters between 0xF700 & 0xF8FF are special function-key code characters used by the NSEvent. These characters have to be ignored when converting to a QString. Task-number:244486 Reviewed-by:nrc (cherry picked from commit 5d39d424a92d89243207d8370d0fa1c6c8061668)
* More cleanups on the change log.Kavindra Devi Palaraja2009-04-171-90/+105
| | | | | | Reviewed-by: TrustMe BT: Yes (cherry picked from commit 2da87118ac000f754ca09ad2b14f1ec80a59b985)
* Add my bugfix.Ariya Hidayat2009-04-171-0/+1
| | | | (cherry picked from commit c01ce578761aefc2c1780047aa666eb7ee96159f)
* BT: Fix version number in FAQ.txt.Jason McDonald2009-04-171-1/+1
| | | | | | | | | | | | | Don't state a specific version number, or we'll keep forgetting to update it. Task-number: 251338 Reviewed-by: Trust Me (cherry picked from commit 08934a1647d60150d260275b4aac7d680bce3cfe) Conflicts: FAQ.txt
* Allow -help to be used in a non-eval package.Lincoln Ramsay2009-04-171-2/+2
| | | | | | | | | The previous logic caused a license check when the eval license file was missing. Reviewed-by: Jason McDonald Task-number: 251339 (cherry picked from commit 8eb08c8c294f00763961e86cc3370b0ef78c8976)
* BT: Whats new doc page has a link to changes-4.5.0 file instead of 4.5.1Jason McDonald2009-04-171-5/+4
| | | | | | | | Restore the text that is omitted for a minor release but included in patch releases. Also fixes obsolete link to changes files. Reviewed-by: Trust Me (cherry picked from commit e389dc42a1d3d473eac34987767b94dbe623a275)
* Document my QGLFramebufferObject changeRhys Weatherley2009-04-171-0/+3
| | | | (cherry picked from commit 095c4209fe8fea6d46cc6c1486d2bc6471e8f0a5)
* Revert "Changing version from 4.5.0 to 4.5.1 in What's new section."Jason McDonald2009-04-171-1/+1
| | | | This reverts commit b173f1671fd35c6ae674f5368f7a8b66a0f15322.
* Changing version from 4.5.0 to 4.5.1 in What's new section.Carlos Manuel Duclos Vergara2009-04-171-1/+1
|
* Merge branch '4.5.1' of git@scm.dev.troll.no:qt/qt-releases into 4.5.1Carlos Manuel Duclos Vergara2009-04-1724-161/+564
|\
| * Document my changes for 4.5.1Rhys Weatherley2009-04-171-0/+6
| | | | | | | | (cherry picked from commit 90d7509e4a1543e43a49bfb25dd672d824c4fde3)
| * BT:Stop widgets disappearing in unified when clicking the toolbar buttonNorwegian Rock Cat2009-04-171-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The comment in the code pretty much says it all, so I'll repeat it: This is a workaround for NSToolbar. When a widget is hidden by clicking the toolbar button, Cocoa reparents the widgets to another window (but Qt doesn't know about it). When we start showing them, it reparents back, but at this point it's window is nil, but the window it's being brought into (the Qt one) is for sure created. This stops the hierarchy moving under our feet. Task-number: 251294 Reviewed-by: Prasanth Ullattil (cherry picked from commit 139265031939d676f049edd2c91918040e0659b4)
| * First round of change log cleanups.Kavindra Devi Palaraja2009-04-171-35/+46
| | | | | | | | | | | | Reviewed-by: TrustMe BT: Yes (cherry picked from commit 0aa3203fa13bfbc42e77488765023832934dd36b)
| * log my changesOswald Buddenhagen2009-04-171-2/+14
| | | | | | | | (cherry picked from commit 602da82d3c9413df41eb5b17bdf7e3c1586316b5)
| * Doc - Changed the namespace in the qdocconf file to reflect Qt 4.5.1Kavindra Devi Palaraja2009-04-171-1/+1
| | | | | | | | | | | | | | Task-number: 251346 Reviewed-by: TrustMe BT: Yes (cherry picked from commit fc8285ec610b02f440f692be90aed1e6925a8675)
| * Doc - Changed the link provided in the README file to one that does notKavindra Devi Palaraja2009-04-171-1/+1
| | | | | | | | | | | | | | | | have a version number, so we do not have to update it each release. Task-number: 251352 Reviewed-by: TrustMe (cherry picked from commit 90ff6b0ad7397a6892185e8340d58dab4b85b032)
| * Doc - Some minor cleanups in the documentation of QInputDialog. AlsoKavindra Devi Palaraja2009-04-172-88/+99
| | | | | | | | | | | | | | | | | | | | | | marked getInt() as since Qt 4.5 and finally modified the StandardDialogs example to reflect the fact that getInteger() is deprecated. Task-number: 251288 Reviewed-by: nrc <qt-info@nokia.com> BT: Yes (cherry picked from commit 08dff2935af2d71f2fe76182079da636c1bb6f5b)
| * change log updated for 4.5.1Joerg Bornemann2009-04-171-0/+1
| | | | | | | | (cherry picked from commit 78659fbe2d4ad8a01b41cb485f57b4a66c031fd5)
| * ChangelogRichard Moe Gustavsen2009-04-171-0/+17
| | | | | | | | | | Changelog (cherry picked from commit b6a50971f51618a3965605d9223c8b2b06c23f29)
| * BT: Mac: QtDemo is really sluggish when opening menusRichard Moe Gustavsen2009-04-172-3/+3
| | | | | | | | | | | | | | | | | | | | | | This has to do with coalesced updates. The easy fix for now is to fix QtDemo itself, meaning: always use a steady timer for redrawing the viewport of the graphics view (as opposed to let each item on screen calling update whenever they move) Task-number: 250667 Reviewed-by: Trenton Schulz (cherry picked from commit 4aa94a353224c14265446276277a91339f2e415d)
| * Fix crash in the SQLQueryModel testsOlivier Goffart2009-04-172-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | Amend fd5f83e612729cebc5395c992bd98628bb9ea25f calling fetchMore in create_mapping was a bad idea bacause it may lead to infinite recurtion Make a special case for hasChildren instead Task-number: 250023 Reviewed-by: Marius Bugge Monsen BT: yes (cherry picked from commit f8fba0d48a1f30540ddf15f0d36f415b192d1d8b)
| * My 4.5.1 changes.Bjoern Erik Nilsen2009-04-171-0/+22
| | | | | | | | (cherry picked from commit 97ff2bde044838be0d5210a86c2fafd23c05d994)
| * QX11Embed crashes on 64-bit SolarisBradley T. Hughes2009-04-171-4/+3
| | | | | | | | | | | | | | | | | | The data passed to XChangeProperty should be long arrays, as this is what Xlib expects. Task-number: 244062 Reviewed-by: Rhys Weatherley (cherry picked from commit 1ae4c7b989b04f89a5069d5a5db78c0d8914972b)
| * Add sql changes to 4.5.1 changelogBill King2009-04-171-0/+18
| | | | | | | | (cherry picked from commit b01d52de1f942755c59e22d50b84dd37ffc8e3fe)
| * Fixes QSortFilterProxyModel not reporting child if the model need to fetchMoreOlivier Goffart2009-04-152-0/+90
| | | | | | | | | | | | | | | | | | QSortFilterProxyModel::hasChildren need to construct the mapping. And when it tries to construct the mapping, it needs to fetch the childs, so there is none. Task-number: 250023 Reviewed-by: Marius Bugge Monsen (cherry picked from commit fd5f83e612729cebc5395c992bd98628bb9ea25f)
| * add some commentsOswald Buddenhagen2009-04-151-4/+4
| | | | | | | | (cherry picked from commit 4f66b3c550ca1c90c33952ad8603cc6c1a702280)
| * Changelog for 4.5.1Denis Dzyubenko2009-04-151-0/+42
| | | | | | | | (cherry picked from commit c4846a0e62482abb28cdc973fb4823be3e71f4f7)
| * Fixed and improved the example codeJan-Arve Sæther2009-04-152-14/+58
| | | | | | | | (cherry picked from commit a1a3dd96aef2b2edd7eb7c563fabee124cdbfe5a)
| * Updated changesPaul Olav Tvete2009-04-151-0/+3
| | | | | | | | (cherry picked from commit 0da3eabece2d33e2f8cdf421bbd8e95787c170f7)
| * Update changelog with my changesBradley T. Hughes2009-04-151-0/+26
| | | | | | | | (cherry picked from commit 0da501b644c0799d4e5e357b27847cb7a58583e4)
| * Make the configured namespace part of QT_BUILD_KEY_COMPAT too.Jarek Kobus2009-04-151-0/+3
| | | | | | | | | | | | | | | | | | The eclipse integration is namespaced, but it still pulled in system plugins like the oxygen style through QT_BUILD_KEY_COMPAT check in QLibraryPrivate::isPlugin() Task: 250185 Reviewed-by: dt <qtc-committer@nokia.com> BT: yes (cherry picked from commit cca58cff45ea248ab9c65fd8ce088433af1c0fe0)
| * Doc - clarified that on Windows, for 32-bit programs running in WOW64Kavindra Devi Palaraja2009-04-151-0/+4
| | | | | | | | | | | | | | | | | | mode, the settings are stored in HKEY_LOCAL_MACHINE\Software\WOW6432node. Task-number: 232011 Reviewed-by: Martin Petersson <martin.petersson@trolltech.com> (cherry picked from commit bbad83a64373b7e01f6abee98d854380f03aa6b6)
| * Prevent crash in qt_scrollRectInImage.Samuel Rødal2009-04-152-2/+9
| | | | | | | | | | | | | | | | | | Clip both against the source and target device rectangles. Task-number: 247937 Reviewed-by: Trond BT: yes (cherry picked from commit 9da65ead69c92df717b1a63fe3c98c0cc73270f9)
| * My 4.5.1 changes.Morten Sørvig2009-04-151-2/+16
| | | | | | | | (cherry picked from commit 4e9c2364e8e9580aa317e9387338d45207ac4baa)
| * Update the item if the text has changed but the boundingRect is theAlexis Menard2009-04-152-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | same. updateBoudingRect update the item only if the boundingRect change but if we have 123 as an initial text and then we set 321 as the new text, then nothing happen because the rect is the same. In case the boundingRect change then we call update 2 times but the item is already dirty so the second call will just return. BT:yes Reviewed-by: Andreas (cherry picked from commit 36b16a126e24cb8d8e5c34cfd807bc7c51ea49cf)
| * BT: Updated configure for OpenGL ES 2.0 Windows CEFriedemann Kleint2009-04-151-0/+0
| | | | | | | | (cherry picked from commit 4cb80de7ade662deb5542f77cd3a36517fa9cd9b)
| * Reparenting QGLWidgets did sometimes caused warnings to be printed onTrond Kjernåsen2009-04-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | Mac/Cocoa. Check if the view is visible before attaching it to a context. Task-number: related to 250066 Reviewed-by: Norwegian Rock Cat BT: yes (cherry picked from commit b646787cf0d67f4df00212f62a83432c641eae95)
| * BT: Namespace compile fixes for Cocoa.Norwegian Rock Cat2009-04-153-6/+15
| | | | | | | | | | It worked in 4.5.0, so it should work in 4.5.1 too. (cherry picked from commit d7e8586e6ab009a6da1eb63aa6798d7c6a34c30d)
| * My changesJan-Arve Sæther2009-04-151-6/+19
| | | | | | | | (cherry picked from commit 869c85e2f965a226416f0a142572ff749b30ba9e)
* | Fixing the release version in FAQ.txt.Carlos Manuel Duclos Vergara2009-04-161-1/+1
|/
* Adding the KNOWN.ISSUES file for 4.5.1, pre doc review.Carlos Manuel Duclos Vergara2009-04-151-0/+15
|
* Don't crash or loop infinitely when we retrieving the accessible accel.Jan-Arve Sæther2009-04-152-9/+56
| | | | | | | | | qt_accHotKey() was pretty buggy; it could both crash or spin forever in some cases. Task-number: 221731 Reviewed-by: alexis (cherry picked from commit b33ebce3de3efd98a45c8ca0a349f78aac09c875)
* My changes for 4.5.1João Abecasis2009-04-151-0/+10
| | | | | BT: yes (cherry picked from commit 61abefeb649fdbc4653bd69415431cabd640e4ce)