Update the database in a different thread so it doesn't freeze the main

thread.
Show PIN in a dialog instead of a notification popup.
Translations updated.
This commit is contained in:
codestation
2013-08-30 11:10:43 -04:30
parent b46156b507
commit 04853712d0
27 changed files with 772 additions and 133 deletions

View File

@@ -22,7 +22,6 @@ SOURCES += main.cpp \
mainwidget.cpp \
configwidget.cpp \
singleapplication.cpp \
baseworker.cpp \
sforeader.cpp \
cmaclient.cpp \
cmabroadcast.cpp \
@@ -31,7 +30,9 @@ SOURCES += main.cpp \
clientmanager.cpp \
backupmanagerform.cpp \
backupitem.cpp \
confirmdialog.cpp
confirmdialog.cpp \
progressform.cpp \
pinform.cpp
HEADERS += \
capability.h \
@@ -42,7 +43,6 @@ HEADERS += \
mainwidget.h \
configwidget.h \
singleapplication.h \
baseworker.h \
sforeader.h \
cmaclient.h \
cmabroadcast.h \
@@ -51,7 +51,9 @@ HEADERS += \
clientmanager.h \
backupmanagerform.h \
backupitem.h \
confirmdialog.h
confirmdialog.h \
progressform.h \
pinform.h
CONFIG += link_pkgconfig
PKGCONFIG += libvitamtp libavformat libavcodec libavutil libswscale
@@ -71,7 +73,9 @@ FORMS += \
configwidget.ui \
backupmanagerform.ui \
backupitem.ui \
confirmdialog.ui
confirmdialog.ui \
progressform.ui \
pinform.ui
TRANSLATIONS += resources/translations/qcma.es.ts