aboutsummaryrefslogtreecommitdiffstats
path: root/textedit.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* smaller + button for new tabsubbo2014-05-011-1/+1
* begin of fileencryptionwidgetubbo2013-10-161-2/+8
* rename qmlpage to widgets/keydetailswidget and add licenceubbo2013-10-161-2/+2
* keydetails widget in qml workingnils2013-10-151-2/+2
* button and textfield in qmlubbo2013-10-111-0/+1
* show some keydata in qmlubbo2013-10-111-2/+2
* add qmlpage for keydetails, just a test nowubbo2013-10-111-0/+7
* newtab slot works againnils2012-10-241-2/+4
* updated TODO und some refactoringnils2012-10-091-2/+2
* refactored slots in settingsdialog.* and textedit.*nils2012-09-301-17/+17
* added button to tabbar of textedit to add tab (but has still has to be styled)nils2012-09-211-0/+2
* 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