* Changes qtquick version from 1.0 to 1.1
authorCuong Le <metacuong@gmail.com>
Thu, 15 Sep 2011 15:13:56 +0000 (22:13 +0700)
committerCuong Le <cuonglb@ideapad.(none)>
Thu, 15 Sep 2011 15:15:03 +0000 (22:15 +0700)
* Changes git info

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
qml/themes/default/default.qml

index eb58bbb..cad0b36 100644 (file)
@@ -1,4 +1,4 @@
-import QtQuick 1.0\r
+import QtQuick 1.1\r
 \r
 Item {\r
     id: container\r
index bdc3360..5564eb2 100644 (file)
@@ -1,4 +1,4 @@
-import QtQuick 1.0
+import QtQuick 1.1
 
 import "../../LichViet/main.js" as Script
 
index dc5b3a1..21b9971 100644 (file)
@@ -1,4 +1,4 @@
-import QtQuick 1.0
+import QtQuick 1.1
 
 Rectangle {
     id: reel    
index b9e696d..01a5bdd 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.0
+import QtQuick 1.1
 
 import "Themes.js" as Themes
 
index 33d24ec..9c9d133 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.0
+import QtQuick 1.1
 
 import "Themes.js" as Themes
 import "main.js" as Script
index 20563aa..d8138bc 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.0
+import QtQuick 1.1
 
 Item {
     id: container
index 181fc1e..0975143 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.0
+import QtQuick 1.1
 import "Themes.js" as Themes
 
 Item{
index 62cbd87..398e975 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.0
+import QtQuick 1.1
 import "../DatePicker/component" as Comp
 
 import "Themes.js" as Themes
index 4d78ec7..45ace00 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.0
+import QtQuick 1.1
 
 Item{
 
index 80e98b4..ef05b52 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.0
+import QtQuick 1.1
 
 import "Themes.js" as Themes
 import "main.js" as Script
index f07330c..4a09e50 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.0
+import QtQuick 1.1
 
 Item {
     id:menubutton
index 02f1dcc..b125939 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.0
+import QtQuick 1.1
 
 import "Themes.js" as Themes
 
index d998375..f29a5a1 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.0
+import QtQuick 1.1
 
 Item {
     TitleBar { id: titleBar; width: parent.width;
index c3d3b5d..e2939a2 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.0
+import QtQuick 1.1
 import "Settings.js" as Settings
 import "Themes.js" as Themes
 
index d152e86..da1edfb 100644 (file)
@@ -1,4 +1,4 @@
-import QtQuick 1.0
+import QtQuick 1.1
 
 Rectangle {
     id: scrollbar
index a5e94c4..27cf9c3 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.0\r
+import QtQuick 1.1\r
 \r
 import "Themes.js" as Themes\r
 \r
index ef54ac7..b1acba1 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.0
+import QtQuick 1.1
 
 Item {
 
index ee9e1ab..d592c49 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.0
+import QtQuick 1.1
 
 Item {
     id: toolbar
index c1593da..2607d01 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.0
+import QtQuick 1.1
 
 Item {
     id: toolbar
index fc1dd1c..70f77ee 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.0
+import QtQuick 1.1
 
 Rectangle{
     width:parent.width
index 8e2f11d..914304a 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.0
+import QtQuick 1.1
 
 import "main.js" as Script
 import "Themes.js" as Themes
index ae8e241..c1afc70 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.0
+import QtQuick 1.1
 
 import "Themes.js" as Themes
 import "Settings.js" as Settings
index 2033f36..620e26f 100644 (file)
@@ -1,4 +1,4 @@
-import QtQuick 1.0
+import QtQuick 1.1
 
 Item {
     id:theme