aboutsummaryrefslogtreecommitdiffstats
path: root/textedit.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* port of nils bugfix from trunk rev 602ubbo2011-11-131-0/+45
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.1@609 34ebc366-c3a9-4b3c-9f84-69acf7962910
* changed to GPLv3nils2011-10-221-6/+6
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@564 34ebc366-c3a9-4b3c-9f84-69acf7962910
* show details in different colours in verfiy detail dialog, further ↵nils2011-09-111-0/+8
| | | | | | commenting and added fillTextEditWithText to textedit git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@530 34ebc366-c3a9-4b3c-9f84-69acf7962910
* minor changes in verify-method and some doxygen documenationnils2011-09-061-13/+0
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@526 34ebc366-c3a9-4b3c-9f84-69acf7962910
* changed includes to class declarations where possible and moved includes and ↵nils2011-08-271-4/+0
| | | | | | class declarations to header files git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@522 34ebc366-c3a9-4b3c-9f84-69acf7962910
* just commentsnils2011-08-101-2/+0
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@512 34ebc366-c3a9-4b3c-9f84-69acf7962910
* qwaitcursor while saving filenils2011-01-291-2/+4
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@456 34ebc366-c3a9-4b3c-9f84-69acf7962910
* format text, filenames in save-as dialog, set version to 0.3ubbo2011-01-231-2/+11
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@444 34ebc366-c3a9-4b3c-9f84-69acf7962910
* now there's no asking to save every single document, if multiple documents ↵nils2011-01-231-101/+88
| | | | | | are saved. Furthermore a lot of cleaning git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@443 34ebc366-c3a9-4b3c-9f84-69acf7962910
* cleaned up a littlenils2011-01-211-139/+30
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@442 34ebc366-c3a9-4b3c-9f84-69acf7962910
* now saving multiple documents is nearly fine, but asking to save every ↵nils2011-01-181-8/+8
| | | | | | single document should be removed git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@441 34ebc366-c3a9-4b3c-9f84-69acf7962910
* saving is nearly done, but only the first document is handlednils2011-01-171-17/+26
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@440 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added quitdialog with checklist for documents to save, but there has to be ↵nils2011-01-171-15/+62
| | | | | | some handling for the saving git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@439 34ebc366-c3a9-4b3c-9f84-69acf7962910
* some more handling of tab closingubbo2011-01-051-42/+45
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@437 34ebc366-c3a9-4b3c-9f84-69acf7962910
* some fixes in maybesaveubbo2011-01-051-53/+12
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@436 34ebc366-c3a9-4b3c-9f84-69acf7962910
* maybe save for anytab and current tab works nowubbo2011-01-051-19/+85
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@435 34ebc366-c3a9-4b3c-9f84-69acf7962910
* check all tabs for unsaved changes, show dialog if this is the caseubbo2011-01-051-5/+36
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@434 34ebc366-c3a9-4b3c-9f84-69acf7962910
* again little bugfix for closing last tabnils2011-01-041-1/+4
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@433 34ebc366-c3a9-4b3c-9f84-69acf7962910
* minor beautifyingnils2011-01-041-1/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@432 34ebc366-c3a9-4b3c-9f84-69acf7962910
* after closing a tab, the editor field is still selectednils2011-01-041-0/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@431 34ebc366-c3a9-4b3c-9f84-69acf7962910
* some commentingubbo2011-01-041-27/+32
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@430 34ebc366-c3a9-4b3c-9f84-69acf7962910
* allow exit when no tabs openubbo2011-01-031-2/+7
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@427 34ebc366-c3a9-4b3c-9f84-69acf7962910
* change undo/redo menu-order, show filename on tab when opening file from ↵ubbo2011-01-031-0/+2
| | | | | | 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-021-2/+29
| | | | 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-021-0/+1
| | | | 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-021-57/+37
| | | | 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-021-4/+19
| | | | 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-021-32/+21
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@420 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added tabs to editor, but VERY buggy till nownils2011-01-011-66/+317
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@418 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added GPL to textedit-filesnils2011-01-011-0/+21
| | | | 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-011-1/+117
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@416 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
* added quote icon and quote action to toolbarnils2010-12-291-1/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@411 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added possibility to import keys through dropping key-files on keylist or ↵nils2010-12-281-4/+16
| | | | | | 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-221-0/+35
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