#!/usr/bin/env perl # A hook script to verify what is about to be committed. # Called by "git commit" with no arguments. The hook should # exit with non-zero status after issuing an appropriate message # if it wants to stop the commit. use strict; #use File::Copy; #use Cwd; $ENV{LC_ALL} = "C"; # Do the work :-) # Initial commit: diff against an empty tree object my $against="4b825dc642cb6eb9a060e54bf8d69288fbee4904"; if ( system( "git rev-parse --verify HEAD >/dev/null 2>&1" ) == 0 ) { $against="HEAD" } # If you want to allow non-ascii filenames set this variable to true. my $allownonascii=`git config hooks.allownonascii`; # Cross platform projects tend to avoid non-ascii filenames; prevent # them from being added to the repository. We exploit the fact that the # printable range starts at the space character and ends with tilde. if ( $allownonascii ne "true" && # Note that the use of brackets around a tr range is ok here, (it's # even required, for portability to Solaris 10's /usr/bin/tr), since # the square bracket bytes happen to fall in the designated range. `git diff --cached --name-only --diff-filter=A -z $against | \ LC_ALL=C tr -d '[ -~]\\0'` ne "" ) { print < LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/icon-themes/elementary_svg/sw/res
AgeCommit message (Collapse)Author
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-03-11Relates tdf#153344 - elementary: darken outlineRizal Muttaqin
Change-Id: I2345da12a4dea6391ff607055124d5469dc536ab Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148675 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-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-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-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>
2021-01-18elementary: tdf#139056 update many colors to follow upstream brandRizal Muttaqin
Change-Id: I4ef4bdb43e48f740ee2075627610e13142316434 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109490 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2021-01-18elementary: tdf#139056 update RED color to follow upstream brandRizal Muttaqin
- Navigator related icons revised Change-Id: Idebb448738f7391d8af84d43778d0fefbf6de56f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109471 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2021-01-18elementary: tdf#139056 update VIOLET color to follow upstream brandRizal Muttaqin
Change-Id: Ieb2b680bc698dc533ec47d1a7b4fd47b8074911d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109462 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2021-01-13elementary: tdf#139056 update VIOLET color to follow upstream brandRizal Muttaqin
Change-Id: I9d27b42eb2193089914b2bb55623236be158985d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109026 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2021-01-06elementary: tdf#139056 update GREEN color to follow upstream brandRizal Muttaqin
Change-Id: I077509af72c16b08be836baba6855ac1fd7ba070 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108734 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2021-01-02elementary: tdf#139219 update table header to be silverRizal Muttaqin
- Update table related icons and DB Table icons Change-Id: Iea6b4c47cc624710e557ea3a91a844ac8935bb86 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108434 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2021-01-02elementary: tdf#139056 update color to follow upstream brandRizal Muttaqin
- Update some Basic icons (Step Over, Step Into, Step Out) - Update & add some Conditional Formatting icons - Update & add some Frame icons - Make Sort icons thicker - Update Data Range (Edit, Update, Refresh) icons - Update Calc's Precedents & Dependents icons - Update Validation icons - Update Shape's Left & Enter Group and Ungroup icons Change-Id: I6860a0086587dc0248f562213e11c6b2177f5a53 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108556 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2020-12-27elementary: tdf#139048 update pencil to be yellowRizal Muttaqin
(icon in Manage Changes dialog & Master Doc navigator icon) Change-Id: I7119afdb8defd1d6d221794eb825f285ecbe6fa1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108328 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2020-12-26elementary: tdf#139020 update arrow color to be more coherentRizal Muttaqin
Change-Id: I6c1782f1ef2349b1cc66a4308e5b95155ac8ae5c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108327 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2020-12-22elementary: tdf#139048 update pencil element to be yellow (2nd patch)Rizal Muttaqin
Change-Id: Ida3e127b210fef39e0ef98f3d7e7dc4fa77a2c74 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108138 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2020-12-22elementary: tdf#139056 Update color to follow upstream's branding (2)Rizal Muttaqin
Change-Id: I5b54280005971ce0d590bfe66b399441db2d5292 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108110 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2020-12-21elementary: tdf#139056 Update color to follow upstream's brandingRizal Muttaqin
- Update some arrow element Change-Id: Iecda4e7efbac6a8cb2416bdd70edc5f8edd07894 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108070 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2020-08-18elementary & Colibre: tdf#131456 Orientation iconsRizal Muttaqin
- elementary: Update page margin & page size icons Change-Id: Ie5189a1b29ab791c6ec74a6c2c692d8864f8d9a9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100890 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2020-08-13tdf#135265 Add icon variants in Manage Changes dialogRizal Muttaqin
Change-Id: Ifcffc928040fc5e3f82f005d977bf3f6df8bd786 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100633 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2020-04-28Breeze, elementary, KJ: Add Modify Layer iconsRizal Muttaqin
- elementary: Update Step Over, Border Color icons Change-Id: I7a84f0186a26b873c409eb3c2b79ef4c4f994fb9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93093 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2020-01-28Breeze*, colibre, elementary, KJ, Sifr*: Fix for tdf#130204rizmut
Change-Id: I4e67490e641ffb7ed975a39a086d6cf750446f76 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87579 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2019-10-18elementary: tdf#127976 fix navigators icons in Writer master doc mode"rizmut
Change-Id: I63370471777bbfe15bece2bbe961b872cccd8076 Reviewed-on: https://gerrit.libreoffice.org/80936 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2019-09-10elementary: Fix for tdf#127425rizmut
- Update too flat print related icons - Add large and extra large autocorrect icons - Fix some blurred icons (linetoolbox, word count,autosum) - Update add and remove icons in sidebar's track changes section - Add custom chevron (related to tdf#125296 enhancement) Change-Id: Ia7ffa514d1ef02804a82afc701f175d2e2f94249 Reviewed-on: https://gerrit.libreoffice.org/78750 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2019-06-17KJ & elementary: Fix for tdf#89884, tdf#124127rizmut
- Add/update support for locale language - Update for RTL language elementary: - Change ruler related icons's color - Update caption to be real caption - Update shadow below form icons - Add 3D extrusion, direction & surface icons - Update doc properties to use wrench just like upstream etc Change-Id: I7bea93526c98835da74e5818d9a55785a8462d60 Reviewed-on: https://gerrit.libreoffice.org/74180 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2019-06-12elementary: tdf#120065, differentiate contour on/off wrap iconsrizmut
Change-Id: I1e5fa0053e16f5ec9bf181712d111fc1a659931a Reviewed-on: https://gerrit.libreoffice.org/73855 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2019-06-06KJ & elementary: +/^ svx dir, elementary: ^ bezier & mimerizmut
Change-Id: Ieaff18277743da93393667c946ed2e95c98921b0 Reviewed-on: https://gerrit.libreoffice.org/73466 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2018-11-13elementary: Fix non insert table, fix 3D pie chartRizal Muttaqin
Change-Id: I877b548678d40916b406ddffdd4f209bfe4c4a8d Reviewed-on: https://gerrit.libreoffice.org/63315 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2018-11-03elementary: ^mail merge, cell border color (related to ↵Rizal Muttaqin
tdf#120185),conditional format, table, sheet, etc" Change-Id: I8d7fda42d0ff9a2108ba8406bd4e82af4c54ff0d Reviewed-on: https://gerrit.libreoffice.org/62790 Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id> Tested-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2018-10-28elementary: Refix for tdf#119731, update presentation/slide related icons, ↵Rizal Muttaqin
add envelope, etc Change-Id: Iae01c3e889ea38034332fc29e4cc397941930ac1 Reviewed-on: https://gerrit.libreoffice.org/62466 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-10-26elementary+KJ: Fix for tdf#120918Rizal Muttaqin
Change-Id: I2b75dce78ad8a955aa6f94ea5d225a79ae0e2dc6 Reviewed-on: https://gerrit.libreoffice.org/62392 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-10-23elementary:+ crookrotate,crookslant,^graphic, convert, smallest*, etcRizal Muttaqin
Change-Id: I8717f2b896e083712240182dc51cc79c0a001180 Reviewed-on: https://gerrit.libreoffice.org/62209 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-10-22elementary: Finalize chart graphics, separate dbtable & regulaaaaaaaaaaaaar ↵Rizal Muttaqin
table, etc Change-Id: Ib3c5a5a09eff26acabf64e4cbc2e7019ca3264e7 Reviewed-on: https://gerrit.libreoffice.org/62142 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-09-26tdf#120065 and tdf#120108, Fix wrap elementary iconsRizal Muttaqin
Change-Id: I28f0e7b964a229320ede7accfd3a98e35ef113b8 Reviewed-on: https://gerrit.libreoffice.org/60950 Reviewed-by: andreas_kainz <kainz.a@gmail.com> Tested-by: andreas_kainz <kainz.a@gmail.com>
2018-09-24Remove accidental addition of executable bit under icon-themes/*Adolfo Jayme Barrientos
Change-Id: I6a2bcdd8403494490a44c11179bf87411f73d32a
2018-09-24elementary: improve many icons, add more 32 pxRizal Muttaqin
Change-Id: I28f0e7b964a229320ede7accfd3a98e35ef113b6 Reviewed-on: https://gerrit.libreoffice.org/60920 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-09-18Elementary:+more 32 px, icon with darker tone, etcRizal Muttaqin
Change-Id: I5490787d772a56f43f38cc8a548a92a683273142 Reviewed-on: https://gerrit.libreoffice.org/60296 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-12-14Elementary-icons: remove font from svg filesandreas kainz
Change-Id: I263736c6ec5a94a124162b75d59ce1608ea31647 Reviewed-on: https://gerrit.libreoffice.org/46389 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2017-12-11Elementary-icons 1.0 beta release svg files of ALL iconsandreas kainz
Change-Id: Iaec7315c2408064fc02baf16d1a47fdd539a875c Reviewed-on: https://gerrit.libreoffice.org/46175 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>