summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Andy Shaw2009-05-111-2/+2
| | | | |\
| | | | | * Don't leak memory when assigning scriptvalue to iteratorKent Hansen2009-05-111-2/+2
| | | | * | Fixes a code snippet for QPainter::xFormDev()Andy Shaw2009-05-111-2/+2
| | | | |/
| | | | * Make sure syncqt creates the Phonon/Global file.Thiago Macieira2009-05-111-0/+5
| | | * | qdoc: Fixed qdoc errors, or tried to.Martin Smith2009-05-111-117/+102
| | | |/
| | * | Doc: Updated description of QMainWindow::unifiedTitleAndToolBarOnMacGeir Vattekar2009-05-151-4/+4
| * | | Make QtConcurrent compile in S60.Morten Sørvig2009-05-183-1/+16
* | | | Added slot that is triggered when back softkey is pressedMarkku Luukkainen2009-05-181-1/+9
* | | | Implemented handling keypresses coming from software keysMarkku Luukkainen2009-05-183-4/+18
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof...Markku Luukkainen2009-05-186-162/+388
|\ \ \ \ | |/ / /
| * | | Due to some Symbian/Open C specifics when we get errorAleksandar Sasha Babic2009-05-181-5/+10
| * | | S60Style: Draw all arrows as skinned graphics.Sami Merilä2009-05-183-71/+43
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicSami Merilä2009-05-182-7/+54
| |\ \ \
| | * | | By default we have socket notifier for read/write.Aleksandar Sasha Babic2009-05-181-2/+31
| | * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicAleksandar Sasha Babic2009-05-189-118/+345
| | |\ \ \
| | * | | | Adding to check return value from select() before checking any fd_set status.Aleksandar Sasha Babic2009-05-181-3/+15
| | * | | | We should check if socket descriptor is valid before calling otherAleksandar Sasha Babic2009-05-181-2/+8
| * | | | | S60Style: Make selection 'tick' mark rect smaller for multiselectable list.Sami Merilä2009-05-181-1/+5
| | |/ / / | |/| | |
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJason Barron2009-05-183-77/+275
| |\ \ \ \
| | * | | | S60Style: Make button content area slightly larger if button is 'checkable bu...Sami Merilä2009-05-151-0/+6
| | * | | | S60Style: Make pressed down state of tool button clearer to see.Sami Merilä2009-05-151-0/+10
| | * | | | S60Style: Scrollbar pressed state (missing changes from 9765faecf15fbd54b8817...Sami Merilä2009-05-152-2/+13
| | * | | | S60Style: Scrollbar pressed state.Sami Merilä2009-05-152-1/+69
| | * | | | S60Style: Remove fallback information from theme items table and instead prov...Sami Merilä2009-05-152-74/+177
| * | | | | Set the vertical advance of glyph metrics to zero.Jason Barron2009-05-181-1/+1
| |/ / / /
* | | | | Catch actions coming from context sensitive menu itemsMarkku Luukkainen2009-05-181-0/+15
* | | | | Fixed SOFTKEYEND definition to be of right valueMarkku Luukkainen2009-05-181-1/+1
* | | | | Added test case for submenus inside context sensitive menuMarkku Luukkainen2009-05-181-2/+10
* | | | | Refactored test code and added test case for context sensitive menuMarkku Luukkainen2009-05-181-28/+41
* | | | | Initial implementation for context menusMarkku Luukkainen2009-05-183-11/+37
* | | | | Added method to return top of the stackMarkku Luukkainen2009-05-153-1/+14
* | | | | Connecting to focusChanged in order to ask the freshly focussed widget forAlessandro Portale2009-05-142-0/+30
* | | | | Use the new QMainWindow::softKeyStack()Alessandro Portale2009-05-141-9/+10
* | | | | Less meat.Alessandro Portale2009-05-131-2/+1
* | | | | If the command is in a magic range pass it along to a currently activeAlessandro Portale2009-05-131-2/+11
* | | | | QSoftKeyStack::handleSoftKeyPress(int command) will be called wheneverAlessandro Portale2009-05-133-4/+12
* | | | | Added Methods to set and access QSoftKeyStack from QMainWindow.Markku Luukkainen2009-05-135-9/+75
* | | | | Fixed pImpl, the private object were not created.Alessandro Portale2009-05-135-14/+26
* | | | | Merge commit 'origin/master' into softkeysAlessandro Portale2009-05-135-40/+63
|\ \ \ \ \ | |/ / / /
| * | | | S60Style: Slightly better drawing code for QTreeView node indicators.Sami Merilä2009-05-121-14/+19
| * | | | S60style: use correct theme text color for highlighted line edit texts.Sami Merilä2009-05-121-0/+5
| * | | | Fixed background of preedit text.axis2009-05-121-7/+0
| * | | | Fixed the translation from S60 text format to Qt text format in FEP.axis2009-05-122-18/+34
| * | | | Fixed autoSipEnabled default value on non-WinCE platforms.axis2009-05-121-1/+5
* | | | | Adding qsoftkey* to widgets.pri. Currently, only for S60. It will spreadAlessandro Portale2009-05-121-1/+10
* | | | | Adapted example codeAlessandro Portale2009-05-122-14/+2
* | | | | Moved SoftkeyStack files into src/widgetsAlessandro Portale2009-05-126-29/+44
* | | | | Removed redundanciesAlessandro Portale2009-05-121-5/+0
* | | | | Qt-ifications. Mostly license headers and coding conventions.Alessandro Portale2009-05-127-136/+355
* | | | | Added handling of softkey with the role of menuMarkku Luukkainen2009-05-121-1/+7