Minor fixes to comply with single tap technical solution description. By this I consider bug 2056 closed.
authorteknolog
Thu, 27 May 2010 12:31:17 +0100
changeset 100 eefed4bda2e2
parent 99 46baf9a7cadd
child 101 68b48f53a8ec
Minor fixes to comply with single tap technical solution description. By this I consider bug 2056 closed.
application/src/PodcastAppui.cpp
application/src/PodcastFeedView.cpp
application/src/PodcastQueueView.cpp
application/src/PodcastSearchView.cpp
application/src/PodcastShowsView.cpp
--- a/application/src/PodcastAppui.cpp	Wed May 26 15:30:38 2010 +0100
+++ b/application/src/PodcastAppui.cpp	Thu May 27 12:31:17 2010 +0100
@@ -43,7 +43,7 @@
 void CPodcastAppUi::ConstructL()
     {
     DP("CPodcastAppUi::ConstructL() BEGIN");
-    BaseConstructL(CAknAppUi::EAknEnableSkin); 
+    BaseConstructL(CAknAppUi::EAknEnableSkin | CAknAppUi::EAknEnableMSK | CAknAppUi::EAknSingleClickCompatible); 
 
     iPodcastModel->ConnectionEngine().AddObserver(this);
     
--- a/application/src/PodcastFeedView.cpp	Wed May 26 15:30:38 2010 +0100
+++ b/application/src/PodcastFeedView.cpp	Thu May 27 12:31:17 2010 +0100
@@ -203,7 +203,7 @@
 
 	switch(aEventType)
 		{
-	case EEventItemClicked:
+	case EEventItemSingleClicked:
 	case EEventEnterKeyPressed:
 	case EEventItemDoubleClicked:
 	case EEventItemActioned:
--- a/application/src/PodcastQueueView.cpp	Wed May 26 15:30:38 2010 +0100
+++ b/application/src/PodcastQueueView.cpp	Thu May 27 12:31:17 2010 +0100
@@ -144,7 +144,7 @@
 	{
 	switch (aEventType)
 		{
-		case EEventItemClicked:
+		case EEventItemSingleClicked:
 		case EEventEnterKeyPressed:		
 		case EEventItemActioned:
 		case EEventItemDoubleClicked:
--- a/application/src/PodcastSearchView.cpp	Wed May 26 15:30:38 2010 +0100
+++ b/application/src/PodcastSearchView.cpp	Thu May 27 12:31:17 2010 +0100
@@ -149,6 +149,7 @@
 	switch(aEventType)
 	{
 	case EEventEnterKeyPressed:
+	case EEventItemSingleClicked:
 	case EEventItemDoubleClicked:
 	case EEventItemActioned:
 		{
--- a/application/src/PodcastShowsView.cpp	Wed May 26 15:30:38 2010 +0100
+++ b/application/src/PodcastShowsView.cpp	Thu May 27 12:31:17 2010 +0100
@@ -315,7 +315,7 @@
 	{
 	switch (aEventType)
 		{
-		case EEventItemClicked:
+		case EEventItemSingleClicked:
 		case EEventEnterKeyPressed:		
 		case EEventItemActioned:
 		case EEventItemDoubleClicked: