aboutsummaryrefslogtreecommitdiffstats
path: root/textedit.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* put *.h and *.cpp to src-subdirectoryNils Achtergarde2018-01-041-573/+0
* refactored slots and signalsnils2016-02-071-34/+34
* fix npeubbo2012-02-191-1/+1
* fixed a few compiler warningsnils2012-02-091-1/+1
* removed gpg-keyserver.de from keyserverlistnils2012-02-071-1/+1
* added file.close for every file.opennils2012-01-191-2/+3
* use ressource file for all icons and remove iconpathnils2012-01-191-3/+2
* enable zoom for helpubbo2011-12-291-4/+13
* enable copy on helpubbo2011-12-291-3/+5
* method for curHelpPageubbo2011-12-291-4/+14
* fix crash and enable printing of help pagesubbo2011-12-291-1/+8
* added zoom in/out to texteditnils2011-12-081-0/+18
* correct signal 'modification changed' also for opened documentsubbo2011-12-061-1/+1
* modificationChanged signal from QTextEditubbo2011-12-061-1/+1
* fix other crashes related to help tabubbo2011-12-051-2/+2
* fix crashes on closing help tab and exit with open help tabsubbo2011-12-051-1/+5
* fix broken cut/copy/paste actionsubbo2011-12-051-7/+12
* add functonality for opening online help in qtextbrowser tabubbo2011-12-051-0/+9
* changed qplaintextedit to qtexteditnils2011-12-041-1/+1
* fixed a lot of bugs, where app crached, when no tab is opened (liek save as,...nils2011-11-061-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