From 32b9119512a0aaf906d173cbc4c60ca7fdf4c993 Mon Sep 17 00:00:00 2001 From: andreas_ka Date: Thu, 21 May 2015 02:01:29 +0200 Subject: Breeze: update blue color for text icons Change-Id: I051ce1165b8ddf5e3adabfacde03d436f3ada1ec Reviewed-on: https://gerrit.libreoffice.org/15835 Reviewed-by: Adolfo Jayme Barrientos Tested-by: Adolfo Jayme Barrientos (cherry picked from commit 8685cfb979fe1c49e49827bb206af49851196ef1) --- icon-themes/breeze/cmd/sc_overline.png | Bin 131 -> 333 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'icon-themes/breeze/cmd/sc_overline.png') diff --git a/icon-themes/breeze/cmd/sc_overline.png b/icon-themes/breeze/cmd/sc_overline.png index 88459a83e964..59f59ff0eb50 100644 Binary files a/icon-themes/breeze/cmd/sc_overline.png and b/icon-themes/breeze/cmd/sc_overline.png differ -- cgit LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
Uwinapi is discontinued. Change-Id: I063b4d0d8fab2d60de168e960a63b8181158ac01 Reviewed-on: https://gerrit.libreoffice.org/23198 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
2016-07-27add uui component to some other placesCaolán McNamara
Change-Id: Ic703b509bac0a57e0780bbb83537e7e4323a79d0
2015-02-27gbuild: CppunitTest: always use unittest configurationMichael Stahl
The sc_subsequent_filters_test was failing because of a lock file because it did not use the unittest configuration. Refactor gb_CppunitTest_use_configuration so it uses both the instdir and unittest configuration to prevent such errors. In case there ever is a test that does not work with the unittest configuration it should call gb_CppunitTest_use_instdir_configuration. Change-Id: Ibc00d42f8b6102d50d922f51173120798fa45c6e
2014-06-04DeInitVCL at end of testsStephan Bergmann
This required some changes to the framework: * Init-/DeInitVCL is no longer done per individual test in BootstrapFixture, but once per CppunitTest invocation in a new vclbootstrapprotector (similarly to the exisiting unobootstrapprotector). CppunitTests that need VCL now need to declare gb_CppunitTest_use_vcl. * For things to work properly, the UNO component context needs to be disposed from within DeInitVCL (cf. Desktop's Application::DeInit called from DeInitVCL). The easiest solution was to introduce an Application::setDeInitHook (where the hook is called from DeInitVCL) specifically for vclbootstrapprotector to call. * PythonTests don't (yet) call DeInitVCL; they still hook into BootstrapFixture's original test_init functionality (to call InitVCL), and do not make use of the vclbootstrapprotector. Change-Id: I4f3a3c75db30b58c1cd49d81c51db14902ed68b2
2013-11-09make firebird-sdbc an experimental featureLionel Elie Mamane
Change-Id: I0f2453e23d18597cfe1ad2a4cd4902b15f0a8f7d
2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza
Change-Id: I4c688a4aeedcae56ed6404574bd1bb392d4190cb Reviewed-on: https://gerrit.libreoffice.org/6311 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-01gbuild: use .xcd configuration files from instdirMatúš Kukan
..instead of .xcu files in solver/*/xml/registry when running unittests and gengal. Change-Id: I390a6c531d653acca7ef3379c49fe65fcb8f3c2a Reviewed-on: https://gerrit.libreoffice.org/6057 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-09-27Silence some (irrelevant) exceptions in firebird unit test.Andrzej J.R. Hunt
Change-Id: I0639b2c69f5f111e37e5566bf4cbea6719de8789
2013-09-10Add missing component to firebird unit test.Andrzej J.R. Hunt
(Windows throws an Error on this.) Change-Id: Ica3aeac294d3a32a4faa6837309a0fb5d8d15b92
2013-09-10Fix typo.Andrzej J.R. Hunt
Change-Id: I34df96334478b10f151e630188f45e6ce0487f1a
2013-09-10Try to fix Mac/Win Tinderboxes.Andrzej J.R. Hunt
Change-Id: Ibfd017c23cf510bf481d60b1e836654fd7240df0
2013-09-10Add simple embedded firebird .odb loading test.Andrzej J.R. Hunt
This opens an "empty" firebird-based .odb and tests that it is possible for the firebird-sdbc driver to open the embedded database. "empty" denotes that the .odb is marked as using embedded firebird but doesn't in fact contain any .fdb file within. This is usual state of a .odb directly after creation using the "New Database" dialog when the sdbc driver first opens the database. Change-Id: I83941c05b6328d8419dca49121988640c6f887bc