summaryrefslogtreecommitdiff
path: root/icon-themes/breeze
AgeCommit message (Collapse)Author
2024-08-16tdf#162491 tdf#125032 add hyphenation settings to sidebarLászló Németh
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-07-29tdf#161090 - Spec how many / which values are in remainder of-Pie chartKurt Nordback
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-01tdf#160817 SwNavigator expose main functions for selected entryJim Raykowski
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-05-23tdf#161092 Breeze: Graphics for bar-of-pie and pie-of-pie chart typeRizal Muttaqin
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-03tdf#160349: add .uno:ChangeTheme to notebookbar to toggle dark modeJustin Luth
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-02-19tdf#50934: Rudimentary UI images for pie-of-pie and bar-of-pieKurt Nordback
Change-Id: If2ddf1ea12804717583ab6df18dc7fbfffc37d31 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160740 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-12-21tdf#158114 SwNavigator: Make images with broken links easier to findJim Raykowski
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-07-24tdf#156299 Sync Insert Shape & sidebar Shape deckRizal Muttaqin
Change-Id: I2cf0eb6cdd9256c447de5bbb62e0b516e15cd80d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154835 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-07-21tdf#155374 Icons for PageNumberWizardRizal Muttaqin
Change-Id: Iedea46b31a36c7d1d2a3ab539c3ada0b029293c2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154675 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-06-06Removed executable bits from png and svg filesAndrea Gelmini
Change-Id: Iba67b992196e26e7b0dc9eadb8cc4c3416a240d4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152639 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2023-06-06tdf#38742 - Start Center: introduce push pins to favorite documentsAndreas Heinisch
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-05-30tdf#155374 Icons for PageNumberWizardRizal Muttaqin
Change-Id: Ie0317d6640e2c2a40dc3e5808397dfada6edc55a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152408 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-05-15tdf#153789 Breeze icons for Watched Expressions and Call StackRizal Muttaqin
Change-Id: Iff094c8101a9d01fd1f73cf66c8672d0e8eb3938 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151750 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-04-24tdf#154774 Breeze & Sifr: Add image for spacing preview in MathRizal Muttaqin
Change-Id: I8a7aa14729b41311c86a9cbc57626c68c8d70ee0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150908 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-04-24tdf#154774 Breeze: Add images for spacing preview in MathRizal Muttaqin
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-23tdf#154825 All icon themes: add/update section editorRizal Muttaqin
Change-Id: I9b59c4c99d623aab1a46898e732f45d5b22261ab Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150825 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-04-09tdf#154694 All icons: Sidebar's A11y CheckerRizal Muttaqin
Change-Id: Ifb91eb6d78ae1c6cb7050b89ab0ddc45fb029a09 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150159 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-04-04tdf#151338 Rearrange table popup menu in Draw/ImpressRafael Lima
I also added the SplitCell command to the Draw popup menu, since there's no reason for it not to be there. Change-Id: Iec0d51559bf03c0f352aa631bedb794f18e02e2d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149700 Tested-by: Jenkins Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-03-17tdf#126689 Breeze, elementary, KJ, Sifr, Sukapura: Jump + & Jump - This LevelRizal Muttaqin
Change-Id: I5f361822048720a68ce2b6fc7246cb7cf7c87fa6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148983 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2023-03-11tdf#154106 Breeze, elementary, KJ, Sifr: Add Bulb assets for ToTDRizal Muttaqin
Change-Id: I218d33b4c84b846e3c4c3d95e56662a019f70720 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148681 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2023-03-09tdf#149144 Icons for sm Formula Editor in Sidebar DeckRizal Muttaqin
Change-Id: I851e0e45df3331012eddcaa3240c6ffb27054e57 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148520 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-03-08tdf#152887 Add status bar icons for Accessibility CheckRizal Muttaqin
Change-Id: Ied2b876938824c3504231988943851bd97265e44 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148466 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-03-07Resolves tdf#153344 - Resize Save icon in statusbar to 16pxHeiko Tietze
16px instead 18px to comply with the other icons Change-Id: Ic7e3531c30f1af75b38416a94acc2e7ea16c3ded Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148350 Tested-by: Jenkins Tested-by: Rizal Muttaqin <rizmut@libreoffice.org> Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-03-05Resolves tdf#153344 - Resize View Mode icon in statusbar to 16pxHeiko Tietze
Also removed the "_10x22/24" from the icons Space between icons now generated per code Change-Id: I061ccc9d46f3a6c8c6d2cbc6acedfa9fc33e472a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148163 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-03-04Related tdf#153344 - Resize Selection Mode icon in statusbar to 16pxHeiko Tietze
Also removed the "_10x22" from the icons Change-Id: Iccdd5b784f43f1588aa1b5e72d01dd220209cc21 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148120 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-03-01Related tdf#153344 - Resize Save icon in statusbar to 18pxHeiko Tietze
Also removed the "_14" from the yes/no icons Change-Id: Ic43219fe0e4555416b78831d45f9edc8060f73cc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148063 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-02-23Revert "Resolves tdf#146579 - Accessibility for statusbar icons"Heiko Tietze
This reverts commit 3fffe54bb19e387b6b56ac897a7e9cf8ebcc18d6. Reason for revert: Rectangle makes the small icons even more tiny. Looking for a better solution. Change-Id: Iec2c5f03ec6ea14546b27eb530c43ad511b2ee19 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147450 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-02-23Revert "Resolves tdf#152947 - Accessibility for save status icon"Heiko Tietze
This reverts commit 9844064f252e8ec383d3c5bf24830acd868bb764. Reason for revert: Rectangle makes the small icons even more tiny. Looking for a better solution. Change-Id: I3161d488346305ee814884758f1d8679d64db07b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147451 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-01-25Resolves tdf#152947 - Accessibility for save status iconHeiko Tietze
Added a rectangle around the *yes variants Change-Id: Ia60a5e4f6f7b0e04d0f0e7e8c5fd7bd0f8fa5492 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146136 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-01-25Resolves tdf#146579 - Accessibility for statusbar iconsHeiko Tietze
Added a rectangle around the active versions Change-Id: I473bb77a624c260db946e1718bff90eae9a4f805 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146131 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2022-12-12remove erroneously added icons with space in filenameChristian Lohmaier
Change-Id: I8e1a5ed47af74e8b26e542c7df7757368446f87a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143913 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2022-10-17tdf#149494 Breeze Sidebar Hamburger menuRizal Muttaqin
Change-Id: I485f8ab3d8039cd1e05e3af1beb002ec63d9eb32 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141458 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-10-17tdf#151527 Breeze: Add missing icons in Fontwork dialogRizal Muttaqin
Change-Id: I983713fa415b82dc4f526fd28e4e8f179f0f06d8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141451 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-10-13tdf#151087 Sifr:+Grouped n Ungrouped Columns/Rows, Breeze: Revise itRizal Muttaqin
Change-Id: I6f1e72ec38414961cf5e3d41baf6b1448ab0aa95 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141276 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-10-03tdf#151087 Breeze: Fix dark dan light Group & Ungroup Columns/RowsRizal Muttaqin
Change-Id: Ibbf0fc8f34e04c62231bcb70d310f29aa5099a5b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140842 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-09-29tdf#151197: Remove EmojiControlKhaled Hosny
Change-Id: I7fb423727425ec42d1161f6ac5649f5cac82f12f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140651 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@aliftype.com>
2022-08-01tdf#142628 Update icons for Field and Field by TypeRizal Muttaqin
Change-Id: I0f369c0d7c426b6f8930f4d34d7e2130c71a06c2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137647 Tested-by: Jenkins Tested-by: Rizal Muttaqin <rizmut@libreoffice.org> Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-07-12Breeze tdf#149753: Distinguish between New Presentation and Start from First ↵Rizal Muttaqin
Slide Change-Id: I1a60b846343f25ee6bad8a4de2ab864d5a9acb5f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136967 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-07-12Breeze: tdf#141110 Update No List iconsRizal Muttaqin
Change-Id: I00563049f1d3ee4a131df9ae73bc081da70905fe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136970 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-06-28Breeze tdf#149753: Distinguish between New Presentation & Start from 1st SlideRizal Muttaqin
Change-Id: If433cbde1425c7270f43ac869d822520821f27e6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136573 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-06-21Breeze, KJ, Sifr, Sukapura: tdf#149646 Add More Button iconsRizal Muttaqin
Change-Id: I89692967d9721cac4ec5bf51c1aec1e7caa92962 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136200 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-06-19Breeze: tdf#149008 differentiate Description and Caption iconsRizal Muttaqin
Change-Id: Idc1bb11a5daffb5b9f29a14f6086c69e6ae875fd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136100 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-06-18Breeze: tdf#138400 update General Format iconsRizal Muttaqin
Change-Id: I7daad09129c505e300d84634768f4bcf14653500 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136069 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-05-30Breeze: tdf#149368 ^ radio & checbox button to follow up latest Plasma UIRizal Muttaqin
Change-Id: I2674ea52bc6217aa7cf9283c17f1d63533baaa49 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135107 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-05-26Breeze: tdf#149036 add Label Field iconsRizal Muttaqin
Change-Id: I37b2f965edffbc8ff803ca84389e06b61d27f225 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134980 Tested-by: Rizal Muttaqin <rizmut@libreoffice.org> Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-05-26Revert "Breeze: td#149036 add Label Field icons"Rizal Muttaqin
This reverts commit a4a62ea283e20a01c0c0c99359c6e029484fedb0. Reason for revert: misstyped bug number Change-Id: Idcaa75db63e006def67841e5c7df1b68aa7f0f40 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134999 Tested-by: Rizal Muttaqin <rizmut@libreoffice.org> Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-05-26Breeze: td#149036 add Label Field iconsRizal Muttaqin
Change-Id: I3843420f896c8913267ec7d699804304c1bc2af4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134976 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-05-26Breeze & Sifr tdf#136916 add dark underlines variant iconsRizal Muttaqin
Change-Id: Ic15b8e56959606d8dbacb073d6e80d5188dc7502 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134975 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-04-28tdf#144788 Split up footnotes and endnotes in NavigatorDhiraj Holden
This patch splits the footnotes and endnotes section in Navigator. Before, there was one section for both footnotes and endnotes and now there are two sections, one for footnotes and one for endnotes. Change-Id: Ic0f3af92efa1c0487ee3c407a819bf34138ef4ab Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132796 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2022-03-11Breeze & Sifr: Add missing iconsRizal Muttaqin
Change-Id: Iaeeb7026cf440d1db893c0673ea4154e8558e6a9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131381 Tested-by: Rizal Muttaqin <rizmut@libreoffice.org> Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>