Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | S60Style: Remove menu scroller from UI. | Sami Merilä | 2009-06-18 | 1 | -0/+2 |
| | |||||
* | S60Style: Better theme graphic for the TextEdit background. This one does ↵ | Sami Merilä | 2009-06-18 | 1 | -5/+9 |
| | | | | not mess the text on first row with some themes. | ||||
* | S60Style: Palette has gets cleared when setting themePalette. | Sami Merilä | 2009-06-18 | 1 | -6/+17 |
| | |||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Janne Koskinen | 2009-06-17 | 3 | -23/+55 |
|\ | |||||
| * | Renamed "menu" to "options" for S60. This follows the native style | Markku Luukkainen | 2009-06-17 | 1 | -2/+2 |
| | | |||||
| * | Improve softkey implementation and add a default 'Exit' button to RSK. | Jason Barron | 2009-06-17 | 2 | -21/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous implementation had some problems where the actual position of the softkey was determined by it's position in the list. This is suboptimal since the position should be tied to the role. Actions that have "negative" conotation should be located on the right soft key (RSK) while "positive" actions go on the left soft key (LSK). This is according to the S60 User Interface Guide. It is also standard practice in S60 to have an 'Exit' button on the RSK so we add one of those if there is not already a key present there. Task-number: 256365 Reviewed-by: Markku Luukkainen | ||||
* | | added namespace guards | Janne Koskinen | 2009-06-17 | 1 | -2/+3 |
|/ | |||||
* | removed commented code | Janne Koskinen | 2009-06-17 | 1 | -1/+0 |
| | |||||
* | namespace fixes. s60main and corelib now compiles under a namespace | Janne Koskinen | 2009-06-17 | 1 | -5/+4 |
| | |||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Janne Koskinen | 2009-06-17 | 5 | -11/+35 |
|\ | |||||
| * | Fix crash in case of out of memory | Harald Fernengel | 2009-06-16 | 1 | -2/+12 |
| | | | | | | | | RevBy: Robert Griebl | ||||
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Jason Barron | 2009-06-16 | 1 | -2/+0 |
| |\ | |||||
| | * | Fix for Task #256159 | Liang Qi | 2009-06-16 | 1 | -2/+0 |
| | | | |||||
| * | | Update softkeys correctly when no focus widget is present. | Jason Barron | 2009-06-16 | 3 | -7/+23 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the case where there is no focus widget present, the button group container should be updated with the softkeys from the currently active window if it has softkeys. This patch enables this behavior. Also modify QMainWindow such that the soft keys are updated when the main window becomes the active window and not only when the menu bar is set. At the moment, this creates a new QAction and this should be changed since it will continuously grow the memory. As a final fix, move the soft key setting out of setFocus() because it is much to early. At the point, the widget does not know for certain that it actually will get focus since it could be disabled or have a focus proxy. | ||||
* | | longtap event gets properly cancelled when entering popup | Janne Koskinen | 2009-06-17 | 1 | -6/+9 |
|/ | |||||
* | Fix commit 82e19a10f13005a327b134999315ecf39d5d70e3 | Alessandro Portale | 2009-06-15 | 1 | -4/+4 |
| | |||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Alessandro Portale | 2009-06-15 | 1 | -2/+2 |
|\ | |||||
| * | Remove warnings | Alessandro Portale | 2009-06-15 | 1 | -2/+2 |
| | | |||||
* | | Fix for Task #256174 | Alessandro Portale | 2009-06-15 | 1 | -6/+3 |
|/ | | | | | Bring back the keyPad Navigation focus visualization. It disappeared with commit e0690577327097ec3d9be99205bfcf01f8404d23 | ||||
* | Remove compiler warning on Qt/Windows | Alessandro Portale | 2009-06-15 | 2 | -1/+13 |
| | | | | | | The QFileDialogPrivate constructor must be non-inline. RevBy: Harald Fernengel | ||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | mread | 2009-06-15 | 4 | -27/+31 |
|\ | |||||
| * | remove compiler warning on MSVC | Harald Fernengel | 2009-06-15 | 1 | -1/+1 |
| | | |||||
| * | Remove compiler warning on Qt/Windows | Harald Fernengel | 2009-06-15 | 2 | -25/+29 |
| | | | | | | | | | | | | The QFileDialogPrivate constructor must be non-inline. RevBy: aportale | ||||
| * | Added ExitSoftKey role | Markku Luukkainen | 2009-06-15 | 1 | -1/+1 |
| | | |||||
* | | undeclared variable when exceptions disabled | mread | 2009-06-15 | 1 | -3/+5 |
|/ | |||||
* | Fixes leak introduced by QScopedPointer | Harald Fernengel | 2009-06-15 | 2 | -3/+21 |
| | | | | | | | QPainterPath is kinda evil with a somewhat public private class and a really private cast, so we need to up-cast the d pointer when deleting. RevBy: aportale | ||||
* | Added placeholder to create e-mail account in qdesktopservices. | Janne Anttila | 2009-06-15 | 1 | -31/+44 |
| | | | | | | | | | | Currently e-mail sending with qdesktopservices::openUrl works in Symbian only if e-mail account already exists. The CSendUI API which is similar to RSendAs API we currently use, would provide that e-mail account creation service for us automatically but it requires so extensive capabilities that we cannot use it. | ||||
* | Translate "Actions" text | Alessandro Portale | 2009-06-12 | 1 | -4/+3 |
| | |||||
* | Crash fix for task #255989 | Alessandro Portale | 2009-06-12 | 1 | -2/+2 |
| | | | | | | | | | | | Hold a QPointer to the widget with the context menu. After the menu pops up, the focussed widget looses focus and may be deleted (like it happens in this case with the item editor). Testing for isNull() instead of crashing. It would be great to not even add the "Action" entry to the system menu but in that moment we don't know that the current focuswidget will soon disappear. That's still a Todo. | ||||
* | S60Style: Itemview active icons are rendered as disabled and vice versa. | Sami Merilä | 2009-06-12 | 1 | -1/+1 |
| | |||||
* | bug fix for doubleclick event for symbian | Janne Koskinen | 2009-06-12 | 1 | -1/+1 |
| | |||||
* | Fixed layout when orientation changed via AknAppUi::SetOrientationL. | Janne Anttila | 2009-06-12 | 1 | -0/+3 |
| | | | | Task: 252798 | ||||
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Janne Anttila | 2009-06-12 | 1 | -16/+26 |
|\ | |||||
| * | S60Style: Drivelist combobox in AddressBook example causes crash due to null ↵ | Sami Merilä | 2009-06-12 | 1 | -16/+26 |
| | | | | | | | | pointer use in S60Style. | ||||
* | | Fixes FEP crash when changing the focused Qt widget to NULL. | Janne Anttila | 2009-06-12 | 1 | -0/+2 |
|/ | |||||
* | S60Style: Remove key accelerators | Sami Merilä | 2009-06-12 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Alessandro Portale | 2009-06-11 | 1 | -1/+12 |
|\ | |||||
| * | add correct license headers | Espen Riskedal | 2009-06-11 | 1 | -1/+12 |
| | | |||||
* | | Using QPixmap as paint device. | Alessandro Portale | 2009-06-11 | 1 | -2/+2 |
|/ | | | | | | Makes more sense in this case. At least on X11 and MacOS. Reviewed-by: Ariya Hidayat | ||||
* | Initialize softKeyRole in the constructor. | Ariya Hidayat | 2009-06-11 | 1 | -1/+2 |
| | | | | Reviewed-by: Alessandro Portale | ||||
* | Even more polish to softkey API | Markku Luukkainen | 2009-06-11 | 1 | -1/+4 |
| | |||||
* | Polished the documentation of softkey API | Markku Luukkainen | 2009-06-11 | 1 | -14/+7 |
| | |||||
* | Added documentation for softkeys | Markku Luukkainen | 2009-06-11 | 1 | -0/+34 |
| | |||||
* | Fix include, it should be pulled from private directory. | Ariya Hidayat | 2009-06-11 | 4 | -4/+4 |
| | | | | Reviewed-by: Markku Luukkainen | ||||
* | Correcting my previous patch, there is only qevent.h. | Ariya Hidayat | 2009-06-11 | 1 | -1/+1 |
| | | | | Reviewed-by: Alessandro Portale | ||||
* | Fix compile, include qdesktopwidget.h. | Ariya Hidayat | 2009-06-11 | 1 | -0/+1 |
| | | | | Reviewed-by: Alessandro Portale | ||||
* | Fix includes, append the .h suffix to the file names. | Ariya Hidayat | 2009-06-11 | 1 | -2/+2 |
| | | | | Reviewed-by: Alessandro Portale | ||||
* | Newer version of GCC only recognized __func__ (as a static function). | Ariya Hidayat | 2009-06-11 | 1 | -4/+11 |
| | | | | Reviewed-by: aportale | ||||
* | Fixed FEP crash during application exit. | axis | 2009-06-10 | 1 | -4/+3 |
| | | | | | | We use a synchronous call rather than an asynchronous one, so we don't risk the pointer being dereferenced after destruction is finished. | ||||
* | Revert "Fix to qapplication::setActiveWindow autotest case in Symbian." | axis | 2009-06-10 | 1 | -6/+2 |
| | | | | This reverts commit ba105741867dd96a9d58dcfcb78afef60e611bd6. |