aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* moved branch 0.3.3 to post-0.3.2post-0.3.2nils2014-01-030-0/+0
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/post-0.3.2@1083 34ebc366-c3a9-4b3c-9f84-69acf7962910
* branch 0.3.3ubbo2012-09-160-0/+0
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.3@956 34ebc366-c3a9-4b3c-9f84-69acf7962910
* beautified keyservertab in settingsdialognils2012-09-163-35/+32
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@955 34ebc366-c3a9-4b3c-9f84-69acf7962910
* minor translation correctionnils2012-08-051-1/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@940 34ebc366-c3a9-4b3c-9f84-69acf7962910
* show messagebox, if keysize is set to more than 2048 bitnils2012-08-022-6/+19
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@930 34ebc366-c3a9-4b3c-9f84-69acf7962910
* add posibility to remove keyserver in settingsdialognils2012-06-283-3/+31
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@919 34ebc366-c3a9-4b3c-9f84-69acf7962910
* set default keyserver to newly added keyserver in settingsdialognils2012-06-281-0/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@918 34ebc366-c3a9-4b3c-9f84-69acf7962910
* updated TODOnils2012-06-281-3/+6
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@917 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added possibility to add keyserver to keyserverlist in settings dialognils2012-06-282-7/+34
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@916 34ebc366-c3a9-4b3c-9f84-69acf7962910
* minor changes for keydbpath in settingsdialognils2012-06-031-5/+6
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@915 34ebc366-c3a9-4b3c-9f84-69acf7962910
* automatically restart gpg4usb after changing keydb path (and add note that ↵nils2012-06-024-4/+125
| | | | | | restart is done) git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@914 34ebc366-c3a9-4b3c-9f84-69acf7962910
* fix creation of windows registry key on import from GnuPG, if gnupg key ↵nils2012-05-151-4/+17
| | | | | | doesn't already exist git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@913 34ebc366-c3a9-4b3c-9f84-69acf7962910
* show error if file could not be read, don't crash on invalid data for verifyubbo2012-05-013-10/+25
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@911 34ebc366-c3a9-4b3c-9f84-69acf7962910
* verify file working nowubbo2012-05-013-5/+7
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@910 34ebc366-c3a9-4b3c-9f84-69acf7962910
* verify for files (not yet working)ubbo2012-05-017-16/+88
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@909 34ebc366-c3a9-4b3c-9f84-69acf7962910
* sign files integratedubbo2012-05-011-4/+12
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@908 34ebc366-c3a9-4b3c-9f84-69acf7962910
* possibility for detached signing in gpgcontextubbo2012-05-012-3/+10
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@907 34ebc366-c3a9-4b3c-9f84-69acf7962910
* remove obsolete EncryptAndDecrypt logic from filemenuubbo2012-05-013-34/+11
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@906 34ebc366-c3a9-4b3c-9f84-69acf7962910
* add gui elements for sign&verify of files, remove not used ↵ubbo2012-05-014-35/+59
| | | | | | fileEncryptAndDecrypt actions from mainwindow git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@905 34ebc366-c3a9-4b3c-9f84-69acf7962910
* set iconsize for import and file encryption button toonils2012-04-291-1/+4
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@904 34ebc366-c3a9-4b3c-9f84-69acf7962910
* minor commenting and cleanupnils2012-04-242-3/+19
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@903 34ebc366-c3a9-4b3c-9f84-69acf7962910
* tabbed about dialog with translator file seperated, but of the encoding of ↵nils2012-04-237-39/+167
| | | | | | the TRANSLATOR file still has to be taken care of git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@902 34ebc366-c3a9-4b3c-9f84-69acf7962910
* set keysize also for DSA key in key generation (before DSA key always was ↵nils2012-04-222-1/+3
| | | | | | 1024 bit git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@899 34ebc366-c3a9-4b3c-9f84-69acf7962910
* updated TODOnils2012-04-121-62/+6
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@887 34ebc366-c3a9-4b3c-9f84-69acf7962910
* updated READMEnils2012-04-102-10/+9
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@881 34ebc366-c3a9-4b3c-9f84-69acf7962910
* merge with 0.3.2ubbo2012-04-0225-275/+10421
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@877 34ebc366-c3a9-4b3c-9f84-69acf7962910
* add arabic translation filesnils2012-03-295-1/+2466
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@867 34ebc366-c3a9-4b3c-9f84-69acf7962910
* set maximum RSA keysize to 16384 bitnils2012-03-291-1/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@866 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added minor commentsnils2012-03-291-7/+19
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@865 34ebc366-c3a9-4b3c-9f84-69acf7962910
* change name and comment lineedits in key generation to utf8, so that ↵nils2012-03-251-2/+2
| | | | | | encoding in the keys is proper git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@864 34ebc366-c3a9-4b3c-9f84-69acf7962910
* only use one qt translation file per language (independend of windows and ↵nils2012-03-2511-9/+2
| | | | | | linux, since they equal) git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@863 34ebc366-c3a9-4b3c-9f84-69acf7962910
* on keygen set minimum keysize to 1024 and maximum to 4096 for RSA key and ↵nils2012-03-243-3/+22
| | | | | | 65536 for DSA/ELgamal key git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@862 34ebc366-c3a9-4b3c-9f84-69acf7962910
* split up about dialog to keep translator info independendnils2012-03-232-3/+5
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@860 34ebc366-c3a9-4b3c-9f84-69acf7962910
* proof of concept for upload key to servernils2012-03-214-0/+68
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@859 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added rsa key generationnils2012-03-082-15/+32
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@853 34ebc366-c3a9-4b3c-9f84-69acf7962910
* fixed minor cosmetic effectsnils2012-03-063-5/+5
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@849 34ebc366-c3a9-4b3c-9f84-69acf7962910
* Merge branch '0.3.2-local'nils2012-03-053-286/+628
| | | | | | | Conflicts: TODO git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@847 34ebc366-c3a9-4b3c-9f84-69acf7962910
* updated TODOnils2012-03-051-4/+9
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@845 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added refresh keys from keyserver to keylistnils2012-03-052-1/+18
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@844 34ebc366-c3a9-4b3c-9f84-69acf7962910
* show password dialog in middle of app windownils2012-03-051-2/+2
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@831 34ebc366-c3a9-4b3c-9f84-69acf7962910
* removed some qdebugsnils2012-03-021-3/+0
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@830 34ebc366-c3a9-4b3c-9f84-69acf7962910
* refixed signing with utf8nils2012-03-021-2/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@829 34ebc366-c3a9-4b3c-9f84-69acf7962910
* minor bugfixes in integrated helpnils2012-03-024-7/+7
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@828 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added sign and verify pages to integrated helpnils2012-03-0213-1/+136
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@827 34ebc366-c3a9-4b3c-9f84-69acf7962910
* removed tanslate page from integrated helpnils2012-03-023-985/+0
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@825 34ebc366-c3a9-4b3c-9f84-69acf7962910
* fixed minor bugs in german/russian/brasilian translation filesnils2012-03-026-8/+8
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@824 34ebc366-c3a9-4b3c-9f84-69acf7962910
* removed hint with restart after language change in settings dialognils2012-03-0214-138/+126
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@823 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added a missing break and updated translation filesnils2012-03-0211-1/+69
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@822 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added missing tr in key managementnils2012-03-011-2/+2
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@821 34ebc366-c3a9-4b3c-9f84-69acf7962910
* fix sign and verify bug with utf8, which was already fixed in 0.3.1.1nils2012-03-013-4/+4
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@820 34ebc366-c3a9-4b3c-9f84-69acf7962910