[prev in list] [next in list] [prev in thread] [next in thread] 

List:       quanta-devel
Subject:    [quanta-devel] branches/work/kdevquanta
From:       Andras Mantia <amantia () kde ! org>
Date:       2005-07-14 21:08:05
Message-ID: 1121375285.045718.13945.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 434625 by amantia:

More progress on kdevquanta. What comes to my mind is:
- projectview moved to kdevelop filelist plugin
- user toolbars can execute text and tag action
- create a tagdialog plugin to show the tag editing dialogs
- add more features to the structure tree (groups are still missing)
- port the files tree into a new plugin
- create a templatestree plugin
- start to rewrite the autocompletion. Now we will have a separate class for each \
completion type. XML completions (tag, attribute, attribute values, entities) are \
                mostly done.
- fixes in the node tree handling, parsing. 

There are still old, commented out codes that need a review before removal or they \
need some other functionality (like groups) before they can be ported. Hopefully I \
committed everything. ;-)

CCMAIL: quanta-devel@kde.org

 M  +1 -1      configure.in.in  
 M  +12 -11    kdevquanta.kdevelop  
 M  +5 -4      lib/Makefile.am  
 M  +40 -7     lib/areastruct.h  
 A             lib/basetreeview.cpp   [License: GPL (v2+)]
 A             lib/basetreeview.h   [License: GPL (v2+)]
 M  +2 -3      lib/editorsource.cpp  
 M  +3 -3      lib/editorsource.h  
 A             lib/fileinfodlg.ui  
 A             lib/helper.cpp   [License: GPL]
 A             lib/helper.h   [License: GPL]
 M  +147 -301  lib/node.cpp  
 M  +6 -43     lib/node.h  
 M  +2 -2      lib/qtag.cpp  
 M  +2 -2      lib/qtag.h  
 M  +47 -3     lib/quanta.kcfg  
 M  +24 -3     lib/quantacoreif.h  
 A             lib/quantanetaccess.cpp   [License: GPL]
 A             lib/quantanetaccess.h   [License: GPL]
 M  +2 -1      lib/settings.kcfgc  
 M  +19 -24    lib/tag.cpp  
 M  +16 -5     lib/tag.h  
 M  +10 -1     lib/tagattr.cpp  
 M  +5 -0      lib/tagattr.h  
 M  +1 -1      lib/tagdialogsif.h  
 M  +1 -1      plugins/Makefile.am  
 A             plugins/filestree (directory)  
 A             plugins/filestree/Makefile.am  
 A             plugins/filestree/README.dox  
 A             plugins/filestree/filestreeview.cpp   [License: GPL (v2+)]
 A             plugins/filestree/filestreeview.h   [License: GPL (v2+)]
 A             plugins/filestree/kdevquantafilestree.desktop  
 A             plugins/filestree/kdevquantafilestree.rc  
 A             plugins/filestree/quantafilestreeglobalconfig.cpp   [License: GPL \
(v2+) (wrong address)]  A             plugins/filestree/quantafilestreeglobalconfig.h \
[License: GPL (v2+) (wrong address)]  A             \
plugins/filestree/quantafilestreeglobalconfigbase.ui    A             \
plugins/filestree/quantafilestreepart.cpp   [License: GPL (v2+) (wrong address)]  A   \
plugins/filestree/quantafilestreepart.h   [License: GPL (v2+) (wrong address)]  A     \
plugins/filestree/quantafilestreeprojectconfig.cpp   [License: GPL (v2+) (wrong \
address)]  A             plugins/filestree/quantafilestreeprojectconfig.h   [License: \
GPL (v2+) (wrong address)]  A             \
plugins/filestree/quantafilestreeprojectconfigbase.ui    M  +0 -1      \
plugins/project/Makefile.am    D             plugins/project/projectviews (directory) \
  M  +53 -4     plugins/structuretree/structtreeitem.cpp  
 M  +10 -0     plugins/structuretree/structtreeitem.h  
 M  +6 -6      plugins/structuretree/structuretreeglobalconfig.cpp  
 M  +4 -1      plugins/structuretree/structuretreeglobalconfig.h  
 M  +10 -4     plugins/structuretree/structuretreeglobalconfigbase.ui  
 M  +3 -10     plugins/structuretree/structuretreepart.cpp  
 M  +0 -3      plugins/structuretree/structuretreepart.h  
 M  +53 -33    plugins/structuretree/structuretreewidget.cpp  
 M  +17 -3     plugins/structuretree/structuretreewidget.h  
 A             plugins/templatestree (directory)  
 A             plugins/templatestree/Makefile.am  
 A             plugins/templatestree/README.dox  
 A             plugins/templatestree/kdevtemplatestree.desktop  
 A             plugins/templatestree/kdevtemplatestree.rc  
 A             plugins/templatestree/newtemplatedirdlg.cpp   [License: GPL]
 A             plugins/templatestree/newtemplatedirdlg.h   [License: GPL]
 A             plugins/templatestree/quantapropertiespage.ui  
 A             plugins/templatestree/templatedirform.ui  
 A             plugins/templatestree/templatestreeglobalconfig.cpp   [License: GPL \
(v2+) (wrong address)]  A             \
plugins/templatestree/templatestreeglobalconfig.h   [License: GPL (v2+) (wrong \
address)]  A             plugins/templatestree/templatestreeglobalconfigbase.ui  
 A             plugins/templatestree/templatestreepart.cpp   [License: GPL (v2+) \
(wrong address)]  A             plugins/templatestree/templatestreepart.h   [License: \
GPL (v2+) (wrong address)]  A             \
plugins/templatestree/templatestreeprojectconfig.cpp   [License: GPL (v2+) (wrong \
address)]  A             plugins/templatestree/templatestreeprojectconfig.h   \
[License: GPL (v2+) (wrong address)]  A             \
plugins/templatestree/templatestreeprojectconfigbase.ui    A             \
plugins/templatestree/templatestreeview.cpp   [License: GPL]  A             \
plugins/templatestree/templatestreeview.h   [License: GPL]  A             \
plugins/templatestree/templatestreewidget.cpp   [License: GPL (v2+) (wrong address)]  \
A             plugins/templatestree/templatestreewidget.h   [License: GPL (v2+) \
(wrong address)]  A             plugins/usertoolbars/global  
 M  +12 -7     quantacore/Makefile.am  
 A             quantacore/autocomplete (directory)  
 A             quantacore/autocomplete/Makefile.am  
 A             quantacore/autocomplete/completionbase.cpp   [License: GPL]
 A             quantacore/autocomplete/completionbase.h   [License: GPL]
 A             quantacore/autocomplete/dtdcompletion.cpp   [License: GPL]
 A             quantacore/autocomplete/dtdcompletion.h   [License: GPL]
 A             quantacore/autocomplete/scriptcompletion.cpp   [License: GPL]
 A             quantacore/autocomplete/scriptcompletion.h   [License: GPL]
 A             quantacore/autocomplete/xmlattributecompletion.cpp   [License: GPL]
 A             quantacore/autocomplete/xmlattributecompletion.h   [License: GPL]
 A             quantacore/autocomplete/xmlattributevaluecompletion.cpp   [License: \
GPL]  A             quantacore/autocomplete/xmlattributevaluecompletion.h   [License: \
GPL]  A             quantacore/autocomplete/xmlentitycompletion.cpp   [License: GPL]
 A             quantacore/autocomplete/xmlentitycompletion.h   [License: GPL]
 A             quantacore/autocomplete/xmltagcompletion.cpp   [License: GPL]
 A             quantacore/autocomplete/xmltagcompletion.h   [License: GPL]
 M  +7 -6      quantacore/dialogs/dtepeditdlg.cpp  
 M  +36 -23    quantacore/dtds.cpp  
 M  +9 -1      quantacore/dtds.h  
 M  +40 -32    quantacore/parsers/parser.cpp  
 M  +1 -1      quantacore/parsers/parser.h  
 M  +11 -3     quantacore/parsers/parsercommon.cpp  
 M  +2 -2      quantacore/parsers/parsermanager.cpp  
 M  +96 -100   quantacore/parsers/saparser.cpp  
 M  +2 -3      quantacore/parsers/saparser.h  
 M  +6 -30     quantacore/quantacommon.cpp  
 M  +1 -8      quantacore/quantacommon.h  
 M  +98 -15    quantacore/quantacorepart.cpp  
 M  +38 -10    quantacore/quantacorepart.h  
 M  +352 -57   quantacore/quantadoc.cpp  
 M  +50 -22    quantacore/quantadoc.h  
 M  +1 -1      src/profile.config  


_______________________________________________
quanta-devel mailing list
quanta-devel@kde.org
https://mail.kde.org/mailman/listinfo/quanta-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic