Commit graph

2072 commits

Author SHA1 Message Date
Heiko Tietze
a0db0bd2e8 Resolves tdf#127937 - Feedback for AutoCalculate
Shows an icon in the statusbar if autocalc is off;
clicking the icon toggles autocalc on

Change-Id: I7fb3296281647583f6f761427d35dcd79282f06c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177418
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-12-03 11:24:48 +01:00
Heiko Tietze
6cc1102abe Resolves tdf148513 - Illustration for line break options
Change-Id: I729c4a1e5c4b2a73cdb8d3a5c4969e3b43510deb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174038
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Tested-by: Jenkins
2024-10-24 10:04:17 +02:00
Ilmari Lauhakangas
e610847df3 tdf#163086 Resize SVG pin icons to 24x24 and clean them up
This also reverts commit 13a42d5c2d which
worked around the issue of oversized SVGs.

Sukapura Dark's pin_document.svg was already 24x24, gets a cleanup anyway.

Editing the SVG source, I changed the 64 (and in one case 512) to 24.

Then, I opened each one in Inkscape, clicked the lock icon for width and height,
input /2.6667 (or 21,3333 in case the viewbox used to be 512) to the end of the
existing width and hit Enter to apply. Then in Object - Align and Distribute
panel, I set Relative to: Page and centered on vertical and horizontal axes.

Finally, I used svgcleaner to clean out all the useless crap in the source.

Change-Id: Ic42bd5fce3227f008fe98eed304b1d565cf13651
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173774
Reviewed-by: Patrick Luby <guibomacdev@gmail.com>
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2024-09-23 06:34:18 +02:00
Ilmari Lauhakangas
750be53706 tdf#158939 Karasa Jaga: optimise icons by removing bitmaps
Change-Id: If6a285f03e3c97525c9de1267193347323964e37
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173566
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2024-09-18 09:14:31 +02:00
Ilmari Lauhakangas
6d64384d93 Colibre: fix typehistogram_16.png icon
Change-Id: Iebbe9f31d9c42dc2af82a9afefdae1fd711a4677
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173562
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2024-09-17 21:21:26 +02:00
Ilmari Lauhakangas
b72068ba68 tdf#162990 Colibre (and Dark) SVG: fix unlocked icon and add locked icon
Change-Id: Ic2121cdddc5bafb38b5082f4ba6e6774670a1543
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173509
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
Tested-by: Jenkins
2024-09-17 13:48:45 +02:00
Heiko Tietze
dbd851c357 Resolves tdf#33714 - Option to disable "only active sheet"
Based on work by Martin van Zijl in I5f5b65b132d91beb24aa6e9282390dead235d849

Change-Id: Ie4543a2fc4b52715b5d87783a57e982c20274114
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173220
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2024-09-14 12:08:26 +02:00
Heiko Tietze
b4c52eb467 Revert "Resolves tdf#162732 - Donate label not vertical centered"
This reverts commit 91f0b84675.

Reason for revert:

commit 6ca8cf32d2
Author: Caolán McNamara <caolan.mcnamara@collabora.com>
Date:   Mon Sep 9 13:33:47 2024 +0100

tdf#162732 force centered alignment for donate button text

bit of a bodge, gtk defaults to baseline alignment here, so force
what we want instead in a separate "Donate" button.

Change-Id: I6301d158e97c279a86f8fe541ce336bdd3535645
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173094
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2024-09-11 10:15:55 +02:00
Heiko Tietze
91f0b84675 Resolves tdf#162732 - Donate label not vertical centered
Icon size matters

Change-Id: I20919c16b32c9c810a57eeb70eef540587ff879e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172792
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Tested-by: Jenkins
2024-09-03 15:17:22 +02:00
László Németh
98f7f54046 tdf#162491 tdf#125032 add hyphenation settings to sidebar
Add .uno:NoBreak to the Character sidebar panel to disable
automatic hyphenation for selected words. The icon is enabled
only on hyphenated words and words with disabled hyphenation.

Add .uno:Hyphenate icon to the Character sidebar panel, with
tooltip "Insert Soft Hyphen...", which opens the dialog for
(semi-)automatic insertion of soft hyphens.

Add paragraph-level hyphenation settings to the Paragraph
sidebar panel. Only the toggle button icon "Hyphenation"
is visible to enable hyphenation, if the paragraph is not hyphenated.
If it's enabled, show all paragraph-level settings.

These new sidebar controls allow adjusting paragraph layout and
hyphenation quickly, like DTP software do.

Note: to add icon to .uno:NoBreak, modify "Properties" of
officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu.

Note: it's possible, that high resolution icon sizes will need extra
dispatcher calls (the draft is attached to the issue in the bug tracker).

Change-Id: I292527589ed3a38e4400cfd97ea54cbc7ff56a44
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171883
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
2024-08-16 12:35:41 +02:00
Kurt Nordback
37bca7e571 tdf#161090 - Spec how many / which values are in remainder of-Pie chart
This commit moves bar-of-pie and pie-of-pie chart types into a separate
line in the chart type selection UI from 'plain' pie chart types. This
allows for separate UI controls, including a spin button added in this
commit for of-pie types to specify the number of entries to be included
in the composite wedge and broken out in the right-hand subchart. Per
discussion in this and related bugs, this may not be the long-term best
approach for specifying which entries go into the composite, and it
still only allows for the last entries in the composite. But it is a
step towards allowing greater control.

I've also changed the default number in the composite from 3 to 2, to
better match MSO.

I/O of the 'number in the composite wedge' parameter is not included
in this commit. Implementing that for ODF and OOXML perhaps should be
a separate bug or bugs.

Change-Id: If4afc1417ea94c15e86a9a4dfe967a6f8ecb7ca8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168690
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2024-07-29 13:12:31 +02:00
varshneydevansh
07ae0e5ada tdf#82716 Add initial implementation of the Histogram Chart
- Add the Histogram selection to the UI
- Histogram bars showing with No Gap
- Convert X and Y axis to group data into bins and frequency
- Adjusted failing UI test (tdf138556) as a new chart type was added

Change-Id: Id1f161adac943ead5e17c7fbb7e14c9ab7f1655e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167068
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2024-07-21 08:02:43 +02:00
Heiko Tietze
216d1ba732 Related tdf#161796 - Update donate icon
Based on artwork by Ravi Poovaiah / ITT Bombay free to use for any purpose
taken from https://commons.wikimedia.org/wiki/File:Heart-hand-shake.svg

Change-Id: Ib9716b5ca18727eb50e637decc008a80089875cf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169829
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
2024-07-02 07:07:45 +02:00
Jim Raykowski
94891dce76 tdf#160817 SwNavigator expose main functions for selected entry
Replaces the headings/outline move action buttons in the tools area
with a toolbar to expose the main functions for the selected entry in
the content tree.

Change-Id: Iedb5b53375088a159d640fb986bfcf9376fa2072
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168174
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2024-07-01 18:45:56 +02:00
Heiko Tietze
4b3995bf5d Resolves tdf#161796 - Add a donate button to the start center
Set Common::Misc::ShowDonation to false in order to get the
legacy Extensions button

Icon by Muhammad Haq on freeicons.io (slightly modified)

Change-Id: I83d10d7230722d38914934d59d70ece471e62599
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169628
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2024-07-01 09:09:10 +02:00
Rizal Muttaqin
32d8a539ce tdf#154774 Sifr: Adjust contrast for dark variant
Change-Id: Ifef5be9023d09f75d526f92e326f361072ea288b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168039
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2024-05-27 00:27:08 +02:00
Rizal Muttaqin
9990ac8143 tdf#161092 KJ: Graphics for bar-of-pie and pie-of-pie chart type
Change-Id: If677a878ef80994b5b05e628064fb1ab49298e4e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167982
Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
Tested-by: Jenkins
2024-05-23 13:03:16 +02:00
Rizal Muttaqin
08241a5079 Sukapura: Delete underlying bitmap in chart type vector files
Change-Id: I299a283a1729f3ab0595218b7b29ca36a1c257f7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167975
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2024-05-23 11:14:16 +02:00
Rizal Muttaqin
b1f4a39a32 tdf#161092 Sifr: Graphics for bar-of-pie and pie-of-pie chart type
Change-Id: I10dafbcee04f51babb965ba8d7ddf1d1894dee8e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167977
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2024-05-23 08:15:10 +02:00
Rizal Muttaqin
87734c11fd tdf#161092 elementary: Graphics for bar-of-pie and pie-of-pie chart type
Change-Id: I70cef278536b3a64551d0b0e4548f666bbdac373
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167978
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2024-05-23 08:14:52 +02:00
Rizal Muttaqin
f45270827c tdf#161092 Breeze: Graphics for bar-of-pie and pie-of-pie chart type
Change-Id: I6f0f794abe567020f4e7e0d758ac9132b57611fd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167976
Tested-by: Rizal Muttaqin <rizmut@libreoffice.org>
Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
Tested-by: Jenkins
2024-05-23 08:14:30 +02:00
Rizal Muttaqin
a46736cfe6 tdf#161092 Sukapura: Graphics for bar-of-pie and pie-of-pie chart type
Change-Id: Ib28fb1e40c76c951cb7bec4a98b2aecefb3c83ac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167974
Tested-by: Rizal Muttaqin <rizmut@libreoffice.org>
Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
Tested-by: Jenkins
2024-05-23 05:08:09 +02:00
Rizal Muttaqin
eb3ae3234e tdf#161092 Colibre: Graphics for bar-of-pie and pie-of-pie chart type
Change-Id: I6af94e0792b17c58dc673732a0c96a844143315b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167972
Tested-by: Jenkins
Tested-by: Rizal Muttaqin <rizmut@libreoffice.org>
Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2024-05-23 03:14:11 +02:00
Justin Luth
da86bfd89e tdf#160349: add .uno:ChangeTheme to notebookbar to toggle dark mode
A temporary (ugly, but appropriate) icon has been assigned.

The toggle can be customize-assigned to keyboard, menu, and toolbar,
and can be found by searching for "Dark Mode".

In the menu, it is checked when in Dark mode,
and in the toolbar it is "depressed" or highlighted as active.

Dark mode has been added to the view tab of notebookbar.ui.
I added it as NOT VISIBLE, for several reasons.
- dark mode is rather new and not so stable, so don't over-promote it.
- notebookbars cannot be infinitely customized by the end user,
  so developers have to add all items. Users only enable or disable.
- toggling dark mode really ought to be done at the OS level,
  and typically should be a one-time setting,
  therefore not appropriate to waste precious toolbar space.

The primary benefit of making it available in the menu
is for QA testers who want to easily switch back and forth.
WARNING: by customizing the notebookbar, you prevent seeing
any future NBB changes made to the program
(until you reset to defaults or blow away the user profile).

Dark Mode can easily be added to a menu, toolbar or keyboard shortcut
by the end user, so I didn't bother adding it anywhere else.

To avoid completely cluttering up this commit,
I only added Dark mode to the main notebookbar.
Once this commit has been finalized,
the other writer-apps and notebookbars can
also gain this command.

Change-Id: Ia7594ad81e305ead922abd0ad7b41d6fc0413053
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166781
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
2024-05-03 17:58:15 +02:00
RMZeroFour
afb18ac062 tdf#50998 tdf#87892 Add sinusoid shape
In response to #50998 (as well as #87892 indirectly),
regarding adding sinusoidal and coil-like shapes to the
shape gallery in LibreOffice, this commit adds a sinusoid
shape to the gallery.

The shape is still incomplete for release, at least lacking
icons for the sidebar. Further details posted on the Bugzilla
thread for issue #50998.

PS-2: Removed the previously added flag shape.
PS-4: Moved sinusoid to the end in a new subgroup.

Change-Id: Ie0f6e3948b6dce98dc2b4f87289cfd37f2d16911
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165353
Tested-by: Jenkins
Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2024-04-08 09:54:55 +02:00
Caolán McNamara
5ebdcc6070 Resolves: tdf#160562 change white background of icon to transparent
so when gtk makes it insensitive it doesn't look overly gray in
comparison to its neighbour icons.

Change-Id: I08f8e4cca561c3336a4b9d61373694b37cd7f9a2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165857
Tested-by: Jenkins
Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-04-06 22:12:19 +02:00
Kurt Nordback
2b4e95b8f0 tdf#50934: Rudimentary UI images for pie-of-pie and bar-of-pie
Change-Id: If2ddf1ea12804717583ab6df18dc7fbfffc37d31
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160740
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-02-19 12:31:30 +01:00
Heiko Tietze
fe4e750d32 Resolves tdf#158531 - Connector lines for Keep Ratio setting
Icons taken from https://thenounproject.com/icon/lock-89649/ and
https://thenounproject.com/icon/unlock-89647/ (licensed PD)

Change-Id: I7efd25e83726ced7dee4f876cf4bb4c8f54408df
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160460
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2024-02-12 12:56:05 +01:00
Ilmari Lauhakangas
3be785e088 tdf#158939 icon-themes/karasa_jaga_svg: simplify some db icons
Remove subtle image mask with very small details.
Saves 1,722,744 bytes.

Change-Id: Iee00918a7baf1f13594636490e7602cc2d505e00
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162658
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2024-01-28 22:48:55 +01:00
Ilmari Lauhakangas
ace5f5cbee tdf#158939 icon-themes: remove leftover reference images from SVGs
Change-Id: Iccb7eaa0999f351cc365b52b5ce543f177ab00aa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162631
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2024-01-27 20:46:31 +01:00
Jim Raykowski
4c2c900970 tdf#158114 SwNavigator: Make images with broken links easier to find
This patch makes an icon display in image entries with broken links to
make it easier to find images with broken links.

Change-Id: I470c9959e169d4cc53a44e0a64e88af35e671db0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161045
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2023-12-21 21:45:23 +01:00
Irgaliev Amin
847001ffbb tdf#158126 UI: Scalable buttons for Impress navigation bar
On some panels, small icons of navigation bar are not
convenient to use. Currently there are 4 sizes available
for other icons: automatic, small, large and extra large.
It is useful to implement support for scalable buttons in
the Impress navigation bar. This setting can be located in
Slide show -> Slide Show Settings (Display section)

Change-Id: Ief8cc0cbf4eac98ee90bf3e993e4fc44cea0165e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159294
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2023-11-22 21:20:09 +01:00
Heiko Tietze
a52bc9b5d6 Resolves tdf#155561 - Notification for the overwrite mode
Dialog shown when it's enabled for the first time
Introduces the registry variable QuerySetInsMode
Adds an eye-catching image under res/queryinsmode.png

Change-Id: I0131177fb54238d48a671bc9ceb88283f796a526
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153505
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-09-27 17:04:57 +02:00
Xisco Fauli
28b6480c6b tdf#105303: Drop html export wizard
Done during the conference hackfest

Change-Id: I765e6dc839a98038c4071c8444ce3db9293c8a6c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157173
Tested-by: Xisco Fauli <xiscofauli@libreoffice.org>
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-09-23 11:03:38 +02:00
Rizal Muttaqin
ed016c422f tdf#156299 Sync Insert Shape & sidebar Shape deck
Change-Id: I2cf0eb6cdd9256c447de5bbb62e0b516e15cd80d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154835
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-07-24 15:22:42 +02:00
Rizal Muttaqin
b0de2c4902 Clean up Sifr's links.txt
Change-Id: Iee939486a9010ed8146fab9ac4be4387522871e1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154830
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-07-24 07:58:04 +02:00
Rizal Muttaqin
a5ea9d89e6 tdf#155374 Icons for PageNumberWizard
Change-Id: Iedea46b31a36c7d1d2a3ab539c3ada0b029293c2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154675
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-07-21 08:14:44 +02:00
Andrea Gelmini
d3cd939763 Removed executable bits from png and svg files
Change-Id: Iba67b992196e26e7b0dc9eadb8cc4c3416a240d4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152639
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2023-06-06 22:48:40 +02:00
Andreas Heinisch
436f3f8eb5 tdf#38742 - Start Center: introduce push pins to favorite documents
Change-Id: I879e4d93e1da222d9acabb776552ca1cf819574b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152136
Tested-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
2023-06-06 07:08:09 +02:00
Rizal Muttaqin
b2da36a083 tdf#155374 Icons for PageNumberWizard
Change-Id: Ie0317d6640e2c2a40dc3e5808397dfada6edc55a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152408
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-05-30 23:23:31 +02:00
Rizal Muttaqin
1303d88047 tdf#153789 sifr icons for Watched Expressions and Call Stack
Change-Id: I9bd81878f931f78ed0b7d73a03cbc89d3d8347c6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151797
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-05-16 04:57:13 +02:00
Rizal Muttaqin
172aa5d1ed tdf#153789 Colibre icons for Watched Expressions and Call Stack
Change-Id: I0cbe5df13e49a6bdbdcf7aa93472c24e331b5576
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151804
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2023-05-15 22:10:14 +02:00
Rizal Muttaqin
dc60f3b9f9 tdf#153789 Sukapura icons for Watched Expressions and Call Stack
Change-Id: I0445f256680d5a88b99ac777ac7c65aaf507f232
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151803
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2023-05-15 22:10:01 +02:00
Rizal Muttaqin
d1dce8d84a tdf#153789 elementary icons for Watched Expressions and Call Stack
Change-Id: If83566c4aa0111c2fd2bd6ad6b216b7a2ca61b2d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151756
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-05-15 10:50:28 +02:00
Rizal Muttaqin
73b35219cc tdf#153789 Breeze icons for Watched Expressions and Call Stack
Change-Id: Iff094c8101a9d01fd1f73cf66c8672d0e8eb3938
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151750
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-05-15 03:22:16 +02:00
Amin Irgaliev
8d87798080 tdf#154839 Add navigation buttons for slides
Change-Id: Ie9a533acf94f5760c6233aa70259bec620f420fb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150448
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-05-04 06:23:38 +02:00
Rizal Muttaqin
d91dc9ffd5 tdf#153789 KJ: icons for Watched Expressions and Call Stack
Change-Id: I9a989e039ae726e413c0a54ab805a0ee7d09c94e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151007
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-04-26 02:11:28 +02:00
Rizal Muttaqin
398d64e32c tdf#154774 KJ & Sukapura: +/^ images for spacing preview in Math
Change-Id: Ibafddc6e1db98448cc94e72d48c577e8c719ae8d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150951
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-04-25 04:13:04 +02:00
Rizal Muttaqin
33a4a934a2 tdf#154774 Breeze & Sifr: Add image for spacing preview in Math
Change-Id: I8a7aa14729b41311c86a9cbc57626c68c8d70ee0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150908
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-04-24 15:56:34 +02:00
Rizal Muttaqin
8505d29d61 tdf#154774 Breeze: Add images for spacing preview in Math
Change-Id: I9cacdb4c1ae5de9a312b59fc07310ab1991a1105
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150898
Tested-by: Rizal Muttaqin <rizmut@libreoffice.org>
Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-04-24 11:14:21 +02:00