aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* revert qdebug that sneaked inubbo2011-01-031-1/+0
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@429 34ebc366-c3a9-4b3c-9f84-69acf7962910
* allow exit when no tabs openubbo2011-01-031-0/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@428 34ebc366-c3a9-4b3c-9f84-69acf7962910
* allow exit when no tabs openubbo2011-01-032-2/+8
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@427 34ebc366-c3a9-4b3c-9f84-69acf7962910
* cosmetics, indentionubbo2011-01-031-8/+10
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@426 34ebc366-c3a9-4b3c-9f84-69acf7962910
* change undo/redo menu-order, show filename on tab when opening file from ↵ubbo2011-01-033-1/+5
| | | | | | command line git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@425 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added shortcuts Ctrl+Tab and Ctrl+Shift+Tab to switch through the tabsnils2011-01-024-4/+50
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@424 34ebc366-c3a9-4b3c-9f84-69acf7962910
* set focus to textedit field, when new tab is creatednils2011-01-022-0/+2
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@423 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added shortcuts for tab-handling and made different bugfixesnils2011-01-026-71/+56
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@422 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added star in tabtitle, if document is changednils2011-01-023-5/+21
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@421 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added new tab action and made some minor bugfixesnils2011-01-026-37/+36
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@420 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added editorpage filesnils2011-01-022-0/+105
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@419 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added tabs to editor, but VERY buggy till nownils2011-01-014-81/+355
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@418 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added GPL to textedit-filesnils2011-01-012-0/+42
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@417 34ebc366-c3a9-4b3c-9f84-69acf7962910
* moved open,save,saveas and print slots to textedit-classnils2011-01-015-139/+145
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@416 34ebc366-c3a9-4b3c-9f84-69acf7962910
* comment out sign/verify for nowubbo2010-12-301-2/+2
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@415 34ebc366-c3a9-4b3c-9f84-69acf7962910
* make quote undoableubbo2010-12-301-4/+15
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@414 34ebc366-c3a9-4b3c-9f84-69acf7962910
* corrected behaviour of confirmation dialog on key importnils2010-12-302-18/+8
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@413 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added confirmation box for import keys through drop in keylist. Also added ↵nils2010-12-306-21/+82
| | | | | | the appropriate setting in settings dialog. git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@412 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added quote icon and quote action to toolbarnils2010-12-295-7/+10
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@411 34ebc366-c3a9-4b3c-9f84-69acf7962910
* fixed behaviour in file encryption with existing and non-existing filesnils2010-12-291-10/+12
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@410 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added possibility to import keys through dropping key-files on keylist or ↵nils2010-12-286-26/+63
| | | | | | through dropping marked keys on keylist git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@409 34ebc366-c3a9-4b3c-9f84-69acf7962910
* removed qdebugs and text in textedit-field is really replacednils2010-12-221-7/+4
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@408 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added comment action (to insert > at every line) in edit menu, added drag ↵nils2010-12-225-5/+88
| | | | | | and drop handling and exported textedit to its own class git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@407 34ebc366-c3a9-4b3c-9f84-69acf7962910
* there may be more than on signatureubbo2010-12-171-6/+8
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@406 34ebc366-c3a9-4b3c-9f84-69acf7962910
* verify does something useful now, output to stdoutubbo2010-12-173-4/+44
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@405 34ebc366-c3a9-4b3c-9f84-69acf7962910
* some more playing with sign&verify, signing kind of works now and has menu entryubbo2010-12-164-5/+103
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@404 34ebc366-c3a9-4b3c-9f84-69acf7962910
* start playing with verify, till now mainly copyed from gpgme-test - more to ↵ubbo2010-12-153-0/+119
| | | | | | come ;-) git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@403 34ebc366-c3a9-4b3c-9f84-69acf7962910
* set quoted printable decoding in settings checked per default0.2.5nils2010-11-261-1/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@398 34ebc366-c3a9-4b3c-9f84-69acf7962910
* fixed typo i n german translationnils2010-11-262-1/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@397 34ebc366-c3a9-4b3c-9f84-69acf7962910
* integrated es, pt, ru and de translationsnils2010-11-2111-179/+175
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@396 34ebc366-c3a9-4b3c-9f84-69acf7962910
* removed some qdebugsnils2010-11-211-3/+0
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@395 34ebc366-c3a9-4b3c-9f84-69acf7962910
* minor bugfgixesnils2010-11-211-0/+3
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@394 34ebc366-c3a9-4b3c-9f84-69acf7962910
* updated translation filesnils2010-11-1410-881/+1491
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@393 34ebc366-c3a9-4b3c-9f84-69acf7962910
* cleaned up settings dialog and bump version to 0.2.5nils2010-11-146-153/+106
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@392 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added correct gpg.exe and upx-compressed gpg.exe and gpgnils2010-11-142-0/+0
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@391 34ebc366-c3a9-4b3c-9f84-69acf7962910
* beautified mimetab in settingsdialognils2010-11-141-21/+29
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@390 34ebc366-c3a9-4b3c-9f84-69acf7962910
* set objectnames for docks and toolbars to suppress the savestate warnings on ↵nils2010-11-131-0/+5
| | | | | | exit git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@389 34ebc366-c3a9-4b3c-9f84-69acf7962910
* tabbed settings dialog, but it has to be cleaned upnils2010-11-132-164/+320
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@388 34ebc366-c3a9-4b3c-9f84-69acf7962910
* update static build on linuxubbo2010-11-135-249/+150
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@387 34ebc366-c3a9-4b3c-9f84-69acf7962910
* updated todoubbo2010-11-131-1/+2
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@386 34ebc366-c3a9-4b3c-9f84-69acf7962910
* update gpg binaries to 1.4.11ubbo2010-11-132-0/+0
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@385 34ebc366-c3a9-4b3c-9f84-69acf7962910
* corrected bug for statusbar icon (icon was shown, if attachment folder ↵nils2010-10-129-151/+350
| | | | | | didn't exist) git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@384 34ebc366-c3a9-4b3c-9f84-69acf7962910
* reviewed strings in settingsdialogubbo2010-10-053-12/+17
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@383 34ebc366-c3a9-4b3c-9f84-69acf7962910
* updated TODOubbo2010-10-051-5/+17
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@382 34ebc366-c3a9-4b3c-9f84-69acf7962910
* check attachmentfolder for files all 5 secubbo2010-10-053-7/+37
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@381 34ebc366-c3a9-4b3c-9f84-69acf7962910
* now checked keys in the mainwindow's keylist are also checked in the ↵nils2010-09-304-5/+10
| | | | | | fileencryption dialog's keylist git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@380 34ebc366-c3a9-4b3c-9f84-69acf7962910
* nearly added icon for attachments in statusbarnils2010-09-294-33/+16
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@379 34ebc366-c3a9-4b3c-9f84-69acf7962910
* more error handling for encryption in context.cppnils2010-09-272-18/+48
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@378 34ebc366-c3a9-4b3c-9f84-69acf7962910
* updated todonils2010-08-291-1/+10
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@377 34ebc366-c3a9-4b3c-9f84-69acf7962910
* renamed variables for readabilitynils2010-08-291-7/+7
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@376 34ebc366-c3a9-4b3c-9f84-69acf7962910