aboutsummaryrefslogtreecommitdiffstats
path: root/textedit.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* port of nils bugfix from trunk rev 602ubbo2011-11-131-0/+45
* changed to GPLv3nils2011-10-221-6/+6
* show details in different colours in verfiy detail dialog, further commenting...nils2011-09-111-0/+8
* minor changes in verify-method and some doxygen documenationnils2011-09-061-13/+0
* changed includes to class declarations where possible and moved includes and ...nils2011-08-271-4/+0
* just commentsnils2011-08-101-2/+0
* qwaitcursor while saving filenils2011-01-291-2/+4
* format text, filenames in save-as dialog, set version to 0.3ubbo2011-01-231-2/+11
* now there's no asking to save every single document, if multiple documents ar...nils2011-01-231-101/+88
* cleaned up a littlenils2011-01-211-139/+30
* now saving multiple documents is nearly fine, but asking to save every single...nils2011-01-181-8/+8
* saving is nearly done, but only the first document is handlednils2011-01-171-17/+26
* added quitdialog with checklist for documents to save, but there has to be so...nils2011-01-171-15/+62
* some more handling of tab closingubbo2011-01-051-42/+45
* some fixes in maybesaveubbo2011-01-051-53/+12
* maybe save for anytab and current tab works nowubbo2011-01-051-19/+85
* check all tabs for unsaved changes, show dialog if this is the caseubbo2011-01-051-5/+36
* again little bugfix for closing last tabnils2011-01-041-1/+4
* minor beautifyingnils2011-01-041-1/+1
* after closing a tab, the editor field is still selectednils2011-01-041-0/+1
* some commentingubbo2011-01-041-27/+32
* allow exit when no tabs openubbo2011-01-031-2/+7
* change undo/redo menu-order, show filename on tab when opening file from comm...ubbo2011-01-031-0/+2
* added shortcuts Ctrl+Tab and Ctrl+Shift+Tab to switch through the tabsnils2011-01-021-2/+29
* set focus to textedit field, when new tab is creatednils2011-01-021-0/+1
* added shortcuts for tab-handling and made different bugfixesnils2011-01-021-57/+37
* added star in tabtitle, if document is changednils2011-01-021-4/+19
* added new tab action and made some minor bugfixesnils2011-01-021-32/+21
* added tabs to editor, but VERY buggy till nownils2011-01-011-66/+317
* added GPL to textedit-filesnils2011-01-011-0/+21
* moved open,save,saveas and print slots to textedit-classnils2011-01-011-1/+117
* make quote undoableubbo2010-12-301-4/+15
* added quote icon and quote action to toolbarnils2010-12-291-1/+1
* added possibility to import keys through dropping key-files on keylist or thr...nils2010-12-281-4/+16
* removed qdebugs and text in textedit-field is really replacednils2010-12-221-7/+4
* added comment action (to insert > at every line) in edit menu, added drag and...nils2010-12-221-0/+35