rollback to qtquick 1.0 to compatible with qtlib 4.7 maemo5 fremantle pr 1.3 develop
authorCuong Le <metacuong@gmail.com>
Mon, 19 Sep 2011 08:13:40 +0000 (15:13 +0700)
committerCuong Le <metacuong@gmail.com>
Mon, 19 Sep 2011 08:13:40 +0000 (15:13 +0700)
qml/vietkaralist/AboutDlg.qml
qml/vietkaralist/MenuBar.qml
qml/vietkaralist/MenuButton.qml
qml/vietkaralist/ScrollBar.qml
qml/vietkaralist/SongList.qml
qml/vietkaralist/SongListView.qml
qml/vietkaralist/TopBar.qml
qml/vietkaralist/WaitingDlg.qml
qml/vietkaralist/main.qml
qtc_packaging/debian_fremantle/changelog

index 9d9ab39..a676d5f 100644 (file)
@@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>
 */
 
-import QtQuick 1.1
+import QtQuick 1.0
 
 Item{
 
index c1e51e4..21ef7a7 100644 (file)
@@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>
 */
 
-import QtQuick 1.1
+import QtQuick 1.0
 
 Item {
 
@@ -36,7 +36,7 @@ Item {
         radius: 0
 
 
-
+/*
      MenuButton{
         id:btn_favor
         source: "imgs/f.png"
@@ -65,7 +65,7 @@ Item {
         }
      }
 
-
+*/
      MenuButton{
         id:btn_about
         source: "imgs/ab.png"
index 5a6f71f..a753edc 100644 (file)
@@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>
 */
 
-import QtQuick 1.1
+import QtQuick 1.0
 
 Rectangle {
 
index 04c2d55..22291a7 100644 (file)
@@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>
 */
 
-import QtQuick 1.1
+import QtQuick 1.0
 
 Rectangle {
     id: scrollbar
index fd6bb81..312e860 100644 (file)
@@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>
 */
 
-import QtQuick 1.1
+import QtQuick 1.0
 
 Item {
 
index a1dda16..d053b7c 100644 (file)
@@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>
 */
 
-import QtQuick 1.1
+import QtQuick 1.0
 
 Rectangle {
 
index 73bbb5e..3cb83f7 100644 (file)
@@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>
 */
 
-import QtQuick 1.1
+import QtQuick 1.0
 
 Item {
 
index 9b1f89c..cf01fba 100644 (file)
@@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>
 */
 
-import QtQuick 1.1
+import QtQuick 1.0
 
 Item {
     id: dialog
index b60e43c..82d809d 100644 (file)
@@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>
 */
 
-import QtQuick 1.1
+import QtQuick 1.0
 
 import "./scripts/main.js" as Script
 
index 2cbde18..d713d67 100644 (file)
@@ -1,5 +1,5 @@
-vietkaralist (0.0.1-fremantle3) unstable; urgency=low
+vietkaralist (0.0.1-fremantle4) unstable; urgency=low
 
-  * Fixed for deb package
+  * Rollback QtQuick version to 1.0
 
  -- Cuong Le <metacuong@gmail.com>  Sat, 17 Sep 2011 13:31:46 +0700