summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | Revert "Fixed incorrect Symbian scoping."Jason McDonald2010-09-081-2/+2
| | | | | | | | | | | | | | | | | | | | This reverts commit bd9e8679703dfdd63f58be9ee29b73e73a0c3774.
| | * | | Update configure.exeToby Tomkins2010-09-081-0/+0
| | |/ /
| | * | QS60Style: Itemviews are drawn incorrectlySami Merila2010-09-071-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When running QS60Style on hardware, all the itemview items without any special background (i.e. not "pressed", not "highlighted", not "alternate") are drawn with "pressed button" graphics. This is due that the internal drawing function gets called without any enum value set and it seem to pick the second enumeration constant from theme element list. The enumeration constant is not defined to match to any integer value. As a solution, style will not call the drawing function when theme element is not defined. Task-number: QTBUG-11601 Reviewed-by: Liang Qi (cherry picked from commit 1ec0155c191e2818f56815ee4ddbf5d8982f1267)
| | * | Change to commercial license headers in preparation for release.Jason McDonald2010-09-077202-93816/+93816
| | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | * | Increase maximum heap size of minehunt demo to fix crashing on SymbianJoona Petrell2010-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QT-3821 Reviewed-by: Martin Jones (cherry picked from commit 3113a91f50f12c8ee53f2e84f6b46fde6c2c1693)
| | * | Merge branch '4.7.0' of scm.dev.nokia.troll.no:qt/qt-releases into 4.7.0Jason McDonald2010-09-0712-3890/+3795
| | |\ \
| | | * | Recreate Qt 4.7.0 def files over Qt 4.6.3Joona Petrell2010-09-0712-3890/+3795
| | | | |
| | * | | Doc: Adds line about non-support for Webkit on SolarisMorten Engvoldsen2010-09-071-1/+2
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit 82ff6626eaabbaed83f3cdfc429a2d011701ba03)
| | * | | Doc: Updating the 3rd party lib used in Qt - including JQueryMorten Engvoldsen2010-09-071-0/+32
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit fcf01687c7209f2b4222bd12d8fe4a871380e65b)
| | * | | Doc: Fixing links on index page and corecting HTML in the template.Morten Engvoldsen2010-09-072-2/+2
| | |/ / | | | | | | | | | | | | (cherry picked from commit 78381dbc9701015aef43736fb7d22cf6e66984c7)
| | * | Fixed incorrect Symbian scoping.axis2010-09-071-2/+2
| | | | | | | | | | | | | | | | | | | | The missing install functionality is only true for mmp based systems. (cherry picked from commit 08c34bfec8880600138846bb895e82f69cb3f92c)
| | * | fix qt_webkit_version.pri install for in-Qt buildsOswald Buddenhagen2010-09-071-13/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | always add the target, even if building inside Qt - as opposed to the headers and libraries, there are no rules for that coming from qbase.pri. Task-number: QTBUG-13306 (cherry picked from commit a37dfcfdaa8029f25217fdec6dd6ec1a46929af2)
| | * | let WebKit inject itself into the qt configurationOswald Buddenhagen2010-09-078-10/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i.e., don't explicitly deal with qt_webkit_version.pri outside of the webkit source directory. Task-number: QTBUG-12379 Reviewed-by: Simon Hausmann (cherry picked from commit b5b6cbb477b50c582d545b0e5e3a04626834e7e2)
| | * | Fix remote crash in delivering D-Bus calls with too few argumentsThiago Macieira2010-09-071-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Christoph Feck. Task-number: QTBUG-13348 Reviewed by me (cherry picked from commit 4b7346a4bd30705ab5910d448ec56daa6568aa90)
| | * | Doc: Updated Supported Platforms page. FinishedMorten Engvoldsen2010-09-071-22/+20
| | | | | | | | | | | | | | | | (cherry picked from commit adcd745d6ef2dbd68a28e932e2a8961b70bece09)
| | * | Add three new style-hints to QFont to match CSS' generic font familiesTor Arne Vestbø2010-09-066-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The defaults were chosen to match major web browsers. See: http://xhva.net/log/?p=160 Reviewed-by: Simon Hausmann (cherry picked from commit 6d5655089fa4e2231a1a8edc98ecbb6b29e344e1)
| | * | Better fix for d524da81ee257a6bd67d32d0bc870280a7d5b8a4.Aaron McCarthy2010-09-063-10/+9
| | | | | | | | | | | | | | | | | | | | Wrap new APIs in ifndef QT_MOBILITY_BEARER. (cherry picked from commit 7e4807fed07e4c96086af00338601223b3353d29)
| | * | compilation with QT_NO_DEPRECATEDJason McDonald2010-09-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Andreas Kling (cherry picked from commit 033b53a02fb02c5aec412e3d87ad9661110c6e6e) Conflicts: src/network/bearer/qnetworkconfiguration.h
| | * | Fix QStaticText copy constructor to also copy text option propertyEskil Abrahamsen Blomfeldt2010-09-062-3/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The text option property of QStaticText was not copied in the copy constructor, so when the text was detached, the property would be reset to the default. Task-number: QTBUG-13368 Reviewed-by: Gunnar (cherry picked from commit 200d1743dcdacf1036384f746046e55d91ccd918)
| | * | qdoc: Ensured that text is encoded correctly.David Boddie2010-09-061-9/+9
| | | | | | | | | | | | | | | | (cherry picked from commit 9986c3f0c0681c7ea8bc8e5cfea5662880db6654)
| | * | qdoc: Fixed non-well-formed markup.Jason McDonald2010-09-062-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me To-be-really-reviewed-by: Qt Doc Team (cherry picked from commit 3833dc0a0535fa8320e17c741ca2746e9bebcaa9) Conflicts: tools/qdoc3/htmlgenerator.cpp
| | * | Added missing code to bring web browser foreground in Symbian.Janne Anttila2010-09-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-8336 Reviewed-by: Miikka Heikkinen (cherry picked from commit d5373433d2a6d632e06d3873003069d49e17e2cd)
| | * | Adding missing imageKevin Wright2010-09-061-0/+0
| | | | | | | | | | | | | | | | (cherry picked from commit 7f9205aa572c60085c9e9f38749bb48e707fea95)
| | * | Fixed a broken def file entry.axis2010-09-032-2/+2
| | | | | | | | | | | | | | | | (cherry picked from commit 7e8073b37a8a3e58d82b71934f085ec8143935eb)
| | * | Modified file/directory names and text to remove disallowed terminology.Kevin Wright2010-09-0337-1623/+30
| | | | | | | | | | | | | | | | (cherry picked from commit a02eba0de0fcf9a17d489ee1f92977c95d3afd76)
| | * | Doc: removing bug breaking the article into pages. These pages was not ↵Morten Engvoldsen2010-09-031-22/+14
| | | | | | | | | | | | | | | | | | | | | | | | linked anywhere. (cherry picked from commit 08854de08165027acd3973876f1fffd6a1ed120f)
| | * | Fixed input context trying to squeeze content into a full widget.axis2010-09-032-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem was reproduced on N97. If the FEP detects that the widget is full while still editing text, it will try to send those events as key events instead. Since this screws up the content in the widget, we stop those events from reaching the widget in the input context. AutoTest: Passed Task: QTBUG-12949 RevBy: Miikka Heikkinen (cherry picked from commit 5ca6264933af60b3cd376b7f08bea008fa69b515)
| | * | Cleaned up position tracking in the Symbian input methods.axis2010-09-035-17/+679
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixed a case where using password mode would lead to Qt believing that the cursor was one step to the left of where it really was. This would have the effect of replacing the last character instead of appending to it, and even crashing if the cursor was all the way to the left. The code is also much cleaner this way, but it meant that QTBUG-9867 had to be solved differently this time. We do this by assuming that and empty FEP update means "erase last character", which seems to work well in practice. Also added a long overdue autotest for the FEP input methods. Most tests pass, but some don't, which I will try to fix later. Task: QTBUG-9867 Task: QTBUG-12949 RevBy: Miikka Heikkinen AutoTest: Included (cherry picked from commit 52cf47565e402dc682038ccaf8d725401802b603)
| | * | Revert "Long-press shortcuts for symbols on QWERTY keyboard don't work"axis2010-09-033-16/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 05eacd9ad40f8adb5aaa12a8b90113a73b43f642. Conflicts: src/gui/inputmethod/qcoefepinputcontext_p.h src/gui/inputmethod/qcoefepinputcontext_s60.cpp (cherry picked from commit c5901037f0d3ccd45b0c79b38ef5b04552dad0aa)
| | * | Don't overflow the unreferenced cost counterAaron Kennedy2010-09-032-7/+36
| | | | | | | | | | | | | | | | | | | | QTBUG-13345 (cherry picked from commit b6d47ea4872e188d8da6886cb1922f1a89245825)
| | * | Fix a crash when passing a null pixmap to QPainter::drawPixmapFragments().Trond Kjernåsen2010-09-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-13331 Reviewed-by: Samuel (cherry picked from commit dcb98430f6add24c9d54253bd35d35010cc75c23)
| | * | Fix compiling issue for FreeType version earlier than 2.1.10Jiang Jiang2010-09-031-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FT_GlyphSlot_Embolden was introduced since FreeType 2.1.10 and we started using it since 4.7. Some systems (including RHEL/CentOS 4) only provide earlier versions will get a compiling error if they use -system-freetype to build Qt. This patch fix it by providing a graceful degradation when the function is not available. Task-number: QTBUG-13274 Reviewed-by: Eskil (cherry picked from commit 25622198904580c6eb93996f74c2e7b62afa77c7)
| | * | Update QDesktopWidget geometry when S60 furniture visibility changesGareth Stockwell2010-09-032-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-13204 Reviewed-by: axis (cherry picked from commit 55b067d14d8c12bd29b03c17e0281a11a49f95ca)
| | * | Ensure geometry of top-level widget accounts for S60 screen furnitureGareth Stockwell2010-09-031-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the S60 screen furniture has already been constructed before QWidgetPrivate::show_sys() is called on a top-level widget which has Qt::WindowMaximized set (e.g. due to a showMaximized() call), its geometry is set to the full screen extent, including the regions covered by the status bar and CBA. This patch ensures that calculation of the widget geometry always takes into account the screen furniture. Task-number: QTBUG-12605 Reviewed-by: Jason Barron (cherry picked from commit a957ed92a61d9311ed163dba15f2b6f8d30bf03c)
| | * | Clear Qt::WA_OutsideWSRange when making window fullscreenGareth Stockwell2010-09-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-10269 Reviewed-by: Jason Barron (cherry picked from commit 859cca02a89ecadbb5578bb113e535374bcfcaca)
| | * | Prevent null pointer dereferenceGareth Stockwell2010-09-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-13204 Reviewed-by: axis (cherry picked from commit 9d88ff485e93e9701719263ce0a46cb86b0398ca)
| | * | Remove extra stringsAlan Alpert2010-09-031-3/+1
| | | | | | | | | | | | | | | | (cherry picked from commit 661e237be622a5f7886cee7c06f9daa73d4a07d7)
| | * | Without Declarative, still build and run QtDemoAlan Alpert2010-09-034-13/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If declarative is configured out then QtDemo will now still build, with all declarative demos disabled. Task-number: QTBUG-12983 (cherry picked from commit 015b726aa46e774155bc13359dcd68d15df73bbd)
| | * | Update Polish translationsJarek Kobus2010-09-025-181/+532
| | | | | | | | | | | | | | | | (cherry picked from commit 5e0371250d050f619d3c7c635377213ece733e66)
| | * | Updated some URLs and required tools versions for SymbianMiikka Heikkinen2010-09-021-5/+5
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Janne Koskinen (cherry picked from commit 74a7c2e6d179e809c93422c8aa590c922be6b6e8)
| | * | Refactored handling of window visibility events on SymbianGareth Stockwell2010-09-022-26/+37
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-12817 Reviewed-by: Jason Barron (cherry picked from commit ea85300f6456ef1bd9702296f3068edf0795736e)
| | * | Replaced backing store reference count with list of visible widgetsGareth Stockwell2010-09-023-31/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the following sequence: 1. Widget is hidden 2. Widget partially revealed 3. Widget fully revealed resulted in the reference count of the backing store owned by the widget's window() being incremented twice. This patch replaces the simple reference count with a QSet which stores pointers to the native widgets which are descendents of the backing store owner, and which are currently visible. The sequence above therefore results in just a single insertion at step (2), with step (3) having no effect on the backing store. The QRefCountedWidgetBackingStore class has been renamed QWidgetBackingStoreTracker to better reflect its purpose. Task-number: QTBUG-12800 Task-number: QTBUG-12817 Reviewed-by: Jason Barron (cherry picked from commit cb8d2dcc70846ccd9384a8b94b2a80821c0eb285)
| | * | Fix for memory leak in qt_initShane Kearns2010-09-021-0/+2
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Miikka Heikkinen (cherry picked from commit 5d32b723332acab5fdf880aa0d555ab8e05d79dd)
| | * | Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jason McDonald2010-09-0239-44/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewer: David Boddie Task number: QTBUG-11938 (cherry picked from commit eea84818e98af917d3cf2bf04ea17a416ef9d55e) Conflicts: src/script/api/qscriptcontext.cpp
| | * | Pending surface might not get destroyed if no flush() happensJani Hautakangas2010-09-023-16/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in between graphics system change. This patch ensures that all old surfaces are destroyed before new graphics system is activated. Reviewed-by: Jason Barron (cherry picked from commit d3ab1fccea2b1e011e7518269a29045a53f0a30b)
| | * | Use ARGB32 premultiplied backing store format in Symbian^3Jani Hautakangas2010-09-022-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | raster paint engine for translucent windows. Task-number: QTBUG-12710 Reviewed-by: Jason Barron (cherry picked from commit 0210bbbd7bf8254be5f7f19f524068cd39fc34c2)
| | * | Register window types for Symbian system effectsJani Hautakangas2010-09-023-1/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set the purpose of the window (dialog/popup/child window etc...). Notify WServ when modal window is shown/hidden Notify WServ when temporary surface deallocation happens. Notify WServ when the application is going to shutdown. Task-number: QT-2027 Reviewed-by: Jason Barron (cherry picked from commit 339270016bd8805b081f0b4ff550906a6bcfec5b)
| | * | Remove the memory tracking attempt from the runtime graphics system.Jason Barron2010-09-026-100/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been decided that this logic will not be used by anyone at the moment so let's remove it. This removes an exported (although private) virtual function so breaks binary compatiblity for plugins built with previous versions. Reviewed-by: Jani Hautakangas (cherry picked from commit bd1aeaa50c60cffa3e195f3f6aed808f23a5c73c)
| | * | Removed static on a member that didn't have to be.axis2010-09-022-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | One step further towards no static data... RevBy: Trust me (cherry picked from commit ddbffbe7271cfdd3935c188ccb8e804ad73627f6)
| | * | Ensure that window rectangle is updated when CBA visibility changesGareth Stockwell2010-09-023-21/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In S60, there are two pieces of screen furniture, changes in whose visibility or size can affect the size of the Qt application window. These are the status pane, at the top of the screen, and the CBA at the bottom. QSymbianControl listens for changes in status pane visibility and size by implementing MEikStatusPaneObserver. Notifications received via this interface trigger a call to QSymbianControl::handleClientAreaChange() which resizes the control. There is no corresponding interface through which to receive notifications of changes in CBA visibility. This patch introduces a utility function for setting the visibility of both the status pane and CBA, which ensures that the control's rectangle is updated when either one changes. Task-number: QTBUG-5320 Reviewed-by: Jason Barron (cherry picked from commit 92d6d1c974206bac7520101ad26ca93eb0b4d977)