| Commit message (Expand) | Author | Files | Lines |
2018-01-04 | put *.h and *.cpp to src-subdirectory | Nils Achtergarde | 1 | -0/+0 |
2016-02-07 | refactored slots and signals | nils | 1 | -34/+34 |
2012-02-19 | fix npe | ubbo | 1 | -1/+1 |
2012-02-09 | fixed a few compiler warnings | nils | 1 | -1/+1 |
2012-02-07 | removed gpg-keyserver.de from keyserverlist | nils | 1 | -1/+1 |
2012-01-19 | added file.close for every file.open | nils | 1 | -2/+3 |
2012-01-19 | use ressource file for all icons and remove iconpath | nils | 1 | -3/+2 |
2011-12-29 | enable zoom for help | ubbo | 1 | -4/+13 |
2011-12-29 | enable copy on help | ubbo | 1 | -3/+5 |
2011-12-29 | method for curHelpPage | ubbo | 1 | -4/+14 |
2011-12-29 | fix crash and enable printing of help pages | ubbo | 1 | -1/+8 |
2011-12-08 | added zoom in/out to textedit | nils | 1 | -0/+18 |
2011-12-06 | correct signal 'modification changed' also for opened documents | ubbo | 1 | -1/+1 |
2011-12-06 | modificationChanged signal from QTextEdit | ubbo | 1 | -1/+1 |
2011-12-05 | fix other crashes related to help tab | ubbo | 1 | -2/+2 |
2011-12-05 | fix crashes on closing help tab and exit with open help tabs | ubbo | 1 | -1/+5 |
2011-12-05 | fix broken cut/copy/paste actions | ubbo | 1 | -7/+12 |
2011-12-05 | add functonality for opening online help in qtextbrowser tab | ubbo | 1 | -0/+9 |
2011-12-04 | changed qplaintextedit to qtextedit | nils | 1 | -1/+1 |
2011-11-06 | fixed a lot of bugs, where app crached, when no tab is opened (liek save as,... | nils | 1 | -0/+45 |
2011-10-22 | changed to GPLv3 | nils | 1 | -6/+6 |
2011-09-11 | show details in different colours in verfiy detail dialog, further commenting... | nils | 1 | -0/+8 |
2011-09-06 | minor changes in verify-method and some doxygen documenation | nils | 1 | -13/+0 |
2011-08-27 | changed includes to class declarations where possible and moved includes and ... | nils | 1 | -4/+0 |
2011-08-10 | just comments | nils | 1 | -2/+0 |
2011-01-29 | qwaitcursor while saving file | nils | 1 | -2/+4 |
2011-01-23 | format text, filenames in save-as dialog, set version to 0.3 | ubbo | 1 | -2/+11 |
2011-01-23 | now there's no asking to save every single document, if multiple documents ar... | nils | 1 | -101/+88 |
2011-01-21 | cleaned up a little | nils | 1 | -139/+30 |
2011-01-18 | now saving multiple documents is nearly fine, but asking to save every single... | nils | 1 | -8/+8 |
2011-01-17 | saving is nearly done, but only the first document is handled | nils | 1 | -17/+26 |
2011-01-17 | added quitdialog with checklist for documents to save, but there has to be so... | nils | 1 | -15/+62 |
2011-01-05 | some more handling of tab closing | ubbo | 1 | -42/+45 |
2011-01-05 | some fixes in maybesave | ubbo | 1 | -53/+12 |
2011-01-05 | maybe save for anytab and current tab works now | ubbo | 1 | -19/+85 |
2011-01-05 | check all tabs for unsaved changes, show dialog if this is the case | ubbo | 1 | -5/+36 |
2011-01-04 | again little bugfix for closing last tab | nils | 1 | -1/+4 |
2011-01-04 | minor beautifying | nils | 1 | -1/+1 |
2011-01-04 | after closing a tab, the editor field is still selected | nils | 1 | -0/+1 |
2011-01-04 | some commenting | ubbo | 1 | -27/+32 |
2011-01-03 | allow exit when no tabs open | ubbo | 1 | -2/+7 |
2011-01-03 | change undo/redo menu-order, show filename on tab when opening file from comm... | ubbo | 1 | -0/+2 |
2011-01-02 | added shortcuts Ctrl+Tab and Ctrl+Shift+Tab to switch through the tabs | nils | 1 | -2/+29 |
2011-01-02 | set focus to textedit field, when new tab is created | nils | 1 | -0/+1 |
2011-01-02 | added shortcuts for tab-handling and made different bugfixes | nils | 1 | -57/+37 |
2011-01-02 | added star in tabtitle, if document is changed | nils | 1 | -4/+19 |
2011-01-02 | added new tab action and made some minor bugfixes | nils | 1 | -32/+21 |
2011-01-01 | added tabs to editor, but VERY buggy till now | nils | 1 | -66/+317 |
2011-01-01 | added GPL to textedit-files | nils | 1 | -0/+21 |
2011-01-01 | moved open,save,saveas and print slots to textedit-class | nils | 1 | -1/+117 |