aboutsummaryrefslogtreecommitdiffstats
path: root/textedit.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-11-13port of nils bugfix from trunk rev 602ubbo1-0/+45
2011-10-22changed to GPLv3nils1-6/+6
2011-09-11show details in different colours in verfiy detail dialog, further commenting...nils1-0/+8
2011-09-06minor changes in verify-method and some doxygen documenationnils1-13/+0
2011-08-27changed includes to class declarations where possible and moved includes and ...nils1-4/+0
2011-08-10just commentsnils1-2/+0
2011-01-29qwaitcursor while saving filenils1-2/+4
2011-01-23format text, filenames in save-as dialog, set version to 0.3ubbo1-2/+11
2011-01-23now there's no asking to save every single document, if multiple documents ar...nils1-101/+88
2011-01-21cleaned up a littlenils1-139/+30
2011-01-18now saving multiple documents is nearly fine, but asking to save every single...nils1-8/+8
2011-01-17saving is nearly done, but only the first document is handlednils1-17/+26
2011-01-17added quitdialog with checklist for documents to save, but there has to be so...nils1-15/+62
2011-01-05some more handling of tab closingubbo1-42/+45
2011-01-05some fixes in maybesaveubbo1-53/+12
2011-01-05maybe save for anytab and current tab works nowubbo1-19/+85
2011-01-05check all tabs for unsaved changes, show dialog if this is the caseubbo1-5/+36
2011-01-04again little bugfix for closing last tabnils1-1/+4
2011-01-04minor beautifyingnils1-1/+1
2011-01-04after closing a tab, the editor field is still selectednils1-0/+1
2011-01-04some commentingubbo1-27/+32
2011-01-03allow exit when no tabs openubbo1-2/+7
2011-01-03change undo/redo menu-order, show filename on tab when opening file from comm...ubbo1-0/+2
2011-01-02added shortcuts Ctrl+Tab and Ctrl+Shift+Tab to switch through the tabsnils1-2/+29
2011-01-02set focus to textedit field, when new tab is creatednils1-0/+1
2011-01-02added shortcuts for tab-handling and made different bugfixesnils1-57/+37
2011-01-02added star in tabtitle, if document is changednils1-4/+19
2011-01-02added new tab action and made some minor bugfixesnils1-32/+21
2011-01-01added tabs to editor, but VERY buggy till nownils1-66/+317
2011-01-01added GPL to textedit-filesnils1-0/+21
2011-01-01moved open,save,saveas and print slots to textedit-classnils1-1/+117
2010-12-30make quote undoableubbo1-4/+15
2010-12-29added quote icon and quote action to toolbarnils1-1/+1
2010-12-28added possibility to import keys through dropping key-files on keylist or thr...nils1-4/+16
2010-12-22removed qdebugs and text in textedit-field is really replacednils1-7/+4
2010-12-22added comment action (to insert > at every line) in edit menu, added drag and...nils1-0/+35