[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2023-09-06 Thread Seth Chaiklin (via logerrit)
 officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs |2 +-
 sw/uiconfig/swriter/ui/optcompatpage.ui   |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 645852b418b759e6576848385b782db6031b9ebc
Author: Seth Chaiklin 
AuthorDate: Wed Aug 30 11:36:28 2023 +0200
Commit: Seth Chaiklin 
CommitDate: Wed Sep 6 11:02:42 2023 +0200

tdf#141676  make command label more precise

"Add paragraph and table spacing at tops of pages" ->
  "Add paragraph and table spacing at top of first page and page breaks"

Change-Id: I05f53dde0c4782cc1adf1809a9a24f6f5a94b405
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156220
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin 

diff --git a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs
index fc0919ae2a3a..1508aeb1d7a6 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs
@@ -46,7 +46,7 @@
   
   
 
-  Add paragraph and table spacing at tops of pages
+  Add paragraph and table spacing at top of first page and page 
breaks
 
 true
   
diff --git a/sw/uiconfig/swriter/ui/optcompatpage.ui 
b/sw/uiconfig/swriter/ui/optcompatpage.ui
index 47765ddcd395..bed96ec03c1f 100644
--- a/sw/uiconfig/swriter/ui/optcompatpage.ui
+++ b/sw/uiconfig/swriter/ui/optcompatpage.ui
@@ -223,7 +223,7 @@
 True
 
   Add 
spacing between paragraphs and tables
-  Add 
paragraph and table spacing at tops of pages
+  Add 
paragraph and table spacing at top of first page and page breaks
   Use 
OpenOffice.org 1.1 tabstop formatting
   Do 
not add leading (extra space) between lines of text
   Use 
OpenOffice.org 1.1 line spacing


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2023-06-10 Thread Justin Luth (via logerrit)
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |3 +++
 sw/uiconfig/sglobal/popupmenu/text.xml  |1 +
 sw/uiconfig/sweb/popupmenu/text.xml |1 +
 sw/uiconfig/swform/popupmenu/text.xml   |1 +
 sw/uiconfig/swreport/popupmenu/text.xml |1 +
 sw/uiconfig/swriter/popupmenu/text.xml  |1 +
 sw/uiconfig/swxform/popupmenu/text.xml  |1 +
 7 files changed, 9 insertions(+)

New commits:
commit ce5f7ab57253a39fa52a64566aeae394ce79e241
Author: Justin Luth 
AuthorDate: Sat Jun 10 12:00:54 2023 -0400
Commit: Justin Luth 
CommitDate: Sat Jun 10 20:42:42 2023 +0200

sw content controls: add 'properties' to right-click context menu

Getting to the properties of a content control is buried pretty
deep in the menu. Make it quickly available via a right-click,
just like what is possible for fields.

Change-Id: I6f094590dcfcad81dc623754bf9daf036e41aa3b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152837
Tested-by: Jenkins
Reviewed-by: Justin Luth 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 7458ed89d8e2..a93b1c50960b 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -535,6 +535,9 @@
 
   Properties
 
+
+  Content Control Properties
+
 
   1
 
diff --git a/sw/uiconfig/sglobal/popupmenu/text.xml 
b/sw/uiconfig/sglobal/popupmenu/text.xml
index f89bd0fa2cce..7170b7db12aa 100644
--- a/sw/uiconfig/sglobal/popupmenu/text.xml
+++ b/sw/uiconfig/sglobal/popupmenu/text.xml
@@ -23,6 +23,7 @@
   
   
   
+  
   
   
   
diff --git a/sw/uiconfig/sweb/popupmenu/text.xml 
b/sw/uiconfig/sweb/popupmenu/text.xml
index f89bd0fa2cce..7170b7db12aa 100644
--- a/sw/uiconfig/sweb/popupmenu/text.xml
+++ b/sw/uiconfig/sweb/popupmenu/text.xml
@@ -23,6 +23,7 @@
   
   
   
+  
   
   
   
diff --git a/sw/uiconfig/swform/popupmenu/text.xml 
b/sw/uiconfig/swform/popupmenu/text.xml
index f89bd0fa2cce..7170b7db12aa 100644
--- a/sw/uiconfig/swform/popupmenu/text.xml
+++ b/sw/uiconfig/swform/popupmenu/text.xml
@@ -23,6 +23,7 @@
   
   
   
+  
   
   
   
diff --git a/sw/uiconfig/swreport/popupmenu/text.xml 
b/sw/uiconfig/swreport/popupmenu/text.xml
index d8957268af14..4b31d6d34f7d 100644
--- a/sw/uiconfig/swreport/popupmenu/text.xml
+++ b/sw/uiconfig/swreport/popupmenu/text.xml
@@ -28,6 +28,7 @@
   
   
   
+  
   
   
   
diff --git a/sw/uiconfig/swriter/popupmenu/text.xml 
b/sw/uiconfig/swriter/popupmenu/text.xml
index 8a01aa97ca6d..75ccb4e6db14 100644
--- a/sw/uiconfig/swriter/popupmenu/text.xml
+++ b/sw/uiconfig/swriter/popupmenu/text.xml
@@ -24,6 +24,7 @@
   
   
   
+  
   
   
   
diff --git a/sw/uiconfig/swxform/popupmenu/text.xml 
b/sw/uiconfig/swxform/popupmenu/text.xml
index f1fd0850def2..199f69eac465 100644
--- a/sw/uiconfig/swxform/popupmenu/text.xml
+++ b/sw/uiconfig/swxform/popupmenu/text.xml
@@ -23,6 +23,7 @@
   
   
   
+  
   
   
   


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2023-05-08 Thread Samuel Mehrbrodt (via logerrit)
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |   11 
++
 sw/uiconfig/sglobal/menubar/menubar.xml |1 
 sw/uiconfig/swriter/menubar/menubar.xml |1 
 3 files changed, 13 insertions(+)

New commits:
commit 1a9d96d35afc7fd496434ead4311f872db5d6232
Author: Samuel Mehrbrodt 
AuthorDate: Mon May 8 16:26:48 2023 +0200
Commit: Samuel Mehrbrodt 
CommitDate: Mon May 8 20:16:12 2023 +0200

tdf#142978 Add menu entry for a11y check back

And make it open the sidebar

Makes the feature more discoverable and prevents empty menu slots
when people customized their menubar.

Change-Id: I03440d78d5cf1d31cad7412dc0988d8a837a92e0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151537
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 54688a4fb82c..7a8e12ba2125 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -3431,6 +3431,17 @@
   1
 
   
+  
+
+  ~Accessibility Check...
+
+
+  1
+
+
+  .uno:SidebarDeck.A11yCheckDeck
+
+  
   
 
   Styl~es
diff --git a/sw/uiconfig/sglobal/menubar/menubar.xml 
b/sw/uiconfig/sglobal/menubar/menubar.xml
index 4388a057e6b5..f1caab1bc1b4 100644
--- a/sw/uiconfig/sglobal/menubar/menubar.xml
+++ b/sw/uiconfig/sglobal/menubar/menubar.xml
@@ -718,6 +718,7 @@
 
   
   
+  
   
   
   
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml 
b/sw/uiconfig/swriter/menubar/menubar.xml
index 51d20b841740..a85022ccdd5e 100644
--- a/sw/uiconfig/swriter/menubar/menubar.xml
+++ b/sw/uiconfig/swriter/menubar/menubar.xml
@@ -744,6 +744,7 @@
 
   
   
+  
   
   
   


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2021-09-28 Thread Heiko Tietze (via logerrit)
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |4 ++--
 sw/uiconfig/sglobal/popupmenu/table.xml |1 +
 sw/uiconfig/sweb/popupmenu/table.xml|1 +
 sw/uiconfig/swform/popupmenu/table.xml  |1 +
 sw/uiconfig/swreport/popupmenu/table.xml|1 +
 sw/uiconfig/swriter/popupmenu/table.xml |1 +
 sw/uiconfig/swxform/popupmenu/table.xml |1 +
 7 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit ac34bafb6cad056f843ff3ff0dee293bf1e18c56
Author: Heiko Tietze 
AuthorDate: Tue Sep 28 09:22:00 2021 +0200
Commit: Heiko Tietze 
CommitDate: Tue Sep 28 11:07:27 2021 +0200

Resolves tdf#144735 - Access to formula edit bar via context menu

* Command added to context menu
* Label modified for more user-centered clarity

Change-Id: I3da5805d881e05452c79d4f44c25d69fb4c804c0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122752
Tested-by: Jenkins
Reviewed-by: Heiko Tietze 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index f67dc96ff9b4..ffc66b25c054 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -1837,10 +1837,10 @@
   
   
 
-  Text Fo~rmula
+  Edit Fo~rmula
 
 
-  Insert Text Formulak
+  Insert or Edit Formulak
 
 
   1
diff --git a/sw/uiconfig/sglobal/popupmenu/table.xml 
b/sw/uiconfig/sglobal/popupmenu/table.xml
index 2ef887ebaef7..c986ff788102 100644
--- a/sw/uiconfig/sglobal/popupmenu/table.xml
+++ b/sw/uiconfig/sglobal/popupmenu/table.xml
@@ -121,6 +121,7 @@
 
   
   
+  
   
   
   
diff --git a/sw/uiconfig/sweb/popupmenu/table.xml 
b/sw/uiconfig/sweb/popupmenu/table.xml
index 2ef887ebaef7..c986ff788102 100644
--- a/sw/uiconfig/sweb/popupmenu/table.xml
+++ b/sw/uiconfig/sweb/popupmenu/table.xml
@@ -121,6 +121,7 @@
 
   
   
+  
   
   
   
diff --git a/sw/uiconfig/swform/popupmenu/table.xml 
b/sw/uiconfig/swform/popupmenu/table.xml
index 2ef887ebaef7..c986ff788102 100644
--- a/sw/uiconfig/swform/popupmenu/table.xml
+++ b/sw/uiconfig/swform/popupmenu/table.xml
@@ -121,6 +121,7 @@
 
   
   
+  
   
   
   
diff --git a/sw/uiconfig/swreport/popupmenu/table.xml 
b/sw/uiconfig/swreport/popupmenu/table.xml
index b7df85b54a4e..f6734784cf4d 100644
--- a/sw/uiconfig/swreport/popupmenu/table.xml
+++ b/sw/uiconfig/swreport/popupmenu/table.xml
@@ -76,6 +76,7 @@
   
   
   
+  
   
   
   
diff --git a/sw/uiconfig/swriter/popupmenu/table.xml 
b/sw/uiconfig/swriter/popupmenu/table.xml
index 4e1a81e4b44e..30449122097a 100644
--- a/sw/uiconfig/swriter/popupmenu/table.xml
+++ b/sw/uiconfig/swriter/popupmenu/table.xml
@@ -124,6 +124,7 @@
 
   
   
+  
   
   
   
diff --git a/sw/uiconfig/swxform/popupmenu/table.xml 
b/sw/uiconfig/swxform/popupmenu/table.xml
index 2ef887ebaef7..c986ff788102 100644
--- a/sw/uiconfig/swxform/popupmenu/table.xml
+++ b/sw/uiconfig/swxform/popupmenu/table.xml
@@ -121,6 +121,7 @@
 
   
   
+  
   
   
   


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2021-04-16 Thread andreas kainz (via logerrit)
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |3 
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu  |   17 
-
 sw/uiconfig/swriter/ui/notebookbar.ui|   34 
+-
 sw/uiconfig/swriter/ui/notebookbar_compact.ui|   32 
-
 4 files changed, 80 insertions(+), 6 deletions(-)

New commits:
commit 2d729251b7bf8f505acb65c620c58ba8bae9ff3d
Author: andreas kainz 
AuthorDate: Fri Apr 16 00:22:57 2021 +0200
Commit: Andreas Kainz 
CommitDate: Fri Apr 16 09:25:31 2021 +0200

tdf#134373 add PopupLabel to update commands for NB see c5 option 2

Change-Id: I2f3a6470a8b376f66f303578492b59ca0b56388a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114194
Tested-by: Jenkins
Reviewed-by: Andreas Kainz 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 7711f6f3da36..b519e3deaede 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -4671,6 +4671,9 @@ bit 3 (0x8): #define 
UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
 
   Protect Track Changes
 
+
+  Protect Track Changes
+
 
   1
 
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 535f4d0b86ce..572959ecbd97 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -197,6 +197,9 @@
 
   Indexes and ~Tables
 
+
+  Update Indexes and ~Tables
+
 
   1
 
@@ -209,7 +212,7 @@
   Current ~Index
 
 
-  Update index
+  Update ~Index
 
 
   1
@@ -327,6 +330,9 @@
 
   ~Links
 
+
+  Update ~Links
+
 
   1
 
@@ -488,6 +494,9 @@
 
   ~Charts
 
+
+  Update ~Charts
+
 
   1
 
@@ -1777,6 +1786,9 @@
 
   ~Fields
 
+
+  Update ~Fields
+
 
   1
 
@@ -2166,6 +2178,9 @@
 
   Page Formatting
 
+
+  Update Page Formatting
+
 
   1
 
diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui 
b/sw/uiconfig/swriter/ui/notebookbar.ui
index 8a17b1cf2a9c..9c33439d1aca 100644
--- a/sw/uiconfig/swriter/ui/notebookbar.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar.ui
@@ -1515,19 +1515,47 @@
   
 
 
-  
+  
 True
 False
-.uno:UpdateAll
+.uno:Repaginate
   
 
 
-  
+  
 True
 False
 .uno:UpdateFields
   
 
+
+  
+True
+False
+.uno:UpdateAllIndexes
+  
+
+
+  
+True
+False
+.uno:UpdateCurIndex
+  
+
+
+  
+True
+False
+.uno:UpdateAllLinks
+  
+
+
+  
+True
+False
+.uno:UpdateCharts
+  
+
   
   
 True
diff --git a/sw/uiconfig/swriter/ui/notebookbar_compact.ui 
b/sw/uiconfig/swriter/ui/notebookbar_compact.ui
index 41f0ba387565..b0ede61164b4 100644
--- a/sw/uiconfig/swriter/ui/notebookbar_compact.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar_compact.ui
@@ -1697,10 +1697,10 @@
   
 
 
-  
+  
 True
 False
-.uno:UpdateAll
+.uno:Repaginate
   
 
 
@@ -1710,6 +1710,34 @@
 .uno:UpdateFields
   
 
+
+  
+True
+False
+.uno:UpdateAllIndexes
+  
+
+
+  
+True
+False
+.uno:UpdateCurIndex
+  
+
+
+  
+True
+False
+.uno:UpdateAllLinks
+  
+
+
+  
+True
+False
+.uno:UpdateCharts
+  
+
   
   
 True
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2021-01-13 Thread Seth Chaiklin (via logerrit)
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |9 
+++--
 sw/uiconfig/sglobal/toolbar/textstylebar.xml|6 
+++---
 sw/uiconfig/swriter/toolbar/textstylebar.xml|6 
+++---
 3 files changed, 13 insertions(+), 8 deletions(-)

New commits:
commit f3d39d9a8502ae678a4eedfb73d1efc49104d7dc
Author: Seth Chaiklin 
AuthorDate: Fri Jan 1 18:12:26 2021 +0100
Commit: Heiko Tietze 
CommitDate: Wed Jan 13 14:27:45 2021 +0100

tdf#136686  Improve toolbar label for "Strong Emphasis" character style

tdf#136686 demonstrates the confusion that arises, if one is
not familiar with the HTML convention of "strong emphasis"

* remove "Strong" label in "Styles formatting toolbar"so that
  "Strong Emphasis" appears in Toolbar Customization.
* remove "Default" label in "Styles formatting toolbar"so that
  "Default Character" appears in Toolbar Customization.
  (reflecting change to distinguish Default Character from
   Default Paragraph)
* remove "Quote" label in "Styles formatting toolbar"so that
  "Quotation" appears in Toolbar Customization.
* add "Table" to "Default Table Style" (reflecting change to
  differentiate Default Styles)
* Add tooltips for "Strong Emphasis" and "Quotation" CS

These changes should also result in identical label appearance
in both Menus customization and Toolbar customization.

Change-Id: I588cdcba51ab6b8ab1e8a44de577ebe7d4f4658d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108577
Reviewed-by: Seth Chaiklin 
Reviewed-by: Heiko Tietze 
Tested-by: Jenkins

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 0c593f09373f..1f6ed2730309 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -127,7 +127,6 @@
 
   Insert Endnote
 
-
 
   1
 
@@ -3454,6 +3453,9 @@
 
   ~Strong Emphasis
 
+
+  Strong Emphasis Character Style
+
   
   
 
@@ -3473,6 +3475,9 @@
 
   Qu~otation
 
+
+  Quotation Character Style
+
   
   
 
@@ -3609,7 +3614,7 @@
   
   
 
-  Default Style
+  Default Table Style
 
   
   
diff --git a/sw/uiconfig/sglobal/toolbar/textstylebar.xml 
b/sw/uiconfig/sglobal/toolbar/textstylebar.xml
index 5183383c00d5..e3886e115a0d 100644
--- a/sw/uiconfig/sglobal/toolbar/textstylebar.xml
+++ b/sw/uiconfig/sglobal/toolbar/textstylebar.xml
@@ -50,10 +50,10 @@
  
  
  
- 
+ 
  
- 
- 
+ 
+ 
  
  
  
diff --git a/sw/uiconfig/swriter/toolbar/textstylebar.xml 
b/sw/uiconfig/swriter/toolbar/textstylebar.xml
index 70a6e12ee629..c46ba8d16286 100644
--- a/sw/uiconfig/swriter/toolbar/textstylebar.xml
+++ b/sw/uiconfig/swriter/toolbar/textstylebar.xml
@@ -50,10 +50,10 @@
  
  
  
- 
+ 
  
- 
- 
+ 
+ 
  
  
  
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2020-02-16 Thread Samuel Mehrbrodt (via logerrit)
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |8 

 sw/uiconfig/swriter/menubar/menubar.xml |6 
++
 2 files changed, 14 insertions(+)

New commits:
commit e24585ec2a9ef39ce68f9cf9b498fab999805ee8
Author: Samuel Mehrbrodt 
AuthorDate: Thu Feb 13 15:50:43 2020 +0100
Commit: Samuel Mehrbrodt 
CommitDate: Mon Feb 17 08:10:42 2020 +0100

Add menu entries for field/bookmark protection

Change-Id: I5e0a194698a85e81089a929a0979e2b4022555e9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88612
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 1d615a28ee09..3aba7f619224 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -3596,6 +3596,14 @@
   Content Controls
 
   
+  
+
+  ~Protect Document
+
+
+  1
+
+  
   
 
   Protect Fields
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml 
b/sw/uiconfig/swriter/menubar/menubar.xml
index 6239cb53071e..2ff94dca3af5 100644
--- a/sw/uiconfig/swriter/menubar/menubar.xml
+++ b/sw/uiconfig/swriter/menubar/menubar.xml
@@ -760,6 +760,12 @@
   
 
   
+  
+
+  
+  
+
+  
   
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2019-08-08 Thread Heiko Tietze (via logerrit)
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |5 
+
 sw/uiconfig/sglobal/menubar/menubar.xml |2 +-
 sw/uiconfig/sweb/menubar/menubar.xml|2 +-
 sw/uiconfig/swform/menubar/menubar.xml  |2 +-
 sw/uiconfig/swreport/menubar/menubar.xml|2 +-
 sw/uiconfig/swriter/menubar/menubar.xml |2 +-
 sw/uiconfig/swxform/menubar/menubar.xml |2 +-
 7 files changed, 7 insertions(+), 10 deletions(-)

New commits:
commit 21a792f1756a1370476e66538e821e402df83799
Author: Heiko Tietze 
AuthorDate: Thu Aug 8 13:09:17 2019 +0200
Commit: Heiko Tietze 
CommitDate: Thu Aug 8 16:47:10 2019 +0200

Resolves tdf#126608 - Unclear page formatting

Page entry moved into the next section and
renamed to Page Style to make the difference
to direct formatting more clear

Change-Id: I1e75f9c82d459e35329231b06fa695651564f0c2
Reviewed-on: https://gerrit.libreoffice.org/77148
Reviewed-by: Tomaž Vajngerl 
Tested-by: Jenkins
Reviewed-by: Heiko Tietze 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 8d070ffcb6af..2251c361e5a3 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -1175,11 +1175,8 @@
 
   
   
-
-  Page Settings
-
 
-  ~Page...
+  ~Page Style...
 
 
   1
diff --git a/sw/uiconfig/sglobal/menubar/menubar.xml 
b/sw/uiconfig/sglobal/menubar/menubar.xml
index 75c79dd05940..948c4ca43d3a 100644
--- a/sw/uiconfig/sglobal/menubar/menubar.xml
+++ b/sw/uiconfig/sglobal/menubar/menubar.xml
@@ -441,8 +441,8 @@
   
   
   
-  
   
+  
   
   
   
diff --git a/sw/uiconfig/sweb/menubar/menubar.xml 
b/sw/uiconfig/sweb/menubar/menubar.xml
index f94e3e9d34ba..b7e77d4413ef 100644
--- a/sw/uiconfig/sweb/menubar/menubar.xml
+++ b/sw/uiconfig/sweb/menubar/menubar.xml
@@ -314,8 +314,8 @@
   
   
   
-  
   
+  
   
   
   
diff --git a/sw/uiconfig/swform/menubar/menubar.xml 
b/sw/uiconfig/swform/menubar/menubar.xml
index bb1d9c0dae6e..af9c0cc25cae 100644
--- a/sw/uiconfig/swform/menubar/menubar.xml
+++ b/sw/uiconfig/swform/menubar/menubar.xml
@@ -393,8 +393,8 @@
   
   
   
-  
   
+  
   
   
   
diff --git a/sw/uiconfig/swreport/menubar/menubar.xml 
b/sw/uiconfig/swreport/menubar/menubar.xml
index dfad1b71be72..e186e9086933 100644
--- a/sw/uiconfig/swreport/menubar/menubar.xml
+++ b/sw/uiconfig/swreport/menubar/menubar.xml
@@ -379,8 +379,8 @@
   
   
   
-  
   
+  
   
   
   
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml 
b/sw/uiconfig/swriter/menubar/menubar.xml
index 90fce81ab199..2ad9f9b0186e 100644
--- a/sw/uiconfig/swriter/menubar/menubar.xml
+++ b/sw/uiconfig/swriter/menubar/menubar.xml
@@ -444,8 +444,8 @@
   
   
   
-  
   
+  
   
   
   
diff --git a/sw/uiconfig/swxform/menubar/menubar.xml 
b/sw/uiconfig/swxform/menubar/menubar.xml
index 443c70d29e61..36505b49 100644
--- a/sw/uiconfig/swxform/menubar/menubar.xml
+++ b/sw/uiconfig/swxform/menubar/menubar.xml
@@ -440,8 +440,8 @@
   
   
   
-  
   
+  
   
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2019-05-05 Thread andreas kainz (via logerrit)
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |2 
 sw/uiconfig/swriter/ui/notebookbar.ui| 7103 
++
 sw/uiconfig/swriter/ui/notebookbar_compact.ui| 3900 
+++--
 sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui |  777 -
 sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui|  941 +
 sw/uiconfig/swriter/ui/notebookbar_single.ui |  272 
 6 files changed, 8549 insertions(+), 4446 deletions(-)

New commits:
commit d6e8e41c22023bc15cc4c9659b33c1cc3d6edb75
Author: andreas kainz 
AuthorDate: Sun May 5 01:33:16 2019 +0200
Commit: andreas_kainz 
CommitDate: Mon May 6 00:41:04 2019 +0200

Writer Notebookbar Layout syncronisation

Change-Id: Ibe8fb5114e624482292928d14ad8cc89b711f5a8
Reviewed-on: https://gerrit.libreoffice.org/71814
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 2e0500a621d1..7dfefa1bc10a 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -3635,7 +3635,7 @@
   
   
 
-  AutoFormat Table Styles
+  Table Styles
 
 
   Auto~Format Styles...
diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui 
b/sw/uiconfig/swriter/ui/notebookbar.ui
index 709631129bfe..cba0ed11b43d 100644
--- a/sw/uiconfig/swriter/ui/notebookbar.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar.ui
@@ -1130,6 +1130,19 @@
 True
 False
 
+  
+True
+False
+.uno:ObjectMenue
+  
+
+
+  
+True
+False
+  
+
+
   
 True
 False
@@ -1164,6 +1177,12 @@
   
 
 
+  
+True
+False
+  
+
+
   
 True
 False
@@ -2065,7 +2084,7 @@
   
 
   
-  
+  
 True
 False
 cmd/sc_recentfilelist.png
@@ -2281,20 +2300,33 @@
 0
   
 
+  
+  
+False
+True
+0
+  
+
+
+  
+True
+False
+center
+True
 
-  
+  
 True
 False
 center
 vertical
 
-  
+  
 True
-True
+False
 both-horiz
 False
 
-  
+  
 True
 False
 .uno:NewDoc
@@ -2313,13 +2345,13 @@
   
 
 
-  
+  
 True
-True
+False
 both-horiz
 False
 
-  
+  
 True
 False
 .uno:SaveAsTemplate
@@ -2344,8 +2376,24 @@
 1
   
 
+
+  
+
+  
+  
+False
+True
+1
+  
+
+
+  
+True
+False
+center
+True
 
-  
+  
 True
 False
 5
@@ -2356,22 +2404,9 @@
 False
 True
 5
-2
+0
   
 
-   

[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2019-02-16 Thread Libreoffice Gerrit user
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |   10 
--
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu  |   15 
++
 sw/uiconfig/swriter/menubar/mscompatibleformsmenu.xml|6 
+++-
 3 files changed, 20 insertions(+), 11 deletions(-)

New commits:
commit 6a4653ed1b24a161950a9cd84caabdd5ad4fe536
Author: Tamás Zolnai 
AuthorDate: Fri Feb 15 17:50:18 2019 +0100
Commit: Tamás Zolnai 
CommitDate: Sat Feb 16 18:46:21 2019 +0100

MSForms: Rework the MS compatible Forms menu a bit

* DateField is saved as a content control in MSO file formats
so let have it under content controls submenu
* The MS compatible forms menu is a Writer specific thing so better
to have the related commands as Writer commands.

Change-Id: I2d66130f54c055a422f56b18ff2c98667e4f6469
Reviewed-on: https://gerrit.libreoffice.org/67912
Tested-by: Jenkins
Reviewed-by: Tamás Zolnai 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 5e8709ba4938..ccaed35731b0 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -6833,16 +6833,6 @@
   More Fields
 
   
-  
-
-  ActiveX Controls
-
-  
-  
-
-  Legacy Forms
-
-  
 
   
 
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index cc136f04a7c6..e88f44c8e6ce 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -3402,6 +3402,21 @@
   1
 
   
+  
+
+  ActiveX Controls
+
+  
+  
+
+  Legacy Form Fields
+
+  
+  
+
+  Content Controls
+
+  
 
   
 
diff --git a/sw/uiconfig/swriter/menubar/mscompatibleformsmenu.xml 
b/sw/uiconfig/swriter/menubar/mscompatibleformsmenu.xml
index 4c8e34467d3e..4d157908dd71 100644
--- a/sw/uiconfig/swriter/menubar/mscompatibleformsmenu.xml
+++ b/sw/uiconfig/swriter/menubar/mscompatibleformsmenu.xml
@@ -21,7 +21,6 @@
   
   
   
-  
 
   
   
@@ -31,6 +30,11 @@
   
 
   
+  
+
+  
+
+  
 
   
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2018-10-27 Thread Libreoffice Gerrit user
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |   40 +++
 sw/uiconfig/sglobal/popupmenu/table.xml |  105 
+++--
 sw/uiconfig/sweb/popupmenu/table.xml|  105 
+++--
 sw/uiconfig/swform/popupmenu/table.xml  |   14 -
 sw/uiconfig/swreport/popupmenu/table.xml|   14 -
 sw/uiconfig/swriter/popupmenu/table.xml |  108 
++
 sw/uiconfig/swxform/popupmenu/table.xml |  105 
+++--
 7 files changed, 373 insertions(+), 118 deletions(-)

New commits:
commit 567f6a0f0d24411969641e2e7bb87187854688a7
Author: andreas kainz 
AuthorDate: Tue Oct 23 17:30:20 2018 +0200
Commit: andreas_kainz 
CommitDate: Sat Oct 27 21:25:40 2018 +0200

tdf#119773 update sw table context bar

Change-Id: I7648db3fd775eab2067c89932c6f111c45fac554
Reviewed-on: https://gerrit.libreoffice.org/62239
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index a6d57ae787c7..e8d4789774cd 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -3273,6 +3273,46 @@
   Roman Lowercase List
 
   
+  
+
+  Default Style
+
+  
+  
+
+  Academic
+
+  
+  
+
+  Elegant
+
+  
+  
+
+  Financial
+
+  
+  
+
+  Box List Blue
+
+  
+  
+
+  Box List Green
+
+  
+  
+
+  Box List Red
+
+  
+  
+
+  Box List Yellow
+
+  
   
 
   Roman Lowercase List
diff --git a/sw/uiconfig/sglobal/popupmenu/table.xml 
b/sw/uiconfig/sglobal/popupmenu/table.xml
index 60e3bb047c41..0bb8d5ddea10 100644
--- a/sw/uiconfig/sglobal/popupmenu/table.xml
+++ b/sw/uiconfig/sglobal/popupmenu/table.xml
@@ -18,12 +18,9 @@
 
   
   
-  
-  
-  
-  
-  
   
+  
+  
   
 
   
@@ -42,7 +39,6 @@
   
 
   
-  
   
 
   
@@ -56,25 +52,84 @@
   
 
   
-  
-  
-  
   
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
   
   
   
@@ -82,4 +137,6 @@
   
   
   
+  
+  
 
diff --git a/sw/uiconfig/sweb/popupmenu/table.xml 
b/sw/uiconfig/sweb/popupmenu/table.xml
index 60e3bb047c41..0bb8d5ddea10 100644
--- a/sw/uiconfig/sweb/popupmenu/table.xml
+++ b/sw/uiconfig/sweb/popupmenu/table.xml
@@ -18,12 +18,9 @@
 
   
   
-  
-  
-  
-  
-  
   
+  
+  
   
 
   
@@ -42,7 +39,6 @@
   
 
   
-  
   
 
   
@@ -56,25 +52,84 @@
   
 
   
-  
-  
-  
   
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
   
   
   
@@ -82,4 +137,6 @@
   
   
   
+  
+  
 
diff --git a/sw/uiconfig/swform/popupmenu/table.xml 
b/sw/uiconfig/swform/popupmenu/table.xml
index 60e3bb047c41..25305b15668b 100644
--- a/sw/uiconfig/swform/popupmenu/table.xml
+++ b/sw/uiconfig/swform/popupmenu/table.xml
@@ -24,6 +24,8 @@
   
   
   
+  
+  
   
 
   
@@ -42,7 +44,6 @@
   
 
   
-  
   
 
   
@@ -56,10 +57,11 @@
   
 
   
-  
-  
-  
   
+  
+  
+  
+  
   
   
   
@@ -74,12 +76,12 @@
   
   
   
-  
-  
   
   
   
   
   
   
+  
+  
 
diff --git a/sw/uiconfig/swreport/popupmenu/table.xml 
b/sw/uiconfig/swreport/popupmenu/table.xml
index 60e3bb047c41..25305b15668b 100644
--- a/sw/uiconfig/swreport/popupmenu/table.xml
+++ b/sw/uiconfig/swreport/popupmenu/table.xml
@@ -24,6 +24,8 @@
   
   
   
+  
+  
   
 
   
@@ -42,7 +44,6 @@
   
 
   
-  
   
 
   

[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2017-12-21 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |5 
+
 sw/uiconfig/swriter/menubar/menubar.xml  |9 
-
 2 files changed, 13 insertions(+), 1 deletion(-)

New commits:
commit 993bbae2d43d3e4dea445cccbee3bb16d883af02
Author: Yousuf Philips 
Date:   Thu Dec 21 01:11:01 2017 +0400

tdf#91781 Writer: Add Breaks submenu in Insert menu

Change-Id: I6d143aa058bce731493e3f90fe361ee2a0d257f9
Reviewed-on: https://gerrit.libreoffice.org/46865
Tested-by: Jenkins 
Reviewed-by: Heiko Tietze 
Reviewed-by: Yousuf Philips 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index e814b4f64fd3..09e73efd9241 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -6492,6 +6492,11 @@
   Navigate
 
   
+  
+
+  More Breaks
+
+  
 
   
 
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml 
b/sw/uiconfig/swriter/menubar/menubar.xml
index df2a37ae796b..cfcc9cd1b908 100644
--- a/sw/uiconfig/swriter/menubar/menubar.xml
+++ b/sw/uiconfig/swriter/menubar/menubar.xml
@@ -231,7 +231,14 @@
   
 
   
-  
+  
+
+  
+  
+  
+  
+
+  
   
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2017-10-30 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |   10 -
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu  |5 
 sw/uiconfig/swriter/menubar/menubar.xml  |   92 
--
 3 files changed, 57 insertions(+), 50 deletions(-)

New commits:
commit 0c364fa7d507ae41bf04d36464f8942d154e49c0
Author: Yousuf Philips 
Date:   Sun Oct 29 23:22:55 2017 +0400

tdf#91781 Collect form commands into new Form menu

Change-Id: Idf5304a7fd5f8e82fc76b7f0eb6fc1482be0fb85
Reviewed-on: https://gerrit.libreoffice.org/44028
Tested-by: Jenkins 
Reviewed-by: Yousuf Philips 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 6ed997580937..69ee7b984ae9 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -5128,7 +5128,7 @@
   
   
 
-  Label Field
+  Label
 
 
   9
@@ -5619,7 +5619,13 @@
   
   
 
-  Wizards On/Off
+  Form Control Wizards
+
+
+  Control Wizards
+
+
+  Toggle Form Control Wizards
 
 
   9
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 065bffb4d5d0..853d98a6f40d 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -3184,6 +3184,11 @@
   Watermark...
 
   
+  
+
+  More Fields
+
+  
 
   
 
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml 
b/sw/uiconfig/swriter/menubar/menubar.xml
index b2e5bf54fea5..a87ff5fea7f0 100644
--- a/sw/uiconfig/swriter/menubar/menubar.xml
+++ b/sw/uiconfig/swriter/menubar/menubar.xml
@@ -324,38 +324,6 @@
   
   
   
-  
-  
-
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-  
-
-  
 
   
   
@@ -503,12 +471,6 @@
   
 
   
-  
-
-  
-  
-
-  
   
   
   
@@ -664,6 +626,50 @@
   
 
   
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
   
 
   
@@ -697,16 +703,6 @@
   
   
   
-  
-
-  
-  
-  
-  
-  
-  
-
-  
   
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2017-10-09 Thread andreas kainz
 officecfg/registry/data/org/openoffice/Office/UI/Notebookbar.xcu |   11 
 sw/uiconfig/swriter/ui/notebookbar_compact.ui| 6367 
++
 2 files changed, 6378 insertions(+)

New commits:
commit 3343d0d4d80933f1436dc73ff84fc959f1bee050
Author: andreas kainz 
Date:   Tue Oct 10 00:13:22 2017 +0200

add tabbed_compact notebookbar for writer

Change-Id: Id8ac99507a5fa9e57cd99b8a3ff7448b71f5918a
Reviewed-on: https://gerrit.libreoffice.org/43297
Tested-by: Jenkins 
Reviewed-by: andreas_kainz 

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Notebookbar.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/Notebookbar.xcu
index f10de902dc00..428a1d6fc2a6 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/Notebookbar.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/Notebookbar.xcu
@@ -24,6 +24,17 @@
 false
   
 
+
+  
+Tabbed Compact
+  
+  
+notebookbar_compact.ui
+  
+  
+false
+  
+
 
   
 Groupedbar Compact
diff --git a/sw/uiconfig/swriter/ui/notebookbar_compact.ui 
b/sw/uiconfig/swriter/ui/notebookbar_compact.ui
new file mode 100644
index ..2139141761ee
--- /dev/null
+++ b/sw/uiconfig/swriter/ui/notebookbar_compact.ui
@@ -0,0 +1,6367 @@
+
+
+
+  
+  
+  
+  
+True
+False
+
+  
+True
+False
+.uno:ObjectAlignLeft
+  
+
+
+  
+True
+False
+.uno:AlignCenter
+  
+
+
+  
+True
+False
+.uno:ObjectAlignRight
+  
+
+
+  
+True
+False
+  
+
+
+  
+True
+False
+.uno:AlignUp
+  
+
+
+  
+True
+False
+.uno:AlignMiddle
+  
+
+
+  
+True
+False
+.uno:AlignDown
+  
+
+  
+  
+True
+False
+
+  
+True
+False
+.uno:Line
+  
+
+
+  
+True
+False
+.uno:Freeline_Unfilled
+  
+
+
+  
+True
+False
+.uno:Freeline
+  
+
+
+  
+True
+False
+.uno:Bezier_Unfilled
+  
+
+
+  
+True
+False
+.uno:BezierFill
+  
+
+
+  
+True
+False
+.uno:Polygon_Unfilled
+  
+
+
+  
+True
+False
+.uno:Polygon_Diagonal_Unfilled
+  
+
+
+  
+True
+False
+.uno:Polygon_Diagonal
+  
+
+
+  
+True
+False
+  
+
+
+  
+True
+False
+.uno:BasicShapes
+  
+
+
+  
+True
+False
+.uno:SymbolShapes
+  
+
+
+  
+True
+False
+.uno:ArrowShapes
+  
+
+
+  
+True
+False
+.uno:StarShapes
+  
+
+
+  
+True
+False
+.uno:CalloutShapes
+  
+
+
+  
+True
+False
+.uno:FlowChartShapes
+  
+
+
+  
+True
+False
+  
+
+
+  
+True
+False
+.uno:DrawCaption
+  
+
+
+  
+True
+False
+.uno:VerticalCaption
+  
+
+
+  
+True
+False
+  
+
+
+  
+True
+False
+.uno:DrawText
+  
+
+
+  
+True
+False
+.uno:VerticalText
+  
+
+
+  
+True
+False
+.uno:InsertGraphic
+  
+
+
+  
+True
+False
+.uno:FontworkGalleryFloater
+  
+
+
+  
+True
+False
+.uno:Text_Marquee
+  
+
+
+  
+True
+False
+  
+
+
+  
+True
+False
+.uno:ToggleObjectBezierMode
+  
+
+
+  
+True
+False
+.uno:ExtrusionToggle
+  
+
+  
+  
+True
+False
+
+  
+True
+False
+.uno:AddDirect
+  
+
+
+  
+True
+False
+.uno:AutoPilotMenu
+  
+
+
+  
+True
+False
+.uno:NewDoc
+  
+
+
+  
+True
+False
+  
+
+
+  
+True
+False
+.uno:OpenFromWriter
+  
+
+
+  
+True
+False
+.uno:OpenRemote
+  
+
+
+  
+True
+False
+.uno:RecentFileList
+  
+
+
+  
+True
+False
+  
+
+
+  
+True
+False
+.uno:Reload
+  

[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig sw/UIConfig_sglobal.mk

2017-09-25 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu | 
  23 ++
 sw/UIConfig_sglobal.mk   | 
   1 
 sw/uiconfig/sglobal/toolbar/textstylebar.xml | 
  92 ++
 3 files changed, 116 insertions(+)

New commits:
commit 1de71f95047630c1488e0a63a3a43cea8dfb8507
Author: Yousuf Philips 
Date:   Mon Sep 25 03:46:24 2017 +0400

tdf#106781 Copy style-focused toolbar to writer master doc

Change-Id: Icb07748be6f0603e2229809be19f3fe44d0edebb
Reviewed-on: https://gerrit.libreoffice.org/42730
Reviewed-by: Yousuf Philips 
Tested-by: Yousuf Philips 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu
index dbf4d6a13947..30bbcf2b0913 100644
--- 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu
+++ 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu
@@ -791,6 +791,29 @@
   false
 
   
+  
+
+  0,2
+
+
+  true
+
+
+  0
+
+
+  Formatting (Styles)
+
+
+  false
+
+
+  false
+
+
+  false
+
+  
 
   
 
diff --git a/sw/UIConfig_sglobal.mk b/sw/UIConfig_sglobal.mk
index f718b967f81a..4ea7ae841b6c 100644
--- a/sw/UIConfig_sglobal.mk
+++ b/sw/UIConfig_sglobal.mk
@@ -71,6 +71,7 @@ $(eval $(call gb_UIConfig_add_toolbarfiles,modules/sglobal,\
sw/uiconfig/sglobal/toolbar/symbolshapes \
sw/uiconfig/sglobal/toolbar/tableobjectbar \
sw/uiconfig/sglobal/toolbar/textobjectbar \
+sw/uiconfig/sglobal/toolbar/textstylebar \
sw/uiconfig/sglobal/toolbar/toolbar \
sw/uiconfig/sglobal/toolbar/viewerbar \
 ))
diff --git a/sw/uiconfig/sglobal/toolbar/textstylebar.xml 
b/sw/uiconfig/sglobal/toolbar/textstylebar.xml
new file mode 100644
index ..7aa997f75984
--- /dev/null
+++ b/sw/uiconfig/sglobal/toolbar/textstylebar.xml
@@ -0,0 +1,92 @@
+
+
+
+http://openoffice.org/2001/toolbar; 
xmlns:xlink="http://www.w3.org/1999/xlink; toolbar:id="toolbar">
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2017-09-23 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu | 
  21 
 sw/uiconfig/sglobal/menubar/menubar.xml  | 
 559 +++---
 sw/uiconfig/sglobal/toolbar/changes.xml  | 
  36 
 sw/uiconfig/sglobal/toolbar/drawbar.xml  | 
  36 
 sw/uiconfig/sglobal/toolbar/drawingobjectbar.xml | 
  47 
 sw/uiconfig/sglobal/toolbar/frameobjectbar.xml   | 
  24 
 sw/uiconfig/sglobal/toolbar/graphicobjectbar.xml | 
  14 
 sw/uiconfig/sglobal/toolbar/insertbar.xml| 
   3 
 sw/uiconfig/sglobal/toolbar/numobjectbar.xml | 
  20 
 sw/uiconfig/sglobal/toolbar/oleobjectbar.xml | 
  28 
 sw/uiconfig/sglobal/toolbar/standardbar.xml  | 
  44 
 sw/uiconfig/sglobal/toolbar/textobjectbar.xml| 
  56 -
 12 files changed, 653 insertions(+), 235 deletions(-)

New commits:
commit 183c041e4c474cdce6bf43484684607f19018954
Author: Yousuf Philips 
Date:   Fri Sep 8 18:54:46 2017 +0400

tdf#103733 Unify master doc menu and toolbars with writer

Change-Id: I1f6ce6c98cd7087ccb874001c29a8532cd7ed360
Reviewed-on: https://gerrit.libreoffice.org/42108
Reviewed-by: Yousuf Philips 
Tested-by: Yousuf Philips 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu
index 4a22d51689c4..dbf4d6a13947 100644
--- 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu
+++ 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu
@@ -441,10 +441,10 @@
   
   
 
-  z,0
+  1,1
 
 
-  1
+  0
 
 
   true
@@ -774,6 +774,23 @@
   true
 
   
+  
+
+  1,2
+
+
+  1
+
+
+  Track Changes
+
+
+  true
+
+
+  false
+
+  
 
   
 
diff --git a/sw/uiconfig/sglobal/menubar/menubar.xml 
b/sw/uiconfig/sglobal/menubar/menubar.xml
index fe24c286f757..b8457d651c59 100644
--- a/sw/uiconfig/sglobal/menubar/menubar.xml
+++ b/sw/uiconfig/sglobal/menubar/menubar.xml
@@ -21,10 +21,11 @@
 
   
   
+  
   
+  
   
   
-  
   
   
   
@@ -34,22 +35,25 @@
   
   
   
-  
+  
+  
+  
   
+  
   
+  
   
   
   
   
   
-  
-  
-  
   
   
   
 
   
+  
+  
   
   
   
@@ -63,15 +67,20 @@
   
 
   
-  
-  
-  
   
   
   
   
   
   
+  
+
+  
+  
+
+  
+  
+  
   
 
   
@@ -85,6 +94,8 @@
   
   
   
+  
+  
   
 
   
@@ -92,39 +103,54 @@
 
   
   
-  
+  
   
   
   
-  
+  
   
   
 
   
-  
   
   
   
-  
-  
   
+  
+  
+  
+  
+  
+  
   
+  
   
 
   
-  
   
-  
-  
-  
-  
-  
   
-  
+  
+
+  
+  
+  
+  
+
+  
+  
+
+  
+  
+  
+
+  
+  
   
   
   
+  
   
+  
   
 
   
@@ -133,26 +159,55 @@
   
   
   
+  
   
+  
   
-  
-  
+  
+
+  
+  
+
+  
+  
+
+  
+  
+
+  
   
   
+  
+  
+  
+  
+  
+
+  
+  
+  
+
+  
+  
+  
+  
   
   
-  
-  
-  
+  
   
-  
-  
-  
   
+  
+  
+  
+  
+  
   
   
   
 
+  
+  
+  
   
   
   
@@ -166,8 +221,68 @@
   
   
 
+  
   
-  
+  
+  
+  
+
+  
+  
+
+  
+  
+
+  
+  
+
+  
+  
+  
+
+  
+  
+
+  
+  
+
+  
+
+  
+  
+  
+  
+  
+  
+  
+  

[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2017-06-13 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |2 +-
 sw/uiconfig/swriter/menubar/menubar.xml |2 +-
 sw/uiconfig/swriter/toolbar/textstylebar.xml|2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 90b083bd8e922ec4adf245aedfff14c6c6c01bf6
Author: Yousuf Philips 
Date:   Sun Jun 11 06:08:38 2017 +0400

tdf#95489 use internal name for quotation character style

Change-Id: I48ecac1d75cbf30cc73cdcb5a3be0d91b295694f
Reviewed-on: https://gerrit.libreoffice.org/38655
Tested-by: Jenkins 
Reviewed-by: Yousuf Philips 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 28819bb19e55..20704835e0f7 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -2945,7 +2945,7 @@
   1
 
   
-  
+  
 
   Qu~otation
 
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml 
b/sw/uiconfig/swriter/menubar/menubar.xml
index f7ca5750f37e..1a6e46cc9d13 100644
--- a/sw/uiconfig/swriter/menubar/menubar.xml
+++ b/sw/uiconfig/swriter/menubar/menubar.xml
@@ -578,7 +578,7 @@
   
   
   
-  
+  
   
   
   
diff --git a/sw/uiconfig/swriter/toolbar/textstylebar.xml 
b/sw/uiconfig/swriter/toolbar/textstylebar.xml
index 899daeb4384c..f02451f1c456 100644
--- a/sw/uiconfig/swriter/toolbar/textstylebar.xml
+++ b/sw/uiconfig/swriter/toolbar/textstylebar.xml
@@ -53,7 +53,7 @@
  
  
  
- 
+ 
  
  
  
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2017-05-22 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |   19 
--
 sw/uiconfig/swriter/menubar/menubar.xml |   15 
+--
 2 files changed, 27 insertions(+), 7 deletions(-)

New commits:
commit adb5cdcf2352d3f1c78645feafc4c270b58b197a
Author: Yousuf Philips 
Date:   Wed May 17 20:09:53 2017 +0400

tdf#91781 Add list styles and reorganized form controls

Change-Id: Idb8241c3b55d0dfaf8338abd9ab601632ac16147
Reviewed-on: https://gerrit.libreoffice.org/37727
Tested-by: Jenkins 
Reviewed-by: Yousuf Philips 
Tested-by: Yousuf Philips 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 177b7c59480d..96f2ba909a51 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -1323,7 +1323,7 @@
   
   
 
-  Repeat Heading Rows
+  Header Rows Repeat Across Pages
 
   
   
@@ -2281,7 +2281,7 @@
   
   
 
-  ~Break Across Pages
+  Row to ~Break Across Pages
 
 
   8
@@ -2873,6 +2873,21 @@
   Sou~rce Text
 
   
+  
+
+  Bullet List
+
+  
+  
+
+  Number List
+
+  
+  
+
+  Roman List
+
+  
   
 
   Paragraph Style
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml 
b/sw/uiconfig/swriter/menubar/menubar.xml
index b91b0eebaefd..c322fd894b2b 100644
--- a/sw/uiconfig/swriter/menubar/menubar.xml
+++ b/sw/uiconfig/swriter/menubar/menubar.xml
@@ -193,7 +193,6 @@
   
   
   
-  
   
   
   
@@ -328,6 +327,7 @@
   
   
 
+  
   
   
   
@@ -337,10 +337,6 @@
   
   
   
-  
-  
-  
-  
   
   
   
@@ -349,10 +345,15 @@
   
   
   
+  
+  
   
+  
   
   
+  
   
+  
 
   
 
@@ -579,6 +580,10 @@
   
   
   
+  
+  
+  
+  
   
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2017-05-10 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |5 
+
 sw/uiconfig/swriter/popupmenu/graphic.xml|7 
+--
 2 files changed, 10 insertions(+), 2 deletions(-)

New commits:
commit 09b76cc3b35429c5ca4351f6e79742a0ea2befac
Author: Yousuf Philips 
Date:   Thu May 4 20:09:14 2017 +0400

tdf#86350 Add flip commands to image context menu

Change-Id: I5485cb6342e5236e2ca13b93923222f1b84f48f0
Reviewed-on: https://gerrit.libreoffice.org/37253
Tested-by: Jenkins 
Reviewed-by: Yousuf Philips 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index c5a6e34abcfe..b76cd6f49213 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -6172,6 +6172,11 @@
   Rot~ate
 
   
+  
+
+  Rot~ate or Flip
+
+  
   
 
   Change Anchor
diff --git a/sw/uiconfig/swriter/popupmenu/graphic.xml 
b/sw/uiconfig/swriter/popupmenu/graphic.xml
index ae7bad963939..2f50aa865dbd 100644
--- a/sw/uiconfig/swriter/popupmenu/graphic.xml
+++ b/sw/uiconfig/swriter/popupmenu/graphic.xml
@@ -54,11 +54,14 @@
   
 
   
-  
+  
 
-  
   
+  
   
+  
+  
+  
 
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2017-05-04 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |5 
-
 sw/uiconfig/swriter/ui/outlinenumbering.ui  |2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 2d609bfece4a83c9a65a2d5f2d912646419cfa8c
Author: Yousuf Philips 
Date:   Thu May 4 00:31:21 2017 +0400

tdf#107573 change label of outline numbering in menu and dialog

Change-Id: I38334bf726ab617bab390f0c45bb79c387aae424
Reviewed-on: https://gerrit.libreoffice.org/37200
Tested-by: Jenkins 
Reviewed-by: Yousuf Philips 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index f9e914195902..8e0aaed3299d 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -2507,7 +2507,10 @@
   
   
 
-  Outline ~Numbering...
+  Chapter ~Numbering...
+
+
+  Set Chapter Numbering
 
   
   
diff --git a/sw/uiconfig/swriter/ui/outlinenumbering.ui 
b/sw/uiconfig/swriter/ui/outlinenumbering.ui
index ef8343808c4a..06520a2932f5 100644
--- a/sw/uiconfig/swriter/ui/outlinenumbering.ui
+++ b/sw/uiconfig/swriter/ui/outlinenumbering.ui
@@ -5,7 +5,7 @@
   
 False
 6
-Outline Numbering
+Chapter Numbering
 False
 True
 dialog
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig sw/UIConfig_swriter.mk

2017-04-20 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu |   23 
++
 sw/UIConfig_swriter.mk |1 
 sw/uiconfig/swriter/toolbar/textstylebar.xml   |   93 
++
 3 files changed, 117 insertions(+)

New commits:
commit e3cfb753524ecfabc07bccef5f5b2b54d06cd444
Author: Yousuf Philips 
Date:   Thu Apr 20 17:01:10 2017 +0400

tdf#106781 Style-focused formatting toolbar for writer

Change-Id: I941c49aa502fa2757bb7f6a1d0cba4d02f00e686
Reviewed-on: https://gerrit.libreoffice.org/36717
Reviewed-by: Yousuf Philips 
Tested-by: Yousuf Philips 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
index ac0b4c2a750c..755929281ca3 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
@@ -912,6 +912,29 @@
   false
 
   
+  
+
+  0,2
+
+
+  true
+
+
+  0
+
+
+  Formatting (Styles)
+
+
+  false
+
+
+  false
+
+
+  true
+
+  
 
   
 
diff --git a/sw/UIConfig_swriter.mk b/sw/UIConfig_swriter.mk
index 86fe9b7e503d..3be87d04f098 100644
--- a/sw/UIConfig_swriter.mk
+++ b/sw/UIConfig_swriter.mk
@@ -79,6 +79,7 @@ $(eval $(call gb_UIConfig_add_toolbarfiles,modules/swriter,\
sw/uiconfig/swriter/toolbar/symbolshapes \
sw/uiconfig/swriter/toolbar/tableobjectbar \
sw/uiconfig/swriter/toolbar/textobjectbar \
+   sw/uiconfig/swriter/toolbar/textstylebar \
sw/uiconfig/swriter/toolbar/toolbar \
sw/uiconfig/swriter/toolbar/viewerbar \
 ))
diff --git a/sw/uiconfig/swriter/toolbar/textstylebar.xml 
b/sw/uiconfig/swriter/toolbar/textstylebar.xml
new file mode 100644
index ..802a9d997721
--- /dev/null
+++ b/sw/uiconfig/swriter/toolbar/textstylebar.xml
@@ -0,0 +1,93 @@
+
+
+
+http://openoffice.org/2001/toolbar; 
xmlns:xlink="http://www.w3.org/1999/xlink; toolbar:id="toolbar">
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig sw/UIConfig_swriter.mk

2017-04-18 Thread andreas kainz
 officecfg/registry/data/org/openoffice/Office/UI/Notebookbar.xcu |   22 
 sw/UIConfig_swriter.mk   |2 
 sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui | 5170 

 sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui| 6381 
++
 4 files changed, 11575 insertions(+)

New commits:
commit e7cd5953c3df5904cbcf07cc1b017cf3b7138d56
Author: andreas kainz 
Date:   Fri Apr 14 22:01:42 2017 +0200

tdf#107158 Groupedbar variant of the Notebookbar for Writer

patch 2 missed the patch 1 stuff so now everything should be there

Change-Id: Ia2d35eb3d3791af4be683baca23635d8dc5e0dd1
Reviewed-on: https://gerrit.libreoffice.org/36546
Tested-by: Jenkins 
Reviewed-by: Heiko Tietze 

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Notebookbar.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/Notebookbar.xcu
index d2306ba94358..ee8aff0b52a5 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/Notebookbar.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/Notebookbar.xcu
@@ -24,6 +24,28 @@
 false
   
 
+
+  
+Groupedbar Compact
+  
+  
+notebookbar_groupedbar_compact.ui
+  
+  
+false
+  
+
+
+  
+Groupedbar Full
+  
+  
+notebookbar_groupedbar_full.ui
+  
+  
+false
+  
+
 
   
 Contextual groups
diff --git a/sw/UIConfig_swriter.mk b/sw/UIConfig_swriter.mk
index 10143d23d735..d6e4dd787eb2 100644
--- a/sw/UIConfig_swriter.mk
+++ b/sw/UIConfig_swriter.mk
@@ -213,6 +213,8 @@ $(eval $(call gb_UIConfig_add_uifiles,modules/swriter,\
sw/uiconfig/swriter/ui/notebookbar \
sw/uiconfig/swriter/ui/notebookbar_groups \
sw/uiconfig/swriter/ui/notebookbar_single \
+   sw/uiconfig/swriter/ui/notebookbar_groupedbar_full \
+   sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact \
sw/uiconfig/swriter/ui/pagebreakmenu \
sw/uiconfig/swriter/ui/pagecolumncontrol \
sw/uiconfig/swriter/ui/pagemargincontrol \
diff --git a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui 
b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui
new file mode 100644
index ..584543bcbaed
--- /dev/null
+++ b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui
@@ -0,0 +1,5170 @@
+
+
+
+  
+  
+  
+  
+True
+False
+cmd/lc_alignblock.png
+  
+  
+True
+False
+
+  
+True
+False
+vertical
+
+  
+True
+False
+bottom
+
+  
+True
+False
+bottom
+
+  
+True
+False
+vertical
+top
+
+  
+True
+False
+start
+icons
+False
+3
+
+  
+False
+True
+False
+False
+True
+.uno:Open
+True
+  
+  
+False
+True
+  
+
+  
+  
+False
+True
+0
+  
+
+
+  
+True
+False
+start
+center
+5
+True
+File
+  
+  
+False
+True
+2
+  
+
+  
+  
+False
+True
+0
+  
+
+  
+  
+False
+True
+0
+  
+
+
+  
+True
+False
+bottom
+
+  
+True
+False
+vertical
+
+  
+

[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2016-10-14 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |6 
 sw/uiconfig/swriter/ui/notebookbar_groups.ui |  233 
+-
 2 files changed, 234 insertions(+), 5 deletions(-)

New commits:
commit 619e74ccb0e97b0ea12ae11c5b36084706d5002e
Author: Yousuf Philips 
Date:   Sat Oct 15 02:58:37 2016 +0400

tdf#103170 Add contextual image section buttons

Change-Id: I67306ff39ffc951edc5fd209dbb337caac67ae08
Reviewed-on: https://gerrit.libreoffice.org/29893
Reviewed-by: Yousuf Philips 
Tested-by: Yousuf Philips 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 4ff84a7..01fc956 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -2117,11 +2117,11 @@
   
   
 
-  Crop Image
-
-
   Crop
 
+
+  Crop Image
+
 
   1
 
diff --git a/sw/uiconfig/swriter/ui/notebookbar_groups.ui 
b/sw/uiconfig/swriter/ui/notebookbar_groups.ui
index c21f98d..7a9a758 100644
--- a/sw/uiconfig/swriter/ui/notebookbar_groups.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar_groups.ui
@@ -1194,7 +1194,25 @@
 vertical
 5
 
-  
+  
+True
+False
+6
+
+  
+
+
+  
+
+
+  
+
+  
+  
+False
+True
+0
+  
 
 
   
@@ -1444,7 +1462,136 @@
 vertical
 5
 
-  
+  
+True
+False
+6
+
+  
+Style
+78
+True
+True
+True
+paragraphstylei
+none
+top
+  
+  
+False
+True
+0
+  
+
+
+  
+True
+False
+vertical
+
+  
+36
+True
+True
+True
+center
+True
+.uno:Crop
+none
+  
+  
+False
+True
+0
+  
+
+
+  
+Reset
+36
+True
+True
+True
+center
+True
+none
+  
+  
+False
+True
+1
+  
+
+  
+  
+False
+True
+1
+  
+
+
+  
+True
+False
+vertical
+
+  
+24
+True
+True
+True
+.uno:InsertCaptionDialog
+none
+  
+  
+False
+True
+0
+  
+
+
+  
+Wrap
+24
+True
+True
+True
+none
+   

[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2016-06-17 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |8 

 sw/uiconfig/swriter/menubar/menubar.xml  |8 
++--
 2 files changed, 2 insertions(+), 14 deletions(-)

New commits:
commit 42dc04de01cb937b5a64d23f54e8dfe5f4c9b35f
Author: Yousuf Philips 
Date:   Fri Jun 17 17:40:19 2016 +0400

tdf#91781 Move bookmark and cross-reference to root insert menu

Change-Id: I06485c07e6c6fd3621fdfc99b7176107bb0ee999
Reviewed-on: https://gerrit.libreoffice.org/26418
Reviewed-by: Yousuf Philips 
Tested-by: Yousuf Philips 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index e1024f8..c077a8e 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -3256,14 +3256,6 @@
   1
 
   
-  
-
-  ~Bookmark and Cross-reference
-
-
-  1
-
-  
   
 
   Footnote and Endno~te
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml 
b/sw/uiconfig/swriter/menubar/menubar.xml
index 914a6ae..2002dad 100644
--- a/sw/uiconfig/swriter/menubar/menubar.xml
+++ b/sw/uiconfig/swriter/menubar/menubar.xml
@@ -262,12 +262,8 @@
   
   
   
-  
-
-  
-  
-
-  
+  
+  
   
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2016-06-09 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |2 +-
 sw/uiconfig/swriter/menubar/menubar.xml  |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c8200675c7fd6550c78b20b7c87ebf03047bb6d4
Author: Yousuf Philips 
Date:   Wed Jun 8 16:30:34 2016 +0400

tdf#91781 tweak to Writer's insert menu

Change-Id: Id099a1f393fa115faf53899f94db5d53f3daa849
Reviewed-on: https://gerrit.libreoffice.org/26062
Tested-by: Jenkins 
Reviewed-by: Yousuf Philips 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 01fa906..aaad92c 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -3261,7 +3261,7 @@
   
   
 
-  ~Link
+  ~Bookmark and Cross-reference
 
 
   1
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml 
b/sw/uiconfig/swriter/menubar/menubar.xml
index 309a486..31f2d77 100644
--- a/sw/uiconfig/swriter/menubar/menubar.xml
+++ b/sw/uiconfig/swriter/menubar/menubar.xml
@@ -259,9 +259,9 @@
   
   
   
+  
   
 
-  
   
   
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2016-05-06 Thread Samuel Mehrbrodt
 officecfg/registry/data/org/openoffice/Office/PresentationMinimizer.xcu |   16 
++---
 officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu|2 
 officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu|2 
 officecfg/registry/data/org/openoffice/Office/UI/GenericCategories.xcu  |2 
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu|2 
 officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu |2 
 officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu|2 
 officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu  |2 
 officecfg/registry/data/org/openoffice/Office/UI/XFormsWindowState.xcu  |2 
 officecfg/registry/schema/org/openoffice/Office/Common.xcs  |   30 
+-
 sw/uiconfig/swriter/ui/printeroptions.ui|2 
 11 files changed, 32 insertions(+), 32 deletions(-)

New commits:
commit 46a05c224687c7942b3b0d92d1e0be32bfc9af43
Author: Samuel Mehrbrodt 
Date:   Fri May 6 09:13:16 2016 +0200

tdf#70998 Termchange: Graphic->Image

Change-Id: I972dee306bf1af3b85ea09533465faac338b6b3f
Reviewed-on: https://gerrit.libreoffice.org/24689
Tested-by: Jenkins 
Reviewed-by: Samuel Mehrbrodt 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/PresentationMinimizer.xcu 
b/officecfg/registry/data/org/openoffice/Office/PresentationMinimizer.xcu
index d5fb575..fab5d19 100644
--- a/officecfg/registry/data/org/openoffice/Office/PresentationMinimizer.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/PresentationMinimizer.xcu
@@ -55,7 +55,7 @@
 Choose settings for optimizing 
images
 
 
-Graphics
+Images
 
 
 ~Lossless compression
@@ -67,7 +67,7 @@
 ~Quality in %
 
 
-~Delete cropped graphic areas
+~Delete cropped image areas
 
 
 Reduce ~image resolution
@@ -85,7 +85,7 @@
 300;300 DPI (print resolution)
 
 
-~Break links to external graphics
+~Embed external images
 
 
 OLE Objects
@@ -94,7 +94,7 @@
 Choose settings for replacing OLE 
objects
 
 
-Create static replacement graphics for OLE 
objects
+Create static replacement images for OLE 
objects
 
 
 For ~all OLE objects
@@ -152,10 +152,10 @@ The current presentation contains no OLE objects.
 Delete %SLIDES slides.
 
 
-Optimize %IMAGES graphics to %QUALITY% 
JPEG quality at %RESOLUTION DPI.
+Optimize %IMAGES images to %QUALITY% JPEG 
quality at %RESOLUTION DPI.
 
 
-Create replacement graphics for %OLE 
objects.
+Create replacement images for %OLE 
objects.
 
 
 Current file size:
@@ -188,10 +188,10 @@ The current presentation contains no OLE objects.
 Deleting slides...
 
 
-Optimizing graphics...
+Optimizing images...
 
 
-Creating replacement graphics for OLE 
objects...
+Creating replacement images for OLE 
objects...
 
 
 .
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu
index 4a8cbb7..0485e53 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu
@@ -110,7 +110,7 @@
   false
 
 
-  Graphic Filter
+  Image Filter
 
 
   false
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu
index 467be35..598edd8 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu
@@ -545,7 +545,7 @@
   false
 
 
-  Graphic Filter
+  Image Filter
 
 
   false
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCategories.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCategories.xcu
index e7eaef1..94032fc 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCategories.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCategories.xcu
@@ -92,7 +92,7 @@
   
   
 
-  Graphic
+  Image
 
   
   
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 

[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig sw/UIConfig_swriter.mk

2016-03-27 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu |   23 
+++
 sw/UIConfig_swriter.mk |1 
 sw/uiconfig/swriter/toolbar/singlemode.xml |   69 
++
 3 files changed, 93 insertions(+)

New commits:
commit ba9783d36f4b9de07688c6883edfeecef8b5
Author: Yousuf Philips 
Date:   Sat Mar 5 07:05:24 2016 +0400

tdf#92218 Implement Writer single toolbar mode toolbar

Change-Id: Ic6cc130e0dcb91584b11aecb937bc8d7039d2427
Reviewed-on: https://gerrit.libreoffice.org/22818
Tested-by: Yousuf Philips 
Tested-by: Jenkins 
Reviewed-by: Yousuf Philips 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
index 320e623..07ea600 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
@@ -856,6 +856,29 @@
   false
 
   
+  
+
+  0,0
+
+
+  true
+
+
+  0
+
+
+  Standard (Single Mode)
+
+
+  false
+
+
+  false
+
+
+  false
+
+  
 
   
 
diff --git a/sw/UIConfig_swriter.mk b/sw/UIConfig_swriter.mk
index 39a2b1d..1c90ba0 100644
--- a/sw/UIConfig_swriter.mk
+++ b/sw/UIConfig_swriter.mk
@@ -70,6 +70,7 @@ $(eval $(call gb_UIConfig_add_toolbarfiles,modules/swriter,\
sw/uiconfig/swriter/toolbar/oleobjectbar \
sw/uiconfig/swriter/toolbar/optimizetablebar \
sw/uiconfig/swriter/toolbar/previewobjectbar \
+   sw/uiconfig/swriter/toolbar/singlemode \
sw/uiconfig/swriter/toolbar/standardbar \
sw/uiconfig/swriter/toolbar/starshapes \
sw/uiconfig/swriter/toolbar/symbolshapes \
diff --git a/sw/uiconfig/swriter/toolbar/singlemode.xml 
b/sw/uiconfig/swriter/toolbar/singlemode.xml
new file mode 100644
index 000..a646d4a
--- /dev/null
+++ b/sw/uiconfig/swriter/toolbar/singlemode.xml
@@ -0,0 +1,69 @@
+
+
+
+http://openoffice.org/2001/toolbar; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2016-03-04 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |   11 
++
 sw/uiconfig/sweb/menubar/menubar.xml|2 -
 2 files changed, 12 insertions(+), 1 deletion(-)

New commits:
commit a46a4154fde96d71d1b73068f1479722e4163647
Author: Yousuf Philips 
Date:   Sun Feb 28 19:20:21 2016 +0400

tdf#87610 Replace Bookmark with Anchor in Writer Web

Change-Id: Ia698aec5a4ea9bb2452263f5ff975e045da66393
Reviewed-on: https://gerrit.libreoffice.org/22747
Reviewed-by: Yousuf Philips 
Tested-by: Yousuf Philips 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 05a9b93..24754b8 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -336,6 +336,17 @@
   1
 
   
+  
+
+  Anc~hor...
+
+
+  1
+
+
+  .uno:InsertBookmark
+
+  
   
 
   Insert Paragraph
diff --git a/sw/uiconfig/sweb/menubar/menubar.xml 
b/sw/uiconfig/sweb/menubar/menubar.xml
index 8929f9c..be91c7d 100644
--- a/sw/uiconfig/sweb/menubar/menubar.xml
+++ b/sw/uiconfig/sweb/menubar/menubar.xml
@@ -152,7 +152,7 @@
   
   
   
-  
+  
   
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2016-02-11 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/Accelerators.xcu  |   24 
+-
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |   24 
+-
 sw/uiconfig/swriter/menubar/menubar.xml |   20 

 3 files changed, 34 insertions(+), 34 deletions(-)

New commits:
commit 939abe5a79674525ce134637947fe424a7e2332a
Author: Yousuf Philips 
Date:   Wed Feb 10 14:42:07 2016 +0400

tdf#96444 Replace chr(20) with '%20' in style uno commands

Change-Id: I88dec81db837f8839f1473371b558000d4bc9cf9
Reviewed-on: https://gerrit.libreoffice.org/22265
Tested-by: Jenkins 
Reviewed-by: Maxim Monastirsky 

diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu 
b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index ab773b6..cbf75a5 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -3158,7 +3158,7 @@
 
   
 I10N SHORTCUTS - NO 
TRANSLATE
-.uno:StyleApply?Style:string=Text 
bodyFamilyName:string=ParagraphStyles
+.uno:StyleApply?Style:string=Text%20bodyFamilyName:string=ParagraphStyles
   
 
 
@@ -3170,31 +3170,31 @@
 
   
 I10N SHORTCUTS - NO 
TRANSLATE
-.uno:StyleApply?Style:string=Heading 
1FamilyName:string=ParagraphStyles
+.uno:StyleApply?Style:string=Heading%201FamilyName:string=ParagraphStyles
   
 
 
   
 I10N SHORTCUTS - NO 
TRANSLATE
-.uno:StyleApply?Style:string=Heading 
2FamilyName:string=ParagraphStyles
+.uno:StyleApply?Style:string=Heading%202FamilyName:string=ParagraphStyles
   
 
 
   
 I10N SHORTCUTS - NO 
TRANSLATE
-.uno:StyleApply?Style:string=Heading 
3FamilyName:string=ParagraphStyles
+.uno:StyleApply?Style:string=Heading%203FamilyName:string=ParagraphStyles
   
 
 
   
 I10N SHORTCUTS - NO 
TRANSLATE
-.uno:StyleApply?Style:string=Heading 
4FamilyName:string=ParagraphStyles
+.uno:StyleApply?Style:string=Heading%204FamilyName:string=ParagraphStyles
   
 
 
   
 I10N SHORTCUTS - NO 
TRANSLATE
-.uno:StyleApply?Style:string=Heading 
5FamilyName:string=ParagraphStyles
+.uno:StyleApply?Style:string=Heading%205FamilyName:string=ParagraphStyles
   
 
 
@@ -5453,7 +5453,7 @@
 
   
 I10N SHORTCUTS - NO 
TRANSLATE
-.uno:StyleApply?Style:string=Text 
bodyFamilyName:string=ParagraphStyles
+.uno:StyleApply?Style:string=Text%20bodyFamilyName:string=ParagraphStyles
   
 
 
@@ -5465,31 +5465,31 @@
 
   
 I10N SHORTCUTS - NO 
TRANSLATE
-.uno:StyleApply?Style:string=Heading 
1FamilyName:string=ParagraphStyles
+.uno:StyleApply?Style:string=Heading%201FamilyName:string=ParagraphStyles
   
 
 
   
 I10N SHORTCUTS - NO 
TRANSLATE
-.uno:StyleApply?Style:string=Heading 
2FamilyName:string=ParagraphStyles
+.uno:StyleApply?Style:string=Heading%202FamilyName:string=ParagraphStyles
   
 
 
   
 I10N SHORTCUTS - NO 
TRANSLATE
-.uno:StyleApply?Style:string=Heading 
3FamilyName:string=ParagraphStyles
+.uno:StyleApply?Style:string=Heading%203FamilyName:string=ParagraphStyles
   
 
 
   
 I10N SHORTCUTS - NO 
TRANSLATE
-.uno:StyleApply?Style:string=Heading 
4FamilyName:string=ParagraphStyles
+.uno:StyleApply?Style:string=Heading%204FamilyName:string=ParagraphStyles
   
 
 
   
 I10N SHORTCUTS - NO 
TRANSLATE
-.uno:StyleApply?Style:string=Heading 
5FamilyName:string=ParagraphStyles
+.uno:StyleApply?Style:string=Heading%205FamilyName:string=ParagraphStyles
   
 
 
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 885ae88..7d6bf53 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -2547,7 +2547,7 @@
   1
 
   
-  
+  
 
   Horizontal ~Line
 
@@ -2579,7 +2579,7 @@
   1
 
   
-  
+  
 
   Heading ~1
 
@@ -2587,7 +2587,7 @@
   1
 
   
-  
+  
 
   Heading ~2
 
@@ 

[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2015-12-13 Thread Maxim Monastirsky
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |6 +
 sw/uiconfig/sglobal/popupmenu/table.xml |   32 
--
 sw/uiconfig/sweb/popupmenu/table.xml|   32 
--
 sw/uiconfig/swform/popupmenu/table.xml  |   32 
--
 sw/uiconfig/swreport/popupmenu/table.xml|   32 
--
 sw/uiconfig/swriter/popupmenu/table.xml |   32 
--
 sw/uiconfig/swxform/popupmenu/table.xml |   32 
--
 7 files changed, 18 insertions(+), 180 deletions(-)

New commits:
commit db5ca168680404801d2e93291ee2a14580766bcc
Author: Maxim Monastirsky 
Date:   Sun Dec 13 23:47:28 2015 +0200

sw: table context menu improvements

Taking into consideration the changes from
https://gerrit.libreoffice.org/20446

Change-Id: If2419574611b890170e9d5eb69703e5c8c21c3c2

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index d946b2c..fff1246 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -290,6 +290,9 @@
 
   H~yperlink
 
+
+  Edit Hyperlink...
+
   
   
 
@@ -940,6 +943,9 @@
 
   ~Properties...
 
+
+  ~Table Properties...
+
 
   1
 
diff --git a/sw/uiconfig/sglobal/popupmenu/table.xml 
b/sw/uiconfig/sglobal/popupmenu/table.xml
index c92c50e..02b6c42 100644
--- a/sw/uiconfig/sglobal/popupmenu/table.xml
+++ b/sw/uiconfig/sglobal/popupmenu/table.xml
@@ -23,6 +23,7 @@
   
   
   
+  
   
 
   
@@ -41,27 +42,13 @@
   
 
   
-  
-
-  
-  
-  
-  
-
-  
   
-  
-
-  
-  
-  
-
-  
   
 
   
   
   
+  
   
   
   
@@ -70,24 +57,9 @@
   
   
   
-  
-  
   
   
   
-  
-
-  
-  
-  
-  
-  
-  
-  
-  
-  
-
-  
   
   
   
diff --git a/sw/uiconfig/sweb/popupmenu/table.xml 
b/sw/uiconfig/sweb/popupmenu/table.xml
index c92c50e..02b6c42 100644
--- a/sw/uiconfig/sweb/popupmenu/table.xml
+++ b/sw/uiconfig/sweb/popupmenu/table.xml
@@ -23,6 +23,7 @@
   
   
   
+  
   
 
   
@@ -41,27 +42,13 @@
   
 
   
-  
-
-  
-  
-  
-  
-
-  
   
-  
-
-  
-  
-  
-
-  
   
 
   
   
   
+  
   
   
   
@@ -70,24 +57,9 @@
   
   
   
-  
-  
   
   
   
-  
-
-  
-  
-  
-  
-  
-  
-  
-  
-  
-
-  
   
   
   
diff --git a/sw/uiconfig/swform/popupmenu/table.xml 
b/sw/uiconfig/swform/popupmenu/table.xml
index c92c50e..02b6c42 100644
--- a/sw/uiconfig/swform/popupmenu/table.xml
+++ b/sw/uiconfig/swform/popupmenu/table.xml
@@ -23,6 +23,7 @@
   
   
   
+  
   
 
   
@@ -41,27 +42,13 @@
   
 
   
-  
-
-  
-  
-  
-  
-
-  
   
-  
-
-  
-  
-  
-
-  
   
 
   
   
   
+  
   
   
   
@@ -70,24 +57,9 @@
   
   
   
-  
-  
   
   
   
-  
-
-  
-  
-  
-  
-  
-  
-  
-  
-  
-
-  
   
   
   
diff --git a/sw/uiconfig/swreport/popupmenu/table.xml 
b/sw/uiconfig/swreport/popupmenu/table.xml
index c92c50e..02b6c42 100644
--- a/sw/uiconfig/swreport/popupmenu/table.xml
+++ b/sw/uiconfig/swreport/popupmenu/table.xml
@@ -23,6 +23,7 @@
   
   
   
+  
   
 
   
@@ -41,27 +42,13 @@
   
 
   
-  
-
-  
-  
-  
-  
-
-  
   
-  
-
-  
-  
-  
-
-  
   
 
   
   
   
+  
   
   
   
@@ -70,24 +57,9 @@
   
   
   
-  
-  
   
   
   
-  
-
-  
-  
-  
-  
-  
-  
-  
-  
-  
-
-  
   
   
   
diff --git a/sw/uiconfig/swriter/popupmenu/table.xml 
b/sw/uiconfig/swriter/popupmenu/table.xml
index c92c50e..02b6c42 100644
--- a/sw/uiconfig/swriter/popupmenu/table.xml
+++ b/sw/uiconfig/swriter/popupmenu/table.xml
@@ -23,6 +23,7 @@
   
   
   
+  
   
 
   
@@ -41,27 +42,13 @@
   
 
   
-  
-
-  
-  
-  
-  
-
-  
   
-  
-
-  
-  
-  
-
-  
   
 
   
   
   
+  
   
   
   
@@ -70,24 +57,9 @@
   
   
   
-  
-  
   
   
   
-  
-
-  
-  
-  
-  
-  
-  
-  
-  
-  
-
-  
   
   
   
diff --git a/sw/uiconfig/swxform/popupmenu/table.xml 
b/sw/uiconfig/swxform/popupmenu/table.xml
index c92c50e..02b6c42 100644
--- a/sw/uiconfig/swxform/popupmenu/table.xml
+++ b/sw/uiconfig/swxform/popupmenu/table.xml
@@ -23,6 +23,7 @@
   
 

[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2015-12-07 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu   |5 
-
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu|8 

 officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu |4 
++--
 sw/uiconfig/swriter/toolbar/drawingobjectbar.xml   |4 

 sw/uiconfig/swriter/toolbar/numobjectbar.xml   |   10 
+-
 sw/uiconfig/swriter/toolbar/oleobjectbar.xml   |2 
+-
 sw/uiconfig/swriter/toolbar/standardbar.xml|2 
+-
 sw/uiconfig/swriter/toolbar/tableobjectbar.xml |4 
++--
 sw/uiconfig/swriter/toolbar/textobjectbar.xml  |6 
--
 9 files changed, 31 insertions(+), 14 deletions(-)

New commits:
commit bd7f0b0ba3391f3049cb3f2d7b70493a05362316
Author: Yousuf Philips 
Date:   Mon Nov 30 12:23:37 2015 +0400

tdf#81475 Improvements to writer's toolbars

Hide entries in the standard and table toolbars and add useful entries into 
the formatting, object, and bullets toolbars. Also make bullets and table 
toolbars appear on a different line than the drawing toolbar.

Change-Id: I307e8f289fc5b1d8c7dd074989ffc0500697073f
Reviewed-on: https://gerrit.libreoffice.org/20279
Reviewed-by: Yousuf Philips 
Tested-by: Yousuf Philips 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 65306fb..29e005d 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -2176,6 +2176,9 @@
   
   
 
+  Edit Points
+
+
   Poi~nts
 
 
@@ -2697,7 +2700,7 @@
   
   
 
-  ~New Style from Selection...
+  ~New Style...
 
 
   1
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 632fcc4..3981ce1 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -1052,7 +1052,7 @@
   
   
 
-  Align Top
+  Align Top to Anchor
 
 
   1
@@ -1060,7 +1060,7 @@
   
   
 
-  Align Bottom
+  Align Bottom to Anchor
 
 
   1
@@ -1068,7 +1068,7 @@
   
   
 
-  Align Vertical Center
+  Align Middle to Anchor
 
 
   1
@@ -1261,7 +1261,7 @@
   
   
 
-  Optimize
+  Optimize Size
 
 
   1
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
index d710e22..add0851 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
@@ -99,7 +99,7 @@
   
   
 
-  0,0
+  0,1
 
 
   1
@@ -119,7 +119,7 @@
   
   
 
-  0,0
+  0,2
 
 
   1
diff --git a/sw/uiconfig/swriter/toolbar/drawingobjectbar.xml 
b/sw/uiconfig/swriter/toolbar/drawingobjectbar.xml
index 308c8b1..2c3ba2a 100644
--- a/sw/uiconfig/swriter/toolbar/drawingobjectbar.xml
+++ b/sw/uiconfig/swriter/toolbar/drawingobjectbar.xml
@@ -51,8 +51,12 @@
  
  
  
+ 
+ 
  
  
+ 
+ 
  
  
  
diff --git a/sw/uiconfig/swriter/toolbar/numobjectbar.xml 
b/sw/uiconfig/swriter/toolbar/numobjectbar.xml
index f5b49ee..13119f1 100644
--- a/sw/uiconfig/swriter/toolbar/numobjectbar.xml
+++ b/sw/uiconfig/swriter/toolbar/numobjectbar.xml
@@ -31,5 +31,13 @@
  
  
  
- 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
 
diff --git a/sw/uiconfig/swriter/toolbar/oleobjectbar.xml 
b/sw/uiconfig/swriter/toolbar/oleobjectbar.xml
index dc1cce5..941ba4f 100644
--- a/sw/uiconfig/swriter/toolbar/oleobjectbar.xml
+++ b/sw/uiconfig/swriter/toolbar/oleobjectbar.xml
@@ -47,5 +47,5 @@
  
  
  
- 
+ 
 
diff --git a/sw/uiconfig/swriter/toolbar/standardbar.xml 
b/sw/uiconfig/swriter/toolbar/standardbar.xml
index 533ef8d..6d36cc0 100644
--- a/sw/uiconfig/swriter/toolbar/standardbar.xml
+++ b/sw/uiconfig/swriter/toolbar/standardbar.xml
@@ -61,7 +61,7 @@
  
  
  
- 
+ 
  
  
  
diff --git a/sw/uiconfig/swriter/toolbar/tableobjectbar.xml 
b/sw/uiconfig/swriter/toolbar/tableobjectbar.xml
index 549fc9e..51abbde 100644
--- a/sw/uiconfig/swriter/toolbar/tableobjectbar.xml
+++ b/sw/uiconfig/swriter/toolbar/tableobjectbar.xml
@@ -28,8 +28,8 @@
  
  
  
- 
- 
+ 
+ 
  
  
  
diff --git 

[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2015-12-06 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu  |   70 
++
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |   21 ++-
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu  |9 -
 sw/uiconfig/swriter/menubar/menubar.xml  |   44 
+++---
 4 files changed, 122 insertions(+), 22 deletions(-)

New commits:
commit 900a22c9ef53d8597570ccd1fa8a7a6106006f32
Author: Yousuf Philips 
Date:   Mon Nov 30 11:15:53 2015 +0400

tdf#91781 Add more shapes to the menu and additional tweaks

Change-Id: I0f6bc69afce27d5e4dd7fab3c8e8b87e292d6217
Reviewed-on: https://gerrit.libreoffice.org/20167
Tested-by: Jenkins 
Reviewed-by: Maxim Monastirsky 

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
index 84dcd81..31c9e4c 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
@@ -221,6 +221,76 @@
   basicshapes
 
   
+  
+
+  .uno:SymbolShapes
+
+
+  
+
+
+  com.sun.star.comp.framework.ToolbarAsMenuController
+
+
+  symbolshapes
+
+  
+  
+
+  .uno:ArrowShapes
+
+
+  
+
+
+  com.sun.star.comp.framework.ToolbarAsMenuController
+
+
+  arrowshapes
+
+  
+  
+
+  .uno:StarShapes
+
+
+  
+
+
+  com.sun.star.comp.framework.ToolbarAsMenuController
+
+
+  starshapes
+
+  
+  
+
+  .uno:CalloutShapes
+
+
+  
+
+
+  com.sun.star.comp.framework.ToolbarAsMenuController
+
+
+  calloutshapes
+
+  
+  
+
+  .uno:FlowChartShapes
+
+
+  
+
+
+  com.sun.star.comp.framework.ToolbarAsMenuController
+
+
+  flowchartshapes
+
+  
 
 
   
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 8292827..65306fb 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -82,6 +82,9 @@
 
   Basic Shapes
 
+
+  ~Basic
+
 
   1
 
@@ -90,6 +93,9 @@
 
   Symbol Shapes
 
+
+  ~Symbol
+
 
   1
 
@@ -1985,7 +1991,7 @@
   
   
 
-  Gr~id
+  Gr~id and Helplines
 
   
   
@@ -3364,6 +3370,14 @@
   1
 
   
+  
+
+  ~Line
+
+
+  1
+
+  
   
 
   ~Rulers
@@ -4946,7 +4960,10 @@
   
   
 
-  Design Mode On/Off
+  Toggle Design Mode
+
+
+  Design Mode
 
 
   9
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index d68d4cc..632fcc4 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -122,7 +122,10 @@
   
   
 
-  Table of Contents or ~Index...
+  Insert Table of Contents, Index or 
Bibliography
+
+
+  Table of Contents, ~Index or 
Bibliography...
 
 
   1
@@ -533,7 +536,7 @@
   1
 
   
-  
+  
 
   ~Text Box and Shape
 
@@ -2592,7 +2595,7 @@
   Pre~formatted Text
 
   
-  
+  
 
   Text Body
 
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml 
b/sw/uiconfig/swriter/menubar/menubar.xml
index 509155f..4ebdaab 100644
--- a/sw/uiconfig/swriter/menubar/menubar.xml
+++ b/sw/uiconfig/swriter/menubar/menubar.xml
@@ -125,13 +125,6 @@
   
 
   
-  
-
-  
-  
-  
-
-  
   
   
   
@@ -139,6 +132,7 @@
   
   
   
+  
   
 
   
@@ -149,7 +143,6 @@
   
   
   
-  
   
 
   
@@ -180,7 +173,7 @@
   
   
   
-  
+  
   
   
   
@@ -235,11 +228,20 @@
   
   
 
-  
-  
-  
-  
-  
+  
+
+  

[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2015-11-05 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu|   
24 --
 officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu |
5 
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |   
64 ++-
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu  |   
74 
 sw/uiconfig/swriter/menubar/menubar.xml  |   
84 +++---
 5 files changed, 165 insertions(+), 86 deletions(-)

New commits:
commit 0644737e00ec2c9127944fbc76b19c8e55d98a3d
Author: Yousuf Philips 
Date:   Thu Nov 5 21:38:28 2015 +0400

tdf#91781 Add Form related commands to insert and tools menus

Change-Id: I56a51bf1b9edd8a032167c3b648b69236a3d8e74
Reviewed-on: https://gerrit.libreoffice.org/19765
Reviewed-by: Yousuf Philips 
Tested-by: Yousuf Philips 

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
index 0bcb143..c18bd3c 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
@@ -2022,30 +2022,6 @@
   Paste Only Value
 
   
-  
-
-  Co~mpress Image...
-
-
-1
-
-  
-  
-
-  Save Image...
-
-
-1
-
-  
-  
-
-  ~Replace Image...
-
-
-1
-
-  
 
   
 
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
index d80b94d..a569a11 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
@@ -1586,11 +1586,6 @@
   La~yer
 
   
-  
-
-  Gr~id
-
-  
   
 
   ~Convert
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 155b1ef..161b46c 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -1943,10 +1943,56 @@
 
   Crop Image
 
+
+  Crop
+
 
   1
 
   
+  
+
+  Replace Image
+
+
+  ~Replace...
+
+
+  1
+
+  
+  
+
+  Compress Image
+
+
+  Co~mpress...
+
+
+1
+
+  
+  
+
+  Save Image
+
+
+  Save...
+
+
+1
+
+  
+  
+
+  Gr~id
+
+  
+  
+
+  ~Forms
+
+  
   
 
   Manage Templates
@@ -2105,7 +2151,7 @@
   
   
 
-  Print Document Directly
+  Print Directly
 
 
   1
@@ -2605,7 +2651,7 @@
   
   
 
-  Apply Paragraph Style
+  Apply Style
 
 
   1
@@ -3221,7 +3267,7 @@
   
   
 
-  Frame and OLE Ob~ject
+  Frame and Ob~ject
 
 
   1
@@ -3245,7 +3291,10 @@
   
   
 
-  Auto~Format...
+  AutoFormat Table Styles
+
+
+  Auto~Format Styles...
 
 
   1
@@ -3311,7 +3360,7 @@
   
   
 
-  ~Ruler
+  ~Rulers
 
 
   1
@@ -4449,6 +4498,9 @@
   
   
 
+  Export as PDF
+
+
   Export Directly as PDF
 
 
@@ -5678,7 +5730,7 @@
   
   
 
-  R~eferences
+  R~eference
 
   
   
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index ddb9cef..1ad103d 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -68,6 +68,16 @@
   Page Number
 
   
+  
+
+  Fo~rm Control
+
+  
+  
+
+  He~ader and Footer
+
+  
   
 
   He~ader
@@ -112,7 +122,7 @@
   
   
 
-  ~Indexes and Tables of Contents...
+  Table of Contents or ~Index...
 
 
   1
@@ -342,7 +352,7 @@
   
   
 
-  F~ootnote and Endnote...
+  

[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2015-09-20 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |   13 +-
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu  |   55 
--
 sw/uiconfig/swriter/menubar/menubar.xml  |   13 ++
 3 files changed, 69 insertions(+), 12 deletions(-)

New commits:
commit 66a7292f2faf51cc0ba018771a5ab25e8d7b5929
Author: Yousuf Philips 
Date:   Tue Sep 15 03:46:14 2015 +0400

tdf#91781 Added character styles and fix labels

Change-Id: I9bab76829e1bfd0fd3ba27c4e7a151a6775eaaee
Reviewed-on: https://gerrit.libreoffice.org/18579
Tested-by: Jenkins 
Reviewed-by: Yousuf Philips 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index f61f433..a375ee0 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -2600,7 +2600,7 @@
   
   
 
-  Apply Style
+  Apply Paragraph Style
 
 
   1
@@ -2629,7 +2629,7 @@
   
   
 
-  New Style from Selection
+  ~New Style from Selection...
 
 
   1
@@ -2653,7 +2653,7 @@
   
   
 
-  Update Style
+  ~Update Style
 
 
   1
@@ -3312,6 +3312,11 @@
   1
 
   
+  
+
+  ~Sidebar
+
+  
   
 
   New FrameSet
@@ -5660,7 +5665,7 @@
   
   
 
-  ~References
+  R~eferences
 
   
   
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 8e66840..2352e8e 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -128,7 +128,10 @@
   
   
 
-  Direct Cursor On/Off
+  Toggle Direct Cursor Mode
+
+
+  Direct Cursor Mode
 
 
   9
@@ -833,7 +836,7 @@
   
   
 
-  Load Styles...
+  ~Load Styles...
 
   
   
@@ -1268,7 +1271,7 @@
   
   
 
-  Index Entr~y...
+  ~Index Entry...
 
   
   
@@ -1667,7 +1670,7 @@
   
   
 
-  Footnote/Endnote~...
+  ~Footnote or Endnote...
 
   
   
@@ -2478,7 +2481,7 @@
   
   
 
-  ~Default
+  Default ~Paragraph
 
 
   1
@@ -2494,7 +2497,7 @@
   
   
 
-  ~Subtitle
+  Su~btitle
 
 
   1
@@ -2548,6 +2551,46 @@
   1
 
   
+  
+
+  ~Quotations
+
+  
+  
+
+  Pre~formatted Text
+
+  
+  
+
+  Text Body
+
+  
+  
+
+  Default ~Character
+
+  
+  
+
+  E~mphasis
+
+  
+  
+
+  ~Strong Emphasis
+
+  
+  
+
+  Qu~otation
+
+  
+  
+
+  Sou~rce Text
+
+  
 
   
 
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml 
b/sw/uiconfig/swriter/menubar/menubar.xml
index 0a98739..598f46e 100644
--- a/sw/uiconfig/swriter/menubar/menubar.xml
+++ b/sw/uiconfig/swriter/menubar/menubar.xml
@@ -69,6 +69,7 @@
   
   
   
+  
   
   
   
@@ -99,6 +100,7 @@
   
   
   
+  
   
   
 
@@ -176,6 +178,7 @@
   
   
   
+  
   
   
   
@@ -513,8 +516,14 @@
   
   
   
-  
-  
+  
+  
+  
+  
+  
+  
+  
+  
   
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2015-08-09 Thread Maxim Monastirsky
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |   16 
--
 sw/uiconfig/swriter/menubar/menubar.xml  |5 ---
 2 files changed, 1 insertion(+), 20 deletions(-)

New commits:
commit 5e5dee3512f5b010b832fcf569d7a3eb60f0f62c
Author: Maxim Monastirsky momonas...@gmail.com
Date:   Sun Aug 9 15:23:16 2015 +

Revert tdf#91781 Add additional selection options and go to page to menu

This reverts commit 351c17497e36c5a42fba627043dabaef2e7040eb.

Change-Id: I0f1367dd4ede68183cdb8d0574a4db10997bbe49
Reviewed-on: https://gerrit.libreoffice.org/17616
Reviewed-by: Maxim Monastirsky momonas...@gmail.com
Tested-by: Maxim Monastirsky momonas...@gmail.com

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index ab3148e..3ee4ec3 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -5558,22 +5558,6 @@
 /prop
   /node
 /node
-node oor:name=.uno:StatusSelectionModeExt oor:op=replace
-  prop oor:name=Label oor:type=xs:string
-value xml:lang=en-USExtended Selection/value
-  /prop
-  prop oor:name=ContextLabel oor:type=xs:string
-value xml:lang=en-USExtended/value
-  /prop
-/node
-node oor:name=.uno:StatusSelectionModeExp oor:op=replace
-  prop oor:name=Label oor:type=xs:string
-value xml:lang=en-USAdding Selection/value
-  /prop
-  prop oor:name=ContextLabel oor:type=xs:string
-value xml:lang=en-USAdding/value
-  /prop
-/node
 node oor:name=Popups
   node oor:name=.uno:HelpMenu oor:op=replace
 prop oor:name=Label oor:type=xs:string
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml 
b/sw/uiconfig/swriter/menubar/menubar.xml
index 40dbed3..8300196 100644
--- a/sw/uiconfig/swriter/menubar/menubar.xml
+++ b/sw/uiconfig/swriter/menubar/menubar.xml
@@ -37,9 +37,9 @@
   menu:menuitem menu:id=.uno:VersionDialog/
   menu:menuseparator/
   menu:menuitem menu:id=.uno:Save/
-  menu:menuitem menu:id=.uno:SaveAsRemote/
   menu:menuitem menu:id=.uno:SaveAs/
   menu:menuitem menu:id=.uno:SaveACopy/
+  menu:menuitem menu:id=.uno:SaveAsRemote/
   menu:menuitem menu:id=.uno:SaveAll/
   menu:menuitem menu:id=.uno:CheckOut/
   menu:menuitem menu:id=.uno:CancelCheckOut/
@@ -91,8 +91,6 @@
   menu:menu menu:id=.uno:SelectionModeMenu
 menu:menupopup
   menu:menuitem menu:id=.uno:SelectionModeDefault 
menu:style=radio/
-  menu:menuitem menu:id=.uno:StatusSelectionModeExt 
menu:style=radio/
-  menu:menuitem menu:id=.uno:StatusSelectionModeExp 
menu:style=radio/
   menu:menuitem menu:id=.uno:SelectionModeBlock menu:style=radio/
 /menu:menupopup
   /menu:menu
@@ -101,7 +99,6 @@
   menu:menuseparator/
   menu:menuitem menu:id=vnd.sun.star.findbar:FocusToFindbar/
   menu:menuitem menu:id=.uno:SearchDialog/
-  menu:menuitem menu:id=.uno:GotoPage/
   menu:menuseparator/
   menu:menu menu:id=.uno:ChangesMenu
 menu:menupopup
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2015-08-09 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |   16 
++
 sw/uiconfig/swriter/menubar/menubar.xml  |5 ++-
 2 files changed, 20 insertions(+), 1 deletion(-)

New commits:
commit 351c17497e36c5a42fba627043dabaef2e7040eb
Author: Yousuf Philips philip...@hotmail.com
Date:   Sun Aug 9 01:02:46 2015 +0400

tdf#91781 Add additional selection options and go to page to menu

Change-Id: I8ece4db5c776d8c233bdca3bee4c5fbf689baffb
Reviewed-on: https://gerrit.libreoffice.org/17597
Reviewed-by: Yousuf Philips philip...@hotmail.com
Tested-by: Yousuf Philips philip...@hotmail.com

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 3ee4ec3..ab3148e 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -5558,6 +5558,22 @@
 /prop
   /node
 /node
+node oor:name=.uno:StatusSelectionModeExt oor:op=replace
+  prop oor:name=Label oor:type=xs:string
+value xml:lang=en-USExtended Selection/value
+  /prop
+  prop oor:name=ContextLabel oor:type=xs:string
+value xml:lang=en-USExtended/value
+  /prop
+/node
+node oor:name=.uno:StatusSelectionModeExp oor:op=replace
+  prop oor:name=Label oor:type=xs:string
+value xml:lang=en-USAdding Selection/value
+  /prop
+  prop oor:name=ContextLabel oor:type=xs:string
+value xml:lang=en-USAdding/value
+  /prop
+/node
 node oor:name=Popups
   node oor:name=.uno:HelpMenu oor:op=replace
 prop oor:name=Label oor:type=xs:string
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml 
b/sw/uiconfig/swriter/menubar/menubar.xml
index 8300196..40dbed3 100644
--- a/sw/uiconfig/swriter/menubar/menubar.xml
+++ b/sw/uiconfig/swriter/menubar/menubar.xml
@@ -37,9 +37,9 @@
   menu:menuitem menu:id=.uno:VersionDialog/
   menu:menuseparator/
   menu:menuitem menu:id=.uno:Save/
+  menu:menuitem menu:id=.uno:SaveAsRemote/
   menu:menuitem menu:id=.uno:SaveAs/
   menu:menuitem menu:id=.uno:SaveACopy/
-  menu:menuitem menu:id=.uno:SaveAsRemote/
   menu:menuitem menu:id=.uno:SaveAll/
   menu:menuitem menu:id=.uno:CheckOut/
   menu:menuitem menu:id=.uno:CancelCheckOut/
@@ -91,6 +91,8 @@
   menu:menu menu:id=.uno:SelectionModeMenu
 menu:menupopup
   menu:menuitem menu:id=.uno:SelectionModeDefault 
menu:style=radio/
+  menu:menuitem menu:id=.uno:StatusSelectionModeExt 
menu:style=radio/
+  menu:menuitem menu:id=.uno:StatusSelectionModeExp 
menu:style=radio/
   menu:menuitem menu:id=.uno:SelectionModeBlock menu:style=radio/
 /menu:menupopup
   /menu:menu
@@ -99,6 +101,7 @@
   menu:menuseparator/
   menu:menuitem menu:id=vnd.sun.star.findbar:FocusToFindbar/
   menu:menuitem menu:id=.uno:SearchDialog/
+  menu:menuitem menu:id=.uno:GotoPage/
   menu:menuseparator/
   menu:menu menu:id=.uno:ChangesMenu
 menu:menupopup
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2015-06-11 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu   |4 
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu|2 
 officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu |2 
 sw/uiconfig/swriter/menubar/menubar.xml|   65 
+-
 4 files changed, 37 insertions(+), 36 deletions(-)

New commits:
commit bb9dad2ef23829b2500c9f99154bca6a8ba7d49a
Author: Yousuf Philips philip...@hotmail.com
Date:   Thu Jun 11 16:31:34 2015 +0400

tdf#91781 Make Styles a new main menu bar entry and small rearrangments

Change-Id: I9b8ab749978826741b2c893197aaf7ebc1758d3f
Reviewed-on: https://gerrit.libreoffice.org/16227
Reviewed-by: Yousuf Philips philip...@hotmail.com
Tested-by: Yousuf Philips philip...@hotmail.com

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 0531f33..d0e95ff 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -3155,7 +3155,7 @@
   /node
   node oor:name=.uno:FormatStylesMenu oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-USSt~yles/value
+  value xml:lang=en-US~Styles/value
 /prop
 prop oor:name=Properties oor:type=xs:int
   value1/value
@@ -5597,7 +5597,7 @@
   /node
   node oor:name=.uno:EditLinksMenu oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-US~Entries/value
+  value xml:lang=en-US~References/value
 /prop
   /node
   node oor:name=.uno:EditCommentsMenu oor:op=replace
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 1259f950..3069395 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -400,7 +400,7 @@
   value xml:lang=en-USInsert Frame/value
 /prop
 prop oor:name=ContextLabel oor:type=xs:string
-  value xml:lang=en-US~Frame/value
+  value xml:lang=en-USDraw ~Frame/value
 /prop
 prop oor:name=Properties oor:type=xs:int
   value1/value
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
index bf8306f..f4d8360 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
@@ -736,7 +736,7 @@
   /node
   node oor:name=private:resource/toolbar/changes oor:op=replace
 prop oor:name=UIName oor:type=xs:string
-  value xml:lang=en-USChanges/value
+  value xml:lang=en-USTrack Changes/value
 /prop
 prop oor:name=Docked oor:type=xs:boolean
   valuefalse/value
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml 
b/sw/uiconfig/swriter/menubar/menubar.xml
index 30d98ae..7ae2617 100644
--- a/sw/uiconfig/swriter/menubar/menubar.xml
+++ b/sw/uiconfig/swriter/menubar/menubar.xml
@@ -63,9 +63,9 @@
   menu:menuitem menu:id=.uno:SendAbstractToStarImpress/
 /menu:menupopup
   /menu:menu
-  menu:menuseparator/
   menu:menuitem menu:id=.uno:WebHtml/
   menu:menuseparator/
+  menu:menuitem menu:id=.uno:PrintPreview/
   menu:menuitem menu:id=.uno:Print/
   menu:menuitem menu:id=.uno:PrinterSetup/
   menu:menuseparator/
@@ -108,19 +108,18 @@
   menu:menuitem menu:id=.uno:CommentChangeTracking/
   menu:menuitem menu:id=.uno:NextTrackedChange/
   menu:menuitem menu:id=.uno:PreviousTrackedChange/
+  menu:menuseparator/
+  menu:menuitem menu:id=.uno:CompareDocuments/
+  menu:menuitem menu:id=.uno:MergeDocuments/
 /menu:menupopup
   /menu:menu
-  menu:menuitem menu:id=.uno:CompareDocuments/
-  menu:menuitem menu:id=.uno:MergeDocuments/
   menu:menuseparator/
-  menu:menuitem menu:id=.uno:ChangeDatabaseField/
+  menu:menuitem menu:id=.uno:EditHyperlink/
   menu:menu menu:id=.uno:EditLinksMenu
 menu:menupopup
-  menu:menuitem menu:id=.uno:FieldDialog/
   menu:menuitem menu:id=.uno:EditFootnote/
   menu:menuitem menu:id=.uno:IndexEntryDialog/
   menu:menuitem menu:id=.uno:AuthoritiesEntryDialog/
-  menu:menuitem menu:id=.uno:EditHyperlink/
 /menu:menupopup
   /menu:menu
   menu:menu menu:id=.uno:EditCommentsMenu
@@ -130,10 +129,12 @@
   menu:menuitem menu:id=.uno:DeleteAllNotes/
 /menu:menupopup
   /menu:menu
+  menu:menuitem menu:id=.uno:FieldDialog/
   menu:menuitem 

[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2015-06-07 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |   36 +++
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu  |   27 +-
 sw/uiconfig/swriter/menubar/menubar.xml  |   95 
+++---
 3 files changed, 115 insertions(+), 43 deletions(-)

New commits:
commit bb3286016c4e34f313a4c5fb7c561c08f582113e
Author: Yousuf Philips philip...@hotmail.com
Date:   Sat Jun 6 17:12:42 2015 +0400

tdf#91781 Addition of new commands not found in the menu bar

Change-Id: I3fed4a7ec52d728e8e437774c8b4c018995eb060
Reviewed-on: https://gerrit.libreoffice.org/16122
Tested-by: Jenkins c...@libreoffice.org
Reviewed-by: Philippe Jung phil.j...@free.fr

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 5c2bb5f..0cea408 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -2472,10 +2472,10 @@
   /node
   node oor:name=.uno:BrowseView oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-US~Web/value
+  value xml:lang=en-US~Web View/value
 /prop
-prop oor:name=Properties oor:type=xs:int
-  value1/value
+prop oor:name=ContextLabel oor:type=xs:string
+  value xml:lang=en-US~Web/value
 /prop
   /node
   node oor:name=.uno:ProgressBar oor:op=replace
@@ -3237,7 +3237,23 @@
   /node
   node oor:name=.uno:ShapesMenu oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-US~Shapes/value
+  value xml:lang=en-US~Shape/value
+/prop
+prop oor:name=Properties oor:type=xs:int
+  value1/value
+/prop
+  /node
+  node oor:name=.uno:RulerMenu oor:op=replace
+prop oor:name=Label oor:type=xs:string
+  value xml:lang=en-US~Ruler/value
+/prop
+prop oor:name=Properties oor:type=xs:int
+  value1/value
+/prop
+  /node
+  node oor:name=.uno:ScrollBarMenu oor:op=replace
+prop oor:name=Label oor:type=xs:string
+  value xml:lang=en-US~Scrollbars/value
 /prop
 prop oor:name=Properties oor:type=xs:int
   value1/value
@@ -5584,6 +5600,16 @@
   value xml:lang=en-US~Entries/value
 /prop
   /node
+  node oor:name=.uno:EditCommentsMenu oor:op=replace
+prop oor:name=Label oor:type=xs:string
+  value xml:lang=en-USC~omment/value
+/prop
+  /node
+  node oor:name=.uno:FormatImageFilterMenu oor:op=replace
+prop oor:name=Label oor:type=xs:string
+  value xml:lang=en-US~Filter/value
+/prop
+  /node
   node oor:name=.uno:ToolsMenu oor:op=replace
 prop oor:name=Label oor:type=xs:string
   value xml:lang=en-US~Tools/value
@@ -5611,7 +5637,7 @@
   /node
   node oor:name=.uno:FieldMenu oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-USFiel~ds/value
+  value xml:lang=en-USFiel~d/value
 /prop
   /node
   node oor:name=.uno:FormattingMarkMenu oor:op=replace
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 94ef0f8..1259f950 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -13,10 +13,10 @@
   /node
   node oor:name=.uno:PrintLayout oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-US~Normal/value
+  value xml:lang=en-US~Normal View/value
 /prop
-prop oor:name=Properties oor:type=xs:int
-  value1/value
+prop oor:name=ContextLabel oor:type=xs:string
+  value xml:lang=en-US~Normal/value
 /prop
   /node
   node oor:name=.uno:InsertHeader oor:op=replace
@@ -1147,7 +1147,7 @@
   !-- 2015/06 The next one is to be deprecated one day or another --
   node oor:name=.uno:InsertRows oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-USInsert Row Below/value
+  value xml:lang=en-USInsert Row/value
 /prop
 prop oor:name=Properties oor:type=xs:int
   value1/value
@@ -1186,7 +1186,7 @@
   !-- 2015/06 The next one is to be deprecated one day or another --
   node oor:name=.uno:InsertColumns oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-USInsert Column Right/value
+  value xml:lang=en-USInsert Column/value
 /prop
 prop oor:name=Properties oor:type=xs:int
   value1/value
@@ -1994,7 +1994,7 @@
   /node
   node 

[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2015-06-07 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |3 
 sw/uiconfig/swriter/toolbar/basicshapes.xml |2 
 sw/uiconfig/swriter/toolbar/drawbar.xml |2 
 sw/uiconfig/swriter/toolbar/drawingobjectbar.xml|   38 
+-
 sw/uiconfig/swriter/toolbar/drawtextobjectbar.xml   |5 +
 sw/uiconfig/swriter/toolbar/numobjectbar.xml|   14 +--
 sw/uiconfig/swriter/toolbar/oleobjectbar.xml|   28 
---
 sw/uiconfig/swriter/toolbar/starshapes.xml  |2 
 sw/uiconfig/swriter/toolbar/tableobjectbar.xml  |   11 ++
 9 files changed, 63 insertions(+), 42 deletions(-)

New commits:
commit 0fd01e681e1c5886be3909cc3d7eb66cc62705f3
Author: Yousuf Philips philip...@hotmail.com
Date:   Sat Jun 6 16:00:54 2015 +0400

tdf#81475 Another round of tweaks to Writer's various toolbars

Change-Id: I573fd274c9d757801036a79b47568a12b8096938
Reviewed-on: https://gerrit.libreoffice.org/16121
Tested-by: Jenkins c...@libreoffice.org
Reviewed-by: Philippe Jung phil.j...@free.fr

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index b72659c..94ef0f8 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -1734,6 +1734,9 @@
 prop oor:name=Label oor:type=xs:string
   value xml:lang=en-USNumber Format: Decimal/value
 /prop
+prop oor:name=Properties oor:type=xs:int
+  value1/value
+/prop
   /node
   node oor:name=.uno:GotoPrevObject oor:op=replace
 prop oor:name=Label oor:type=xs:string
diff --git a/sw/uiconfig/swriter/toolbar/basicshapes.xml 
b/sw/uiconfig/swriter/toolbar/basicshapes.xml
index 17a56ad..f7e73cd 100644
--- a/sw/uiconfig/swriter/toolbar/basicshapes.xml
+++ b/sw/uiconfig/swriter/toolbar/basicshapes.xml
@@ -39,10 +39,10 @@
  toolbar:toolbaritem xlink:href=.uno:BasicShapes.hexagon/
  toolbar:toolbaritem xlink:href=.uno:BasicShapes.octagon/
  toolbar:toolbarbreak/
- toolbar:toolbaritem xlink:href=.uno:BasicShapes.cross/
  toolbar:toolbaritem xlink:href=.uno:BasicShapes.can/
  toolbar:toolbaritem xlink:href=.uno:BasicShapes.cube/
  toolbar:toolbaritem xlink:href=.uno:BasicShapes.paper/
+ toolbar:toolbaritem xlink:href=.uno:BasicShapes.cross/
  toolbar:toolbaritem xlink:href=.uno:BasicShapes.frame/
  toolbar:toolbaritem xlink:href=.uno:BasicShapes.ring/
 /toolbar:toolbar
diff --git a/sw/uiconfig/swriter/toolbar/drawbar.xml 
b/sw/uiconfig/swriter/toolbar/drawbar.xml
index df7353b..ee39158 100644
--- a/sw/uiconfig/swriter/toolbar/drawbar.xml
+++ b/sw/uiconfig/swriter/toolbar/drawbar.xml
@@ -18,7 +18,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 --
 toolbar:toolbar xmlns:toolbar=http://openoffice.org/2001/toolbar; 
xmlns:xlink=http://www.w3.org/1999/xlink;
- toolbar:toolbaritem xlink:href=.uno:SelectObject toolbar:helpid=10128/
+ toolbar:toolbaritem xlink:href=.uno:SelectObject toolbar:helpid=10128 
toolbar:visible=false/
  toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:Line toolbar:helpid=10102/
  toolbar:toolbaritem xlink:href=.uno:Freeline_Unfilled 
toolbar:helpid=10464/
diff --git a/sw/uiconfig/swriter/toolbar/drawingobjectbar.xml 
b/sw/uiconfig/swriter/toolbar/drawingobjectbar.xml
index ef68b95..ad90ec6 100644
--- a/sw/uiconfig/swriter/toolbar/drawingobjectbar.xml
+++ b/sw/uiconfig/swriter/toolbar/drawingobjectbar.xml
@@ -18,43 +18,45 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 --
 toolbar:toolbar xmlns:toolbar=http://openoffice.org/2001/toolbar; 
xmlns:xlink=http://www.w3.org/1999/xlink; toolbar:id=toolbar
- toolbar:toolbaritem xlink:href=.uno:FormatLine/
- toolbar:toolbaritem xlink:href=.uno:LineEndStyle toolbar:style=dropdown/
+ toolbar:toolbaritem xlink:href=.uno:XLineColor toolbar:style=dropdown/
  toolbar:toolbarseparator/
+ toolbar:toolbaritem xlink:href=.uno:LineEndStyle toolbar:style=dropdown/
  toolbar:toolbaritem xlink:href=.uno:XLineStyle/
  toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:LineWidth/
  toolbar:toolbarseparator/
- toolbar:toolbaritem xlink:href=.uno:XLineColor toolbar:style=dropdown/
- toolbar:toolbarseparator/
- toolbar:toolbaritem xlink:href=.uno:FormatArea/
+ toolbar:toolbaritem xlink:href=.uno:FillColor/
  toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:FillStyle/
  toolbar:toolbarseparator/
- toolbar:toolbaritem xlink:href=.uno:ToggleObjectRotateMode 
toolbar:helpid=10129/
- toolbar:toolbaritem xlink:href=.uno:GridVisible toolbar:visible=false 
toolbar:helpid=27322/
- toolbar:toolbaritem xlink:href=.uno:GridUse toolbar:visible=false 
toolbar:helpid=27154/
- toolbar:toolbaritem xlink:href=.uno:HelplinesMove 

[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2015-06-05 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |7 
+-
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu  |2 -
 sw/uiconfig/swriter/menubar/menubar.xml  |   11 
+-
 3 files changed, 17 insertions(+), 3 deletions(-)

New commits:
commit d304dd4db35c79a33bdf118e45e0675d2d86f51d
Author: Yousuf Philips philip...@hotmail.com
Date:   Thu Jun 4 20:10:59 2015 +0400

tdf#91781 Restoring Edit entries under a new submenu and change view names

Change-Id: I5f1bb1ca976a8cbc8c2dcf7986d66cbd8043f9d4
Reviewed-on: https://gerrit.libreoffice.org/16086
Tested-by: Jenkins c...@libreoffice.org
Reviewed-by: Yousuf Philips philip...@hotmail.com

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index d53847d..55bccbf 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -2472,7 +2472,7 @@
   /node
   node oor:name=.uno:BrowseView oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-US~Web Layout/value
+  value xml:lang=en-US~Web/value
 /prop
 prop oor:name=Properties oor:type=xs:int
   value1/value
@@ -5579,6 +5579,11 @@
   value xml:lang=en-USTrack Chan~ges/value
 /prop
   /node
+  node oor:name=.uno:EditLinksMenu oor:op=replace
+prop oor:name=Label oor:type=xs:string
+  value xml:lang=en-US~Entries/value
+/prop
+  /node
   node oor:name=.uno:ToolsMenu oor:op=replace
 prop oor:name=Label oor:type=xs:string
   value xml:lang=en-US~Tools/value
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 34ab217..43e97fa 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -13,7 +13,7 @@
   /node
   node oor:name=.uno:PrintLayout oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-US~Print Layout/value
+  value xml:lang=en-US~Normal/value
 /prop
 prop oor:name=Properties oor:type=xs:int
   value1/value
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml 
b/sw/uiconfig/swriter/menubar/menubar.xml
index cb50434..25fdce2 100644
--- a/sw/uiconfig/swriter/menubar/menubar.xml
+++ b/sw/uiconfig/swriter/menubar/menubar.xml
@@ -113,6 +113,15 @@
   menu:menuitem menu:id=.uno:MergeDocuments/
   menu:menuseparator/
   menu:menuitem menu:id=.uno:ChangeDatabaseField/
+  menu:menu menu:id=.uno:EditLinksMenu
+menu:menupopup
+  menu:menuitem menu:id=.uno:FieldDialog/
+  menu:menuitem menu:id=.uno:EditFootnote/
+  menu:menuitem menu:id=.uno:IndexEntryDialog/
+  menu:menuitem menu:id=.uno:AuthoritiesEntryDialog/
+  menu:menuitem menu:id=.uno:EditHyperlink/
+/menu:menupopup
+  /menu:menu
   menu:menuitem menu:id=.uno:LinkDialog/
   menu:menuitem menu:id=.uno:PlugInsActive/
   menu:menuitem menu:id=.uno:ImageMapDialog/
@@ -170,6 +179,7 @@
   menu:menuitem menu:id=.uno:InsertBreak/
   menu:menuseparator/
   menu:menuitem menu:id=.uno:InsertGraphic/
+  menu:menuitem menu:id=.uno:InsertObjectChart/
   menu:menu menu:id=.uno:GraphicMenu
 menu:menupopup
   menu:menuitem menu:id=.uno:Gallery/
@@ -191,7 +201,6 @@
   menu:menuitem menu:id=.uno:Polygon_Unfilled/
 /menu:menupopup
   /menu:menu
-  menu:menuitem menu:id=.uno:InsertObjectChart/
   menu:menu menu:id=.uno:ObjectMenu
 menu:menupopup
   menu:menuitem menu:id=.uno:InsertObject/
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2015-06-02 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |9 
+--
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu  |   12 
+-
 sw/uiconfig/swriter/menubar/menubar.xml  |2 -
 3 files changed, 14 insertions(+), 9 deletions(-)

New commits:
commit 21a6b99748db8a970ef7dc90d40e07901135b89a
Author: Yousuf Philips philip...@hotmail.com
Date:   Mon Jun 1 19:08:59 2015 +0400

tdf#91781 Fix some entry headings

Change-Id: I69b07eef540d862ea684b1d51d64509f59a5cb3e
Reviewed-on: https://gerrit.libreoffice.org/16020
Tested-by: Jenkins c...@libreoffice.org
Reviewed-by: Yousuf Philips philip...@hotmail.com

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 3dbd8a0..d53847d 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -3163,7 +3163,7 @@
   /node
   node oor:name=.uno:FormatFrameMenu oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-USFrame and OLE-Ob~ject/value
+  value xml:lang=en-USFrame and OLE Ob~ject/value
 /prop
 prop oor:name=Properties oor:type=xs:int
   value1/value
@@ -5500,12 +5500,17 @@
   /node
   node oor:name=.uno:ObjectAlign oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-USAli~gn/value
+  value xml:lang=en-USAlig~n/value
 /prop
 prop oor:name=Properties oor:type=xs:int
   value1/value
 /prop
   /node
+  node oor:name=.uno:TextAlign oor:op=replace
+prop oor:name=Label oor:type=xs:string
+  value xml:lang=en-USAlig~n/value
+/prop
+  /node
   node oor:name=.uno:PolyFormen oor:op=replace
 prop oor:name=Label oor:type=xs:string
   value xml:lang=en-US~Shapes/value
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 501409e..34ab217 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -112,7 +112,7 @@
   /node
   node oor:name=.uno:InsertMultiIndex oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-USTables of Contents and ~Indexes.../value
+  value xml:lang=en-US~Indexes and Tables.../value
 /prop
 prop oor:name=Properties oor:type=xs:int
   value1/value
@@ -231,7 +231,7 @@
   /node
   node oor:name=.uno:GotoPage oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-USGot~o Page/value
+  value xml:lang=en-USGo t~o Page/value
 /prop
   /node
   node oor:name=.uno:CommentChangeTracking oor:op=replace
@@ -339,7 +339,7 @@
   /node
   node oor:name=.uno:InsertFootnoteDialog oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-USFootnote and Endnote~.../value
+  value xml:lang=en-USF~ootnote and Endnote.../value
 /prop
   /node
   node oor:name=.uno:InsertReferenceField oor:op=replace
@@ -373,7 +373,7 @@
   value xml:lang=en-USInsert Page Break/value
 /prop
 prop oor:name=ContextLabel oor:type=xs:string
-  value xml:lang=en-USPa~ge Break/value
+  value xml:lang=en-US~Page Break/value
 /prop
 prop oor:name=Properties oor:type=xs:int
   value1/value
@@ -932,7 +932,7 @@
   value xml:lang=en-USFrame Properties/value
 /prop
 prop oor:name=ContextLabel oor:type=xs:string
-  value xml:lang=en-USFra~me and OLE-Object.../value
+  value xml:lang=en-USFra~me and OLE Object.../value
 /prop
 prop oor:name=Properties oor:type=xs:int
   value1/value
@@ -1114,7 +1114,7 @@
   /node
   node oor:name=.uno:HeadingRowsRepeat oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-USRepeat heading rows/value
+  value xml:lang=en-USRepeat Heading Rows/value
 /prop
   /node
   node oor:name=.uno:TableSort oor:op=replace
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml 
b/sw/uiconfig/swriter/menubar/menubar.xml
index 8794c97..ed92ccb 100644
--- a/sw/uiconfig/swriter/menubar/menubar.xml
+++ b/sw/uiconfig/swriter/menubar/menubar.xml
@@ -315,7 +315,7 @@
   menu:menuitem menu:id=.uno:DecrementIndent/
 /menu:menupopup
   /menu:menu
-  menu:menu menu:id=.uno:ObjectAlign
+  menu:menu menu:id=.uno:TextAlign
 menu:menupopup
   menu:menuitem menu:id=.uno:CommonAlignLeft/
   menu:menuitem 

[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2015-05-23 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |   18 
--
 sw/uiconfig/swriter/menubar/menubar.xml |5 ++
 2 files changed, 20 insertions(+), 3 deletions(-)

New commits:
commit 54b9bdc7b14b75f93a043c9af60ae605e57b194d
Author: Yousuf Philips philip...@hotmail.com
Date:   Fri May 22 15:22:34 2015 +0400

tdf#90882 Add table insert uno commands to menu bar and fix labels

Change-Id: I4f5f2daeb27b8ba486abc685e42596030de6d2d1
Reviewed-on: https://gerrit.libreoffice.org/15863
Reviewed-by: Yousuf Philips philip...@hotmail.com
Tested-by: Yousuf Philips philip...@hotmail.com

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 68c2e12..a991676 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -1121,9 +1121,12 @@
   value1/value
 /prop
   /node
-  node oor:name=.uno:InsertRowsBelow oor:op=replace
+  node oor:name=.uno:InsertRowsBefore oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-USInsert Rows Below/value
+  value xml:lang=en-USInsert Rows Above/value
+/prop
+prop oor:name=ContextLabel oor:type=xs:string
+  value xml:lang=en-USRows ~Above/value
 /prop
 prop oor:name=Properties oor:type=xs:int
   value1/value
@@ -1131,7 +1134,10 @@
   /node
   node oor:name=.uno:InsertRowsAfter oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-USInsert Rows After/value
+  value xml:lang=en-USInsert Rows Below/value
+/prop
+prop oor:name=ContextLabel oor:type=xs:string
+  value xml:lang=en-USRows ~Below/value
 /prop
 prop oor:name=Properties oor:type=xs:int
   value1/value
@@ -1149,6 +1155,9 @@
 prop oor:name=Label oor:type=xs:string
   value xml:lang=en-USInsert Columns Left/value
 /prop
+prop oor:name=ContextLabel oor:type=xs:string
+  value xml:lang=en-USColumns ~Left/value
+/prop
 prop oor:name=Properties oor:type=xs:int
   value1/value
 /prop
@@ -1157,6 +1166,9 @@
 prop oor:name=Label oor:type=xs:string
   value xml:lang=en-USInsert Columns Right/value
 /prop
+prop oor:name=ContextLabel oor:type=xs:string
+  value xml:lang=en-USColumns R~ight/value
+/prop
 prop oor:name=Properties oor:type=xs:int
   value1/value
 /prop
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml 
b/sw/uiconfig/swriter/menubar/menubar.xml
index dc79449..33f54de 100644
--- a/sw/uiconfig/swriter/menubar/menubar.xml
+++ b/sw/uiconfig/swriter/menubar/menubar.xml
@@ -397,7 +397,12 @@
   menu:menuitem menu:id=.uno:InsertTable/
   menu:menu menu:id=.uno:TableInsertMenu
 menu:menupopup
+  menu:menuitem menu:id=.uno:InsertRowsBefore/
+  menu:menuitem menu:id=.uno:InsertRowsAfter/
   menu:menuitem menu:id=.uno:InsertRowDialog/
+  menu:menuseparator/
+  menu:menuitem menu:id=.uno:InsertColumnsBefore/
+  menu:menuitem menu:id=.uno:InsertColumnsAfter/
   menu:menuitem menu:id=.uno:InsertColumnDialog/
 /menu:menupopup
   /menu:menu
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2015-03-24 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |5 
+
 sw/uiconfig/swriter/menubar/menubar.xml |8 

 2 files changed, 5 insertions(+), 8 deletions(-)

New commits:
commit b33bd34d15d67f9c493c3532c980c088f2d84a86
Author: Yousuf Philips philip...@hotmail.com
Date:   Tue Mar 24 19:28:24 2015 +0400

Rearrange writer's view menu and fix label

Change-Id: I739edc7810af0dd7da69fddc053eaa2458c7cf6c
Reviewed-on: https://gerrit.libreoffice.org/14985
Tested-by: Yousuf Philips philip...@hotmail.com
Reviewed-by: Yousuf Philips philip...@hotmail.com

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 508551e..eef5cf1 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -2080,10 +2080,7 @@
   /node
   node oor:name=.uno:Graphic oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-USImages On/Off/value
-/prop
-prop oor:name=ContextLabel oor:type=xs:string
-  value xml:lang=en-USImages/value
+  value xml:lang=en-USHide ~Images/value
 /prop
 prop oor:name=Properties oor:type=xs:int
   value1/value
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml 
b/sw/uiconfig/swriter/menubar/menubar.xml
index 34d185e..edcf10e 100644
--- a/sw/uiconfig/swriter/menubar/menubar.xml
+++ b/sw/uiconfig/swriter/menubar/menubar.xml
@@ -145,15 +145,15 @@
   menu:menuitem menu:id=.uno:TableBoundaries/
   menu:menuitem menu:id=.uno:Marks/
   menu:menuitem menu:id=.uno:Fieldnames/
-  menu:menuitem menu:id=.uno:ControlCodes/
   menu:menuitem menu:id=.uno:ShowHiddenParagraphs/
+  menu:menuitem menu:id=.uno:ControlCodes/
   menu:menuitem menu:id=.uno:ShowAnnotations/
   menu:menuitem menu:id=.uno:Graphic/
   menu:menuseparator/
-  menu:menuitem menu:id=.uno:ViewDataSourceBrowser/
-  menu:menuitem menu:id=.uno:Navigator/
-  menu:menuitem menu:id=.uno:Gallery/
   menu:menuitem menu:id=.uno:Sidebar/
+  menu:menuitem menu:id=.uno:Gallery/
+  menu:menuitem menu:id=.uno:Navigator/
+  menu:menuitem menu:id=.uno:ViewDataSourceBrowser/
   menu:menuseparator/
   menu:menuitem menu:id=.uno:FullScreen/
   menu:menu menu:id=.uno:ZoomMenu
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2015-03-23 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu |4 
+-
 sw/uiconfig/swriter/toolbar/drawtextobjectbar.xml  |   12 
+++---
 sw/uiconfig/swriter/toolbar/frameobjectbar.xml |4 
+-
 sw/uiconfig/swriter/toolbar/graphicobjectbar.xml   |2 -
 sw/uiconfig/swriter/toolbar/standardbar.xml|   15 
+---
 sw/uiconfig/swriter/toolbar/tableobjectbar.xml |2 -
 sw/uiconfig/swriter/toolbar/textobjectbar.xml  |   18 
+-
 7 files changed, 31 insertions(+), 26 deletions(-)

New commits:
commit fd68059586246f415a5fa6637fafad1ac9293e92
Author: Yousuf Philips philip...@hotmail.com
Date:   Sun Mar 22 19:13:55 2015 +0400

tdf#81475 added/removed/rearranged buttons from various toolbars

Change-Id: I5fe2a40dbe77a6dffb1aac67fd1df0bb60a673eb
Reviewed-on: https://gerrit.libreoffice.org/14944
Tested-by: Yousuf Philips philip...@hotmail.com
Reviewed-by: Yousuf Philips philip...@hotmail.com

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
index 56ea073..bf8306f 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
@@ -387,10 +387,10 @@
   /node
   node oor:name=private:resource/toolbar/graphicobjectbar 
oor:op=replace
 prop oor:name=DockPos oor:type=xs:string
-  value0,0/value
+  value1,1/value
 /prop
 prop oor:name=DockingArea oor:type=xs:int
-  value1/value
+  value0/value
 /prop
 prop oor:name=Docked oor:type=xs:boolean
   valuetrue/value
diff --git a/sw/uiconfig/swriter/toolbar/drawtextobjectbar.xml 
b/sw/uiconfig/swriter/toolbar/drawtextobjectbar.xml
index fc21f10..22ef280 100644
--- a/sw/uiconfig/swriter/toolbar/drawtextobjectbar.xml
+++ b/sw/uiconfig/swriter/toolbar/drawtextobjectbar.xml
@@ -27,7 +27,7 @@
  toolbar:toolbaritem xlink:href=.uno:Bold/
  toolbar:toolbaritem xlink:href=.uno:Italic/
  toolbar:toolbaritem xlink:href=.uno:Underline/
- toolbar:toolbaritem xlink:href=.uno:Strikeout toolbar:visible=false/
+ toolbar:toolbaritem xlink:href=.uno:Strikeout/
  toolbar:toolbaritem xlink:href=.uno:Overline toolbar:visible=false/
  toolbar:toolbaritem xlink:href=.uno:SuperScript/
  toolbar:toolbaritem xlink:href=.uno:SubScript/
@@ -41,14 +41,16 @@
  toolbar:toolbaritem xlink:href=.uno:RightPara toolbar:style=radio/
  toolbar:toolbaritem xlink:href=.uno:JustifyPara toolbar:style=radio/
  toolbar:toolbarseparator/
+ toolbar:toolbaritem xlink:href=.uno:CellVertTop/
+ toolbar:toolbaritem xlink:href=.uno:CellVertCenter/
+ toolbar:toolbaritem xlink:href=.uno:CellVertBottom/
+ toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:LineSpacing/
  toolbar:toolbaritem xlink:href=.uno:SpacePara1 toolbar:style=radio 
toolbar:visible=false/
  toolbar:toolbaritem xlink:href=.uno:SpacePara15 toolbar:style=radio 
toolbar:visible=false/
  toolbar:toolbaritem xlink:href=.uno:SpacePara2 toolbar:style=radio 
toolbar:visible=false/
- toolbar:toolbarseparator/
- toolbar:toolbaritem xlink:href=.uno:CellVertTop/
- toolbar:toolbaritem xlink:href=.uno:CellVertCenter/
- toolbar:toolbaritem xlink:href=.uno:CellVertBottom/
+ toolbar:toolbaritem xlink:href=.uno:ParaspaceIncrease/
+ toolbar:toolbaritem xlink:href=.uno:ParaspaceDecrease/
  toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:ParaLeftToRight toolbar:style=radio/
  toolbar:toolbaritem xlink:href=.uno:ParaRightToLeft toolbar:style=radio/
diff --git a/sw/uiconfig/swriter/toolbar/frameobjectbar.xml 
b/sw/uiconfig/swriter/toolbar/frameobjectbar.xml
index ce76e79..d2c48aa 100644
--- a/sw/uiconfig/swriter/toolbar/frameobjectbar.xml
+++ b/sw/uiconfig/swriter/toolbar/frameobjectbar.xml
@@ -18,7 +18,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 --
 toolbar:toolbar xmlns:toolbar=http://openoffice.org/2001/toolbar; 
xmlns:xlink=http://www.w3.org/1999/xlink; toolbar:id=toolbar
- toolbar:toolbaritem xlink:href=.uno:StyleApply/
+ toolbar:toolbaritem xlink:href=.uno:StyleApply toolbar:visible=false/
  toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:ToggleAnchorType 
toolbar:style=dropdown/
  toolbar:toolbarseparator/
@@ -53,5 +53,5 @@
  toolbar:toolbaritem xlink:href=.uno:ChainFrames/
  toolbar:toolbaritem xlink:href=.uno:UnhainFrames/
  toolbar:toolbarseparator/
- toolbar:toolbaritem xlink:href=.uno:FrameDialog/
+ toolbar:toolbaritem xlink:href=.uno:FrameDialog toolbar:helpid=20458 
toolbar:visible=false/
 /toolbar:toolbar
diff --git a/sw/uiconfig/swriter/toolbar/graphicobjectbar.xml 
b/sw/uiconfig/swriter/toolbar/graphicobjectbar.xml
index 6e7201c..daccb14 100644
--- a/sw/uiconfig/swriter/toolbar/graphicobjectbar.xml
+++ 

[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2014-12-26 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |6 ++
 sw/uiconfig/swriter/toolbar/frameobjectbar.xml   |   22 
++
 2 files changed, 20 insertions(+), 8 deletions(-)

New commits:
commit 88ae2a436ec79dd152f9e81edea00e402438cc1f
Author: Yousuf Philips philip...@hotmail.com
Date:   Fri Dec 26 19:20:14 2014 +0400

fdo#81475 rearrangement of writer's frame toolbar

Change-Id: I0c6b7469aba62a8d427ffebfdcc9f6212fb3fd3f
Reviewed-on: https://gerrit.libreoffice.org/13663
Reviewed-by: Yousuf Philips philip...@hotmail.com
Tested-by: Yousuf Philips philip...@hotmail.com

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index ef043e8..4a7a1c5 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -3231,11 +3231,17 @@
 prop oor:name=Label oor:type=xs:string
   value xml:lang=en-USForward One/value
 /prop
+prop oor:name=Properties oor:type=xs:int
+  value1/value
+/prop
   /node
   node oor:name=.uno:ObjectBackOne oor:op=replace
 prop oor:name=Label oor:type=xs:string
   value xml:lang=en-USBack One/value
 /prop
+prop oor:name=Properties oor:type=xs:int
+  value1/value
+/prop
   /node
   node oor:name=.uno:EditFrameSet oor:op=replace
 prop oor:name=Label oor:type=xs:string
diff --git a/sw/uiconfig/swriter/toolbar/frameobjectbar.xml 
b/sw/uiconfig/swriter/toolbar/frameobjectbar.xml
index 1b0614e..ce76e79 100644
--- a/sw/uiconfig/swriter/toolbar/frameobjectbar.xml
+++ b/sw/uiconfig/swriter/toolbar/frameobjectbar.xml
@@ -20,9 +20,11 @@
 toolbar:toolbar xmlns:toolbar=http://openoffice.org/2001/toolbar; 
xmlns:xlink=http://www.w3.org/1999/xlink; toolbar:id=toolbar
  toolbar:toolbaritem xlink:href=.uno:StyleApply/
  toolbar:toolbarseparator/
+ toolbar:toolbaritem xlink:href=.uno:ToggleAnchorType 
toolbar:style=dropdown/
+ toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:WrapOff toolbar:style=radio/
  toolbar:toolbaritem xlink:href=.uno:WrapOn toolbar:style=radio/
- toolbar:toolbaritem xlink:href=.uno:WrapIdeal toolbar:style=radio 
toolbar:visible=false/
+ toolbar:toolbaritem xlink:href=.uno:WrapIdeal toolbar:style=radio/
  toolbar:toolbaritem xlink:href=.uno:WrapLeft toolbar:style=radio 
toolbar:visible=false/
  toolbar:toolbaritem xlink:href=.uno:WrapRight toolbar:style=radio 
toolbar:visible=false/
  toolbar:toolbaritem xlink:href=.uno:WrapThrough toolbar:style=radio/
@@ -35,17 +37,21 @@
  toolbar:toolbaritem xlink:href=.uno:AlignVerticalCenter 
toolbar:style=radio/
  toolbar:toolbaritem xlink:href=.uno:AlignBottom toolbar:style=radio/
  toolbar:toolbarseparator/
+ toolbar:toolbaritem xlink:href=.uno:BringToFront/
+ toolbar:toolbaritem xlink:href=.uno:ObjectForwardOne/
+ toolbar:toolbaritem xlink:href=.uno:ObjectBackOne/
+ toolbar:toolbaritem xlink:href=.uno:SendToBack/
+ toolbar:toolbarseparator/
+ toolbar:toolbaritem xlink:href=.uno:SetObjectToForeground 
toolbar:visible=false/
+ toolbar:toolbaritem xlink:href=.uno:SetObjectToBackground 
toolbar:visible=false/
+ toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:SetBorderStyle/
  toolbar:toolbaritem xlink:href=.uno:LineStyle/
  toolbar:toolbaritem xlink:href=.uno:FrameLineColor/
  toolbar:toolbaritem xlink:href=.uno:BackgroundColor 
toolbar:style=dropdown/
  toolbar:toolbarseparator/
- toolbar:toolbaritem xlink:href=.uno:FrameDialog/
- toolbar:toolbarseparator/
- toolbar:toolbaritem xlink:href=.uno:BringToFront/
- toolbar:toolbaritem xlink:href=.uno:SendToBack/
- toolbar:toolbaritem xlink:href=.uno:ToggleAnchorType 
toolbar:style=dropdown/
- toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:ChainFrames/
  toolbar:toolbaritem xlink:href=.uno:UnhainFrames/
-/toolbar:toolbar
\ No newline at end of file
+ toolbar:toolbarseparator/
+ toolbar:toolbaritem xlink:href=.uno:FrameDialog/
+/toolbar:toolbar
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2014-12-02 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |3 +++
 sw/uiconfig/swriter/menubar/menubar.xml |1 +
 2 files changed, 4 insertions(+)

New commits:
commit f8001effbdb9c0f09fe544b7bdbae9c15c82006f
Author: Yousuf Philips philip...@hotmail.com
Date:   Tue Dec 2 06:21:52 2014 +0400

fdo#86184 addition of .uno:Graphic to writer's view menu

Change-Id: I08e259173f3cb3f214e478f57e5c0a27e6baabb9
Reviewed-on: https://gerrit.libreoffice.org/13263
Reviewed-by: Yousuf Philips philip...@hotmail.com
Tested-by: Yousuf Philips philip...@hotmail.com

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index f4473f2..6a99e7a 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -2061,6 +2061,9 @@
 prop oor:name=Label oor:type=xs:string
   value xml:lang=en-USImages On/Off/value
 /prop
+prop oor:name=ContextLabel oor:type=xs:string
+  value xml:lang=en-USImages/value
+/prop
 prop oor:name=Properties oor:type=xs:int
   value1/value
 /prop
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml 
b/sw/uiconfig/swriter/menubar/menubar.xml
index 6739a0b..1a5f2ec 100644
--- a/sw/uiconfig/swriter/menubar/menubar.xml
+++ b/sw/uiconfig/swriter/menubar/menubar.xml
@@ -147,6 +147,7 @@
   menu:menuitem menu:id=.uno:ControlCodes/
   menu:menuitem menu:id=.uno:ShowHiddenParagraphs/
   menu:menuitem menu:id=.uno:ShowAnnotations/
+  menu:menuitem menu:id=.uno:Graphic/
   menu:menuseparator/
   menu:menuitem menu:id=.uno:ViewDataSourceBrowser/
   menu:menuitem menu:id=.uno:Navigator/
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2014-12-02 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |   12 +--
 sw/uiconfig/swriter/toolbar/tableobjectbar.xml  |   35 
+-
 2 files changed, 25 insertions(+), 22 deletions(-)

New commits:
commit dd359cff8814ad7a9796f05cd21c9d98190898c2
Author: Yousuf Philips philip...@hotmail.com
Date:   Tue Dec 2 16:04:39 2014 +0400

fdo#81475 reorganization of writer's table toolbar

Change-Id: I3672fa8e32975723d58e92fe3eceafc2e8993646
Reviewed-on: https://gerrit.libreoffice.org/13267
Reviewed-by: Caolán McNamara caol...@redhat.com
Tested-by: Caolán McNamara caol...@redhat.com

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index a417ddc..8616b5e 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -1109,7 +1109,7 @@
   /node
   node oor:name=.uno:DeleteRows oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-USDelete Row/value
+  value xml:lang=en-USDelete Rows/value
 /prop
 prop oor:name=ContextLabel oor:type=xs:string
   value xml:lang=en-US~Rows/value
@@ -1120,7 +1120,7 @@
   /node
   node oor:name=.uno:DeleteColumns oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-USDelete Column/value
+  value xml:lang=en-USDelete Columns/value
 /prop
 prop oor:name=ContextLabel oor:type=xs:string
   value xml:lang=en-US~Columns/value
@@ -1199,10 +1199,10 @@
   /node
   node oor:name=.uno:EntireRow oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-USSelect Rows/value
+  value xml:lang=en-USSelect Row/value
 /prop
 prop oor:name=ContextLabel oor:type=xs:string
-  value xml:lang=en-US~Rows/value
+  value xml:lang=en-US~Row/value
 /prop
 prop oor:name=Properties oor:type=xs:int
   value1/value
@@ -1210,7 +1210,7 @@
   /node
   node oor:name=.uno:EntireCell oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-USC~ells/value
+  value xml:lang=en-USC~ell/value
 /prop
   /node
   node oor:name=.uno:GoUp oor:op=replace
@@ -1223,7 +1223,7 @@
   value xml:lang=en-USSelect Column/value
 /prop
 prop oor:name=ContextLabel oor:type=xs:string
-  value xml:lang=en-US~Columns/value
+  value xml:lang=en-US~Column/value
 /prop
 prop oor:name=Properties oor:type=xs:int
   value1/value
diff --git a/sw/uiconfig/swriter/toolbar/tableobjectbar.xml 
b/sw/uiconfig/swriter/toolbar/tableobjectbar.xml
index 1e147ce..4ca1f02 100644
--- a/sw/uiconfig/swriter/toolbar/tableobjectbar.xml
+++ b/sw/uiconfig/swriter/toolbar/tableobjectbar.xml
@@ -18,33 +18,36 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 --
 toolbar:toolbar xmlns:toolbar=http://openoffice.org/2001/toolbar; 
xmlns:xlink=http://www.w3.org/1999/xlink; toolbar:id=toolbar
- toolbar:toolbaritem xlink:href=.uno:LineStyle/
- toolbar:toolbaritem xlink:href=.uno:FrameLineColor/
+ toolbar:toolbaritem xlink:href=.uno:TableDialog/
  toolbar:toolbarseparator/
- toolbar:toolbaritem xlink:href=.uno:SetBorderStyle/
- toolbar:toolbaritem xlink:href=.uno:BackgroundColor 
toolbar:style=dropdown/
+ toolbar:toolbaritem xlink:href=.uno:InsertRows/
+ toolbar:toolbaritem xlink:href=.uno:InsertColumns/
+ toolbar:toolbarseparator/
+ toolbar:toolbaritem xlink:href=.uno:DeleteRows/
+ toolbar:toolbaritem xlink:href=.uno:DeleteColumns/
+ toolbar:toolbaritem xlink:href=.uno:DeleteTable/
+ toolbar:toolbarseparator/
+ toolbar:toolbaritem xlink:href=.uno:EntireRow/
+ toolbar:toolbaritem xlink:href=.uno:EntireColumn/
+ toolbar:toolbaritem xlink:href=.uno:SelectTable/
  toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:MergeCells/
  toolbar:toolbaritem xlink:href=.uno:SplitCell/
  toolbar:toolbaritem xlink:href=.uno:OptimizeTable 
toolbar:style=dropdown/
- toolbar:toolbarbreak/
+ toolbar:toolbarseparator/
  toolbar:toolbaritem xlink:href=.uno:CellVertTop toolbar:style=radio/
  toolbar:toolbaritem xlink:href=.uno:CellVertCenter toolbar:style=radio/
  toolbar:toolbaritem xlink:href=.uno:CellVertBottom toolbar:style=radio/
  toolbar:toolbarseparator/
- toolbar:toolbaritem xlink:href=.uno:InsertRows/
- toolbar:toolbaritem xlink:href=.uno:InsertColumns/
- toolbar:toolbaritem xlink:href=.uno:DeleteRows/
- toolbar:toolbaritem xlink:href=.uno:DeleteColumns/
- toolbar:toolbarseparator/
- toolbar:toolbaritem xlink:href=.uno:SelectTable toolbar:visible=false/
- toolbar:toolbaritem xlink:href=.uno:EntireColumn toolbar:visible=false/
- toolbar:toolbaritem xlink:href=.uno:EntireRow toolbar:visible=false/
- toolbar:toolbarseparator/

[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2014-11-04 Thread Yousuf Philips
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |2 +-
 sw/uiconfig/swriter/menubar/menubar.xml |3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 841f62b8c58704b1fbec0a368439de87a82f2c26
Author: Yousuf Philips philip...@hotmail.com
Date:   Tue Nov 4 15:58:26 2014 +0400

fdo#85820 Have menu item for insert table and it called 'Insert Table'

Change-Id: I79d4e73f498f55ec3beece6c2e4aafe8f09c1c27
Reviewed-on: https://gerrit.libreoffice.org/12249
Reviewed-by: Samuel Mehrbrodt s.mehrbr...@gmail.com
Tested-by: Samuel Mehrbrodt s.mehrbr...@gmail.com

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 81f9532..ebaca78 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -374,7 +374,7 @@
   /node
   node oor:name=.uno:InsertTable oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-US~Table.../value
+  value xml:lang=en-US~Insert Table.../value
 /prop
 prop oor:name=Properties oor:type=xs:int
   value1/value
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml 
b/sw/uiconfig/swriter/menubar/menubar.xml
index ca6b9c2..b9a349c 100644
--- a/sw/uiconfig/swriter/menubar/menubar.xml
+++ b/sw/uiconfig/swriter/menubar/menubar.xml
@@ -220,7 +220,6 @@
   menu:menuitem menu:id=.uno:InsertEnvelope/
   menu:menuseparator/
   menu:menuitem menu:id=.uno:InsertFrame/
-  menu:menuitem menu:id=.uno:InsertTable/
   menu:menu menu:id=.uno:GraphicMenu
 menu:menupopup
   menu:menuitem menu:id=.uno:InsertGraphic/
@@ -371,9 +370,9 @@
   /menu:menu
   menu:menu menu:id=.uno:TableMenu
 menu:menupopup
+  menu:menuitem menu:id=.uno:InsertTable/
   menu:menu menu:id=.uno:TableInsertMenu
 menu:menupopup
-  menu:menuitem menu:id=.uno:InsertTable/
   menu:menuitem menu:id=.uno:InsertRowDialog/
   menu:menuitem menu:id=.uno:InsertColumnDialog/
 /menu:menupopup
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2014-10-01 Thread Samuel Mehrbrodt
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |2 +-
 sw/uiconfig/sglobal/menubar/menubar.xml |6 
+++---
 sw/uiconfig/sweb/menubar/menubar.xml|3 +--
 sw/uiconfig/swform/menubar/menubar.xml  |6 
+++---
 sw/uiconfig/swreport/menubar/menubar.xml|6 
+++---
 sw/uiconfig/swriter/menubar/menubar.xml |6 
+++---
 sw/uiconfig/swxform/menubar/menubar.xml |6 
+++---
 7 files changed, 17 insertions(+), 18 deletions(-)

New commits:
commit 870befe9847eda85a8a5e48697486a4cf7b4ed7f
Author: Samuel Mehrbrodt s.mehrbr...@gmail.com
Date:   Wed Oct 1 22:26:40 2014 +0200

fdo#84550 Reflect new field order also in Menu

And remove page number fields from HTML documents - there are no pages in 
HTML.

Change-Id: I48a157ba6cb283185d0b58e2fa48227d154def98

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 4d71def..66c2c8d 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -303,7 +303,7 @@
   /node
   node oor:name=.uno:InsertField oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-US~Other.../value
+  value xml:lang=en-US~More.../value
 /prop
 prop oor:name=Properties oor:type=xs:int
   value7/value
diff --git a/sw/uiconfig/sglobal/menubar/menubar.xml 
b/sw/uiconfig/sglobal/menubar/menubar.xml
index b450e0c..ee9c264 100644
--- a/sw/uiconfig/sglobal/menubar/menubar.xml
+++ b/sw/uiconfig/sglobal/menubar/menubar.xml
@@ -166,13 +166,13 @@
   menu:menuitem menu:id=.uno:InsertBreak/
   menu:menu menu:id=.uno:FieldMenu
 menu:menupopup
-  menu:menuitem menu:id=.uno:InsertDateField/
-  menu:menuitem menu:id=.uno:InsertTimeField/
   menu:menuitem menu:id=.uno:InsertPageNumberField/
   menu:menuitem menu:id=.uno:InsertPageCountField/
-  menu:menuitem menu:id=.uno:InsertTopicField/
+  menu:menuitem menu:id=.uno:InsertDateField/
+  menu:menuitem menu:id=.uno:InsertTimeField/
   menu:menuitem menu:id=.uno:InsertTitleField/
   menu:menuitem menu:id=.uno:InsertAuthorField/
+  menu:menuitem menu:id=.uno:InsertTopicField/
   menu:menuseparator/
   menu:menuitem menu:id=.uno:InsertField/
 /menu:menupopup
diff --git a/sw/uiconfig/sweb/menubar/menubar.xml 
b/sw/uiconfig/sweb/menubar/menubar.xml
index 4879386..8ed898d 100644
--- a/sw/uiconfig/sweb/menubar/menubar.xml
+++ b/sw/uiconfig/sweb/menubar/menubar.xml
@@ -138,10 +138,9 @@
 menu:menupopup
   menu:menuitem menu:id=.uno:InsertDateField/
   menu:menuitem menu:id=.uno:InsertTimeField/
-  menu:menuitem menu:id=.uno:InsertPageNumberField/
-  menu:menuitem menu:id=.uno:InsertPageCountField/
   menu:menuitem menu:id=.uno:InsertTitleField/
   menu:menuitem menu:id=.uno:InsertAuthorField/
+  menu:menuitem menu:id=.uno:InsertTopicField/
   menu:menuseparator/
   menu:menuitem menu:id=.uno:InsertField/
 /menu:menupopup
diff --git a/sw/uiconfig/swform/menubar/menubar.xml 
b/sw/uiconfig/swform/menubar/menubar.xml
index 69cf742..1483922 100644
--- a/sw/uiconfig/swform/menubar/menubar.xml
+++ b/sw/uiconfig/swform/menubar/menubar.xml
@@ -165,13 +165,13 @@
   menu:menuitem menu:id=.uno:InsertBreak/
   menu:menu menu:id=.uno:FieldMenu
 menu:menupopup
-  menu:menuitem menu:id=.uno:InsertDateField/
-  menu:menuitem menu:id=.uno:InsertTimeField/
   menu:menuitem menu:id=.uno:InsertPageNumberField/
   menu:menuitem menu:id=.uno:InsertPageCountField/
-  menu:menuitem menu:id=.uno:InsertTopicField/
+  menu:menuitem menu:id=.uno:InsertDateField/
+  menu:menuitem menu:id=.uno:InsertTimeField/
   menu:menuitem menu:id=.uno:InsertTitleField/
   menu:menuitem menu:id=.uno:InsertAuthorField/
+  menu:menuitem menu:id=.uno:InsertTopicField/
   menu:menuseparator/
   menu:menuitem menu:id=.uno:InsertField/
 /menu:menupopup
diff --git a/sw/uiconfig/swreport/menubar/menubar.xml 
b/sw/uiconfig/swreport/menubar/menubar.xml
index 86252d7..82a565c 100644
--- a/sw/uiconfig/swreport/menubar/menubar.xml
+++ b/sw/uiconfig/swreport/menubar/menubar.xml
@@ -166,13 +166,13 @@
   menu:menuitem menu:id=.uno:InsertBreak/
   menu:menu menu:id=.uno:FieldMenu
 menu:menupopup
-  menu:menuitem menu:id=.uno:InsertDateField/
-  menu:menuitem menu:id=.uno:InsertTimeField/
   menu:menuitem menu:id=.uno:InsertPageNumberField/
   menu:menuitem 

[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2014-08-16 Thread Julien Nabet
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |2 +-
 sw/uiconfig/swriter/ui/optformataidspage.ui  |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 46b7a08767e17ff1ef086393c4e111a8ffa19d55
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sat Aug 16 22:06:46 2014 +0200

Related: fdo#45588 Use of different items for Formatting Marks

There's still help part to change
See https://bugs.freedesktop.org/show_bug.cgi?id=45588#c9

Change-Id: Ieb69ebffc680b0352ed481524a95a78bca50ac83

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 74597a3..f9e33bf 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -5547,7 +5547,7 @@
   /node
   node oor:name=.uno:InsertSoftHyphen oor:op=replace
 prop oor:name=Label oor:type=xs:string
-  value xml:lang=en-US~Optional hyphen/value
+  value xml:lang=en-USS~oft hyphen/value
 /prop
   /node
   node oor:name=.uno:InsertNonBreakingSpace oor:op=replace
diff --git a/sw/uiconfig/swriter/ui/optformataidspage.ui 
b/sw/uiconfig/swriter/ui/optformataidspage.ui
index c128453..85dd592 100644
--- a/sw/uiconfig/swriter/ui/optformataidspage.ui
+++ b/sw/uiconfig/swriter/ui/optformataidspage.ui
@@ -57,7 +57,7 @@
 /child
 child
   object class=GtkCheckButton id=hyphens
-property name=label translatable=yesCustom 
h_yphens/property
+property name=label translatable=yesSoft 
h_yphens/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=receives_defaultFalse/property
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits