rollback to qtquick 1.0 to compatible with qtlib 4.7 maemo5 fremantle pr 1.3
authorCuong Le <metacuong@gmail.com>
Mon, 19 Sep 2011 08:11:33 +0000 (15:11 +0700)
committerCuong Le <metacuong@gmail.com>
Mon, 19 Sep 2011 08:11:33 +0000 (15:11 +0700)
23 files changed:
qml/DatePicker/component/Button.qml
qml/DatePicker/component/DateReel.qml
qml/DatePicker/component/Reel.qml
qml/LichViet/About.qml
qml/LichViet/AmDateTimeDialog.qml
qml/LichViet/Button.qml
qml/LichViet/ChangeTheme.qml
qml/LichViet/DateTimeDialog.qml
qml/LichViet/FileBrowser.qml
qml/LichViet/FullMonth.qml
qml/LichViet/MenuButton.qml
qml/LichViet/MenuScreen.qml
qml/LichViet/MultiTitleBar.qml
qml/LichViet/OptionsScreen.qml
qml/LichViet/ScrollBar.qml
qml/LichViet/Switch.qml
qml/LichViet/TitleBar.qml
qml/LichViet/ToolBar.qml
qml/LichViet/ToolBarSingle.qml
qml/LichViet/TopBar.qml
qml/LichViet/XemNgayTotXauHoangDao.qml
qml/LichViet/main.qml
qtc_packaging/debian_fremantle/changelog

index febd872..9d1ef3b 100644 (file)
@@ -1,4 +1,4 @@
-import QtQuick 1.1\r
+import QtQuick 1.0\r
 \r
 Item {\r
     property string buttonName: "NOT SET"\r
index bc4d49b..f2d9f0c 100644 (file)
@@ -1,4 +1,4 @@
-import QtQuick 1.1
+import QtQuick 1.0
 
 import "../../LichViet/main.js" as Script
 
index eb1ab26..e60d9fd 100644 (file)
@@ -1,4 +1,4 @@
-import QtQuick 1.1
+import QtQuick 1.0
 
 Rectangle {
     id: reel    
index b80e844..4986c25 100644 (file)
@@ -14,7 +14,7 @@ GNU General Public License for more details.
 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 "Themes.js" as Themes
 
index 9c9d133..33d24ec 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 "Themes.js" as Themes
 import "main.js" as Script
index d8138bc..20563aa 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: container
index 0975143..181fc1e 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 "Themes.js" as Themes
 
 Item{
index 398e975..62cbd87 100644 (file)
@@ -14,7 +14,7 @@ GNU General Public License for more details.
 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 "../DatePicker/component" as Comp
 
 import "Themes.js" as Themes
index 45ace00..4d78ec7 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 8d0afe0..12f7be4 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 "Themes.js" as Themes
 import "main.js" as Script
index 4a09e50..f07330c 100644 (file)
@@ -14,7 +14,7 @@ GNU General Public License for more details.
 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:menubutton
index b125939..02f1dcc 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 "Themes.js" as Themes
 
index f29a5a1..d998375 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 {
     TitleBar { id: titleBar; width: parent.width;
index e2939a2..c3d3b5d 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 "Settings.js" as Settings
 import "Themes.js" as Themes
 
index da1edfb..d152e86 100644 (file)
@@ -1,4 +1,4 @@
-import QtQuick 1.1
+import QtQuick 1.0
 
 Rectangle {
     id: scrollbar
index 27cf9c3..a5e94c4 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/>\r
 */\r
 \r
-import QtQuick 1.1\r
+import QtQuick 1.0\r
 \r
 import "Themes.js" as Themes\r
 \r
index b1acba1..ef54ac7 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 d592c49..ee9e1ab 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: toolbar
index 2607d01..c1593da 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: toolbar
index 70f77ee..fc1dd1c 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{
     width:parent.width
index 914304a..8e2f11d 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 "main.js" as Script
 import "Themes.js" as Themes
index caead89..b0dc8c2 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 "Themes.js" as Themes
 import "Settings.js" as Settings
index 68252ef..170a9d8 100755 (executable)
@@ -1,5 +1,5 @@
-lichviet (1.0.2-7) unstable-develop; urgency=low
+lichviet (1.0.2-7-fremantle1) unstable-develop; urgency=low
 
-  * Know bugs fixed
+  * Rollback QtQuick version to 1.0
 
  -- Cuong Le <metacuong@gmail.com>  Thu, 17 Sep 2011 10:00:37 +0700