aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gpg4usb.pro102
-rw-r--r--src/aboutdialog.cpp (renamed from aboutdialog.cpp)0
-rw-r--r--src/aboutdialog.h (renamed from aboutdialog.h)0
-rw-r--r--src/attachments.cpp (renamed from attachments.cpp)0
-rw-r--r--src/attachments.h (renamed from attachments.h)0
-rw-r--r--src/attachmenttablemodel.cpp (renamed from attachmenttablemodel.cpp)0
-rw-r--r--src/attachmenttablemodel.h (renamed from attachmenttablemodel.h)0
-rw-r--r--src/editorpage.cpp (renamed from editorpage.cpp)0
-rw-r--r--src/editorpage.h (renamed from editorpage.h)0
-rwxr-xr-xsrc/fileencryptiondialog.cpp (renamed from fileencryptiondialog.cpp)0
-rwxr-xr-xsrc/fileencryptiondialog.h (renamed from fileencryptiondialog.h)0
-rw-r--r--src/findwidget.cpp (renamed from findwidget.cpp)0
-rw-r--r--src/findwidget.h (renamed from findwidget.h)0
-rw-r--r--src/gpgconstants.cpp (renamed from gpgconstants.cpp)0
-rw-r--r--src/gpgconstants.h (renamed from gpgconstants.h)0
-rw-r--r--src/gpgcontext.cpp (renamed from gpgcontext.cpp)0
-rw-r--r--src/gpgcontext.h (renamed from gpgcontext.h)0
-rw-r--r--src/helppage.cpp (renamed from helppage.cpp)0
-rw-r--r--src/helppage.h (renamed from helppage.h)0
-rw-r--r--src/keydetailsdialog.cpp (renamed from keydetailsdialog.cpp)0
-rw-r--r--src/keydetailsdialog.h (renamed from keydetailsdialog.h)0
-rw-r--r--src/keygendialog.cpp (renamed from keygendialog.cpp)0
-rw-r--r--src/keygendialog.h (renamed from keygendialog.h)0
-rw-r--r--src/keygenthread.cpp (renamed from keygenthread.cpp)0
-rw-r--r--src/keygenthread.h (renamed from keygenthread.h)0
-rw-r--r--src/keyimportdetaildialog.cpp (renamed from keyimportdetaildialog.cpp)0
-rw-r--r--src/keyimportdetaildialog.h (renamed from keyimportdetaildialog.h)0
-rw-r--r--src/keylist.cpp (renamed from keylist.cpp)0
-rw-r--r--src/keylist.h (renamed from keylist.h)0
-rwxr-xr-xsrc/keymgmt.cpp (renamed from keymgmt.cpp)0
-rwxr-xr-xsrc/keymgmt.h (renamed from keymgmt.h)0
-rw-r--r--src/keyserverimportdialog.cpp (renamed from keyserverimportdialog.cpp)0
-rw-r--r--src/keyserverimportdialog.h (renamed from keyserverimportdialog.h)0
-rw-r--r--src/main.cpp (renamed from main.cpp)0
-rw-r--r--src/mainwindow.cpp (renamed from mainwindow.cpp)0
-rw-r--r--src/mainwindow.h (renamed from mainwindow.h)0
-rw-r--r--src/mime.cpp (renamed from mime.cpp)0
-rw-r--r--src/mime.h (renamed from mime.h)0
-rwxr-xr-xsrc/quitdialog.cpp (renamed from quitdialog.cpp)0
-rwxr-xr-xsrc/quitdialog.h (renamed from quitdialog.h)0
-rwxr-xr-xsrc/settingsdialog.cpp (renamed from settingsdialog.cpp)0
-rwxr-xr-xsrc/settingsdialog.h (renamed from settingsdialog.h)0
-rw-r--r--src/textedit.cpp (renamed from textedit.cpp)0
-rw-r--r--src/textedit.h (renamed from textedit.h)0
-rw-r--r--src/verifydetailsdialog.cpp (renamed from verifydetailsdialog.cpp)0
-rw-r--r--src/verifydetailsdialog.h (renamed from verifydetailsdialog.h)0
-rw-r--r--src/verifykeydetailbox.cpp (renamed from verifykeydetailbox.cpp)0
-rw-r--r--src/verifykeydetailbox.h (renamed from verifykeydetailbox.h)0
-rw-r--r--src/verifynotification.cpp (renamed from verifynotification.cpp)0
-rw-r--r--src/verifynotification.h (renamed from verifynotification.h)0
-rw-r--r--src/wizard.cpp (renamed from wizard.cpp)0
-rw-r--r--src/wizard.h (renamed from wizard.h)0
52 files changed, 51 insertions, 51 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro
index aeba933..ba3c285 100644
--- a/gpg4usb.pro
+++ b/gpg4usb.pro
@@ -19,58 +19,58 @@ QT += network
# Input
OBJECTS_DIR=objectfiles
MOC_DIR=mocfiles
-HEADERS += attachments.h \
- gpgcontext.h \
- mainwindow.h \
- fileencryptiondialog.h \
- keyimportdetaildialog.h \
- mime.h \
- keygendialog.h \
- keygenthread.h \
- keydetailsdialog.h \
- keylist.h \
- keymgmt.h \
- settingsdialog.h \
- attachmenttablemodel.h \
- textedit.h \
- editorpage.h \
- quitdialog.h \
- aboutdialog.h \
- keyserverimportdialog.h \
- verifynotification.h \
- verifydetailsdialog.h \
- verifykeydetailbox.h \
- wizard.h \
- helppage.h \
- findwidget.h \
- gpgconstants.h
+HEADERS += src/attachments.h \
+ src/gpgcontext.h \
+ src/mainwindow.h \
+ src/fileencryptiondialog.h \
+ src/keyimportdetaildialog.h \
+ src/mime.h \
+ src/keygendialog.h \
+ src/keygenthread.h \
+ src/keydetailsdialog.h \
+ src/keylist.h \
+ src/keymgmt.h \
+ src/settingsdialog.h \
+ src/attachmenttablemodel.h \
+ src/textedit.h \
+ src/editorpage.h \
+ src/quitdialog.h \
+ src/aboutdialog.h \
+ src/keyserverimportdialog.h \
+ src/verifynotification.h \
+ src/verifydetailsdialog.h \
+ src/verifykeydetailbox.h \
+ src/wizard.h \
+ src/helppage.h \
+ src/findwidget.h \
+ src/gpgconstants.h
-SOURCES += attachments.cpp \
- gpgcontext.cpp \
- mainwindow.cpp \
- main.cpp \
- fileencryptiondialog.cpp \
- keyimportdetaildialog.cpp \
- mime.cpp \
- keygendialog.cpp \
- keygenthread.cpp \
- keydetailsdialog.cpp \
- keylist.cpp \
- keymgmt.cpp \
- settingsdialog.cpp \
- attachmenttablemodel.cpp \
- textedit.cpp \
- editorpage.cpp \
- quitdialog.cpp \
- aboutdialog.cpp \
- keyserverimportdialog.cpp \
- verifynotification.cpp \
- verifydetailsdialog.cpp \
- verifykeydetailbox.cpp \
- wizard.cpp \
- helppage.cpp \
- findwidget.cpp \
- gpgconstants.cpp
+SOURCES += src/attachments.cpp \
+ src/gpgcontext.cpp \
+ src/mainwindow.cpp \
+ src/main.cpp \
+ src/fileencryptiondialog.cpp \
+ src/keyimportdetaildialog.cpp \
+ src/mime.cpp \
+ src/keygendialog.cpp \
+ src/keygenthread.cpp \
+ src/keydetailsdialog.cpp \
+ src/keylist.cpp \
+ src/keymgmt.cpp \
+ src/settingsdialog.cpp \
+ src/attachmenttablemodel.cpp \
+ src/textedit.cpp \
+ src/editorpage.cpp \
+ src/quitdialog.cpp \
+ src/aboutdialog.cpp \
+ src/keyserverimportdialog.cpp \
+ src/verifynotification.cpp \
+ src/verifydetailsdialog.cpp \
+ src/verifykeydetailbox.cpp \
+ src/wizard.cpp \
+ src/helppage.cpp \
+ src/findwidget.cpp \
+ src/gpgconstants.cpp
RC_FILE = gpg4usb.rc
diff --git a/aboutdialog.cpp b/src/aboutdialog.cpp
index 3362342..3362342 100644
--- a/aboutdialog.cpp
+++ b/src/aboutdialog.cpp
diff --git a/aboutdialog.h b/src/aboutdialog.h
index 295ee6f..295ee6f 100644
--- a/aboutdialog.h
+++ b/src/aboutdialog.h
diff --git a/attachments.cpp b/src/attachments.cpp
index 1110464..1110464 100644
--- a/attachments.cpp
+++ b/src/attachments.cpp
diff --git a/attachments.h b/src/attachments.h
index 5d72d9e..5d72d9e 100644
--- a/attachments.h
+++ b/src/attachments.h
diff --git a/attachmenttablemodel.cpp b/src/attachmenttablemodel.cpp
index f0eadfc..f0eadfc 100644
--- a/attachmenttablemodel.cpp
+++ b/src/attachmenttablemodel.cpp
diff --git a/attachmenttablemodel.h b/src/attachmenttablemodel.h
index bb019de..bb019de 100644
--- a/attachmenttablemodel.h
+++ b/src/attachmenttablemodel.h
diff --git a/editorpage.cpp b/src/editorpage.cpp
index 28926a9..28926a9 100644
--- a/editorpage.cpp
+++ b/src/editorpage.cpp
diff --git a/editorpage.h b/src/editorpage.h
index d5222cf..d5222cf 100644
--- a/editorpage.h
+++ b/src/editorpage.h
diff --git a/fileencryptiondialog.cpp b/src/fileencryptiondialog.cpp
index 38b7de5..38b7de5 100755
--- a/fileencryptiondialog.cpp
+++ b/src/fileencryptiondialog.cpp
diff --git a/fileencryptiondialog.h b/src/fileencryptiondialog.h
index af6edff..af6edff 100755
--- a/fileencryptiondialog.h
+++ b/src/fileencryptiondialog.h
diff --git a/findwidget.cpp b/src/findwidget.cpp
index ff8de5a..ff8de5a 100644
--- a/findwidget.cpp
+++ b/src/findwidget.cpp
diff --git a/findwidget.h b/src/findwidget.h
index 4e69fa6..4e69fa6 100644
--- a/findwidget.h
+++ b/src/findwidget.h
diff --git a/gpgconstants.cpp b/src/gpgconstants.cpp
index 0d3306a..0d3306a 100644
--- a/gpgconstants.cpp
+++ b/src/gpgconstants.cpp
diff --git a/gpgconstants.h b/src/gpgconstants.h
index e01083c..e01083c 100644
--- a/gpgconstants.h
+++ b/src/gpgconstants.h
diff --git a/gpgcontext.cpp b/src/gpgcontext.cpp
index 45e053b..45e053b 100644
--- a/gpgcontext.cpp
+++ b/src/gpgcontext.cpp
diff --git a/gpgcontext.h b/src/gpgcontext.h
index 5b8f93c..5b8f93c 100644
--- a/gpgcontext.h
+++ b/src/gpgcontext.h
diff --git a/helppage.cpp b/src/helppage.cpp
index ace8c92..ace8c92 100644
--- a/helppage.cpp
+++ b/src/helppage.cpp
diff --git a/helppage.h b/src/helppage.h
index 22aa9b1..22aa9b1 100644
--- a/helppage.h
+++ b/src/helppage.h
diff --git a/keydetailsdialog.cpp b/src/keydetailsdialog.cpp
index 36f2e4a..36f2e4a 100644
--- a/keydetailsdialog.cpp
+++ b/src/keydetailsdialog.cpp
diff --git a/keydetailsdialog.h b/src/keydetailsdialog.h
index 2774fe2..2774fe2 100644
--- a/keydetailsdialog.h
+++ b/src/keydetailsdialog.h
diff --git a/keygendialog.cpp b/src/keygendialog.cpp
index 2aa5f81..2aa5f81 100644
--- a/keygendialog.cpp
+++ b/src/keygendialog.cpp
diff --git a/keygendialog.h b/src/keygendialog.h
index b3f4183..b3f4183 100644
--- a/keygendialog.h
+++ b/src/keygendialog.h
diff --git a/keygenthread.cpp b/src/keygenthread.cpp
index c558877..c558877 100644
--- a/keygenthread.cpp
+++ b/src/keygenthread.cpp
diff --git a/keygenthread.h b/src/keygenthread.h
index 6fc61e9..6fc61e9 100644
--- a/keygenthread.h
+++ b/src/keygenthread.h
diff --git a/keyimportdetaildialog.cpp b/src/keyimportdetaildialog.cpp
index 4448865..4448865 100644
--- a/keyimportdetaildialog.cpp
+++ b/src/keyimportdetaildialog.cpp
diff --git a/keyimportdetaildialog.h b/src/keyimportdetaildialog.h
index dde1f54..dde1f54 100644
--- a/keyimportdetaildialog.h
+++ b/src/keyimportdetaildialog.h
diff --git a/keylist.cpp b/src/keylist.cpp
index cd01a2e..cd01a2e 100644
--- a/keylist.cpp
+++ b/src/keylist.cpp
diff --git a/keylist.h b/src/keylist.h
index 0909291..0909291 100644
--- a/keylist.h
+++ b/src/keylist.h
diff --git a/keymgmt.cpp b/src/keymgmt.cpp
index c17fd86..c17fd86 100755
--- a/keymgmt.cpp
+++ b/src/keymgmt.cpp
diff --git a/keymgmt.h b/src/keymgmt.h
index 22a8b66..22a8b66 100755
--- a/keymgmt.h
+++ b/src/keymgmt.h
diff --git a/keyserverimportdialog.cpp b/src/keyserverimportdialog.cpp
index 819dfc0..819dfc0 100644
--- a/keyserverimportdialog.cpp
+++ b/src/keyserverimportdialog.cpp
diff --git a/keyserverimportdialog.h b/src/keyserverimportdialog.h
index b33af57..b33af57 100644
--- a/keyserverimportdialog.h
+++ b/src/keyserverimportdialog.h
diff --git a/main.cpp b/src/main.cpp
index 019466b..019466b 100644
--- a/main.cpp
+++ b/src/main.cpp
diff --git a/mainwindow.cpp b/src/mainwindow.cpp
index 6e00eb9..6e00eb9 100644
--- a/mainwindow.cpp
+++ b/src/mainwindow.cpp
diff --git a/mainwindow.h b/src/mainwindow.h
index 9ee1b63..9ee1b63 100644
--- a/mainwindow.h
+++ b/src/mainwindow.h
diff --git a/mime.cpp b/src/mime.cpp
index 30f19cf..30f19cf 100644
--- a/mime.cpp
+++ b/src/mime.cpp
diff --git a/mime.h b/src/mime.h
index df44647..df44647 100644
--- a/mime.h
+++ b/src/mime.h
diff --git a/quitdialog.cpp b/src/quitdialog.cpp
index e32369b..e32369b 100755
--- a/quitdialog.cpp
+++ b/src/quitdialog.cpp
diff --git a/quitdialog.h b/src/quitdialog.h
index bc24712..bc24712 100755
--- a/quitdialog.h
+++ b/src/quitdialog.h
diff --git a/settingsdialog.cpp b/src/settingsdialog.cpp
index a99b832..a99b832 100755
--- a/settingsdialog.cpp
+++ b/src/settingsdialog.cpp
diff --git a/settingsdialog.h b/src/settingsdialog.h
index 0b5f164..0b5f164 100755
--- a/settingsdialog.h
+++ b/src/settingsdialog.h
diff --git a/textedit.cpp b/src/textedit.cpp
index e28304d..e28304d 100644
--- a/textedit.cpp
+++ b/src/textedit.cpp
diff --git a/textedit.h b/src/textedit.h
index 12e4970..12e4970 100644
--- a/textedit.h
+++ b/src/textedit.h
diff --git a/verifydetailsdialog.cpp b/src/verifydetailsdialog.cpp
index fc9ab6c..fc9ab6c 100644
--- a/verifydetailsdialog.cpp
+++ b/src/verifydetailsdialog.cpp
diff --git a/verifydetailsdialog.h b/src/verifydetailsdialog.h
index b138f46..b138f46 100644
--- a/verifydetailsdialog.h
+++ b/src/verifydetailsdialog.h
diff --git a/verifykeydetailbox.cpp b/src/verifykeydetailbox.cpp
index b040d4f..b040d4f 100644
--- a/verifykeydetailbox.cpp
+++ b/src/verifykeydetailbox.cpp
diff --git a/verifykeydetailbox.h b/src/verifykeydetailbox.h
index 29d198e..29d198e 100644
--- a/verifykeydetailbox.h
+++ b/src/verifykeydetailbox.h
diff --git a/verifynotification.cpp b/src/verifynotification.cpp
index 6e73961..6e73961 100644
--- a/verifynotification.cpp
+++ b/src/verifynotification.cpp
diff --git a/verifynotification.h b/src/verifynotification.h
index 60e55f9..60e55f9 100644
--- a/verifynotification.h
+++ b/src/verifynotification.h
diff --git a/wizard.cpp b/src/wizard.cpp
index 675af55..675af55 100644
--- a/wizard.cpp
+++ b/src/wizard.cpp
diff --git a/wizard.h b/src/wizard.h
index 4ed34c1..4ed34c1 100644
--- a/wizard.h
+++ b/src/wizard.h