CVS commit by amantia: This big commit contains: - changes in my e-mail address (use the kde.org one) - changes in the license for my files (GPLv2+ -> GPLv2) - added missing license and copyright, mostly to .ui files - move the DTD/DTEP related menu items in a DTD menu - credit some contributors - remove unused files
M +1 -1 AUTHORS 1.7 M +1 -1 Makefile.am.in 1.5 M +1 -1 README 1.22 M +1 -1 quanta.kdevelop 1.92 M +2 -2 quanta.lsm 1.16 M +1 -1 debian/copyright 1.4 M +1 -1 debian/quanta.1 1.4 M +1 -1 doc/quanta/index.docbook 1.10 M +1 -1 doc/quanta/installation.docbook 1.5 M +1 -1 kommander/ChangeLog 1.3 M +2 -4 quanta/dcopwindowmanagerif.h 1.12 M +2 -3 quanta/document.cpp 1.210 M +2 -3 quanta/document.h 1.90 M +1 -1 quanta/kqapp.cpp 1.34 M +1 -1 quanta/kqapp.h 1.7 M +9 -6 quanta/main.cpp 1.41 M +1 -1 quanta/qextfileinfo.cpp 1.27 M +1 -1 quanta/qextfileinfo.h 1.14 M +3 -4 quanta/quanta.cpp 1.369 M +3 -4 quanta/quanta.h 1.169 M +18 -15 quanta/quanta_init.cpp 1.358 M +2 -4 quanta/quantacommon.cpp 1.63 M +2 -4 quanta/quantacommon.h 1.51 M +2 -3 quanta/quantadoc.cpp 1.118 M +2 -3 quanta/quantadoc.h 1.36 M +7 -4 quanta/quantaui.rc 1.91 M +2 -3 quanta/quantaview.cpp 1.52 M +2 -3 quanta/quantaview.h 1.68 M +2 -4 quanta/quantaview_slots.cpp 1.141 M +2 -3 quanta/resource.h 1.35 M +1 -1 quanta/data/doc/intro.html 1.6 M +1 -1 quanta/data/scripts/scriptinfo.kmdr 1.9 M +13 -12 quanta/dialogs/abbreviation.cpp 1.13 M +13 -4 quanta/dialogs/abbreviation.h 1.5 M +9 -0 quanta/dialogs/abbreviations.ui 1.6 M +9 -0 quanta/dialogs/codetemplatedlgs.ui 1.2 M +11 -0 quanta/dialogs/codetemplatedlgs.ui.h 1.2 M +2 -3 quanta/dialogs/copyto.cpp 1.9 M +1 -2 quanta/dialogs/copyto.h 1.8 M +9 -0 quanta/dialogs/dirtydialog.ui 1.10 M +2 -4 quanta/dialogs/dirtydlg.cpp 1.6 M +2 -3 quanta/dialogs/dirtydlg.h 1.5 M +9 -0 quanta/dialogs/donationdialog.ui 1.9 M +7 -0 quanta/dialogs/donationdialog.ui.h 1.2 M +9 -0 quanta/dialogs/dtdselectdialog.ui 1.14 M +8 -0 quanta/dialogs/dtdselectdialog.ui.h 1.4 M +2 -3 quanta/dialogs/filemasks.cpp 1.5 M +3 -4 quanta/dialogs/filemasks.h 1.5 M +9 -0 quanta/dialogs/filemaskss.ui 1.17 M +9 -0 quanta/dialogs/fourbuttonmessagebox.ui 1.3 M +8 -0 quanta/dialogs/fourbuttonmessagebox.ui.h 1.2 M +2 -4 quanta/dialogs/parseroptions.cpp 1.10 M +3 -5 quanta/dialogs/parseroptions.h 1.4 M +9 -0 quanta/dialogs/parseroptionsui.ui 1.16 M +2 -3 quanta/dialogs/previewfontoptions.cpp 1.6 M +4 -5 quanta/dialogs/previewfontoptions.h 1.4 M +2 -3 quanta/dialogs/previewoptions.cpp 1.9 M +2 -3 quanta/dialogs/previewoptions.h 1.8 M +9 -0 quanta/dialogs/previewoptionss.ui 1.8 M +9 -0 quanta/dialogs/styleoptionss.ui 1.17 M +2 -3 quanta/messages/messageitem.cpp 1.6 M +7 -8 quanta/messages/messageitem.h 1.6 M +2 -3 quanta/messages/messageoutput.cpp 1.26 M +2 -3 quanta/messages/messageoutput.h 1.15 M +7 -0 quanta/parser/dtdparser.cpp 1.3 M +2 -0 quanta/parser/dtdparser.h 1.3 M +85 -61 quanta/parser/dtepcreationdlg.ui 1.2 M +2 -3 quanta/parser/node.cpp 1.29 M +2 -3 quanta/parser/node.h 1.27 M +2 -4 quanta/parser/parser.cpp 1.143 M +2 -4 quanta/parser/parser.h 1.50 M +2 -4 quanta/parser/qtag.cpp 1.12 M +2 -4 quanta/parser/qtag.h 1.49 M +2 -4 quanta/parser/tag.cpp 1.47 M +2 -4 quanta/parser/tag.h 1.34 M +1 -1 quanta/parts/kfilereplace/filelib.cpp 1.6 M +1 -1 quanta/parts/kfilereplace/filelib.h 1.4 M +1 -1 quanta/parts/kfilereplace/kernel.cpp 1.9 M +1 -1 quanta/parts/kfilereplace/kernel.h 1.4 M +1 -1 quanta/parts/kfilereplace/kfilereplaceiface.h 1.3 M +2 -2 quanta/parts/kfilereplace/kfilereplacepart.cpp 1.11 M +1 -1 quanta/parts/kfilereplace/kfilereplacepart.h 1.4 M +1 -1 quanta/parts/kfilereplace/kfilereplacepref.cpp 1.3 M +1 -1 quanta/parts/kfilereplace/kfilereplacepref.h 1.3 M +1 -1 quanta/parts/kxsldbg/kxsldbgpart/xsldbglistitem.cpp 1.2 M +11 -0 quanta/plugins/pluginconfig.ui 1.14 M +10 -0 quanta/plugins/plugineditor.ui 1.8 M +1 -2 quanta/plugins/quantaplugin.cpp 1.13 M +1 -2 quanta/plugins/quantaplugin.h 1.8 M +1 -2 quanta/plugins/quantapluginconfig.cpp 1.12 M +1 -2 quanta/plugins/quantapluginconfig.h 1.5 M +1 -2 quanta/plugins/quantaplugineditor.cpp 1.18 M +1 -2 quanta/plugins/quantaplugineditor.h 1.8 M +1 -2 quanta/plugins/quantaplugininterface.cpp 1.26 M +1 -2 quanta/plugins/quantaplugininterface.h 1.7 M +2 -4 quanta/plugins/spellchecker.cpp 1.7 M +4 -6 quanta/plugins/spellchecker.h 1.3 M +2 -3 quanta/project/project.cpp 1.117 M +2 -3 quanta/project/project.h 1.46 M +2 -3 quanta/project/projectnewfinal.cpp 1.6 M +4 -5 quanta/project/projectnewfinal.h 1.4 M +9 -0 quanta/project/projectnewfinals.ui 1.12 M +2 -3 quanta/project/projectnewgeneral.cpp 1.24 M +7 -8 quanta/project/projectnewgeneral.h 1.13 M +9 -0 quanta/project/projectnewgenerals.ui 1.18 M +2 -3 quanta/project/projectnewlocal.cpp 1.31 M +2 -3 quanta/project/projectnewlocal.h 1.11 M +9 -0 quanta/project/projectnewlocals.ui 1.9 M +2 -3 quanta/project/projectnewweb.cpp 1.14 M +1 -2 quanta/project/projectnewweb.h 1.7 M +9 -0 quanta/project/projectnewwebs.ui 1.9 M +9 -0 quanta/project/projectoptions.ui 1.20 M +9 -1 quanta/project/projectoptions.ui.h 1.4 M +1 -2 quanta/project/projectupload.cpp 1.44 M +2 -3 quanta/project/projectupload.h 1.20 M +9 -0 quanta/project/projectuploads.ui 1.25 M +2 -3 quanta/project/rescanprj.cpp 1.18 M +2 -3 quanta/project/rescanprj.h 1.10 M +9 -0 quanta/project/rescanprjdir.ui 1.9 M +1 -1 quanta/tagdialogs/csseditor.cpp 1.8 M +1 -1 quanta/tagdialogs/csseditor.h 1.3 M +2 -2 quanta/tagdialogs/cssselectoreditor.cpp 1.18 M +1 -1 quanta/tagdialogs/cssselectoreditor.h 1.6 M +2 -3 quanta/tagdialogs/filecombo.cpp 1.15 M +2 -3 quanta/tagdialogs/filecombo.h 1.9 M +2 -4 quanta/tagdialogs/listdlg.cpp 1.8 M +2 -4 quanta/tagdialogs/listdlg.h 1.3 M +2 -3 quanta/tagdialogs/tagdialog.cpp 1.49 M +2 -3 quanta/tagdialogs/tagdialog.h 1.20 M +1 -1 quanta/tagdialogs/tagimgdlg.cpp 1.16 M +1 -1 quanta/tagdialogs/tagimgdlg.h 1.8 M +9 -0 quanta/tagdialogs/tagmail.ui 1.6 M +3 -4 quanta/tagdialogs/tagmaildlg.cpp 1.10 M +3 -5 quanta/tagdialogs/tagmaildlg.h 1.5 M +9 -0 quanta/tagdialogs/tagmisc.ui 1.6 M +2 -4 quanta/tagdialogs/tagmiscdlg.cpp 1.5 M +2 -4 quanta/tagdialogs/tagmiscdlg.h 1.3 M +1 -1 quanta/tagdialogs/tagquicktableitem.cpp 1.2 M +1 -1 quanta/tagdialogs/tagquicktableitem.h 1.3 M +1 -2 quanta/tagdialogs/tagwidget.cpp 1.11 M +2 -3 quanta/tagdialogs/tagwidget.h 1.7 M +1 -2 quanta/tagdialogs/tagxml.cpp 1.23 M +2 -3 quanta/tagdialogs/tagxml.h 1.9 M +13 -12 quanta/toolbar/actionconfigdialog.cpp 1.24 M +13 -12 quanta/toolbar/actionconfigdialog.h 1.6 M +13 -34 quanta/toolbar/actionconfigdialogs.ui 1.10 M +4 -5 quanta/toolbar/myprocess.h 1.3 M +1 -2 quanta/toolbar/tagaction.cpp 1.67 M +2 -3 quanta/toolbar/tagaction.h 1.20 M +13 -12 quanta/toolbar/toolbartabwidget.cpp 1.9 M +13 -12 quanta/toolbar/toolbartabwidget.h 1.4 M +2 -4 quanta/toolbar/toolbarxmlgui.cpp 1.3 M +3 -4 quanta/toolbar/toolbarxmlgui.h 1.4 M +2 -3 quanta/treeviews/docfolder.cpp 1.13 M +2 -3 quanta/treeviews/docfolder.h 1.7 M +2 -3 quanta/treeviews/docitem.cpp 1.8 M +2 -3 quanta/treeviews/docitem.h 1.9 M +2 -3 quanta/treeviews/doctreeview.cpp 1.22 M +2 -3 quanta/treeviews/doctreeview.h 1.9 M +8 -0 quanta/treeviews/fileinfodlg.ui 1.4 M +2 -3 quanta/treeviews/filemanage.cpp 1.30 M +2 -3 quanta/treeviews/filemanage.h 1.20 M +2 -3 quanta/treeviews/filestreefile.cpp 1.16 M +2 -3 quanta/treeviews/filestreefile.h 1.10 M +2 -3 quanta/treeviews/filestreefolder.cpp 1.22 M +2 -3 quanta/treeviews/filestreefolder.h 1.17 M +2 -3 quanta/treeviews/filestreeview.cpp 1.50 M +2 -3 quanta/treeviews/filestreeview.h 1.24 M +2 -4 quanta/treeviews/newtemplatedirdlg.cpp 1.4 M +3 -5 quanta/treeviews/newtemplatedirdlg.h 1.3 M +2 -3 quanta/treeviews/projecttreefile.cpp 1.16 M +3 -4 quanta/treeviews/projecttreefile.h 1.12 M +2 -3 quanta/treeviews/projecttreefolder.cpp 1.11 M +2 -3 quanta/treeviews/projecttreefolder.h 1.10 M +2 -3 quanta/treeviews/projecttreeview.cpp 1.53 M +2 -3 quanta/treeviews/projecttreeview.h 1.24 M +9 -0 quanta/treeviews/quantapropertiespage.ui 1.11 M +2 -4 quanta/treeviews/scripttreeview.cpp 1.10 M +2 -4 quanta/treeviews/scripttreeview.h 1.7 M +2 -3 quanta/treeviews/structtreetag.cpp 1.31 M +2 -3 quanta/treeviews/structtreetag.h 1.15 M +2 -3 quanta/treeviews/structtreeview.cpp 1.77 M +2 -3 quanta/treeviews/structtreeview.h 1.22 M +12 -11 quanta/treeviews/tagattributeitems.cpp 1.14 M +14 -12 quanta/treeviews/tagattributeitems.h 1.12 M +12 -12 quanta/treeviews/tagattributetree.cpp 1.26 M +14 -12 quanta/treeviews/tagattributetree.h 1.14 M +10 -0 quanta/treeviews/templatedirform.ui 1.4 M +3 -4 quanta/treeviews/templatestreeview.cpp 1.50 M +2 -4 quanta/treeviews/templatestreeview.h 1.16 M +2 -4 quanta/treeviews/uploadtreefile.cpp 1.10 M +2 -4 quanta/treeviews/uploadtreefile.h 1.9 M +2 -5 quanta/treeviews/uploadtreefolder.cpp 1.9 M +2 -4 quanta/treeviews/uploadtreefolder.h 1.7 M +2 -4 quanta/treeviews/uploadtreeview.cpp 1.23 M +2 -4 quanta/treeviews/uploadtreeview.h 1.11 M +4 -5 quanta/widgets/whtmlpart.cpp 1.13 M +10 -11 quanta/widgets/whtmlpart.h 1.7 R quanta/tagdialogs/tagquicktable.cpp 1.14 R quanta/tagdialogs/tagquicktable.h 1.7 R quanta/tagdialogs/tagquicktabledata.cpp 1.7 R quanta/tagdialogs/tagtablehead.cpp 1.2