summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2004-11-04 15:12:01 (UTC)
committer mickeyl <mickeyl>2004-11-04 15:12:01 (UTC)
commit5f56ab623c99c12ce246f775e065632fbfbbfc1f (patch) (side-by-side diff)
tree0035922070d36de69226bfcefc4d959b5a453f61
parent18684ddb43d4d79304dee6b20ab62513ee50b883 (diff)
downloadopie-5f56ab623c99c12ce246f775e065632fbfbbfc1f.zip
opie-5f56ab623c99c12ce246f775e065632fbfbbfc1f.tar.gz
opie-5f56ab623c99c12ce246f775e065632fbfbbfc1f.tar.bz2
- prepare for backing up root file systems (aka clone)
- add file headers - add version to .pro
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/backup/backup.pro2
-rw-r--r--noncore/settings/backup/backuprestore.cpp54
-rw-r--r--noncore/settings/backup/backuprestore.h31
-rw-r--r--noncore/settings/backup/backuprestorebase.ui99
4 files changed, 167 insertions, 19 deletions
diff --git a/noncore/settings/backup/backup.pro b/noncore/settings/backup/backup.pro
index 390c599..e964c3a 100644
--- a/noncore/settings/backup/backup.pro
+++ b/noncore/settings/backup/backup.pro
@@ -8,3 +8,3 @@ INTERFACES = backuprestorebase.ui errordialog.ui
TARGET = backup
-
+VERSION = 0.8.1
include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/settings/backup/backuprestore.cpp b/noncore/settings/backup/backuprestore.cpp
index 1748e8d..c944c6d 100644
--- a/noncore/settings/backup/backuprestore.cpp
+++ b/noncore/settings/backup/backuprestore.cpp
@@ -1 +1,29 @@
+/*
+� � � � � � � � This file is part of the Opie Project
+ =.
+� � � � � � �.=l. Copyright (c) 2002-2004 The Opie Team <opie-devel@handhelds.org>
+� � � � � �.>+-=
+�_;:, � � .> � �:=|. This file is free software; you can
+.> <`_, � > �. � <= redistribute it and/or modify it under
+:`=1 )Y*s>-.-- � : the terms of the GNU General Public
+.="- .-=="i, � � .._ License as published by the Free Software
+�- . � .-<_> � � .<> Foundation; either version 2 of the License,
+� � �._= =} � � � : or (at your option) any later version.
+� � .%`+i> � � � _;_.
+� � .i_,=:_. � � �-<s. This file is distributed in the hope that
+� � �+ �. �-:. � � � = it will be useful, but WITHOUT ANY WARRANTY;
+� � : .. � �.:, � � . . . without even the implied warranty of
+� � =_ � � � �+ � � =;=|` MERCHANTABILITY or FITNESS FOR A
+� _.=:. � � � : � �:=>`: PARTICULAR PURPOSE. See the GNU General
+..}^=.= � � � = � � � ; Public License for more details.
+++= � -. � � .` � � .:
+�: � � = �...= . :.=- You should have received a copy of the GNU
+�-. � .:....=;==+<; General Public License along with this file;
+� -_. . . � )=. �= see the file COPYING. If not, write to the
+� � -- � � � �:-=` Free Software Foundation, Inc.,
+ 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+
+*/
+
#include "backuprestore.h"
@@ -3,16 +31,13 @@
-
/* OPIE */
+#include <qpe/qpeapplication.h>
+#include <qpe/resource.h>
+#include <qpe/config.h>
#include <opie2/odebug.h>
#include <opie2/ostorageinfo.h>
-using namespace Opie::Core;
-
#include <opie2/ofiledialog.h>
#include <opie2/owait.h>
+using namespace Opie::Core;
using namespace Opie::Ui;
-#include <qpe/qpeapplication.h>
-#include <qpe/resource.h>
-#include <qpe/config.h>
-
/* QT */
@@ -25,2 +50,3 @@ using namespace Opie::Ui;
#include <qpushbutton.h>
+#include <qradiobutton.h>
#include <qheader.h>
@@ -246,2 +272,16 @@ void BackupAndRestore::backup()
{
+ if ( cb_type_userdata->isChecked() )
+ backupUserData();
+ else
+ backupRootFs();
+}
+
+
+void BackupAndRestore::backupRootFs()
+{
+ QMessageBox::critical(this, "Message", "Not Yet Implemented", "Ok" );
+}
+
+void BackupAndRestore::backupUserData()
+{
QString backupFiles;
diff --git a/noncore/settings/backup/backuprestore.h b/noncore/settings/backup/backuprestore.h
index 332123a..015f854 100644
--- a/noncore/settings/backup/backuprestore.h
+++ b/noncore/settings/backup/backuprestore.h
@@ -1 +1,29 @@
+/*
+� � � � � � � � This file is part of the Opie Project
+ =.
+� � � � � � �.=l. Copyright (c) 2002-2004 The Opie Team <opie-devel@handhelds.org>
+� � � � � �.>+-=
+�_;:, � � .> � �:=|. This file is free software; you can
+.> <`_, � > �. � <= redistribute it and/or modify it under
+:`=1 )Y*s>-.-- � : the terms of the GNU General Public
+.="- .-=="i, � � .._ License as published by the Free Software
+�- . � .-<_> � � .<> Foundation; either version 2 of the License,
+� � �._= =} � � � : or (at your option) any later version.
+� � .%`+i> � � � _;_.
+� � .i_,=:_. � � �-<s. This file is distributed in the hope that
+� � �+ �. �-:. � � � = it will be useful, but WITHOUT ANY WARRANTY;
+� � : .. � �.:, � � . . . without even the implied warranty of
+� � =_ � � � �+ � � =;=|` MERCHANTABILITY or FITNESS FOR A
+� _.=:. � � � : � �:=>`: PARTICULAR PURPOSE. See the GNU General
+..}^=.= � � � = � � � ; Public License for more details.
+++= � -. � � .` � � .:
+�: � � = �...= . :.=- You should have received a copy of the GNU
+�-. � .:....=;==+<; General Public License along with this file;
+� -_. . . � )=. �= see the file COPYING. If not, write to the
+� � -- � � � �:-=` Free Software Foundation, Inc.,
+ 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+
+*/
+
#ifndef WINDOW_H
@@ -45,2 +73,5 @@ private:
+ void backupUserData();
+ void backupRootFs();
+
QListViewItem *systemSettings;
diff --git a/noncore/settings/backup/backuprestorebase.ui b/noncore/settings/backup/backuprestorebase.ui
index b464556..6186d68 100644
--- a/noncore/settings/backup/backuprestorebase.ui
+++ b/noncore/settings/backup/backuprestorebase.ui
@@ -13,4 +13,4 @@
<y>0</y>
- <width>282</width>
- <height>243</height>
+ <width>278</width>
+ <height>298</height>
</rect>
@@ -65,16 +65,20 @@
<name>spacing</name>
- <number>4</number>
+ <number>2</number>
</property>
<widget row="0" column="0" >
- <class>QLabel</class>
+ <class>QLayoutWidget</class>
<property stdset="1">
<name>name</name>
- <cstring>TextLabel1</cstring>
+ <cstring>Layout1</cstring>
</property>
+ <grid>
<property stdset="1">
- <name>text</name>
- <string>Save To</string>
+ <name>margin</name>
+ <number>0</number>
</property>
- </widget>
- <widget row="0" column="1" >
+ <property stdset="1">
+ <name>spacing</name>
+ <number>6</number>
+ </property>
+ <widget row="1" column="1" >
<class>QComboBox</class>
@@ -84,4 +88,22 @@
</property>
+ <property stdset="1">
+ <name>sizePolicy</name>
+ <sizepolicy>
+ <hsizetype>3</hsizetype>
+ <vsizetype>1</vsizetype>
+ </sizepolicy>
+ </property>
</widget>
- <widget row="2" column="0" rowspan="1" colspan="2" >
+ <widget row="1" column="0" >
+ <class>QLabel</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>TextLabel1</cstring>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>Destination</string>
+ </property>
+ </widget>
+ <widget row="3" column="0" rowspan="1" colspan="2" >
<class>QPushButton</class>
@@ -96,3 +118,56 @@
</widget>
- <widget row="1" column="0" rowspan="1" colspan="2" >
+ <widget row="0" column="0" rowspan="1" colspan="2" >
+ <class>QButtonGroup</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>frame_type</cstring>
+ </property>
+ <property stdset="1">
+ <name>title</name>
+ <string>Type</string>
+ </property>
+ <property>
+ <name>layoutMargin</name>
+ </property>
+ <property>
+ <name>layoutSpacing</name>
+ </property>
+ <vbox>
+ <property stdset="1">
+ <name>margin</name>
+ <number>4</number>
+ </property>
+ <property stdset="1">
+ <name>spacing</name>
+ <number>2</number>
+ </property>
+ <widget>
+ <class>QRadioButton</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>cb_type_userdata</cstring>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>User Data (Configuration + PIM)</string>
+ </property>
+ <property stdset="1">
+ <name>checked</name>
+ <bool>true</bool>
+ </property>
+ </widget>
+ <widget>
+ <class>QRadioButton</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>cb_type_fullbackup</cstring>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>Full Backup (Root File System)</string>
+ </property>
+ </widget>
+ </vbox>
+ </widget>
+ <widget row="2" column="0" rowspan="1" colspan="2" >
<class>QListView</class>
@@ -127,2 +202,4 @@
</widget>
+ </grid>
+ </widget>
<widget>