Merge branch 'qml' of https://vcs.maemo.org/git/situare into qml
authorSami Rämö <sami.ramo@ixonos.com>
Mon, 22 Nov 2010 15:39:19 +0000 (17:39 +0200)
committerSami Rämö <sami.ramo@ixonos.com>
Mon, 22 Nov 2010 15:39:19 +0000 (17:39 +0200)
Conflicts:
src/qmlui/res.qrc
src/src.pro

1  2 
src/qmlui/res.qrc
src/src.pro

@@@ -31,6 -31,7 +31,8 @@@
          <file>ListBase.qml</file>
          <file>DetailEditorRow.qml</file>
          <file>PanelSelectorButton.qml</file>
 +        <file>ExtendedTextEdit.qml</file>
+         <file>res/busy.png</file>
+         <file>BusyIndicator.qml</file>
      </qresource>
  </RCC>
diff --cc src/src.pro
@@@ -206,7 -206,7 +206,8 @@@ OTHER_FILES += qmlui/Main.qml 
      qmlui/LocationsView.qml \
      qmlui/DetailEditorRow.qml \
      qmlui/PanelSelectorButton.qml \
-     qmlui/ExtendedTextEdit.qml
++    qmlui/ExtendedTextEdit.qml \
+     qmlui/BusyIndicator.qml
  
  QT += network \
      webkit  \