[Libreoffice-commits] core.git: cui/inc extras/source vcl/Package_tipoftheday.mk
andreas kainz (via logerrit)
logerrit at kemper.freedesktop.org
Sat Feb 27 12:11:44 UTC 2021
cui/inc/tipoftheday.hrc | 12 ++++++------
extras/source/tipoftheday/expand_formula_bar.png |binary
extras/source/tipoftheday/fraction.png |binary
extras/source/tipoftheday/hybrid_pdf.png |binary
extras/source/tipoftheday/icon_sets.png |binary
extras/source/tipoftheday/remove_hyperlink.png |binary
extras/source/tipoftheday/sum_sheets.png |binary
vcl/Package_tipoftheday.mk | 6 ++++++
8 files changed, 12 insertions(+), 6 deletions(-)
New commits:
commit 114e105001a4e45573227399e33cc23a94040bee
Author: andreas kainz <kainz.a at gmail.com>
AuthorDate: Sat Feb 27 01:16:56 2021 +0100
Commit: Andreas Kainz <kainz.a at gmail.com>
CommitDate: Sat Feb 27 13:11:05 2021 +0100
ToD previews added
Change-Id: I3b518478de4369b9bb65c21d4a631a233c3c8bde
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111672
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a at gmail.com>
diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index f0395489f86a..d809446acf6d 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -51,16 +51,16 @@ const std::tuple<const char*, OUString, OUString> TIPOFTHEDAY_STRINGARRAY[] =
{ NC_("RID_CUI_TIPOFTHEDAY", "To print the notes of your slides go to File ▸ Print ▸ Impress tab and select Notes under Document ▸ Type."), "", "printnote.png"},
{ 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", "You can create editable Hybrid PDFs with %PRODUCTNAME."), "https://wiki.documentfoundation.org/Documentation/HowTo/CreateAHybridPDF", ""},
+ { NC_("RID_CUI_TIPOFTHEDAY", "You can create editable Hybrid PDFs with %PRODUCTNAME."), "https://wiki.documentfoundation.org/Documentation/HowTo/CreateAHybridPDF", "hybrid_pdf.png"},
{ 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", "Want to sum a cell through several sheets? Refer to the range of sheets e.g. =SUM(Sheet1.A1:Sheet3.A1)."), "", "sum_sheets.png"},
{ NC_("RID_CUI_TIPOFTHEDAY", "You can create fillable form documents (even PDFs) with %PRODUCTNAME."), "https://www.techrepublic.com/article/how-to-create-interactive-pdfs-with-libreoffice", "formdocuments.png"},
- { NC_("RID_CUI_TIPOFTHEDAY", "Cannot see all the text in a cell? Expand the input line in the formula bar and you can scroll."), "", "tipoftheday_c.png"},
+ { NC_("RID_CUI_TIPOFTHEDAY", "Cannot see all the text in a cell? Expand the input line in the formula bar and you can scroll."), "", "expand_formula_bar.png"},
{ NC_("RID_CUI_TIPOFTHEDAY", "Optimize your table layout with Table ▸ Size ▸ Distribute Rows / Columns Evenly."), "", "tipoftheday_w.png"},
{ NC_("RID_CUI_TIPOFTHEDAY", "Find all expressions in brackets per Edit ▸ Find and 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", "To remove a hyperlink but keep its text, right-click on the hyperlink, and use “Remove Hyperlink”."), "", "tipoftheday_w.png"},
+ { NC_("RID_CUI_TIPOFTHEDAY", "Select a different icon set from Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ User Interface ▸ Icon style."), "", "icon_sets.png"},
+ { NC_("RID_CUI_TIPOFTHEDAY", "You can display a number as a fraction (0.125 = 1/8): Format ▸ Cells, Number ▸ Fraction."), "", "fraction.png"},
+ { NC_("RID_CUI_TIPOFTHEDAY", "To remove a hyperlink but keep its text, right-click on the hyperlink, and use “Remove Hyperlink”."), "", "remove_hyperlink.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 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"},
diff --git a/extras/source/tipoftheday/expand_formula_bar.png b/extras/source/tipoftheday/expand_formula_bar.png
new file mode 100644
index 000000000000..f0ffdca79350
Binary files /dev/null and b/extras/source/tipoftheday/expand_formula_bar.png differ
diff --git a/extras/source/tipoftheday/fraction.png b/extras/source/tipoftheday/fraction.png
new file mode 100644
index 000000000000..f99659ef5769
Binary files /dev/null and b/extras/source/tipoftheday/fraction.png differ
diff --git a/extras/source/tipoftheday/hybrid_pdf.png b/extras/source/tipoftheday/hybrid_pdf.png
new file mode 100644
index 000000000000..e4854a46d856
Binary files /dev/null and b/extras/source/tipoftheday/hybrid_pdf.png differ
diff --git a/extras/source/tipoftheday/icon_sets.png b/extras/source/tipoftheday/icon_sets.png
new file mode 100644
index 000000000000..338ab466b16f
Binary files /dev/null and b/extras/source/tipoftheday/icon_sets.png differ
diff --git a/extras/source/tipoftheday/remove_hyperlink.png b/extras/source/tipoftheday/remove_hyperlink.png
new file mode 100644
index 000000000000..6dbfa94df0b6
Binary files /dev/null and b/extras/source/tipoftheday/remove_hyperlink.png differ
diff --git a/extras/source/tipoftheday/sum_sheets.png b/extras/source/tipoftheday/sum_sheets.png
new file mode 100644
index 000000000000..30b0b4457b8d
Binary files /dev/null and b/extras/source/tipoftheday/sum_sheets.png differ
diff --git a/vcl/Package_tipoftheday.mk b/vcl/Package_tipoftheday.mk
index 46b21cd7336e..d6c8d3077954 100644
--- a/vcl/Package_tipoftheday.mk
+++ b/vcl/Package_tipoftheday.mk
@@ -21,6 +21,12 @@ $(eval $(call gb_Package_add_files_with_dir,tipoftheday_images,$(LIBO_SHARE_FOLD
formdocuments.png \
masterdocument.png \
statusbar.png \
+ expand_formula_bar.png \
+ fraction.png \
+ hybrid_pdf.png \
+ icon_sets.png \
+ remove_hyperlink.png \
+ sum_sheets.png \
))
# vim: set noet sw=4 ts=4:
More information about the Libreoffice-commits
mailing list