summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't need to update visibility and enabled if the item is destructingJan-Arve Sæther2009-04-022-15/+27
| | | | | | | | This actually caused a crash, since we would call the pure virtual boundingRect() function in setVisibleHelper(). (The 'update' argument was set to true.) Reviewed-by: andreas
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtJarek Kobus2009-04-0296-1457/+2488
|\
| * Improve performance of text blitting in raster paint engine.Samuel Rødal2009-04-021-2/+2
| | | | | | | | | | | | Use INTERPOLATE_PIXEL_255 instead of two BYTE_MUL's. Reviewed-by: Gunnar Sletta
| * fix 223949: Qt's translation should be installed only if Linguistshjk2009-04-021-5/+8
| | | | | | | | translation is found
| * Compile error on VisualStudio 2005Prasanth Ullattil2009-04-021-0/+9
| | | | | | | | Reviewed-by: Samuel
| * Wrong property type (QVariant&) generated by ActiveQtPrasanth Ullattil2009-04-021-4/+8
| | | | | | | | | | | | | | | | | | This was due to an incorrect type defenition in the typelibrary for a particular COM object. Enven in such cases we should not generate an incorrect type. Task-number: 248612 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@nokia.com>
| * Visual tweaks on the new dialJens Bache-Wiig2009-04-021-9/+9
| | | | | | | | | | Increased contrast and size of indicator line. Reviewed-by: nrc
| * Changed WebKit import script to default to import from the trunk instead of 4.5Simon Hausmann2009-04-021-1/+1
| | | | | | | | Reviewed-by: Trust me
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-028-56/+65
| |\
| | * Simplify WebKit import scriptSimon Hausmann2009-04-021-16/+19
| | | | | | | | | | | | | | | | | | | | | Don't require any arguments by default, get the repo path from git config and updated the default tag. Reviewed-by: Trust me
| | * Cleanup and minor fixes of db testcase support codeBill King2009-04-021-20/+19
| | |
| | * Doc: Clarified the usage of QImage::dotsPerMeterX() and QImage::dotsPerMeterY().David Boddie2009-04-011-6/+10
| | | | | | | | | | | | | | | Task-number: 240164 Reviewed-by: Jan Erik Hanssen <janerik@trolltech.com>
| | * Doc: Updated the deployment documentation with the QtScriptTools module and ↵David Boddie2009-04-011-5/+8
| | | | | | | | | | | | | | | | | | | | | references to Phonon documentation. Task-number: 212939 Reviewed-by: TrustMe
| | * Doc: Trivial fixes.David Boddie2009-04-011-4/+4
| | | | | | | | | | | | Reviewed-by: TrustMe
| | * Doc: Minor language fixes and tidying.David Boddie2009-04-013-5/+5
| | | | | | | | | | | | Reviewed-by: TrustMe
| * | Fix up WebKit import from the trunk.Simon Hausmann2009-04-011-1/+0
| | | | | | | | | | | | | | | | | | acinclude.m4 has been moved to autotools/ Reviewed-by: Trust me
| * | Fix WebKit import from the trunk.Simon Hausmann2009-04-011-1/+0
| | | | | | | | | | | | | | | | | | WebCore/plugins/wx is gone. Reviewed-by: Trust me
| * | Exclude the autotools subdirectory when importing from WebKit trunk.Simon Hausmann2009-04-011-1/+1
| | | | | | | | | | | | Reviewed-by: Trust Me
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-0177-692/+2013
| |\ \ | | |/ | | | | | | | | | Conflicts: src/gui/inputmethod/qximinputcontext_x11.cpp
| | * don't invoke the current item without selectionkh2009-04-011-18/+23
| | | | | | | | | | | | | | | Task-number: none Reviewed-by: hjk
| | * don't open the TopicChooser if no link is avaliablekh2009-04-012-35/+23
| | | | | | | | | | | | | | | Task-number: none Reviewed-by: hjk
| | * Doc - clarified that QMessageBox's predefined icons are not defined inKavindra Devi Palaraja2009-04-011-16/+16
| | | | | | | | | | | | | | | | | | | | | QMessageBox, but provided by the style. Task-number: 249946 Reviewed-by: TrustMe
| | * Marked QWidget::resetInputContext() function as obsolete.Denis Dzyubenko2009-04-011-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed the behavior of the function that was broken by me some time ago. But anyway this function is for convenience only since QInputContext that operates on the widget is available to the user directly. Reviewed-by: Prasanth Ullattil
| | * Removed obsolete internal function that focuses input context.Denis Dzyubenko2009-04-013-25/+0
| | | | | | | | | | | | Reviewed-by: TrustMe
| | * Input Method cannot be enabled in License Wizard and Class WizardDenis Dzyubenko2009-04-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Input methods didn't work properly wor widgets inside QWizardPage because the widget got focus before it was shown and input context wasn't initialized properly. The fix is to postpone qinputcontext->setFocusWidget call until the widget is created (input context will be initialized in the QWidget::create_sys function). Task-number: 244604 Reviewed-by: Prasanth Ullattil
| | * Subject: Fix typo in CompositionMode sectionAndy Shaw2009-04-011-1/+1
| | | | | | | | | | | | Reviewed-by: TrustMe
| | * strip fragment and other parts from url in case of pdfkh2009-04-011-8/+16
| | | | | | | | | | | | | | | Task-number: part of 238496 Reviewed-by: hjk
| | * QTextStream autotest: do not test against "imap.troll.no"Peter Hartmann2009-04-011-1/+3
| | | | | | | | | | | | | | | | | | ... but test against the test server. Reviewed-by: ogoffart
| | * QNetworkInterface: fix listing of all interfacesPeter Hartmann2009-04-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Before, we returned 0 for many interfaces because we picked up the IPv6 address regardless whether it was 0 or not. Reviewed-by: Prasanth Ullattil <prasanth.ullattil@nokia.com> Task-number: 249312
| | * QComboBox with Qt::NoFocus triggers a crash.Prasanth Ullattil2009-04-011-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | The showPopup() from a combobox triggers a crash. This happens only for a combobox which dosen't accept focus and it has been recreated. This is due to some invalid widget pointer stored in the input context. Task-number: 249576 Reviewed-by: ddenis
| | * normalize file namesOswald Buddenhagen2009-04-012-2/+2
| | | | | | | | | | | | | | | | | | makes tool tips less ugly Task-number: 246114
| | * do not crash upon dnd-ing text into non-focused lineeditOswald Buddenhagen2009-04-011-0/+2
| | | | | | | | | | | | Task-number: 249519
| | * one more bogus trolltech => qtsoftware renameOswald Buddenhagen2009-04-011-1/+1
| | |
| | * Subject: Added platform spec. note about type convertionMorten Engvoldsen2009-04-011-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | Details: Added a note to the description about using POSIX functions for converting between data types such as floats and strings Task-number: 244600 Reviewed-by: Denis Dzyubenko Reviewed-by: Geir Vattekar
| | * Changes: Clearifying docs on qInstallMsgHandlerMorten Engvoldsen2009-04-011-2/+4
| | | | | | | | | | | | | | | | | | Details: Added comment about QT_NO_WARNING_OUTPUT and/or QT_NO_DEBUG_OUTPUT on http://doc.trolltech.com/4.5/qtglobal.html#qInstallMsgHandler Review-by: Geir Vattekar
| | * Adding note to the qFuzzyCompare docMorten Engvoldsen2009-04-012-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | Adding note about how comparing using 0.0 will fail, and an example on how to do it. Reviewed-by: David Boddie Reviewed-by: Geir Vattekar
| | * Subject: Replaced comment with a better one.Morten Engvoldsen2009-04-011-1/+1
| | | | | | | | | | | | | | | | | | Details: Replaced the comment for QButton::setDown(bool). It was kind of narrow. Reviewed-by: Geir Vattekar
| | * Subject: added options to CONFIG in qmakeMorten Engvoldsen2009-04-011-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Details: added some non documented options for COFIG in the qmake manual Fields Reviewed-by: Geir Vattekar Reviewed-by: Marius Storm-Olsen Task-number: 248432
| | * Subject: Mention setProxy() should be called before setHost() in the docAndy Shaw2009-04-011-1/+5
| | | | | | | | | | | | Reviewed-by: Kavindra Devi Palaraja <kavindra.palaraja@nokia.com>
| | * Subject: A couple of minor doc fixesAndy Shaw2009-04-012-2/+1
| | | | | | | | | | | | Reviewed-by: Morten Engvoldsen
| | * DB Autotest cleanupBill King2009-04-017-292/+182
| | | | | | | | | | | | | | | | | | Make db autotest data set generation more consistent, slightly faster. Also, add ability to easily generate a set of a single databases entries worth of criteria to test.
| | * Subject: Compile fix on WindowsAndy Shaw2009-03-311-2/+2
| | | | | | | | | | | | Reviewed-by: Anders Bakken <anders.bakken@nokia.com>
| | * Doc: Fixed the screenshots and example description to match the code.David Boddie2009-03-313-6/+5
| | | | | | | | | | | | | | | Task-number: 242369 Reviewed-by: TrustMe
| | * CompileAnders Bakken2009-03-311-1/+0
| | | | | | | | | | | | | | | | | | I messed up the cherry-pick merge and left one of these in. Reviewed-by: TrustMe
| | * Remove these convenience functions.Anders Bakken2009-03-311-22/+12
| | | | | | | | | | | | | | | | | | | | | They only make sense under the assumption that there most of the time is no transform. With Falcon this isn't really the case. Reviewed-by: Tom Cooksey <thomas.cooksey@nokia.com>
| | * No sense in detecting the format twiceAnders Bakken2009-03-311-6/+2
| | | | | | | | | | | | | | | | | | | | | Use the format passed in to the function rather than detecting it again based on hasAlphaChannel(). Reviewed-by: Tom Cooksey <thomas.cooksey@nokia.com>
| | * Prevent crash on resizingAnders Bakken2009-03-311-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The crash was caused by out-of-bounds reading on the raster engine's clipping structures since our size had changed size last lock. This code makes sure the clipData structures are atleast as tall as the current height of the paint device. Reviewed-by: Tom Cooksey <thomas.cooksey@nokia.com>
| | * Doc: Made it clearer that QProcess::start() only starts a new process if one ↵David Boddie2009-03-311-9/+16
| | | | | | | | | | | | | | | | | | | | | is not already running. Task-number: 231513 Reviewed-by: TrustMe
| | * Doc: Noted the difference between the qLowerBound() functions.David Boddie2009-03-311-1/+4
| | | | | | | | | | | | | | | Task-number: 160621 Reviewed-by: TrustMe
| | * Doc: Clarified that the main use case for QRegion is as a clipping primitive ↵David Boddie2009-03-311-9/+13
| | | | | | | | | | | | | | | | | | | | | not as a rendering primitive. Task-number: 183493 Reviewed-by: TrustMe