Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed all but one of the failures in the headers autotest. | Martin Smith | 2009-09-09 | 1 | -1/+1 |
| | | | | The resource compiler still generates files that don't have the LPGL header. | ||||
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update license headers | Jason McDonald | 2009-09-04 | 1 | -0/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fix build error when Q_WS_S60 is undefined | Iain | 2009-08-20 | 1 | -0/+2 |
| | | | | Reviewed-by: Jason Barron | ||||
* | Changed names and URLs to reflect name change. | axis | 2009-08-19 | 1 | -1/+1 |
| | | | | RevBy: Trust me | ||||
* | Update license headers according to commit 858c70f768e. | axis | 2009-08-06 | 1 | -3/+3 |
| | | | | RevBy: Trust me | ||||
* | Trailing whitespace and tab/space fixes for src/gui | Janne Anttila | 2009-08-04 | 1 | -5/+5 |
| | |||||
* | Squashed commit of the topic/exceptions branch. | Harald Fernengel | 2009-08-03 | 1 | -2/+2 |
| | | | | | Contains some smaller fixes and renaming of macros. Looks big, but isn't scary at all ;) | ||||
* | Make S60 integration optional. | Jason Barron | 2009-07-15 | 1 | -4/+8 |
| | | | | | | | | | | | | | | This is more a cleanup of the usage of Q_WS_S60 vs. Q_OS_SYMBIAN than anything else. One of the side effects of this work was that it was relatively little work to get QtGui compiling when Q_WS_S60 is not defined. Based on this we introduce two new configure options that control S60 integration. Currently the -no-s60 option will not work entirely because the 's60main' module has not yet been refactored and still has a dependancy on the S60 libraries. Reviewed-by: axis <qt-info@nokia.com> | ||||
* | 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. | ||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Markku Luukkainen | 2009-06-10 | 1 | -4/+3 |
|\ | |||||
| * | Make Qt exception safer. | Robert Griebl | 2009-06-10 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | Squashed commit of the branch haralds-haralds-qt-s60-topics/topic/exceptions, which also contains the full history. Rev-By: Harald Fernengel Rev-By: Ralf Engels | ||||
* | | Fixes from code review | Markku Luukkainen | 2009-06-08 | 1 | -7/+4 |
| | | |||||
* | | Implemented context sensitive menu item | Markku Luukkainen | 2009-06-08 | 1 | -17/+15 |
| | | |||||
* | | Removed QSoftKeyStack and replaced places using it with the | Markku Luukkainen | 2009-06-06 | 1 | -2/+0 |
| | | | | | | | | new improved softkey interface in QWidget | ||||
* | | Disabled context sensitive menu because it would cause compilation | Markku Luukkainen | 2009-06-06 | 1 | -2/+2 |
| | | | | | | | | | | failure. Context menu will be enabled again once the QAction SoftKeyRole implementation is in state where context menu can be properly supported | ||||
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ↵ | Markku Luukkainen | 2009-06-03 | 1 | -30/+36 |
|\ \ | |/ | | | | | | | | | | | softkeys Conflicts: src/gui/kernel/qapplication_s60.cpp | ||||
| * | Merge branch 'imSelections' | axis | 2009-06-03 | 1 | -1/+31 |
| |\ | |||||
| | * | Fixed incorrect headers. | axis | 2009-06-03 | 1 | -1/+31 |
| | | | |||||
| * | | Since now, S60 commands are handled by QApplication::s60HandleCommandL | Alessandro Portale | 2009-06-02 | 1 | -29/+5 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | inside QtGui, we do not need to export those QMenu[Bar]::symbianCommands through our public API, anymore. This commit moved the code of QMenuBar::symbianCommands to QMenuBarPrivate::symbianCommands and made that one static. QMenu[Private]::symbianCommands was apparently unused -> deleted. RevBy: Jason Barron RevvBy: Markku Luukkainen | ||||
* | | Changed menu adaptation to handle case where no softkeystack | Markku Luukkainen | 2009-05-27 | 1 | -1/+1 |
| | | | | | | | | is instantiated better | ||||
* | | Added handling for a case when menu is being rebuilt and menu | Markku Luukkainen | 2009-05-27 | 1 | -13/+15 |
| | | | | | | | | is not inside a QMainWindow. | ||||
* | | Fixed crash when building menu while softkeystack is empty | Markku Luukkainen | 2009-05-26 | 1 | -13/+14 |
| | | |||||
* | | First hacky approach to context menus. This was commited so stuff | Markku Luukkainen | 2009-05-19 | 1 | -7/+23 |
| | | | | | | | | | | relied on context menus can be implemented concurrently while making the internals of context menu implementation cleaner. | ||||
* | | Initial implementation for context menus | Markku Luukkainen | 2009-05-18 | 1 | -10/+35 |
| | | |||||
* | | Removed setting native softkeys from menu implementation as from | Markku Luukkainen | 2009-05-12 | 1 | -13/+0 |
| | | | | | | | | now on the menu softkey will be set by the brand new softkey stack. | ||||
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ↵ | Markku Luukkainen | 2009-05-12 | 1 | -4/+5 |
|\ \ | |/ | | | | | | | | | | | softkeys Conflicts: src/gui/widgets/qmenu_symbian.cpp | ||||
| * | Fix for disappearing options menu button when starting some of | Markku Luukkainen | 2009-05-11 | 1 | -1/+1 |
| | | | | | | | | the example applications | ||||
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Markku Luukkainen | 2009-05-11 | 1 | -0/+2 |
| |\ | |||||
| | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Janne Koskinen | 2009-05-11 | 1 | -21/+38 |
| | |\ | |||||
| | * \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Janne Koskinen | 2009-05-11 | 1 | -10/+12 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gui/widgets/qmenu_symbian.cpp | ||||
| | * | | | Fixed namespace issues, now works on Symbian under namespace | Janne Koskinen | 2009-05-11 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | Changed implementation to use QMultiHash instead of QHash. | Markku Luukkainen | 2009-05-11 | 1 | -2/+2 |
| | |_|/ | |/| | | | | | | | | | | Fixes a bug when setting a new menubar to QMainWindow | ||||
| * | | | Refactored implementation so that it works with multiple QMainWindows | Markku Luukkainen | 2009-05-11 | 1 | -21/+38 |
| | |/ | |/| | |||||
* | | | Refactored implementation so that it works with multiple QMainWindows | Markku Luukkainen | 2009-05-11 | 1 | -21/+38 |
|/ / | |||||
* | | Removed setting the unnecessary parent for menu structures | Markku Luukkainen | 2009-04-28 | 1 | -1/+0 |
| | | |||||
* | | Fixed wrong menu showing up on S60 while launching a dialog. | Markku Luukkainen | 2009-04-28 | 1 | -10/+14 |
|/ | |||||
* | Long live Qt for S60! | axis | 2009-04-24 | 1 | -0/+370 |