summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* | | Stub for backgroundTexture()Alessandro Portale2009-05-191-0/+19
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof...Markku Luukkainen2009-05-191-1/+0
|\ \ \ | |/ /
| * | removed extra brace character causing compilation failureMarkku Luukkainen2009-05-191-1/+0
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof...Markku Luukkainen2009-05-193-32/+61
|\ \ \ | |/ /
| * | S60Style: Styling QDial.Sami Merilä2009-05-191-17/+35
| * | fixed bug where pointer down outside modal dialog causes access violationJanne Koskinen2009-05-192-15/+26
* | | experiment with QMainWindowMarkku Luukkainen2009-05-191-0/+2
* | | First hacky approach to context menus. This was commited so stuffMarkku Luukkainen2009-05-192-7/+42
* | | added Q_OBJECT macroMarkku Luukkainen2009-05-191-0/+1
* | | Merge branch 'master' into softkeysaxis2009-05-1821-85/+110
|\ \ \ | |/ /
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-1821-85/+110
| |\ \ | | |/
| | * Fix QSoundServer on Big-Endian machines.Tom Cooksey2009-05-181-7/+33
| | * Fixed a bug which implicitly closed perspective transformed poly lines.Trond Kjernåsen2009-05-181-3/+5
| | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Geir Vattekar2009-05-1539-511/+626
| | |\
| | | * Cocoa: Window flickers when resized with a QTabWidgetRichard Moe Gustavsen2009-05-151-2/+2
| | | * QColor::toCmyk() does not convert the color if it is already in CMYKBenjamin Poulain2009-05-141-2/+2
| | | * Fixed an issue with text drawing under Windows.Trond Kjernaasen2009-05-142-10/+7
| | | * Compile.Norwegian Rock Cat2009-05-141-1/+1
| | | * Fixed regression that prevented any widget from having focus when graphics vi...jasplin2009-05-141-4/+2
| | | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Andy2009-05-143-28/+10
| | | |\
| | | | * Fix QGraphicsItem::deviceTransform() to also work with normal items.Andreas Aardal Hanssen2009-05-143-28/+10
| | | * | Prevent duplicate entries in the sidebar when the paths are the sameAndy2009-05-141-2/+2
| | | |/
| | | * Sheets misbehaviour on Carbon - Mac OS XRichard Moe Gustavsen2009-05-141-10/+0
| | | * Fix broken wince build.Jason McDonald2009-05-131-1/+1
| | | * Reset the 'connectedToScene' flag when changing the scene of a viewLeonardo Sobral Cunha2009-05-131-0/+1
| | | * fix WinCE buildMaurice Kalinowski2009-05-131-0/+2
| | | * Document a gotcha with QIcon::addFileNorwegian Rock Cat2009-05-121-0/+3
| | | * Fixed a memory leak that occured when loading system icons on Windows.Trond Kjernaasen2009-05-121-0/+1
| | | * Fix handling of gradients on pens in the emulation paint engine.Kim Motoyoshi Kalland2009-05-121-3/+19
| | | * Fixed bug with Qt::WidgetWithChildren shortcut context in QGraphicsWidget.jasplin2009-05-121-0/+1
| | | * Explaining details in QKeyEvent consruktor signatureMorten Engvoldsen2009-05-111-6/+7
| | | * Made QFontEngineFT compile on 64-bit platforms with legacy headers.Samuel Rødal2009-05-111-1/+1
| | | * Clarifying docs for QTextTable::splitCell()Morten Engvoldsen2009-05-111-1/+6
| | | * Fixes a code snippet for QPainter::xFormDev()Andy Shaw2009-05-111-2/+2
| | * | Doc: Updated description of QMainWindow::unifiedTitleAndToolBarOnMacGeir Vattekar2009-05-151-4/+4
* | | | 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-184-150/+324
|\ \ \ \ | |/ / /
| * | | S60Style: Draw all arrows as skinned graphics.Sami Merilä2009-05-183-71/+43
| * | | 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