From: Cuong Le Date: Thu, 15 Sep 2011 15:13:56 +0000 (+0700) Subject: * Changes qtquick version from 1.0 to 1.1 X-Git-Tag: v1.0.2-4^2~4 X-Git-Url: http://git.maemo.org/git/?p=lichviet;a=commitdiff_plain;h=c37371da2f046d1a0ada7a7ab8e3f72ba0c2341f * Changes qtquick version from 1.0 to 1.1 * Changes git info --- diff --git a/qml/DatePicker/component/Button.qml b/qml/DatePicker/component/Button.qml index eb58bbb..cad0b36 100644 --- a/qml/DatePicker/component/Button.qml +++ b/qml/DatePicker/component/Button.qml @@ -1,4 +1,4 @@ -import QtQuick 1.0 +import QtQuick 1.1 Item { id: container diff --git a/qml/DatePicker/component/DateReel.qml b/qml/DatePicker/component/DateReel.qml index bdc3360..5564eb2 100644 --- a/qml/DatePicker/component/DateReel.qml +++ b/qml/DatePicker/component/DateReel.qml @@ -1,4 +1,4 @@ -import QtQuick 1.0 +import QtQuick 1.1 import "../../LichViet/main.js" as Script diff --git a/qml/DatePicker/component/Reel.qml b/qml/DatePicker/component/Reel.qml index dc5b3a1..21b9971 100644 --- a/qml/DatePicker/component/Reel.qml +++ b/qml/DatePicker/component/Reel.qml @@ -1,4 +1,4 @@ -import QtQuick 1.0 +import QtQuick 1.1 Rectangle { id: reel diff --git a/qml/LichViet/About.qml b/qml/LichViet/About.qml index b9e696d..01a5bdd 100644 --- a/qml/LichViet/About.qml +++ b/qml/LichViet/About.qml @@ -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 */ -import QtQuick 1.0 +import QtQuick 1.1 import "Themes.js" as Themes diff --git a/qml/LichViet/AmDateTimeDialog.qml b/qml/LichViet/AmDateTimeDialog.qml index 33d24ec..9c9d133 100644 --- a/qml/LichViet/AmDateTimeDialog.qml +++ b/qml/LichViet/AmDateTimeDialog.qml @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see */ -import QtQuick 1.0 +import QtQuick 1.1 import "Themes.js" as Themes import "main.js" as Script diff --git a/qml/LichViet/Button.qml b/qml/LichViet/Button.qml index 20563aa..d8138bc 100644 --- a/qml/LichViet/Button.qml +++ b/qml/LichViet/Button.qml @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see */ -import QtQuick 1.0 +import QtQuick 1.1 Item { id: container diff --git a/qml/LichViet/ChangeTheme.qml b/qml/LichViet/ChangeTheme.qml index 181fc1e..0975143 100644 --- a/qml/LichViet/ChangeTheme.qml +++ b/qml/LichViet/ChangeTheme.qml @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see */ -import QtQuick 1.0 +import QtQuick 1.1 import "Themes.js" as Themes Item{ diff --git a/qml/LichViet/DateTimeDialog.qml b/qml/LichViet/DateTimeDialog.qml index 62cbd87..398e975 100644 --- a/qml/LichViet/DateTimeDialog.qml +++ b/qml/LichViet/DateTimeDialog.qml @@ -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 */ -import QtQuick 1.0 +import QtQuick 1.1 import "../DatePicker/component" as Comp import "Themes.js" as Themes diff --git a/qml/LichViet/FileBrowser.qml b/qml/LichViet/FileBrowser.qml index 4d78ec7..45ace00 100644 --- a/qml/LichViet/FileBrowser.qml +++ b/qml/LichViet/FileBrowser.qml @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see */ -import QtQuick 1.0 +import QtQuick 1.1 Item{ diff --git a/qml/LichViet/FullMonth.qml b/qml/LichViet/FullMonth.qml index 80e98b4..ef05b52 100644 --- a/qml/LichViet/FullMonth.qml +++ b/qml/LichViet/FullMonth.qml @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see */ -import QtQuick 1.0 +import QtQuick 1.1 import "Themes.js" as Themes import "main.js" as Script diff --git a/qml/LichViet/MenuButton.qml b/qml/LichViet/MenuButton.qml index f07330c..4a09e50 100644 --- a/qml/LichViet/MenuButton.qml +++ b/qml/LichViet/MenuButton.qml @@ -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 */ -import QtQuick 1.0 +import QtQuick 1.1 Item { id:menubutton diff --git a/qml/LichViet/MenuScreen.qml b/qml/LichViet/MenuScreen.qml index 02f1dcc..b125939 100644 --- a/qml/LichViet/MenuScreen.qml +++ b/qml/LichViet/MenuScreen.qml @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see */ -import QtQuick 1.0 +import QtQuick 1.1 import "Themes.js" as Themes diff --git a/qml/LichViet/MultiTitleBar.qml b/qml/LichViet/MultiTitleBar.qml index d998375..f29a5a1 100644 --- a/qml/LichViet/MultiTitleBar.qml +++ b/qml/LichViet/MultiTitleBar.qml @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see */ -import QtQuick 1.0 +import QtQuick 1.1 Item { TitleBar { id: titleBar; width: parent.width; diff --git a/qml/LichViet/OptionsScreen.qml b/qml/LichViet/OptionsScreen.qml index c3d3b5d..e2939a2 100644 --- a/qml/LichViet/OptionsScreen.qml +++ b/qml/LichViet/OptionsScreen.qml @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see */ -import QtQuick 1.0 +import QtQuick 1.1 import "Settings.js" as Settings import "Themes.js" as Themes diff --git a/qml/LichViet/ScrollBar.qml b/qml/LichViet/ScrollBar.qml index d152e86..da1edfb 100644 --- a/qml/LichViet/ScrollBar.qml +++ b/qml/LichViet/ScrollBar.qml @@ -1,4 +1,4 @@ -import QtQuick 1.0 +import QtQuick 1.1 Rectangle { id: scrollbar diff --git a/qml/LichViet/Switch.qml b/qml/LichViet/Switch.qml index a5e94c4..27cf9c3 100644 --- a/qml/LichViet/Switch.qml +++ b/qml/LichViet/Switch.qml @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see */ -import QtQuick 1.0 +import QtQuick 1.1 import "Themes.js" as Themes diff --git a/qml/LichViet/TitleBar.qml b/qml/LichViet/TitleBar.qml index ef54ac7..b1acba1 100644 --- a/qml/LichViet/TitleBar.qml +++ b/qml/LichViet/TitleBar.qml @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see */ -import QtQuick 1.0 +import QtQuick 1.1 Item { diff --git a/qml/LichViet/ToolBar.qml b/qml/LichViet/ToolBar.qml index ee9e1ab..d592c49 100644 --- a/qml/LichViet/ToolBar.qml +++ b/qml/LichViet/ToolBar.qml @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see */ -import QtQuick 1.0 +import QtQuick 1.1 Item { id: toolbar diff --git a/qml/LichViet/ToolBarSingle.qml b/qml/LichViet/ToolBarSingle.qml index c1593da..2607d01 100644 --- a/qml/LichViet/ToolBarSingle.qml +++ b/qml/LichViet/ToolBarSingle.qml @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see */ -import QtQuick 1.0 +import QtQuick 1.1 Item { id: toolbar diff --git a/qml/LichViet/TopBar.qml b/qml/LichViet/TopBar.qml index fc1dd1c..70f77ee 100644 --- a/qml/LichViet/TopBar.qml +++ b/qml/LichViet/TopBar.qml @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see */ -import QtQuick 1.0 +import QtQuick 1.1 Rectangle{ width:parent.width diff --git a/qml/LichViet/XemNgayTotXauHoangDao.qml b/qml/LichViet/XemNgayTotXauHoangDao.qml index 8e2f11d..914304a 100644 --- a/qml/LichViet/XemNgayTotXauHoangDao.qml +++ b/qml/LichViet/XemNgayTotXauHoangDao.qml @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see */ -import QtQuick 1.0 +import QtQuick 1.1 import "main.js" as Script import "Themes.js" as Themes diff --git a/qml/LichViet/main.qml b/qml/LichViet/main.qml index ae8e241..c1afc70 100644 --- a/qml/LichViet/main.qml +++ b/qml/LichViet/main.qml @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see */ -import QtQuick 1.0 +import QtQuick 1.1 import "Themes.js" as Themes import "Settings.js" as Settings diff --git a/qml/themes/default/default.qml b/qml/themes/default/default.qml index 2033f36..620e26f 100644 --- a/qml/themes/default/default.qml +++ b/qml/themes/default/default.qml @@ -1,4 +1,4 @@ -import QtQuick 1.0 +import QtQuick 1.1 Item { id:theme