summaryrefslogtreecommitdiff
path: root/icon-themes/sifr_dark
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-05-27tdf#154774 Sifr: Adjust contrast for dark variantRizal Muttaqin
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-23tdf#161092 Sifr: Graphics for bar-of-pie and pie-of-pie chart typeRizal Muttaqin
Change-Id: I10dafbcee04f51babb965ba8d7ddf1d1894dee8e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167977 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
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>
2024-02-12Resolves tdf#158531 - Connector lines for Keep Ratio settingHeiko Tietze
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>
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-24Clean up Sifr's links.txtRizal Muttaqin
Change-Id: Iee939486a9010ed8146fab9ac4be4387522871e1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154830 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-16tdf#153789 sifr icons for Watched Expressions and Call StackRizal Muttaqin
Change-Id: I9bd81878f931f78ed0b7d73a03cbc89d3d8347c6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151797 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-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-07Update Sifr Mimetype IconsGaldam
Updated Sifr mimetype icons to match new app/mimetype icons Change-Id: I4dda9bd4f342ed068bf1a10f9ffb23246685cc94 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148429 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org> Tested-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-31tdf#151071 Sifr follow upstream: Form Control, Record, Cell Styles, ShadowRizal Muttaqin
Change-Id: Id939ddaefc435778fcd8ae17112875b698903b9d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142051 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-10-31tdf#151837 Sifr: Icons in Left Area of XML DocumentRizal Muttaqin
Change-Id: I6ca99b08145c0bb7f1151e11203dc0edba788f26 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142052 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-10-25tdf#151742 Sifr Fix Border Lines Placeholder in Calc's SidebarRizal Muttaqin
Change-Id: I369164a55636a86192cdf3df0d070c90af96a7c8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141789 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-10-23tdf#151071 Revise Sifr to follow upstream (Navigator)Rizal Muttaqin
Change-Id: I87c204687ab4eca67df0def5cc31dbe06d74eec4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141681 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-10-23tdf#151071 Revise Sifr to follow upstreamRizal Muttaqin
- Shape's Group - About - Column Break - Wrap Text - Certificates Change-Id: I00b6598458aecd7ed0b44d2152a76cfdf39fc3f2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141679 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-10-23tdf#151071 Revise Sifr to follow upstream (Track Change, Capitalization)Rizal Muttaqin
Change-Id: I593ae9030d5855d4f408d05fa8f2328cb30be098 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141677 Tested-by: Rizal Muttaqin <rizmut@libreoffice.org> Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-10-22tdf#151694 Sifr: Update Mime TypesRizal Muttaqin
Change-Id: Ic23008fbe23ba991173db0dbf7d6b7093ec7629c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141660 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-10-21tdf#151613 Sifr: 3d Effects iconsRizal Muttaqin
Change-Id: I4e30611f1ef14038a6d0804b9794eac340e7f49b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141538 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-10-20tdf#151647 Sifr: Table/Cell border iconsRizal Muttaqin
Change-Id: Ibd942b60bd908162866c5e92206bc0a5fb974c1e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141539 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-10-20tdf#151631 Sifr: 3D Settings iconsRizal Muttaqin
Change-Id: Ia7fadffe23f8cb611df44fca028ee02ecf05a90b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141536 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-10-18tdf#151613 Sifr: 3d Effects iconsRizal Muttaqin
Change-Id: Ifc8cda54bfb817f30aa7a44dda4fb8574d2fe698 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141487 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-10-18tdf#151606 Sifr: Icons for Cell Text ExtensionRizal Muttaqin
Change-Id: I4719b58d7a3978e850cce29b9ca9c99035cb5e55 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141486 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-10-17tdf#151527 Sifr: Add missing icons in Fontwork dialogRizal Muttaqin
Change-Id: Idf8d83bbbcf8f802743f760dcca2476b0e3e8836 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141450 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-10-17tdf#151071 Sifr fix Korean Sort iconsRizal Muttaqin
Change-Id: I18ccdda2e4106897b412ec73fbd4521ede8f0545 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141460 Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-10-13tdf#151502 Sifr: Wrap in image propertiesRizal Muttaqin
Change-Id: Id33a3293349ca3dba6263b2d626acdf9748987bf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141282 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-12tdf#151071 Revise Sifr (Update color to follow symbolic Adwaita)Rizal Muttaqin
Change-Id: I70aa82598f68492ebdfcd26f51858471c0a53f25 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141245 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>