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

List:       kde-commits
Subject:    quanta
From:       Andras Mantia <amantia () freemail ! hu>
Date:       2003-10-17 10:39:13
[Download RAW message or body]

CVS commit by amantia: 

Create a new dockwidget for the problem reporter.
Remove unused code and files.
Clean up the Makefile.am's.
Add some const.


  M +2 -8      Makefile.am.in   1.4
  M +1 -1      VERSION   1.10
  M +0 -5      doc/Makefile.am   1.10
  M +3 -7      kommander/executor/Makefile.am   1.8
  M +1 -5      quanta/Makefile.am   1.86
  M +39 -87    quanta/quanta.cpp   1.364
  M +13 -10    quanta/quanta.h   1.167
  M +33 -57    quanta/quanta_init.cpp   1.355
  M +2 -1      quanta/quantaui.rc   1.89
  M +2 -2      quanta/quantaview_slots.cpp   1.140
  M +0 -2      quanta/data/Makefile.am   1.38
  M +0 -2      quanta/data/doc/Makefile.am   1.10
  M +9 -0      quanta/data/tags/html/c.tag   1.4
  M +1 -0      quanta/data/tags/html/t.tag   1.5
  M +7 -0      quanta/data/tags/html-strict/c.tag   1.4
  M +1 -0      quanta/data/tags/html-strict/t.tag   1.6
  M +1 -7      quanta/data/templates/Makefile.am   1.6
  M +1 -3      quanta/data/templates/binaries/Makefile.am   1.4
  M +0 -2      quanta/data/templates/binaries/images/jpg/Makefile.am   1.3
  M +0 -2      quanta/data/templates/binaries/images/others/Makefile.am   1.3
  M +0 -2      quanta/data/templates/binaries/images/png/Makefile.am   1.3
  M +0 -2      quanta/data/templates/binaries/others/Makefile.am   1.3
  M +0 -2      quanta/data/templates/documents/html/Makefile.am   1.4
  M +0 -2      quanta/data/templates/documents/others/Makefile.am   1.4
  M +0 -2      quanta/data/templates/documents/scripts/Makefile.am   1.4
  M +1 -3      quanta/data/templates/images/Makefile.am   1.9
  M +0 -2      quanta/data/templates/images/banners/Makefile.am   1.3
  M +0 -2      quanta/data/templates/images/buttons/Makefile.am   1.3
  M +0 -2      quanta/data/templates/images/jpg/Makefile.am   1.4
  M +0 -2      quanta/data/templates/images/others/Makefile.am   1.4
  M +0 -2      quanta/data/templates/images/png/Makefile.am   1.4
  M +1 -3      quanta/data/templates/pages/Makefile.am   1.6
  M +0 -2      quanta/data/templates/pages/docbook/Makefile.am   1.3
  M +1 -5      quanta/data/templates/pages/html/Makefile.am   1.2
  M +0 -2      quanta/data/templates/pages/html/html_3.2/Makefile.am   1.3
  M +0 -2      quanta/data/templates/pages/html/html_4.0.1/Makefile.am   1.3
  M +0 -2      quanta/data/templates/pages/html/special/Makefile.am   1.3
  M +0 -2      quanta/data/templates/pages/html/xhtml/Makefile.am   1.3
  M +0 -2      quanta/data/templates/pages/php/Makefile.am   1.3
  M +1 -3      quanta/data/templates/scripts/Makefile.am   1.6
  M +0 -2      quanta/data/templates/scripts/javascript/Makefile.am   1.5
  M +0 -2      quanta/data/templates/scripts/perl/Makefile.am   1.3
  M +0 -2      quanta/data/templates/scripts/php/Makefile.am   1.5
  M +1 -3      quanta/data/templates/text/Makefile.am   1.7
  M +0 -2      quanta/data/templates/text/html/Makefile.am   1.6
  M +0 -2      quanta/data/templates/text/others/Makefile.am   1.6
  M +0 -2      quanta/data/templates/text/scripts/Makefile.am   1.6
  M +0 -2      quanta/data/toolbars/html/Makefile.am   1.3
  M +0 -2      quanta/data/toolbars/schema/Makefile.am   1.5
  M +0 -2      quanta/data/toolbars/tagxml/Makefile.am   1.3
  M +0 -3      quanta/data/toolbars/wml-1-2/Makefile.am   1.3
  M +0 -2      quanta/data/toolbars/xml/Makefile.am   1.5
  M +0 -5      quanta/kmdi/qextmdi/Makefile.am   1.2
  M +1 -12     quanta/messages/Makefile.am   1.16
  M +4 -4      quanta/messages/messageitem.cpp   1.5
  M +0 -41     quanta/messages/messageoutput.cpp   1.24
  M +0 -6      quanta/messages/messageoutput.h   1.14
  M +1 -7      quanta/parser/Makefile.am   1.16
  M +1 -7      quanta/parts/kxsldbg/Makefile.am   1.6
  M +4 -12     quanta/parts/kxsldbg/kxsldbgpart/Makefile.am   1.4
  M +1 -10     quanta/parts/kxsldbg/kxsldbgpart/libqtnotfier/Makefile.am   1.5
  M +0 -9      quanta/parts/kxsldbg/kxsldbgpart/libxsldbg/Makefile.am   1.5
  M +1 -1      quanta/plugins/Makefile.am   1.20
  M +0 -6      quanta/plugins/php3dbg/Makefile.am   1.7
  M +1 -8      quanta/plugins/php4dbg/Makefile.am   1.10
  M +0 -6      quanta/plugins/php4dbg/dbgbase/Makefile.am   1.9
  M +1 -10     quanta/project/Makefile.am   1.35
  M +7 -13     quanta/project/project.cpp   1.114
  M +4 -6      quanta/project/project.h   1.45
  M +2 -2      quanta/project/projectnewweb.cpp   1.13
  M +15 -16    quanta/project/projectnewweb.h   1.6
  M +2 -1      quanta/toolbar/tagaction.cpp   1.66
  M +0 -8      quanta/treeviews/Makefile.am   1.29
  M +1 -1      quanta/treeviews/projecttreeview.cpp   1.51
  M +1 -1      quanta/treeviews/projecttreeview.h   1.23
  M +5 -5      quanta/treeviews/structtreetag.cpp   1.30
  M +1 -1      quanta/treeviews/structtreeview.cpp   1.75
  M +1 -8      quanta/widgets/Makefile.am   1.23
  R            quanta/messages/messageitemweblint.cpp   1.1
  R            quanta/messages/messageitemweblint.h   1.1
  R            quanta/plugins/weblint/.cvsignore   1.1
  R            quanta/plugins/weblint/Makefile.am   1.4
  R            quanta/plugins/weblint/weblint   1.1



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

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