[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - cui/inc

2019-12-16 Thread Seth Chaiklin (via logerrit)
 cui/inc/tipoftheday.hrc |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

New commits:
commit adc75ea33d2feddd2c694f6e0264e25022635d8a
Author: Seth Chaiklin 
AuthorDate: Wed Dec 11 16:51:25 2019 +0100
Commit: Heiko Tietze 
CommitDate: Mon Dec 16 16:39:07 2019 +0100

tdf#127294 replace one section tip of the day with 4 new section tips

Also adjusted wording on another section tip.

Change-Id: I8e24656f2cbf86a5da3bc2b8e204b2bc8d29b33c
Reviewed-on: https://gerrit.libreoffice.org/84965
Tested-by: Jenkins
Reviewed-by: Heiko Tietze 
(cherry picked from commit 6c844f9bbc76f615d9a49526670538f045d82e0b)
Reviewed-on: https://gerrit.libreoffice.org/85216
Reviewed-by: Seth Chaiklin 

diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index 060fdd97c24a..348b04920ae7 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -69,12 +69,14 @@ const std::tuple 
TIPOFTHEDAY_STRINGARRAY[] =
  { NC_("RID_CUI_TIPOFTHEDAY", "Use Page/Slide > Properties > 'Fit object 
to paper format' in Draw/Impress to resize the objects so that they fit on your 
chosen paper format."), "", "tipoftheday_d.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Fit the entire page in a Draw window, use * 
on the number pad."), "", "tipoftheday_d.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "In a Draw page, use '-' to zoom out; '+' to 
zoom in."), "", "tipoftheday_d.png"},
+ { NC_("RID_CUI_TIPOFTHEDAY", "Want to show the contents of another 
document within your document? Use Insert ▸ Section and select Link."), 
"modules/swriter/ui/editsectiondialog/link", "tipoftheday_w.png"}, // 
https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/section_insert.html#par_id3153404
  { NC_("RID_CUI_TIPOFTHEDAY", "To automatically number your table rows in 
Writer, select the relevant column, then apply a numbering style from List 
Styles."), "", "tipoftheday_w.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "%PRODUCTNAME allows you to use assistive 
tools, such as external screen readers, Braille devices or speech recognition 
input devices."), "https://www.libreoffice.org/get-help/accessibility/;, ""},
  { NC_("RID_CUI_TIPOFTHEDAY", "Want to sort a series in %PRODUCTNAME Calc 
such as A1, A2, A3, A11, A15, not in alphabetical order but on the number? 
Enable natural sort in the Options tab."), 
"modules/scalc/ui/sortoptionspage/SortOptionsPage", "tipoftheday_c.png"}, 
//https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/12030200.html
  { NC_("RID_CUI_TIPOFTHEDAY", "You can change the default function in the 
status bar: right click on the area."), "", "tipoftheday_c.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Want to add many of the same shapes in 
Draw/Impress? Double-click a tool in the drawing toolbar to use it for repeated 
tasks."), "", "tipoftheday_d.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Ctrl+Shift+F9 recalculates all formulas in 
all spreadsheets."), "", "tipoftheday_c.png"},
+ { NC_("RID_CUI_TIPOFTHEDAY", "Want to keep a part of an editable document 
as read-only? Insert ▸ Section. Add text to the section, then right-click “Edit 
Section” and check “Protect”."), "", "tipoftheday_w.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Use the Backspace key instead of Delete in 
Calc. You can choose what to delete."), "", "tipoftheday_c.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Best way to fix bad-looking MS Word table 
cells via Table > Size > Optimal Row Height / Column Width."), "", 
"tipoftheday_w.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "To repeat a table heading when a table 
spans over a page, use Table > Table Properties > Text Flow > Repeat 
heading."), "", "tipoftheday_w.png"},
@@ -85,7 +87,6 @@ const std::tuple 
TIPOFTHEDAY_STRINGARRAY[] =
  { NC_("RID_CUI_TIPOFTHEDAY", "Insert your metadata in your document with 
Insert > Fields > More Fields… > Document or DocInformation."), "", 
"tipoftheday_w.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Get help from the community via the Ask 
portal."), "https://ask.libreoffice.org;, ""},
  { NC_("RID_CUI_TIPOFTHEDAY", "Use Shift+Space to select the current row 
and Ctrl+Space to select the current column."), "", "tipoftheday_c.png"},
- { NC_("RID_CUI_TIPOFTHEDAY", "Use Sections in %PRODUCTNAME Writer to 
protect part of a text, show/hide text, reuse parts from other documents, use 
different column layout."), "modules/swriter/ui/sectionpage/SectionPage", 
"tipoftheday_w.png"}, 
//https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/04020100.html
  { NC_("RID_CUI_TIPOFTHEDAY", "You can move an object to another layer by 
holding it until its edges flash, then drag it to the tab of the layer you want 
to move it to."), "", "tipoftheday_d.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Data > Validity allows you to create 
drop-down lists where the user selects a value instead of typing."), 

[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - cui/inc

2019-12-10 Thread Seth Chaiklin (via logerrit)
 cui/inc/tipoftheday.hrc |5 +
 1 file changed, 5 insertions(+)

New commits:
commit 660ffeb073e42ba688c39cd2171900f6874a9055
Author: Seth Chaiklin 
AuthorDate: Fri Dec 6 11:41:05 2019 +0200
Commit: Heiko Tietze 
CommitDate: Tue Dec 10 13:18:56 2019 +0100

tdf#127294 five new tips

including one from comment #20 and one from comment #34

Change-Id: I7d3ded6d986a548d7a9c88f0036e734b4b5ccb87
Reviewed-on: https://gerrit.libreoffice.org/84604
Tested-by: Jenkins
Reviewed-by: Heiko Tietze 
(cherry picked from commit 55204db25234e22ea00d9bef2fc1a062e942e84d)
Reviewed-on: https://gerrit.libreoffice.org/84804

diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index 222ec37a75fe..8c62a80822be 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -48,6 +48,7 @@ const std::tuple 
TIPOFTHEDAY_STRINGARRAY[] =
  { NC_("RID_CUI_TIPOFTHEDAY", "To start temporarily with a fresh user 
profile, or to restore a non-working %PRODUCTNAME, use  Help > Restart in Safe 
Mode."), "svx/ui/safemodedialog/SafeModeDialog", ""}, 
//https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/profile_safe_mode.html
  { NC_("RID_CUI_TIPOFTHEDAY", "Writing a book? %PRODUCTNAME master 
document lets you manage large documents as a container for individual 
%PRODUCTNAME Writer files."), 
"https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/globaldoc.html;,
 "tipoftheday_w.png"}, //local help missing
  { NC_("RID_CUI_TIPOFTHEDAY", "Create editable Hybrid PDFs with 
%PRODUCTNAME."), 
"https://wiki.documentfoundation.org/Documentation/HowTo/CreateAHybridPDF;, ""},
+ { NC_("RID_CUI_TIPOFTHEDAY", "Explore the ten different functions in the 
status bar (at the bottom of the document window). Place the cursor over each 
field for an explanation. If not visible, use View > Status Bar."), "", 
"tipoftheday_w.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Want to sum a cell through several sheets? 
Refer to the range of sheets e.g. =SUM(Sheet1.A1:Sheet3.A1)."), "", 
"tipoftheday_c.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Create fillable form documents (even PDF's) 
with %PRODUCTNAME."), 
"https://www.techrepublic.com/article/how-to-create-interactive-pdfs-with-libreoffice;,
 ""},
  { NC_("RID_CUI_TIPOFTHEDAY", "Can't see all the text in a cell? Expand 
the input line in the formula bar and you can scroll."), "", 
"tipoftheday_c.png"},
@@ -64,6 +65,7 @@ const std::tuple 
TIPOFTHEDAY_STRINGARRAY[] =
  { NC_("RID_CUI_TIPOFTHEDAY", "Use View > Value Highlighting to display 
cell contents in colors: Text/black, Formulas/green, Numbers/blue, Protected 
cells/grey background."), 
"https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/0308.html;,
 "tipoftheday_c.png"}, //local help missing
  { NC_("RID_CUI_TIPOFTHEDAY", "Create different master pages in a 
presentation template: View > Master Slide and Slide > New Master (or per 
toolbar or right click in slide pane)."), "", "tipoftheday_i.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Want to sort a pivot table? Click on 
drop-list's arrow in the row/col header and select sort method: ascending, 
descending, or custom."), "", "tipoftheday_c.png"},
+ { NC_("RID_CUI_TIPOFTHEDAY", "Display photos or images with different 
shapes. Insert and select shape, then Insert > Image. To adjust image, 
right-click on selected shape and choose Area."), "", ""},
  { NC_("RID_CUI_TIPOFTHEDAY", "Use Page/Slide > Properties > 'Fit object 
to paper format' in Draw/Impress to resize the objects so that they fit on your 
chosen paper format."), "", "tipoftheday_d.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Fit the entire page in a Draw window, use * 
on the number pad."), "", "tipoftheday_d.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "In a Draw page, use '-' to zoom out; '+' to 
zoom in."), "", "tipoftheday_d.png"},
@@ -128,6 +130,7 @@ const std::tuple 
TIPOFTHEDAY_STRINGARRAY[] =
  { NC_("RID_CUI_TIPOFTHEDAY", "Annoyed by the 'marching ants' around cells 
in Calc? Press escape to stop them; the copied content will remain available 
for pasting."), "", "tipoftheday_c.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Want to become a %PRODUCTNAME Ambassador? 
There are certifications for developers, admins, and trainers."), 
"http://www.documentfoundation.org/certification;, ""},
  { NC_("RID_CUI_TIPOFTHEDAY", "Mix portrait and landscape orientations in 
a Calc spreadsheet by applying different page styles on sheets."), "", 
"tipoftheday_c.png"},
+ { NC_("RID_CUI_TIPOFTHEDAY", "Click on the special character icon in the 
toolbar to get quick access to favorite and recent characters to insert."), "", 
""},
  { NC_("RID_CUI_TIPOFTHEDAY", "Choose ‘Hierarchical View’ in the Styles 
sidebar to see the relation between styles."), "", "tipoftheday_w.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "You can use styles to make the tables in 
your document consistent. 

[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - cui/inc

2019-12-06 Thread Seth Chaiklin (via logerrit)
 cui/inc/tipoftheday.hrc |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 6e71b40e84d5921da23f74ab333f5cac7cbf9b9b
Author: Seth Chaiklin 
AuthorDate: Sun Dec 1 18:25:00 2019 +0200
Commit: Heiko Tietze 
CommitDate: Fri Dec 6 10:44:38 2019 +0100

tdf#128712 clarification and addition of Draw tips

Split one tip into two different tips.
Added two more Draw tips

Change-Id: Idbb9b5ba0c136a8cb110eb8b7ed8f8d2855c9221
Reviewed-on: https://gerrit.libreoffice.org/84161
Tested-by: Jenkins
Reviewed-by: Heiko Tietze 
(cherry picked from commit 6e70a98b15c97ad2a3714aae5a5bfa22d307f236)
Reviewed-on: https://gerrit.libreoffice.org/84594
Reviewed-by: Seth Chaiklin 

diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index 4f7ca04eab35..222ec37a75fe 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -57,7 +57,7 @@ const std::tuple 
TIPOFTHEDAY_STRINGARRAY[] =
  { NC_("RID_CUI_TIPOFTHEDAY", "You can display a number as a fraction 
(0.125 = 1/8): Format > Cells, Number > Fraction."), "", "tipoftheday_c.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "To remove a hyperlink but keep its text, 
right click on the hyperlink, and use 'Remove Hyperlink'."), "", 
"tipoftheday_w.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "To remove several hyperlinks at once, 
select the text with the hyperlinks, then right-click and use ‘Remove 
Hyperlink’."), "", "tipoftheday_w.png"},
- { NC_("RID_CUI_TIPOFTHEDAY", "To quickly zoom in the selection, press / 
(divide key) on the number pad. Press * to restore entire page in screen."), 
"", "tipoftheday_d.png"},
+ { NC_("RID_CUI_TIPOFTHEDAY", "To zoom a selection to fit the entire 
window in Draw, use the / (divide key) on the number pad."), "", 
"tipoftheday_d.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Click a column field (row) PivotTable and 
press F12 to group data. Choices adapt to content: Date (month, quarter, year), 
number (classes)"), "", "tipoftheday_c.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "You can restarts the slide show after a 
pause specified at Slide Show > Slide Show Settings > Loop and repeat."), "", 
"tipoftheday_i.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "To distribute some text in multi-columns 
select the text and apply Format > Columns."), "", "tipoftheday_w.png"},
@@ -65,6 +65,8 @@ const std::tuple 
TIPOFTHEDAY_STRINGARRAY[] =
  { NC_("RID_CUI_TIPOFTHEDAY", "Create different master pages in a 
presentation template: View > Master Slide and Slide > New Master (or per 
toolbar or right click in slide pane)."), "", "tipoftheday_i.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Want to sort a pivot table? Click on 
drop-list's arrow in the row/col header and select sort method: ascending, 
descending, or custom."), "", "tipoftheday_c.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Use Page/Slide > Properties > 'Fit object 
to paper format' in Draw/Impress to resize the objects so that they fit on your 
chosen paper format."), "", "tipoftheday_d.png"},
+ { NC_("RID_CUI_TIPOFTHEDAY", "Fit the entire page in a Draw window, use * 
on the number pad."), "", "tipoftheday_d.png"},
+ { NC_("RID_CUI_TIPOFTHEDAY", "In a Draw page, use '-' to zoom out; '+' to 
zoom in."), "", "tipoftheday_d.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "To automatically number your table rows in 
Writer, select the relevant column, then apply a numbering style from List 
Styles."), "", "tipoftheday_w.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "%PRODUCTNAME allows you to use assistive 
tools, such as external screen readers, Braille devices or speech recognition 
input devices."), "https://www.libreoffice.org/get-help/accessibility/;, ""},
  { NC_("RID_CUI_TIPOFTHEDAY", "Want to sort a series in %PRODUCTNAME Calc 
such as A1, A2, A3, A11, A15, not in alphabetical order but on the number? 
Enable natural sort in the Options tab."), 
"modules/scalc/ui/sortoptionspage/SortOptionsPage", "tipoftheday_c.png"}, 
//https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/12030200.html
@@ -88,6 +90,7 @@ const std::tuple 
TIPOFTHEDAY_STRINGARRAY[] =
  { NC_("RID_CUI_TIPOFTHEDAY", "Want to count words for just one particular 
paragraph style? Use Edit > Find & Replace > Paragraph Styles, select the style 
> Find All and read the number from the status bar."), "", "tipoftheday_w.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Generate fully customized PDF documents 
with the exact format, image compression, comments, access rights, password, 
etc., via File > Export as PDF."), "", ""},
  { NC_("RID_CUI_TIPOFTHEDAY", "Writer includes LibreLogo: simple Logo-like 
programming environment with turtle vector graphics, DTP and graphic design."), 
"https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/librelogo/LibreLogo.html;,
 "tipoftheday_w.png"}, //local help missing
+ { NC_("RID_CUI_TIPOFTHEDAY", "Construct your own 2D shapes in Draw. 
Select two or 

[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - cui/inc

2019-12-02 Thread Ilmari Lauhakangas (via logerrit)
 cui/inc/tipoftheday.hrc |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6ebef0ebf6f59302fb28271acca64139164a99e5
Author: Ilmari Lauhakangas 
AuthorDate: Fri Nov 29 12:37:12 2019 +0200
Commit: Heiko Tietze 
CommitDate: Mon Dec 2 14:00:41 2019 +0100

Fix regex in tip of the day

Change-Id: Ib4e3cd80c0103fe3cf63cf7849805725a8a5ec63
Reviewed-on: https://gerrit.libreoffice.org/84053
Tested-by: Jenkins
Reviewed-by: Heiko Tietze 
(cherry picked from commit a3d353e0b645fe177e24c6c93d29191cd7162633)
Reviewed-on: https://gerrit.libreoffice.org/84201
Reviewed-by: Ilmari Lauhakangas 

diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index 8c48f66a4689..4f7ca04eab35 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -148,7 +148,7 @@ const std::tuple 
TIPOFTHEDAY_STRINGARRAY[] =
  { NC_("RID_CUI_TIPOFTHEDAY", "Play music throughout a slideshow by 
assigning the sound to the first slide transition without clicking the ‘Apply 
to All Slides’ button."), "", "tipoftheday_i.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "%PRODUCTNAME doesn't calculate from left to 
right but respects the order Parentheses > Exponents > Multiplication > 
Division > Addition > Subtraction."), "", "tipoftheday_c.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Get %PRODUCTNAME documentation and free 
user guide books at:"), "http://www.libreoffice.org/get-help/documentation;, 
""},
- { NC_("RID_CUI_TIPOFTHEDAY", "Want to remove all <> at once and keep the 
text inside? Edit > Find & Replace:  Search = [<|>], Replace = blank and check 
‘Regular expressions’ under Other options."), 
"https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/0211.html;,
 ""}, //local help missing
+ { NC_("RID_CUI_TIPOFTHEDAY", "Want to remove all <> at once and keep the 
text inside? Edit > Find & Replace:  Search = [<>], Replace = blank and check 
‘Regular expressions’ under Other options."), 
"https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/0211.html;,
 ""}, //local help missing
  { NC_("RID_CUI_TIPOFTHEDAY", "Need to present a report written with 
Writer? File > Send > Outline to Presentation automatically creates a slideshow 
from the outline."), "", "tipoftheday_w.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Want to manage the presentation of 
hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."), 
"https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/04060109.html;,
 "tipoftheday_c.png"}, //local help missing
  { NC_("RID_CUI_TIPOFTHEDAY", "Uncheck Tools > Options > %PRODUCTNAME Calc 
> View > Zoom: 'Synchronize sheets' so that each sheet in Calc has its own zoom 
factor."), "", "tipoftheday_c.png"},
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - cui/inc

2019-12-01 Thread Seth Chaiklin (via logerrit)
 cui/inc/tipoftheday.hrc |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dcbe77b042ebe79f072a760626dcaa866770e13f
Author: Seth Chaiklin 
AuthorDate: Mon Nov 25 11:47:07 2019 +0200
Commit: Heiko Tietze 
CommitDate: Sun Dec 1 16:16:26 2019 +0100

tdf#127294 correct tip about removing multiple hyperlinks

Change-Id: I40c23170ebb0b7fc9386efc1983eacef79a37f37
Reviewed-on: https://gerrit.libreoffice.org/83648
Tested-by: Jenkins
Reviewed-by: Heiko Tietze 
(cherry picked from commit 39d0fe2dda13b57c39cd96945df52b3b51b9c214)
Reviewed-on: https://gerrit.libreoffice.org/84143

diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index 76d25b83c3c1..8c48f66a4689 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -56,7 +56,7 @@ const std::tuple 
TIPOFTHEDAY_STRINGARRAY[] =
  { NC_("RID_CUI_TIPOFTHEDAY", "Select a different icon set from Tools > 
Options > %PRODUCTNAME > View > User Interface > Icon style."), "", ""},
  { NC_("RID_CUI_TIPOFTHEDAY", "You can display a number as a fraction 
(0.125 = 1/8): Format > Cells, Number > Fraction."), "", "tipoftheday_c.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "To remove a hyperlink but keep its text, 
right click on the hyperlink, and use 'Remove Hyperlink'."), "", 
"tipoftheday_w.png"},
- { NC_("RID_CUI_TIPOFTHEDAY", "To remove several hyperlinks at once, 
select the text with the hyperlinks, then right click and use ‟Remove 
Hyperlink”"), "", "tipoftheday_w.png"},
+ { NC_("RID_CUI_TIPOFTHEDAY", "To remove several hyperlinks at once, 
select the text with the hyperlinks, then right-click and use ‘Remove 
Hyperlink’."), "", "tipoftheday_w.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "To quickly zoom in the selection, press / 
(divide key) on the number pad. Press * to restore entire page in screen."), 
"", "tipoftheday_d.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Click a column field (row) PivotTable and 
press F12 to group data. Choices adapt to content: Date (month, quarter, year), 
number (classes)"), "", "tipoftheday_c.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "You can restarts the slide show after a 
pause specified at Slide Show > Slide Show Settings > Loop and repeat."), "", 
"tipoftheday_i.png"},
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - cui/inc

2019-11-29 Thread Seth Chaiklin (via logerrit)
 cui/inc/tipoftheday.hrc |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6de43b0591cf3bf4b0c584153aaf4bc21e9d2698
Author: Seth Chaiklin 
AuthorDate: Thu Nov 14 15:14:12 2019 +0200
Commit: Heiko Tietze 
CommitDate: Sat Nov 30 08:25:57 2019 +0100

tdf#127294 add tip about removing multiple hyperlinks

Change-Id: I465d459dce8bd279cb3052d4563340efc3092ec7
Reviewed-on: https://gerrit.libreoffice.org/82691
Tested-by: Jenkins
Reviewed-by: Heiko Tietze 
(cherry picked from commit e95f32217b074e320d79bb6c35b445099b998cf0)
Reviewed-on: https://gerrit.libreoffice.org/84065

diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index 29a8e504a630..76d25b83c3c1 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -56,6 +56,7 @@ const std::tuple 
TIPOFTHEDAY_STRINGARRAY[] =
  { NC_("RID_CUI_TIPOFTHEDAY", "Select a different icon set from Tools > 
Options > %PRODUCTNAME > View > User Interface > Icon style."), "", ""},
  { NC_("RID_CUI_TIPOFTHEDAY", "You can display a number as a fraction 
(0.125 = 1/8): Format > Cells, Number > Fraction."), "", "tipoftheday_c.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "To remove a hyperlink but keep its text, 
right click on the hyperlink, and use 'Remove Hyperlink'."), "", 
"tipoftheday_w.png"},
+ { NC_("RID_CUI_TIPOFTHEDAY", "To remove several hyperlinks at once, 
select the text with the hyperlinks, then right click and use ‟Remove 
Hyperlink”"), "", "tipoftheday_w.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "To quickly zoom in the selection, press / 
(divide key) on the number pad. Press * to restore entire page in screen."), 
"", "tipoftheday_d.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Click a column field (row) PivotTable and 
press F12 to group data. Choices adapt to content: Date (month, quarter, year), 
number (classes)"), "", "tipoftheday_c.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "You can restarts the slide show after a 
pause specified at Slide Show > Slide Show Settings > Loop and repeat."), "", 
"tipoftheday_i.png"},
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - cui/inc

2019-11-29 Thread Seth Chaiklin (via logerrit)
 cui/inc/tipoftheday.hrc |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e076a853fba28378bfce94eb597703a9a0c5a341
Author: Seth Chaiklin 
AuthorDate: Wed Nov 13 18:22:35 2019 +0200
Commit: Heiko Tietze 
CommitDate: Fri Nov 29 11:43:21 2019 +0100

simplification of existing tip

Change-Id: I2936b64a3543f8b88fb7a44bd60871d4ec22f45c
Reviewed-on: https://gerrit.libreoffice.org/82622
Tested-by: Jenkins
Reviewed-by: Heiko Tietze 
(cherry picked from commit cc5483c3a3657b1b3c249d1ab039feda4bc50cfe)
Reviewed-on: https://gerrit.libreoffice.org/84042

diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index 64f2dae64092..29a8e504a630 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -45,7 +45,7 @@ const std::tuple 
TIPOFTHEDAY_STRINGARRAY[] =
 {
  { NC_("RID_CUI_TIPOFTHEDAY", "Need to allow changes to parts of a 
read-only document in Writer? Insert frames or sections that can authorize 
changes."), 
"https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/section_edit.html;,
 "tipoftheday_w.png"}, //local help missing
  { NC_("RID_CUI_TIPOFTHEDAY", "To print the notes of your slides go to 
File > Print > Impress tab and select Notes under Document > Type."), "", 
"tipoftheday_i.png"},
- { NC_("RID_CUI_TIPOFTHEDAY", "To temporarily start with a fresh user 
profile, or to restore a non-working %PRODUCTNAME instance, go to Help > 
Restart in Safe Mode."), "svx/ui/safemodedialog/SafeModeDialog", ""}, 
//https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/profile_safe_mode.html
+ { NC_("RID_CUI_TIPOFTHEDAY", "To start temporarily with a fresh user 
profile, or to restore a non-working %PRODUCTNAME, use  Help > Restart in Safe 
Mode."), "svx/ui/safemodedialog/SafeModeDialog", ""}, 
//https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/profile_safe_mode.html
  { NC_("RID_CUI_TIPOFTHEDAY", "Writing a book? %PRODUCTNAME master 
document lets you manage large documents as a container for individual 
%PRODUCTNAME Writer files."), 
"https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/globaldoc.html;,
 "tipoftheday_w.png"}, //local help missing
  { NC_("RID_CUI_TIPOFTHEDAY", "Create editable Hybrid PDFs with 
%PRODUCTNAME."), 
"https://wiki.documentfoundation.org/Documentation/HowTo/CreateAHybridPDF;, ""},
  { NC_("RID_CUI_TIPOFTHEDAY", "Want to sum a cell through several sheets? 
Refer to the range of sheets e.g. =SUM(Sheet1.A1:Sheet3.A1)."), "", 
"tipoftheday_c.png"},
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - cui/inc

2019-11-22 Thread Seth Chaiklin (via logerrit)
 cui/inc/tipoftheday.hrc |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2e701b197189bc90e3af091aa4a641643a28e4ed
Author: Seth Chaiklin 
AuthorDate: Wed Nov 13 19:18:22 2019 +0200
Commit: Heiko Tietze 
CommitDate: Fri Nov 22 15:44:00 2019 +0100

tdf#128677 Adding the wording as discussed in bug

Change-Id: I5c327e86cd39a1d625831d27b763a59b32064360
Reviewed-on: https://gerrit.libreoffice.org/82630
Tested-by: Jenkins
Reviewed-by: Heiko Tietze 
(cherry picked from commit 01d01d6e21b360888db9a58a93dc24caad46d4c9)
Reviewed-on: https://gerrit.libreoffice.org/83481

diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index def9fa36100b..64f2dae64092 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -55,7 +55,7 @@ const std::tuple 
TIPOFTHEDAY_STRINGARRAY[] =
  { NC_("RID_CUI_TIPOFTHEDAY", "Find all expressions in brackets per Edit > 
Find & Replace > Find > \\([^)]+\\) (check ‘Regular expressions’)"), "", 
"tipoftheday_w.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Select a different icon set from Tools > 
Options > %PRODUCTNAME > View > User Interface > Icon style."), "", ""},
  { NC_("RID_CUI_TIPOFTHEDAY", "You can display a number as a fraction 
(0.125 = 1/8): Format > Cells, Number > Fraction."), "", "tipoftheday_c.png"},
- { NC_("RID_CUI_TIPOFTHEDAY", "Want to keep the text from, but remove a 
hyperlink, in Writer? Right click the link and ‘Remove Hyperlink’."), "", 
"tipoftheday_w.png"},
+ { NC_("RID_CUI_TIPOFTHEDAY", "To remove a hyperlink but keep its text, 
right click on the hyperlink, and use 'Remove Hyperlink'."), "", 
"tipoftheday_w.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "To quickly zoom in the selection, press / 
(divide key) on the number pad. Press * to restore entire page in screen."), 
"", "tipoftheday_d.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Click a column field (row) PivotTable and 
press F12 to group data. Choices adapt to content: Date (month, quarter, year), 
number (classes)"), "", "tipoftheday_c.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "You can restarts the slide show after a 
pause specified at Slide Show > Slide Show Settings > Loop and repeat."), "", 
"tipoftheday_i.png"},
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits