# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) include $(module_directory)/../solenv/gbuild/partial_build.mk # vim: set noet sw=4 ts=4: '/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/icon-themes/tango_testing/cmd/pt-BR
AgeCommit message (Collapse)Author
2015-02-10Remove duplicate L10n icons.Andrew
Remove icons that simply duplicate the default images, but are incorrectly stored in Locale specific directories (e.g. /cmd/pt-BR/). If they are removed, the default will be used anyway. De-duplication makes the task of icon theming easier TDF#30425. Galaxy - 124x removed: - lc_bold x10, 2.4KB. Default: 'B'. - sc_bold x10, 1.6KB. - lc_italic x13, 2.8KB. Default: 'I'. - sc_italic x13, 2.1KB. - lc_underline x12, 2.8KB. Default: 'U'. - sc_underline x12, 2.0KB. - lc_underlinedouble x9, 2.2KB. Default: 'U'. - sc_underlinedouble x9, 1.7KB. - sc_label x26, 5.4KB. Default: 'ABC'. - lc_numberformatdecimal x5, 1.7KB Default: '0.0'. - sc_numberformatdecimal x5, 1.2KB. Check and remove corresponding icons from other themes: Crystal - 82x. Hicontrast - 97x. Human - 76x. Industrial - 76x. Oxygen - 79x. Tango - 81x deletions from links.txt: "# Removing language specificity…". Tango_testing - 25x. Change-Id: I4e42b494cbdfac2b377fae077001306778addfd0 Signed-off-by: Andrew <dent.ace@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/14378 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2015-02-05Icon theme compressionAndrew
Lossless PNG optimisation for all Icon Themes. Icons were run through ImageOptim 1.5.4 (https://imageoptim.com/). Total saving ~839KB. Breeze: Saved 13.9KB out of 29.1KB. 47.5% per file on average (up to 54.5%). Crystal: Saved 44KB out of 1.2MB. 3.7% overall (up to 85.8% per file). Galaxy: Saved 10.7KB out of 2MB. 0.5% per file on average (up to 56%). Hicontrast: A few bytes. Human: Saved 288KB out of 1.8MB. 15.8% overall (up to 81.1% per file). Industrial: Saved 22.3KB out of 1.1MB. 1.9% overall (up to 88.7% per file). Oxygen: Saved 177.8KB out of 2MB. 9% overall (up to 95.3% per file). Sifr: Saved 41.2KB out of 315.8KB. 13% overall (up to 63.4% per file). Tango: Saved 130.8KB out of 1MB. 13.1% overall (up to 86.4% per file). Tango_testing: Saved 110.3KB out of 546.7KB. 20.2% overall (up to 86.4% per file). Change-Id: Id43faba59fa738cd2cde60df61c16d8cf2e06daf Signed-off-by: Andrew <dent.ace@gmail.com>