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

List:       kde-commits
Subject:    [calligra/calligra/2.9] /: Enable features in author that were disabled by mistake.
From:       Inge Wallin <inge () lysator ! liu ! se>
Date:       2015-03-18 19:52:53
Message-ID: E1YYK1N-0007aA-Bq () scm ! kde ! org
[Download RAW message or body]

Git commit bb60b308386599d87be3c6e9ac562199fc23b38b by Inge Wallin.
Committed on 18/03/2015 at 19:46.
Pushed by ingwa into branch 'calligra/2.9'.

Enable features in author that were disabled by mistake.

Such as: The review tool and the references tool

M  +1    -1    plugins/textshape/ReferencesToolFactory.cpp
M  +1    -1    plugins/textshape/ReviewToolFactory.cpp
M  +5    -2    words/part/author/author.rc

http://commits.kde.org/calligra/bb60b308386599d87be3c6e9ac562199fc23b38b

diff --git a/plugins/textshape/ReferencesToolFactory.cpp b/plugins/textshape/ReferencesToolFactory.cpp
index 9b7ffa0..cfbcdd5 100644
--- a/plugins/textshape/ReferencesToolFactory.cpp
+++ b/plugins/textshape/ReferencesToolFactory.cpp
@@ -30,7 +30,7 @@ ReferencesToolFactory::ReferencesToolFactory()
         : KoToolFactoryBase("ReferencesToolFactory_ID")
 {
     setToolTip(i18n("References"));
-    setToolType("calligrawords");
+    setToolType("calligrawords,calligraauthor");
     setIconName(koIconNameCStr("tool_references"));
     setPriority(20);
     setActivationShapeId(TextShape_SHAPEID);
diff --git a/plugins/textshape/ReviewToolFactory.cpp b/plugins/textshape/ReviewToolFactory.cpp
index 7938793..606f2ad2 100644
--- a/plugins/textshape/ReviewToolFactory.cpp
+++ b/plugins/textshape/ReviewToolFactory.cpp
@@ -35,7 +35,7 @@ ReviewToolFactory::ReviewToolFactory()
         : KoToolFactoryBase("ReviewToolFactory_ID")
 {
     setToolTip(i18n("Review"));
-    setToolType(dynamicToolType()+",calligrawords");
+    setToolType(dynamicToolType()+",calligrawords,calligraauthor");
     setIconName(koIconNameCStr("tool_review"));
     setPriority(30);
     setActivationShapeId(TextShape_SHAPEID "," AnnotationShape_SHAPEID);
diff --git a/words/part/author/author.rc b/words/part/author/author.rc
index 7846861..6079f33 100644
--- a/words/part/author/author.rc
+++ b/words/part/author/author.rc
@@ -1,4 +1,4 @@
-<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd" ><kpartgui name="Calligra Author" version="139">
+<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd" ><kpartgui name="Calligra Author" version="141">
 <MenuBar>
  <Menu name="file"><text>&amp;File</text>
   <Action name="extra_template"/>
@@ -37,6 +37,8 @@
   <Action name="view_formattingchars"/>
   <Action name="view_frameborders"/>
   <Action name="view_tableborders"/>
+  <Action name="view_sectionbounds"/>
+  <Action name="view_fieldshadings"/>
   <Separator/>
   <Action name="view_toggledockers"/>
   <Action name="show_docstruct"/>
@@ -46,6 +48,7 @@
   <Action name="view_grid"/>
   <Action name="view_snaptogrid"/>
   <Separator/>
+  <Action name="view_notes"/>
   <Action name="view_wordCount"/>
   <Separator/>
   <Action name="zoom_out"/>
@@ -237,7 +240,7 @@
 </Menu>
 <Menu name="frame_popup">
  <Action name="edit_delframe"/>
- <Separator/> 
+ <Separator/>
  <Action name="create_framestyle"/>
  <Action name="border_backgroundcolor"/>
  <Separator/>
[prev in list] [next in list] [prev in thread] [next in thread] 

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