summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Review inspired changes to Symbian file system watcherMiikka Heikkinen2009-08-212-55/+58
| | | | | | | | - Added retry to failed notification request. - Removed superfluous New method. - Cosmetic changes. Reviewed-by: Janne Koskinen
* Review inspired fixes to Symbian file engineMiikka Heikkinen2009-08-216-50/+62
| | | | | | | | | - Refactored symbian specific public method out of qfsfileengine.h into a static method. - Utilized PathInfo class for getting home, root, and temp paths. - Cosmetic changes. Reviewed-by: Janne Koskinen
* Clarified comment on ordinal use in QLibraryPrivate::loadPlugin()Miikka Heikkinen2009-08-201-2/+5
| | | | Reviewed-by: TrustMe
* Trivial: fix includeHarald Fernengel2009-08-201-1/+1
|
* Add support for LIBS_PRIVATE to the Symbian generators.Jason Barron2009-08-201-1/+2
| | | | | | | | Qt added a new internal variable called LIBS_PRIVATE that should be added to the libraries section of the generated build file. Add this to bring us up to parity with the other platforms. Reviewed-by: Miikka Heikkinen
* Move the declarative ui destroyed handlingHarald Fernengel2009-08-201-2/+2
| | | | Otherwise, the qWarning will be bogus.
* Changed a define to comply to Qt naming conventions.Miikka Heikkinen2009-08-201-4/+4
| | | | | | Prepended QT_ to a define we use internally in fixed_stdlib.h Reviewed-by: Janne Anttila
* Fixed compile warning in qmakeMiikka Heikkinen2009-08-201-1/+1
| | | | | | | | Wrapped QString passed to fprintf into qPrintable to get rid of compiler warning. Task-number: 259463 Reviewed-by: TrustMe
* Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-08-207-19/+7
|\
| * Removuing lines that were commented.Aleksandar Sasha Babic2009-08-202-4/+1
| |
| * We can use runs = 100 in the test case.Aleksandar Sasha Babic2009-08-201-1/+1
| | | | | | | | On Symbian platform it will take longer time.
| * Make qprintdialog_unix.cpp compile on some Unices.Jason Barron2009-08-201-0/+1
| | | | | | | | | | | | | | | | As part of the exception changes, the include of qfiledialog_p.h was removed and this then removed the inclusion of qevent.h which is needed by the showEvent() function in order to call accept(). Reviewed-by: Miikka Heikkinen
| * Removing commented lines.Aleksandar Sasha Babic2009-08-201-6/+0
| |
| * No need to use more time in QTimer::singleShot()Aleksandar Sasha Babic2009-08-201-4/+0
| | | | | | | | than on other platforms.
| * Removing unnecessary comments and enablingAleksandar Sasha Babic2009-08-201-4/+4
| | | | | | | | additional test rows that were forgotten.
* | Comment clarifications based on mkspecs review.Miikka Heikkinen2009-08-203-4/+8
|/ | | | Reviewed-by: TrustMe
* Remove dead commment. Addresses review.Frans Englich2009-08-191-1/+0
| | | | Reviewed-by: TrustMe
* Remove commented line.Frans Englich2009-08-191-1/+0
|
* Ifdef compiler workaround.Frans Englich2009-08-191-3/+15
| | | | Addresses review comment.
* Reverse the ifdefs to make it clearer, as per code review.axis2009-08-191-3/+3
| | | | RevBy: Trust me
* Added some comments after code review.axis2009-08-191-0/+9
| | | | RevBy: Trust me
* Remove win32-mwc support, as per suggested in review comment by Espen.Frans Englich2009-08-191-4/+1
| | | | Reviewed-by: axis
* Tidy up the PRELOAD macro definitions in qdrawhelper.cpp.Jason Barron2009-08-191-7/+4
| | | | | | Remove a little bit of duplicated code here after code reviews. Reviewed-by: Miikka Heikkinen
* Preload the tiles for the zoomed out version of the map.Ariya Hidayat2009-08-191-0/+4
| | | | | | | | | This eats more network, but helps to avoid the impression that the magnifying glass does not work. (This is cherry-picked from Graphics Dojo fix). Reviewed-by: TrustMe
* Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-08-19357-1035/+33851
|\
| * Import flipping (digital) clock demo.Ariya Hidayat2009-08-195-1/+428
| | | | | | | | | | | | | | Originally it was published in Qt Labs: http://labs.trolltech.com/blogs/2009/07/15/digital-clock-in-a-phone/ Reviewed-by: Jason Barron
| * Import the flick list (kinetic scrolling) example.Ariya Hidayat2009-08-197-1/+601
| | | | | | | | | | | | | | Originally it was published in Qt Labs: http://labs.trolltech.com/blogs/2009/07/19/kinetic-scrolling-on-any-widgets/ Reviewed-by: Jason Barron
| * Import the weather info example.Ariya Hidayat2009-08-1919-0/+30023
| | | | | | | | | | | | | | Originally it was published in Qt Labs: http://labs.trolltech.com/blogs/2009/07/22/weather-info-for-qts60/ Reviewed-by: Jason Barron
| * Import the flight info example.Ariya Hidayat2009-08-198-0/+660
| | | | | | | | | | | | | | Originally it was published in Qt Labs: http://labs.trolltech.com/blogs/2009/07/26/track-your-flight-with-qts60/ Reviewed-by: Jason Barron
| * Revert "We don't need this library for the Metrowerks toolchain."axis2009-08-191-1/+1
| | | | | | | | | | | | | | | | This reverts commit 9a6eb12c26697330a5adf4450beb98098ad7da40. Not needed anymore after the MWC compiler became unsupported. RevBy: Jason Barron
| * Revert "The Metrowerks compiler was crashing when processing the following ↵axis2009-08-191-6/+1
| | | | | | | | | | | | | | | | | | | | line in" This reverts commit e2e4f600970a3577db4bcb099c10e8241754bd56. Not needed anymore after the MWC compiler became unsupported. RevBy: Jason Barron
| * Cosmetic fix: Unify the Q_DISABLE_COPY macroHarald Fernengel2009-08-191-10/+3
| | | | | | | | | | | | Q_DISABLE_COPY must make the copy constructor and assignment operator private in all cases, otherwise the compiler will create implicit versions when exception support is on.
| * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-08-19319-882/+2143
| |\
| | * Import OpenStreetMap example.Ariya Hidayat2009-08-195-0/+590
| | | | | | | | | | | | | | | | | | | | | Originally it was published in Qt Labs: http://labs.trolltech.com/blogs/2009/08/04/openstreetmap-and-qt-and-s60/ Reviewed-by: Jason Barron
| | * Let's build the ray casting demo.Ariya Hidayat2009-08-191-1/+1
| | | | | | | | | | | | Reviewed-by: TrustMe
| | * Import the raycasting demo.Ariya Hidayat2009-08-196-0/+319
| | | | | | | | | | | | | | | | | | | | | Originally it was published in Qt Labs: http://labs.trolltech.com/blogs/2009/08/09/ray-casting-on-qts60/ Reviewed-by: Jason Barron
| | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-19162-685/+1031
| | |\ | | | | | | | | | | | | | | | | Conflicts: tests/auto/auto.pro
| | | * Fixed compile errorThorbjørn Lindeijer2009-08-191-1/+1
| | | | | | | | | | | | | | | | Apparently I forgot one occurrence.
| | | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtAlan Alpert2009-08-19169-724/+1103
| | | |\
| | | | * Fixes compileBill King2009-08-192-0/+10
| | | | |
| | | | * Move math3d unit tests up one level to tests/autoRhys Weatherley2009-08-1812-74/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some of the platform test infrastructure assumes that all unit tests are sub-directories under tests/auto, and the tests/auto/math3d sub-directory was confusing that infrastructure. Reviewed-by: trustme
| | | | * Make sure windows raise properly when focusedAnders Bakken2009-08-183-25/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We never used to properly raise windows with DirectFB's window management. Somehow the event happens on a window surface that doesn't really have a IDirectFBWindow associated with it but using permanentState I can establish a sibling relationship to ensure raise gets called on the right window surface. Reviewed-By: Donald <qt-info@nokia.com>
| | | | * Initialize bpl in QDirectFBPaintDevice(...)Anders Bakken2009-08-181-1/+1
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Donald <qt-info@nokia.com>
| | | | * Disambiguate variable namesAnders Bakken2009-08-182-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | s/lock/lockFlgs/ lock is also a function in QWSWindowSurface. Reviewed-by: Donald <qt-info@nokia.com>
| | | | * Autotest: cosmetic: change trolltech.com to qt.nokia.comThiago Macieira2009-08-181-27/+27
| | | | |
| | | | * Fixed toRawForm because the domains usually start with a dot.Thiago Macieira2009-08-181-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Like 9fea895d6, the series of commits ending in ff1280178 made QUrl::toAce more strict. Now it doesn't accept empty domain labels, which is exactly what a leading dot means. Interestingly, KDE 3's KURL had a long-standing hack to support the leading dot and which I broke on more than one occasion. And it had that feature exactly because of cookies.
| | | | * Autotest: update the trolltech.com URLs to nokia.com properly.Thiago Macieira2009-08-181-27/+27
| | | | |
| | | | * Autotest: Revert 96b6a3c9cd8 in tst_qnetworkcookiejarThiago Macieira2009-08-181-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | The change of URLs in Qt broke the tests that operated on URLs. This wasn't properly done, so revert to the last working values.
| | | | * Autotest: don't check Qt3Support and QtCLucene for global statics.Thiago Macieira2009-08-181-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | We won't fix any issues in those libraries anyway, so don't waste time checking.
| | | | * Remove a global static in QtTest: we can do the same with dynamicThiago Macieira2009-08-181-2/+7
| | | | | | | | | | | | | | | | | | | | allocation.