| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Olivier Goffart | 2010-05-17 | 1 | -1/+1 |
|\ |
|
| * | Windows CE: fix multiple QAction::triggered() signals | Joerg Bornemann | 2010-05-07 | 1 | -1/+1 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-03-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | fix menu handling on Windows CE | Joerg Bornemann | 2010-03-10 | 1 | -1/+1 |
|
|
* | | Fixes QMenu to only have static POD members | Thierry Bastian | 2010-03-04 | 1 | -3/+3 |
|/ |
|
* | S60 softkey refactoring (support for merging, priorities and menus) | Janne Anttila | 2010-02-03 | 1 | -3/+4 |
|
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | Fixes problem with QMenu when it's populated on the aboutToShow | Pierre Rossi | 2009-12-04 | 1 | -0/+1 |
|
|
* | QMenu: make the menu follow its parent/caused layout direction | Thierry Bastian | 2009-11-18 | 1 | -0/+3 |
|
|
* | Make sure the context menus also clear the status tip when needed | Thierry Bastian | 2009-11-10 | 1 | -0/+1 |
|
|
* | Fix crash in QMenu when using QWidgetAction | Olivier Goffart | 2009-11-04 | 1 | -1/+1 |
|
|
* | The QMenuPrivate::activationRecursionGuard has to be a boolean. | Marius Bugge Monsen | 2009-10-21 | 1 | -1/+1 |
|
|
* | QToolButton popup menu is shown at wrong position when embedded in a | Alexis Menard | 2009-10-20 | 1 | -1/+2 |
|
|
* | Fixed a crash in menus on Symbian. | axis | 2009-10-05 | 1 | -0/+2 |
|
|
* | Moved non-public functions out of public header file. | axis | 2009-10-05 | 1 | -0/+5 |
|
|
* | Refactor soft keys implementation. | Jason Barron | 2009-09-21 | 1 | -1/+10 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
|\ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 1 | -1/+1 |
|\ \ |
|
| * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-28 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Get collapsible menus working correctly. | Norwegian Rock Cat | 2009-07-24 | 1 | -3/+3 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-27 | 1 | -3/+5 |
|\ \ \
| |/ / |
|
| * | | QMenu: the scroller now takes the qapp's global strut into account | Thierry Bastian | 2009-07-06 | 1 | -0/+2 |
|
|
| * | | QMenu: scrolling in menus was broken | Thierry Bastian | 2009-07-06 | 1 | -3/+3 |
|
|
* | | | Make S60 integration optional. | Jason Barron | 2009-07-15 | 1 | -5/+5 |
|
|
* | | | Merge commit 'qt/master-stable' into 4.6-merged | Jason Barron | 2009-06-30 | 1 | -14/+13 |
|\ \ \
| |/ / |
|
| * | | Fix some coverity warnings | Thierry Bastian | 2009-06-29 | 1 | -2/+2 |
|
|
| * | | QMenu: refactor for the QWidgetActions' widget. | Thierry Bastian | 2009-06-26 | 1 | -1/+1 |
|
|
| * | | QMenu: refactor of the update of the geometry to have one central place | Thierry Bastian | 2009-06-26 | 1 | -11/+4 |
|
|
| * | | QMenu: Fixed a painting regression | Thierry Bastian | 2009-06-26 | 1 | -0/+1 |
|
|
| * | | QMenu refactor to simplify a bit geometry calculation | Thierry Bastian | 2009-06-26 | 1 | -3/+7 |
|
|
| * | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
|
|
| * | | Implement QMenu::separatorsCollapsible on Mac/Cocoa. | Morten Sørvig | 2009-06-16 | 1 | -2/+3 |
|
|
* | | | Merge commit 'qt/master-stable' into 4.6-stable | Jason Barron | 2009-06-25 | 1 | -6/+6 |
|\ \ \
| |/ / |
|
| * | | QMenu, QMenuBar: small cleanup | Thierry Bastian | 2009-06-12 | 1 | -1/+1 |
|
|
| * | | Wrong default argument for my previous fix. | Norwegian Rock Cat | 2009-05-29 | 1 | -1/+1 |
|
|
| * | | Ensure a hierarchy of menus fade out together. | Norwegian Rock Cat | 2009-05-29 | 1 | -1/+1 |
|
|
| * | | replace all occurences of "heirarchy" with "hierarchy" | Andre Haupt | 2009-05-14 | 1 | -1/+1 |
|
|
| * | | introduce Q_WS_WINCE | Maurice Kalinowski | 2009-04-29 | 1 | -4/+4 |
|
|
| * | | Long live Qt! | Lars Knoll | 2009-03-23 | 1 | -0/+329 |
| / |
|
* | | Since now, S60 commands are handled by QApplication::s60HandleCommandL | Alessandro Portale | 2009-06-02 | 1 | -1/+0 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-05-20 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace all occurences of "heirarchy" with "hierarchy" | Andre Haupt | 2009-05-18 | 1 | -1/+1 |
|
|
| * | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+329 |
|
|
* | Fixed namespace issues, now works on Symbian under namespace | Janne Koskinen | 2009-05-11 | 1 | -1/+3 |
|
|
* | Long live Qt for S60! | axis | 2009-04-24 | 1 | -0/+368 |
|
|