summaryrefslogtreecommitdiff
path: root/sc/Module_sc.mk
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-09-10 21:09:24 -0400
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-09-19 17:03:15 +0200
commit4ecf503924516979970254eb3783f68037647ac3 (patch)
treede67bcdd61ce10b77aca4964a349e9f0de83897d /sc/Module_sc.mk
parentf22e509c2b31ee2ed024412af5b55bf8944e76b4 (diff)
First step toward splitting the opencl code into own shared library.
Change-Id: I44fa3ded8d48b2972af17b78ab6c0af03e024f36
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r--sc/Module_sc.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 35f1fc1e6ca8..6522862f7389 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -19,6 +19,12 @@ $(eval $(call gb_Module_add_targets,sc,\
UIConfig_scalc \
))
+ifeq ($(ENABLE_OPENCL),TRUE)
+$(eval $(call gb_Module_add_targets,sc,\
+ Library_scopencl \
+))
+endif
+
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,sc,\
Library_scqahelper \
7-03-31 06:27:11 +0000'>2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna Mostly generated using make check COMPILER_EXTERNAL_TOOL=1 CCACHE_PREFIX=clang-rename-wrapper RENAME_ARGS="-qualified-name=Rectangle -new-name=tools::Rectangle" Except some modules have their own foo::tools namespace, so there have to use ::tools::Rectangle. This commit just moves the class from the global namespace, it does not update pre/postwin.h yet. Change-Id: I42b2de3c6f769fcf28cfe086f98eb31e42a305f2 Reviewed-on: https://gerrit.libreoffice.org/35923 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org> 2017-01-19sfx2: load BitmapEx resources instead of Image onesCaolán McNamara Change-Id: I9c5a0f1b23eadf15fee3ff78e5061474214fcc35 2016-06-07Missing selected + hover state in Template ManagerAkshay Deep Change-Id: I35c91cea34953a5c4a78031eb809001e902197f1 Reviewed-on: https://gerrit.libreoffice.org/26013 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> 2016-06-06Mark Default Templates in Template ManagerAkshay Deep Change-Id: I1dff486605efce09e862d2924b24949601ae0f17 Reviewed-on: https://gerrit.libreoffice.org/25816 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> 2016-05-25Template Manager: Tooltips to display categoryAkshay Deep Display categories in search view or all application filter Change-Id: If4a14ef822a84b4a651ce47d0a448767cfbce80b Reviewed-on: https://gerrit.libreoffice.org/25352 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> 2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin when used as a mutable data-structure. Plain std::vector halves the time taken to display the chart dialog Create a class to represent the std::vector we are going to be passing around, and move some of the utility methods into it to make the code prettier. Also create an optimised append(&&) method for the common case of appending small temporaries. Change-Id: I7f5b43fb4a8a84e40e6a52fcb7e9f974091b4485 2015-10-29com::sun::star->css in sfx2Noel Grandin Change-Id: I20d9b45e4b28c2a4a511774d3154aceb0471d197 Reviewed-on: https://gerrit.libreoffice.org/19643 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud Polygon is one of these names that Clash with some system objects A similar work has been done earlier with PolyPolygon. Change-Id: Icf2217cb2906292b7275760f1a16be0e150312f5 Reviewed-on: https://gerrit.libreoffice.org/17789 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> 2015-06-30tdf#90452: Templates should adhere to the recent docs colors too.Jan Holesovsky Change-Id: I5df89581796eca4e48e0a305d4319e4674f8dd87 2014-09-25Start Center Template Manager TweaksEfe Gürkan YALAMAN Template Manager and the related Start Center view has same transparent highlight color as Recent Documents. Also Template thumbnail containers should have the same size as Recent Docs view. Change-Id: I22e417a5c5ca5a849577d5a438a193371368fe24 Reviewed-on: https://gerrit.libreoffice.org/11467 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2013-11-23Lenght -> LengthJulien Nabet Change-Id: Ic338484627a1b74fba2d4d0794f8865290177464 2013-09-18Resolves: fdo#69444 cursor keys don't move between recent used docsCaolán McNamara because each item is identified by an id, but that isn't set on the recent used so it stays stuck on the first one. change the ctor of the base element to require an id to be passed to it and adjust all the good code and then use the index+1 of the recently used elements as the id. Change-Id: I1e5978ddedbd4718923ef72d67598158d5ba8ee7 2013-06-12Primitive2DReference : ambiguous symbolJan Holesovsky Change-Id: I98876ab880e6a22693ffba9f50bf989b33ef7f1f 2013-06-12Primitive2DReference : ambiguous symbolCaolán McNamara Change-Id: I4cd0d9a0023cef9458383e7ab979e24b5b3961c1 2013-06-12Primitive2DSequence : ambiguous symbolCaolán McNamara Change-Id: Ic6ed2a12e94dfd1927dc976970c2e6c873279da2 2013-06-11Related: #i121194# adapt template dialog codeCaolán McNamara we probably should remove the Bitmaps and use Graphics exlusively, but for now do a simple brute force conversion Change-Id: I0cdcb7d86f9304fd09f7e2c6aa7acdcec3785ae5 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-03-28Calculate template thumbnail subtitle position to fit drawing area.Rafael Dominguez Change-Id: I8dc7d5dd055c9ef722279754381208d684686934 2013-02-11Templates Manager: UI for renaming templates and folders, fdo#60579Cédric Bosdonnat After thinking this was a feature regression, I finally discovered that the old template manager couldn't rename templates. This commit is bringing back some previously unused code dropped in an ealier commit. Even though this is a UI change, no new string is added by this commit. 2013-01-16Template Manager: show names on several linesCédric Bosdonnat Change-Id: I6990bb6ac52889de36f3ec2cce33e4dc2f3da2ea 2012-12-13Revert "Template Manager: better show the folder overlay."Cédric Bosdonnat This reverts commit 7bebd970852a34c8421b499d06d75444c08221bc. 2012-12-12Template Manager: better show the folder overlay.Cédric Bosdonnat Still to be improved: - Add some shadow - White background colors is may be not ideal Change-Id: Id89320ebef8ee95ed24a844bbd98e3bd6bebc678 2012-12-10Template manager: paint white background under thumbnailsCédric Bosdonnat Change-Id: I55bbda1a7d04e462737b8cf24aba755b8ce96e8a 2012-12-10Revert "Template Manager: ban double-click"Cédric Bosdonnat This reverts commit 5487769838570ba5f1b35529689321e1842bae31. Come back to a more consistant UI: - single click for selection. CTRL modifier for multi-selection - double click for action - removed item's checkbox - get rid of the selection mode - no hover on items Change-Id: I82863c77ed6a45410242a244545505a5b898ba56 2012-08-23Fix rendering subtitle for template search results.Rafael Dominguez Change-Id: I1d1a5100bdbd2be238d045df3c7790dde8afd63f 2012-08-21template manager: setFontAttribute on TextLayouterDevice is neededCédric Bosdonnat or you could have some weird values initialised much earlier (remember, that TextLayouterDevice shares its device) Change-Id: Ia8e44e578dc1bff6bdc97a3007db51e20692593d 2012-08-12Draw borders arounds thumbnail.Rafael Dominguez Change-Id: Icaf9485d20c8e747d08371a1db5f4d7bee2d37bb 2012-08-12Improve thumbnail items position calculation and size.Rafael Dominguez Change-Id: I7b22d4d858d82bd1e12ead3b723aad43118cf938 2012-08-08Scale down template thumbnail subtitle.Rafael Dominguez Change-Id: I6dea3ae4800a645ac6a187ff99c5fb10513043c8 2012-07-11Draw thumbnail subtitle.Rafael Dominguez - In the case of the SearchViewItem will be Folders name and in the case of TemplateViewItem it will be author. Change-Id: I251a3db323f7f02d023c9673d0a7a8027456bda6 2012-06-20Create class to store templates data for display in TemplateView.Rafael Dominguez Change-Id: I4b3478e97528020a2ffdff4f6c49e627b9af54cd