Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Aleksandar Sasha Babic | 2009-05-28 | 1 | -4/+2 |
|\ | |||||
| * | Optimize font DPI calculation by using cached value. | Jason Barron | 2009-05-28 | 1 | -4/+2 |
| | | | | | | | | | | | | | | The default DPI is stored in the S60 structure, so that can simply be used here instead of re-calculating it each time. Task-number: 247279 | ||||
* | | No need for this IP address. | Aleksandar Sasha Babic | 2009-05-28 | 1 | -1/+0 |
|/ | |||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Aleksandar Sasha Babic | 2009-05-27 | 15 | -139/+261 |
|\ | |||||
| * | Modify QDesktopWidget to emit proper signals on resize. | Jason Barron | 2009-05-27 | 2 | -8/+65 |
| | | | | | | | | | | | | | | | | | | | | | | The resize behavior of QDesktopWidget was somewhat undefined on Symbian because we weren't actually changing the size of the widget. This patch fixes that and also implements the resizeEvent() function so that it properly emits signals. We didn't call resize() to change the size here because our implementation of setGeometry_sys() ignores the desktop widget since it doesn't have a backing store and isn't a real window. Task-number: 253930 | ||||
| * | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Janne Anttila | 2009-05-27 | 4 | -54/+46 |
| |\ | |||||
| | * | S60Style: Keep the background texture in static QPixmap pointer. | Sami Merilä | 2009-05-27 | 4 | -54/+46 |
| | | | |||||
| * | | Workaround for non-native makefile target names with symbian-abl. | Janne Anttila | 2009-05-27 | 1 | -1/+5 |
| |/ | |||||
| * | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Janne Anttila | 2009-05-27 | 3 | -46/+117 |
| |\ | |||||
| | * | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Miikka Heikkinen | 2009-05-27 | 14 | -57/+57 |
| | |\ | |||||
| | * | | Updated S60 installation docs. | Miikka Heikkinen | 2009-05-27 | 3 | -46/+117 |
| | | | | |||||
| * | | | Configured qtwidgets autotest to use default IAP without user prompts. | Janne Anttila | 2009-05-27 | 1 | -0/+13 |
| | |/ | |/| | |||||
| * | | Fixed qscriptv8testsuite test case out-of-memory crashes. | Janne Anttila | 2009-05-27 | 2 | -1/+6 |
| | | | | | | | | | | | | | | | Increased qscriptv8testsuite max heap size and skipped two test cases on Symbian which demand too much memory. | ||||
| * | | Converted qstylesheetstyle test case to use qttest_p4. | Janne Anttila | 2009-05-27 | 1 | -11/+1 |
| | | | | | | | | | | | | | | | | | | qttest_p4 takes care of definign the UID3 for autotests in Symbian OS, among the other things. The UID3 is needed to run tests ih HW with cetest. | ||||
| * | | Fixed qscriptv8testsuite test case deployment for Symbian. | Janne Anttila | 2009-05-27 | 1 | -2/+2 |
| | | | | | | | | | | | | Also gave more heap for test to run properly on Symbian. | ||||
| * | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Janne Anttila | 2009-05-27 | 2 | -2/+16 |
| |\ \ | |||||
| * | | | Implemented task 247268 - Cleanup qeventdispatcher_unix.cpp. | Janne Anttila | 2009-05-27 | 1 | -17/+7 |
| | | | | | | | | | | | | | | | | | | | | All qeventdispatcher_unix.cpp changes were reverted since, this file is not anymore used in Symbian OS branch. | ||||
* | | | | InputMethods supported enabled for QPlainTextEdit. | Aleksandar Sasha Babic | 2009-05-27 | 2 | -3/+23 |
| |/ / |/| | | |||||
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Aleksandar Sasha Babic | 2009-05-27 | 84 | -688/+1641 |
|\ \ \ | |/ / | |||||
| * | | Fixed qpen test case panic in Symbian OS. | Janne Anttila | 2009-05-27 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | "Expected data of type _bool_, got _int_ for element 2 of data with tag _differentColor_." FALSE and TRUE are defined to int in Symbian OS, buu test case expects boolean. | ||||
| * | | Fixed qsqldatabase test case compilation. | Janne Anttila | 2009-05-27 | 1 | -1/+0 |
| | | | | | | | | | | | | Unterminated `#if_ conditional, probably due to bad merge | ||||
| * | | Fixed qtemporaryfile test case compilation for Symbian OS. | Janne Anttila | 2009-05-27 | 2 | -1/+5 |
| | | | | | | | | | | | | | | | Symbian mmp file format does not accept strings with quotes in defines. For this reason the SRCDIR need to be defined in sources. | ||||
| * | | Keep exported symbols the same between udeb and urel, although the | Iain | 2009-05-26 | 2 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | implementation does nothing in urel Required to have udeb/urel compatibility between binaries. RevBy: Alessandro Portale | ||||
| * | | Update comment - this version might even make sense... | Iain | 2009-05-26 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Iain | 2009-05-26 | 393 | -16140/+6682 |
| |\ \ | |||||
| | * | | S60Style: Tidy up the code - remove 'todo's. | Sami Merilä | 2009-05-26 | 1 | -16/+7 |
| | |/ | |||||
| | * | Increased few timeouts in qtimer test to compensate for delays caused by Symbian | Miikka Heikkinen | 2009-05-26 | 1 | -10/+26 |
| | | | | | | | | | | | | emulator startup. | ||||
| | * | Reduced number of processes in one qprocess test case to avoid running out | Miikka Heikkinen | 2009-05-26 | 1 | -6/+4 |
| | | | | | | | | | | | | of process handles. | ||||
| | * | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Miikka Heikkinen | 2009-05-26 | 7 | -21/+34 |
| | |\ | |||||
| | | * | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Janne Anttila | 2009-05-26 | 8 | -32/+54 |
| | | |\ | |||||
| | | | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Sami Merilä | 2009-05-26 | 2 | -6/+14 |
| | | | |\ | |||||
| | | | * | | S60Style: Add reason for clearing style specific caches. | Sami Merilä | 2009-05-26 | 4 | -18/+28 |
| | | | | | | |||||
| | | * | | | Fixed tst_QLocalSocket::processConnection test case for Symbian. | Janne Anttila | 2009-05-26 | 3 | -3/+6 |
| | | | | | | |||||
| | * | | | | Made more space available for code section in QtGui library in symbian-sbsv2 ↵ | Miikka Heikkinen | 2009-05-26 | 1 | -1/+4 |
| | | |_|/ | | |/| | | | | | | | | | | | | builds. | ||||
| | * | | | Disabled building two versions of same library in qlibrary autotest for Symbian, | Miikka Heikkinen | 2009-05-26 | 1 | -3/+10 |
| | | | | | | | | | | | | | | | | | | | | as version tests are disabled in Symbian anyway. | ||||
| | * | | | Fixed qlibrary autotest compilation error in symbian-abld | Miikka Heikkinen | 2009-05-26 | 1 | -3/+4 |
| | | |/ | | |/| | |||||
| | * | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Miikka Heikkinen | 2009-05-26 | 1 | -1/+0 |
| | |\ \ | |||||
| | | * | | Compile on Qt/Symbian. | Jason Barron | 2009-05-25 | 1 | -1/+0 |
| | | |/ | | | | | | | | | | | | | | | | | The 'in' variable was removed in f1e9c0f3d2 so we don't need this line anymore. | ||||
| | * | | Commented out include that was needed only by commented out code | Miikka Heikkinen | 2009-05-26 | 1 | -7/+12 |
| | |/ | | | | | | | | | | and causing build problems for symbian. | ||||
| | * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-05-25 | 65 | -614/+1524 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/corelib/io/qfile.cpp src/corelib/kernel/qsharedmemory_unix.cpp src/network/socket/qnativesocketengine_p.h src/network/socket/qnativesocketengine_unix.cpp | ||||
| | | * | qdoc: Added some missing qdoc comments. | Martin Smith | 2009-05-25 | 2 | -11/+14 |
| | | | | | | | | | | | | | | | | Task-number: 252489 | ||||
| | | * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Martin Smith | 2009-05-25 | 1 | -192/+203 |
| | | |\ | |||||
| | | | * | Integrate merge-request #532 into branch '4.5' | Oswald Buddenhagen | 2009-05-25 | 0 | -0/+0 |
| | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | axasia (1): Update japanese translation of Qt Assistant 4.5 Repository: git://gitorious.org/~axasia/qt/axasias-qt-clone.git Branch: 4.5_jp (26302d22f4dbf3482aacad89ad65bf5b7ed6ae53) Request-url: http://qt.gitorious.org/qt/qt/merge_requests/532 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | ||||
| | | | | * | Update japanese translation of Qt Assistant 4.5 | axasia | 2009-05-23 | 1 | -192/+203 |
| | | | | | | |||||
| | | | * | | Update japanese translation of Qt Assistant 4.5 | axasia | 2009-05-25 | 1 | -192/+203 |
| | | | | | | |||||
| | | * | | | qdoc: Added some missing qdoc comments. | Martin Smith | 2009-05-25 | 8 | -57/+60 |
| | | |/ / | | | | | | | | | | | | | | | | Task-number: 252491 | ||||
| | | * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Martin Smith | 2009-05-25 | 11 | -84/+139 |
| | | |\ \ | |||||
| | | | * | | BT: Clean up Mac -arch handling | Lincoln Ramsay | 2009-05-25 | 1 | -14/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of the multiple character-string replacements, just check for the discrete -arch values that we want to find. This makes the code clearer and should reduce the chance of subtle errors. Reviewed-by: Jason McDonald | ||||
| | | | * | | Fix another compilation breakage introduced by the fix to the | Thiago Macieira | 2009-05-23 | 1 | -15/+0 |
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compilation breakage introduced in 6c1d7e57. The fix in fc7a43cce did fix the failure, but created another one because qhostinfo_win.cpp also had a copy of qt_sockaddr_in6 Reviewed-by: Jason McDonald | ||||
| | | | * | Pressing enter in a QPlainTextEdit embedded on a itemview should insert a ↵ | Olivier Goffart | 2009-05-22 | 3 | -2/+82 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | newline Do the same special case as for QTextEdit (yes, this is a pitty that we have special cases like that Reviewed-by: Thierry Task-number: 252532 |