aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileencryptiondialog.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-04put *.h and *.cpp to src-subdirectoryNils Achtergarde1-0/+0
2017-12-31fix npeUbbo Veentjer1-1/+1
2017-12-30verify files readded (4ecc173307c8c1ed13f28b6955484a484a25402a to ↵Ubbo Veentjer1-6/+59
7c874c55c8242baaa770c46718a5c66b3bf8284a)
2017-12-30recommit of a06539af3448396f56a44d6859f2a54b787cdd8d (sign files integrated)Ubbo Veentjer1-3/+12
2017-12-30recommit of a772d1426463d5f4913b5252530b81d1d2cca7dd (remove obsolete ↵Nils Achtergarde1-26/+6
EncryptAndDecrypt logic from filemenu)
2017-12-30recommit of a3cba1ba9996400acc43d133f8941fef84dd323f (add gui elements for ↵Nils Achtergarde1-6/+11
sign&verify of files, remove not used fileEncryptAndDecrypt actions from mainwindow)
2016-02-07refactored slots and signalsnils1-11/+11
2012-05-01show error if file could not be read, don't crash on invalid data for verifyubbo1-7/+14
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@911 34ebc366-c3a9-4b3c-9f84-69acf7962910
2012-05-01verify file working nowubbo1-2/+4
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@910 34ebc366-c3a9-4b3c-9f84-69acf7962910
2012-05-01verify for files (not yet working)ubbo1-2/+45
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@909 34ebc366-c3a9-4b3c-9f84-69acf7962910
2012-05-01sign files integratedubbo1-4/+12
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@908 34ebc366-c3a9-4b3c-9f84-69acf7962910
2012-05-01remove obsolete EncryptAndDecrypt logic from filemenuubbo1-25/+6
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@906 34ebc366-c3a9-4b3c-9f84-69acf7962910
2012-05-01add gui elements for sign&verify of files, remove not used ↵ubbo1-6/+11
fileEncryptAndDecrypt actions from mainwindow git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@905 34ebc366-c3a9-4b3c-9f84-69acf7962910
2012-02-04changed about dialognils1-1/+1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@793 34ebc366-c3a9-4b3c-9f84-69acf7962910
2012-01-19added file.close for every file.opennils1-3/+3
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@767 34ebc366-c3a9-4b3c-9f84-69acf7962910
2012-01-19use ressource file for all icons and remove iconpathnils1-2/+2
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@766 34ebc366-c3a9-4b3c-9f84-69acf7962910
2012-01-07fixed bug in file cryptionnils1-5/+7
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@728 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-12-08more height for file encryption dialogubbo1-2/+4
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@686 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-12-06file encryption dialog configurable for encrypt / decrypt / both. popup menu ↵ubbo1-5/+19
for file encrypt or decrypt in toolbar now git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@668 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-11-14more text in wizardnils1-1/+1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@616 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-10-29refactored gpgwin -> mainwindow and context -> gpgcontextnils1-1/+1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@588 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-10-22changed to GPLv3nils1-6/+6
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@564 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-08-27changed includes to class declarations where possible and moved includes and ↵nils1-10/+0
class declarations to header files git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@522 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-17added quitdialog with checklist for documents to save, but there has to be ↵nils1-6/+4
some handling for the saving git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@439 34ebc366-c3a9-4b3c-9f84-69acf7962910
2010-12-29fixed behaviour in file encryption with existing and non-existing filesnils1-10/+12
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@410 34ebc366-c3a9-4b3c-9f84-69acf7962910
2010-09-30now checked keys in the mainwindow's keylist are also checked in the ↵nils1-2/+2
fileencryption dialog's keylist git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@380 34ebc366-c3a9-4b3c-9f84-69acf7962910
2010-06-25added warning, if file exists in file encryptionnils1-4/+10
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@362 34ebc366-c3a9-4b3c-9f84-69acf7962910
2010-05-15astyle code beautyfyingubbo1-14/+14
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@336 34ebc366-c3a9-4b3c-9f84-69acf7962910
2010-04-14focus is kept on main window when closing settingsdialog, filecrypt. Added ↵nils1-2/+5
some ifndefs git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@302 34ebc366-c3a9-4b3c-9f84-69acf7962910
2010-03-26corrected the selected/checked key in file-encryptionnils1-1/+1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@282 34ebc366-c3a9-4b3c-9f84-69acf7962910
2010-03-25now the view menu is finenils1-2/+2
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@280 34ebc366-c3a9-4b3c-9f84-69acf7962910
2010-01-12added Fabian's bugfix for file encryptionnils1-1/+1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@237 34ebc366-c3a9-4b3c-9f84-69acf7962910
2009-09-25fileenc-dialog: show correct path in file-chooser if already givenubbo1-4/+16
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@228 34ebc366-c3a9-4b3c-9f84-69acf7962910
2009-09-25move order of widgets in fileenc-dialogubbo1-2/+2
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@227 34ebc366-c3a9-4b3c-9f84-69acf7962910
2009-09-25fill-in outputfilename in fileencryptiondialog after choosing inputubbo1-0/+33
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@226 34ebc366-c3a9-4b3c-9f84-69acf7962910
2009-09-24changed *.* to * in all file dialogs to show really all filesnils1-1/+1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@224 34ebc366-c3a9-4b3c-9f84-69acf7962910
2009-09-20add missing translationsubbo1-2/+2
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@223 34ebc366-c3a9-4b3c-9f84-69acf7962910
2009-09-19cosmetic changes(indention)nils1-31/+36
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@217 34ebc366-c3a9-4b3c-9f84-69acf7962910
2009-01-04added missing filesnils1-0/+135
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@205 34ebc366-c3a9-4b3c-9f84-69acf7962910