summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use "if (1) {} else" instead of "if (1); else" to silence compiler.Volker Hilsheimer2009-10-011-2/+2
| | | | Rev-by: Thiago
* Reset timeout-checker before evaluating when processEventsInterval is usedKent Hansen2009-10-011-0/+2
| | | | | | | | | | | | | | | | When the timeout-checker was not reset, it could take a while (e.g. 1-2 seconds) before the next timeout occurred, depending on what the tick counter happened to be after the previous evaluate(). When a processEventsInterval of e.g. 100 milliseconds has been specified, we want the timeout to happen much sooner, thus we need to reset the checker. This will cause the first timeout to happen quickly, and then at steady intervals (processEventsInterval ms) after that. The tst_QScriptEngine::processEventsWhileRunning() test was sporadically failing due to this issue. Reviewed-by: Olivier Goffart
* Touch up and fixes for the documentation frontpageJens Bache-Wiig2009-10-014-11/+60
| | | | | | | | | | | - I reverted the font enlargement. This should be up to the user. - The fonts are now uniform again, giving a more professional apparance. - Added a slight gradient for the headers to give it a more modern look. - Fixed a rendering glitch with webkit where no borders were visible. The qt-resources.qdoc is basically there to export the image. Reviewed-by: Morten Engvoldsen
* network selftest: make sure tested file has correct line endingsPeter Hartmann2009-10-011-0/+1
| | | | | | added file to preserver the correct line endings for the test file Reviewed-by: Aleksandar Babic
* Add input method hint for URL input widgets.Volker Hilsheimer2009-10-012-0/+2
| | | | Rev-by: Axis
* S60 qt_init() fix to set system fontmread2009-10-011-0/+4
| | | | | | | | | | This gives the system font the default font family name, which is appropriate for S60, "Series 60 Sans". Without this, the system font has a requested family name of "Helvetica". Upside of this fix is that it makes tst_qFontComboBox pass on S60 Reviewed-by: Alessandro Portale
* remove unused member from QWidgetData on Windows CEJoerg Bornemann2009-10-014-10/+1
| | | | Reviewed-by: thartman
* Doc: Removed the old What's New page for Designer.David Boddie2009-10-011-3/+0
| | | | Reviewed-by: Trust Me
* Doc: Removed the old Console edition and updated edition naming.David Boddie2009-10-014-16/+4
| | | | Reviewed-by: Trust Me
* Doc: Added a script to generate one of the model/view images.David Boddie2009-10-011-0/+42
| | | | Reviewed-by: Trust Me
* qdoc: Marked some undocumented Phonon classes internalMartin Smith2009-10-011-1/+1
|
* Fix: Abstract slider does not understand wheel events properlyRichard Moe Gustavsen2009-10-016-37/+50
| | | | | | | | | | | A wheel event contain delta values that describe the rotation angle the wheel was rotated (in 1/8 of a degree). For some mouse devices (thinking of mac mighty mouse/trackpad) the resolution is better than the standard 15 degrees. The Qt docs describe how to deal with this. But abstract scrollbar does did follow this recipe, but it does now with this patch. Reb-By: prasanth
* Fixed software input panel support on web input elements.Simon Hausmann2009-10-013-0/+45
| | | | | | | | | | | | | | | | | | Patch by axis on 2009-10-01 Reviewed by Simon Hausmann. Send the RequestSoftwareInputPanel event if the element supports focus and the element is clicked. * Api/qwebpage.cpp: (QWebPagePrivate::QWebPagePrivate): (QWebPagePrivate::mousePressEvent): (QWebPagePrivate::mouseReleaseEvent): * Api/qwebpage_p.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48968 268f45cc-cd09-0410-ab3c-d52691b4dbfc Signed-off-by: Simon Hausmann <simon.hausmann@nokia.com>
* Implementation for QWebPage::inputMethodQuery and ↵Simon Hausmann2009-10-014-36/+242
| | | | | | | | | | | | | | | | | | | | | | | | | | QWebPagePrivate::inputMethodEvent Patch by Joe Ligman <joseph.ligman@nokia.com> on 2009-10-01 Reviewed by Simon Hausmann. https://bugs.webkit.org/show_bug.cgi?id=29681 Some additional changes from axis: * Fixed surrounding text to exclude preedit string * Avoid emission of microFocusChanged during setComposition() * Api/qwebpage.cpp: (QWebPagePrivate::inputMethodEvent): (QWebPage::inputMethodQuery): * WebCoreSupport/EditorClientQt.cpp: (WebCore::EditorClientQt::respondToChangedSelection): * tests/qwebpage/tst_qwebpage.cpp: (tst_QWebPage::inputMethods): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48967 268f45cc-cd09-0410-ab3c-d52691b4dbfc Signed-off-by: Simon Hausmann <simon.hausmann@nokia.com>
* qdoc: Marked some undocumented Phonon classes internalMartin Smith2009-10-0116-0/+74
|
* Exclude the MMF Phonon plugin folder for qdoc.Frans Englich2009-10-011-0/+1
| | | | As done for the other plugins. Brought to attention by Volker.
* Doc: RTOS'es are available under a commerical license, without support.Volker Hilsheimer2009-10-012-2/+9
| | | | Also point to the right contact-us address.
* fix minimizing for Windows CE and Windows mobileJoerg Bornemann2009-10-014-38/+30
| | | | | Task-number: QT-2243 Reviewed-by: thartman
* warning fix in qgraphicseffect_p.h for qreal == floatJoerg Bornemann2009-10-011-1/+1
| | | | Reviewed-by: thartman
* oops.. fixed compilation of testThierry Bastian2009-10-011-1/+1
|
* Try to fix autotestThierry Bastian2009-10-011-4/+5
| | | | | Also improves a bit the quality of the code by sending the event instead of calling directly the event handler
* Enable qws/qvfb use for multiple users on one machineJeremy Katz2009-10-018-36/+43
| | | | | Task-number: QTBUG-1711 Reviewed-by: Paul
* tst_qhttpnetworkconnection: Add a priority testMarkus Goetz2009-10-011-0/+59
| | | | | | | Add a testcase that checks that high priority requests are actually high priority. Reviewed-by: Peter Hartmann
* Make test pass even if printer names contain punctuationPaul Olav Tvete2009-10-011-1/+1
| | | | Reviewed-by: Jesper
* Fixed qitemdelegate autotest compilation with Nokia X86 compiler.Janne Anttila2009-10-011-1/+1
| | | | Reviewed-by: TrustMe
* Fixed QPixmap::fromImage when using Format_Mono for Symbian.Janne Anttila2009-10-011-3/+3
| | | | | | | | | | The intermediate sourceImage was stored to wrong QImage object (image instead of correct sourceImage). This made subsequent switch-case statement to fail because destFormat was set to QImage::Format_Invalid Autotest: Fixes QItemDelegate::decoration autotest Reviewed-by: Jani Hautakangas
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6ninerider2009-10-016-9/+48
|\
| * Doc: Mark new overloads with \since 4.6.Volker Hilsheimer2009-10-011-1/+6
| |
| * Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-10-011107-4528/+10844
| |\
| | * Doc fix on QGraphicsWidget and QGraphicsObject.Alexis Menard2009-10-011-2/+3
| | | | | | | | | | | | Reviewed-by:David Boddie <dboddie@trolltech.com>
| | * Fixes clipboard handling on X11.Denis Dzyubenko2009-10-011-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes handling selection requests for invalid targets - when someone asks for a target that is not supported by the clipboard content we shouldn't do anything (unless it's MULTIPLE). Fixes copying data when using Synergy which tries to get all targets it knows about even if they are not listed in TARGETS. Task-number: QTBUG-4652 Reviewed-by: Bradley T. Hughes
| | * Doc: A short paragraph about Symbian support.Volker Hilsheimer2009-10-011-0/+8
| | | | | | | | | | | | Needs a screenshot or picture.
| | * Doc: nicer screenshots for Graphics Effects section in "What's New"Volker Hilsheimer2009-10-012-1/+10
| | |
| | * Doc: A bit of text for example categories.Volker Hilsheimer2009-10-011-0/+4
| | | | | | | | | | | | IPC is missing.
| * | Worked around S60 3.1 bug in CCoeControl::PositionRelativeToScreenMiikka Heikkinen2009-10-011-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CCoeControl::PositionRelativeToScreen sometimes freezes the device in S60 3.1 based devices. Exact cause is unknown, but it might be OOM situation given that some cases where this is an issue, changing to a simpler theme makes the freeze go away. Task-number: QTBUG-4565 Reviewed-by: Sami Merila Reviewed-by: Espen Riskedal
* | | Deployment augmented for WinCEninerider2009-10-011-4/+11
| | | | | | | | | | | | | | | | | | | | | SRCDIR problem fixed and deployment augmented to accomodate image and icon tests. Reviewed-by: Joerg
* | | Disabled icon conversion functions for WinCEninerider2009-10-011-0/+9
| | | | | | | | | | | | | | | | | | | | | These test will require more work on WinCE which we will invest shortly. Reviewed-by: Joerg
* | | Test http://codepaster-nokia.troll.no/?id=18722 skipped for WinCEninerider2009-10-011-0/+3
| | | | | | | | | | | | | | | | | | | | | Test does not really make sense on WinCE as it is. Lists with items size over 5000 are not useful there. Reviewed-by: Joerg
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6ninerider2009-10-011082-4138/+10162
|\ \ \ | | |/ | |/|
| * | Fix auto-test that was crashing on Mac Carbon.Alexis Menard2009-10-011-0/+8
| | | | | | | | | | | | | | | | | | | | | If you let top level widget hanging around with a broken state it may crash when a process event is triggered. Reviewed-by:ogoffart
| * | Fix crash in S60 input methods after task switchingShane Kearns2009-10-011-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When switching away from the application, the focused widget is set to null. When switching back, there are callbacks from S60 before the focus has been restored. These functions check for null widget, but the output function parameters are left uninitialised, which causes a crash inside the S60 FEP. 1) GetXYZ functions now initialise the output parameters even when the focused widget is null. 2) Return no input capability when there is no focused widget, as was already done during destruction. This stops most of the callbacks from S60. Task-number: QTBUG-4618 Reviewed-by: axis
| * | Skip unstable testKent Hansen2009-10-011-0/+2
| | | | | | | | | | | | The test relies on wall-clock time.
| * | Fix tst_QIcon::isNullOlivier Goffart2009-10-013-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | The test tries to load a file from an unsuported format. The problem is that tga is a supported format if KDE plugins are installed It is unlikely that cpp will ever be a supported image format Reviewed-by: paul
| * | qdoc: Added a missing "/" in a "<h2>".Martin Smith2009-10-012-143/+152
| | |
| * | Fix column number provided to QScriptEngineAgentKent Hansen2009-10-015-68/+88
| | | | | | | | | | | | | | | | | | | | | | | | Introduced a helper function in our custom source provider, columnNumberFromOffset(), that maps an absolute offset in the source input to a relative column number. Reviewed-by: Jedrzej Nowacki
| * | Updated JavaScriptCore from /home/khansen/dev/qtwebkit to ↵Kent Hansen2009-10-016-15/+22
| | | | | | | | | | | | jsc-for-qtscript-4.6-staging-01102009 ( 79e88e90aab6674098b6d73b1b41998117164499 )
| * | doc: Fixed ending of header in the HTML generated for \sincelistThorbjørn Lindeijer2009-10-011-2/+1
| | |
| * | Fix an issue that was uncovered by two tst_QAbstractItemView fails.Alessandro Portale2009-10-011-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tst_QAbstractItemView::shiftArrowSelectionAfterScrolling() and tst_QAbstractItemView::shiftSelectionAfterRubberbandSelection() are two relatively new test cases that always failed when Qt was configured with QT_KEYPAD_NAVIGATION. And that even though we set the navigation mode to Qt::NavigationModeNone when running autotests for Symbian. Fix: in QAbstractItemViewPrivate::extendedSelectionCommand(), we make sure that even with keypad navigation enabled, the shift-arrow feature is available. Reviewed-by: Jani Hautakangas modified: src/gui/itemviews/qabstractitemview.cpp
| * | Doc: add graphics effects and XML Schema Validation support.Volker Hilsheimer2009-10-011-15/+50
| | | | | | | | | | | | | | | | | | Also add links to relevant APIs or documents for each block. Missing: Qt on Symbian
| * | Doc: gcc 3.4-based MinGW is downgraded to Tier 2 support, gcc 4.4 is Tier 1Volker Hilsheimer2009-10-011-1/+3
| | |