disable fullscreen 071112161019
authorRusty Lynch <rusty.lynch@intel.com>
Wed, 11 Jul 2012 23:10:05 +0000 (16:10 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Wed, 11 Jul 2012 23:10:05 +0000 (16:10 -0700)
packaging/hfdialer.changes
src/qmlmainwindow.cpp

index 7d00776..b73e8a8 100644 (file)
@@ -1,3 +1,7 @@
+* Wed Jul 11 2012 Rusty Lynch <rusty.lynch@intel.com> - 0.3.0
+- Disable fullscreen support since the updated qtwayland has
+  an issue with input events while in fullscreen
+
 * Tue Jun 19 2012 Rusty Lynch <rusty.lynch@intel.com> - 0.3.0
 - Enabled fullscreen support
 
index 45724a1..c3096dc 100644 (file)
@@ -142,7 +142,7 @@ void QMLMainWindow::tryToShow()
                     da->activeWindow()->show();
                     da->activeWindow()->activateWindow();
                 }
-            this->showFullScreen();
+            this->show();
         }
  
 }