Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | exception -> leave conversion for pointer events | mread | 2009-08-07 | 2 | -1/+7 |
| | |||||
* | replacing assert with recovery for begin/end paint lock for exception ↵ | mread | 2009-08-07 | 1 | -3/+5 |
| | | | | compatability | ||||
* | check for possibility that time pointer is NULL | mread | 2009-08-07 | 1 | -1/+2 |
| | |||||
* | fixing memory leaks in dir iterator | mread | 2009-08-06 | 2 | -8/+21 |
| | |||||
* | plugin factory loader memory leak protection | mread | 2009-08-06 | 1 | -5/+8 |
| | |||||
* | Leaves -> exceptions | mread | 2009-08-06 | 1 | -5/+6 |
| | |||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | mread | 2009-08-05 | 198 | -1971/+1831 |
|\ | |||||
| * | Added sqlite dll deployment to qitemmodel test | Miikka Heikkinen | 2009-08-04 | 1 | -2/+9 |
| | | |||||
| * | Trailing whitespace and tab/space fixes for auto tests | Janne Anttila | 2009-08-04 | 89 | -1015/+1000 |
| | | |||||
| * | Further code style cleanup fro demos and examples | Janne Anttila | 2009-08-04 | 2 | -2/+1 |
| | | |||||
| * | 'Trailing whitespace' and 'blank line' fixes for demos and examples | Janne Anttila | 2009-08-04 | 17 | -41/+34 |
| | | |||||
| * | 'Trailing whitespace' fixes from s60installs | Janne Anttila | 2009-08-04 | 2 | -15/+15 |
| | | |||||
| * | Blank line, trailing whitespace etc fixes for s60main | Janne Anttila | 2009-08-04 | 9 | -16/+8 |
| | | |||||
| * | Trailing whitespace and tab/space fixes for src/gui | Janne Anttila | 2009-08-04 | 23 | -327/+321 |
| | | |||||
| * | Trailing whitespace and tab/space fixes for src/plugins | Janne Anttila | 2009-08-04 | 8 | -8/+3 |
| | | |||||
| * | Applied Qt coding conventions for s60main | Janne Anttila | 2009-08-04 | 5 | -68/+67 |
| | | |||||
| * | Trailing whitespace and tab/space fixes for src/corelib | Janne Anttila | 2009-08-04 | 14 | -48/+46 |
| | | |||||
| * | Fixed some Qt coding style deviations for desktopservices demo | Janne Anttila | 2009-08-04 | 2 | -14/+14 |
| | | |||||
| * | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Janne Anttila | 2009-08-04 | 16 | -252/+176 |
| |\ | |||||
| | * | Whitespace, comment, and dead code cleanup for qmake | Miikka Heikkinen | 2009-08-04 | 16 | -252/+176 |
| | | | |||||
| * | | Cleanup and applied Qt coding style for qnetworkinterface_symbian.cpp | Janne Anttila | 2009-08-04 | 1 | -68/+46 |
| | | | |||||
| * | | Trailing whitespace and tab/space fixes for demos/embedded | Janne Anttila | 2009-08-04 | 13 | -96/+93 |
| | | | |||||
| * | | Trailing whitespace and tab/space fixes for QtSql | Janne Anttila | 2009-08-04 | 1 | -2/+1 |
| |/ | |||||
* | | memory leak fix in standardItemModel found during combo box testing | mread | 2009-08-05 | 2 | -13/+11 |
| | | |||||
* | | protecting against leak in QSymbianControl when QWidget construction fails | mread | 2009-08-05 | 1 | -18/+26 |
| | | |||||
* | | deleteing test objects for improved memory leak tracking. added test start ↵ | mread | 2009-08-04 | 1 | -5/+11 |
|/ | | | | parameter for easier tweaking | ||||
* | CFbsBitmap::DataSize() seems to be a private Api function. | Alessandro Portale | 2009-08-03 | 1 | -1/+1 |
| | | | | | | | But CFbsBitmap::Header().iBitmapSize seems to do the same job, and it works wit hthe public SDK. Thanks to jbarron for finding that public pendant. | ||||
* | fixed qt_pixmapToNativeBitmap name merge problem | mread | 2009-08-03 | 1 | -4/+4 |
| | |||||
* | Squashed commit of the topic/exceptions branch. | Harald Fernengel | 2009-08-03 | 496 | -1261/+2155 |
| | | | | | Contains some smaller fixes and renaming of macros. Looks big, but isn't scary at all ;) | ||||
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Janne Anttila | 2009-08-03 | 3 | -1/+11 |
|\ | |||||
| * | Fixed incorrect port usage in qiodevice test | Miikka Heikkinen | 2009-08-03 | 1 | -1/+1 |
| | | |||||
| * | Fixed SRCDIR usage for Symbian in qtextcodec autotest | Miikka Heikkinen | 2009-08-03 | 2 | -0/+10 |
| | | |||||
* | | Trailing whitespace and tab/space fixes for QtNetwork | Janne Anttila | 2009-08-03 | 14 | -123/+122 |
|/ | |||||
* | Restored window title after another top-level window was closed. | Janne Anttila | 2009-07-31 | 1 | -3/+9 |
| | | | | | | | | | | | | | Task: 249995 The window title in S60 is global entity, i.e. is located in application status pane. When top level window, for example mesage box is closed, the window title has to be restored for window which is getting the focus. This way we don't leave title from destroyed window to title bar. It is also into question, whether the non-maximized dialogs should set title to statuspane at all. For now they will, but things may change if we switch to use native dialogs. | ||||
* | Removed unnecessary code, UID is associated to wserv by framework. | Janne Anttila | 2009-07-31 | 1 | -5/+0 |
| | | | | | | | | | | This code was inialy added before we had s60main. Since that time we did not had S60 application framework classes constructed we had to associate application UID to wserv manually to get fast swap window (FSW) working correctly. Now application frameworks take care of associating the UID to wserv window group. | ||||
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Janne Anttila | 2009-07-30 | 5 | -4/+14 |
|\ | |||||
| * | Removed tiff libarary warning: `inline' redefined. | Janne Anttila | 2009-07-30 | 1 | -0/+2 |
| | | | | | | | | | | Since inline is defined by platform, it should be safe to leave it as is, and not to tuch the definition here at all. | ||||
| * | Added some spaces to pkg_prerules statements to make output more readable. | Janne Anttila | 2009-07-30 | 4 | -4/+12 |
| | | |||||
* | | Updated autotest category files for Qt 4.6 | Janne Anttila | 2009-07-30 | 7 | -3/+25 |
| | | |||||
* | | These autotests do not really depend on gui, fixed dependencies. | Janne Anttila | 2009-07-30 | 3 | -3/+3 |
| | | | | | | | | | | This fix will make the gradual porting of different Qt modules for new platforms easier. | ||||
* | | Fixed UiLoader autotest case build errors for Symbian. | Janne Anttila | 2009-07-30 | 2 | -2/+5 |
|/ | |||||
* | Swicthed back to original way of using AddToStackL and RemoveFromStack | Janne Anttila | 2009-07-30 | 1 | -13/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | Task: 258504 This commit fixes the problem that background widgets do not get orientation change events, and thus will not be correctly layouted after the foreground windget is closed. See also: c17c1c101cbe09d4c6149ef8e76a9bb792222456 At the time when commit c17c1c101cbe09d4c6149ef8e76a9bb792222456 was created there were no SetFocus calls in hide_sys and show_sys. I think that has been the root cause why focus change event has not been generated. I.e. hiding a CCoeControl in Symbian (MakeVisible) does not generate focus event but setFocus(false/true) generates. I tried this code with Drilldown example. In city detaisl view the combobox was working fine with keypad navigation. The change had no effects to qcombobox autotest results and qwidget autotest resutls were better on some run and a bit worse on some run. There was variation in 2-4 qwidget autotest results on each run. Note also that screensaver seems to affect to test results. | ||||
* | Removed unused method from SymbianMakefileGenerator. | Janne Anttila | 2009-07-29 | 2 | -14/+0 |
| | | | | | The getWithoutSpecialCharacters wasn't even in sync with similar removeSpecialCharacters method. | ||||
* | Fixed some tab/space usage in symmake.cpp | Janne Anttila | 2009-07-29 | 1 | -20/+20 |
| | |||||
* | Extended PKG customization possibilities via qmake. | Janne Anttila | 2009-07-29 | 9 | -37/+152 |
| | | | | | | | | | | | | | | | | | | | Task: 242139 This commit replaces Symbian specific 'depends' keyword in qmake DEPLOYMENT variable with two more generic ones. The new keywords are 'pkg_prerules' and 'pkg_postrules', and they allow developer to pass raw data to PKG file. The strings in 'pkg_prerules' are added before PKG file package-body headers and 'pkg_postrules' after them. Correspondingly as old 'depends' keyword, the new keywords are not parsed by qmake, so they must be in a format understood by Symbian package generation tools. Note that 'pkg_prerules' can also replace default language, package-header and vendor statements in pkg file. If you decide to override any of these statements, you need to pay attention that also other statements stay valid. | ||||
* | Changed .pkg files to follow the naming scheme of make targets. | Janne Anttila | 2009-07-28 | 1 | -2/+3 |
| | | | | | | | | Task: 246499 QMake now generates the package files like deform_debug-gcce.pkg instead of deform_gcce_udeb.pkg. The new naming scheme is inline with make target which in this example was debug-gcce. | ||||
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Janne Anttila | 2009-07-27 | 6 | -7/+228 |
|\ | |||||
| * | Adding some interesting functions that help finding | Aleksandar Sasha Babic | 2009-07-27 | 2 | -5/+197 |
| | | | | | | | | | | | | | | | | | | info about network interfaces and network routes. Can be of broader interest. "By seeking and blundering we learn." Johann Wolfgang Von Goethe (1749 - 1832) | ||||
| * | Adaptation done to make network-chat work on S60. | Aleksandar Sasha Babic | 2009-07-24 | 4 | -2/+31 |
| | | | | | | | | | | | | "Many attempts to communicate are nullified by saying too much." Robert Greenleaf(1904-1990) | ||||
* | | Enabled QtUiTools and related example building for Symbian OS. | Janne Anttila | 2009-07-27 | 4 | -1/+4 |
| | |