# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Library_Library,wpftcalc)) $(eval $(call gb_Library_set_include,wpftcalc,\ -I$(SRCDIR)/writerperfect/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_set_componentfile,wpftcalc,writerperfect/source/calc/wpftcalc,services)) $(eval $(call gb_Library_add_componentimpls,wpftcalc, \ $(if $(ENABLE_WASM_STRIP_SCEXPORTS),,extended) \ )) $(eval $(call gb_Library_use_sdk_api,wpftcalc)) $(eval $(call gb_Library_use_libraries,wpftcalc,\ comphelper \ cppu \ cppuhelper \ sal \ sfx \ sot \ svx \ tl \ ucbhelper \ utl \ vcl \ writerperfect \ xo \ )) $(eval $(call gb_Library_use_externals,wpftcalc,\ boost_headers \ $(if $(ENABLE_WASM_STRIP_SCEXPORTS),,etonyek) \ odfgen \ revenge \ mwaw \ staroffice \ wps \ lcms2 \ icu_headers \ icui18n \ icuuc \ )) ifneq ($(ENABLE_WASM_STRIP_SCEXPORTS),TRUE) $(eval $(call gb_Library_add_exception_objects,wpftcalc,\ writerperfect/source/calc/NumbersImportFilter \ )) endif $(eval $(call gb_Library_add_exception_objects,wpftcalc,\ writerperfect/source/calc/MSWorksCalcImportFilter \ writerperfect/source/calc/MWAWCalcImportFilter \ writerperfect/source/calc/StarOfficeCalcImportFilter \ )) # vim: set noet sw=4 ts=4: 9487 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
the gtk default is left aligned, change the vcl one to match and drop
the deprecated and unnecessary [x|y]align

Unfortunately on load glade's inline preview shows centered alignment, though
its "true" preview tool shows left alignment and unsetting and resetting
draw-indicator will update the preview to show the alignment which will
be used: https://gitlab.gnome.org/GNOME/glade/-/issues/502

See https://gitlab.gnome.org/GNOME/glade/-/merge_requests/110 for my
stab at making glade do the right thing.

Change-Id: If454e9ce8462e6b271d2423fe7e8a55788e01fac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109487
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
replace stock button labels 2021-01-15T11:43:22+00:00 Caolán McNamara caolanm@redhat.com 2021-01-11T16:17:32+00:00 9100d70e1deeefd652c70d8086c01fe55742c3f0 Change-Id: I726ba7846322863d9f38314b6c6ccc7f71124a0a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109197 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Change-Id: I726ba7846322863d9f38314b6c6ccc7f71124a0a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109197
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
drop deprecated GtkAlignment, move left/top-padding into child margin-start/top 2021-01-01T16:06:59+00:00 Caolán McNamara caolanm@redhat.com 2020-12-30T18:51:00+00:00 ec7722e94fd074322876421d2423a830f9406cc8 for sc Change-Id: I507c7bea2ed27dc7d4ade032e3b4aff96fa38003 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108544 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
for sc

Change-Id: I507c7bea2ed27dc7d4ade032e3b4aff96fa38003
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108544
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
set all .ui min require version of gtk to 3.20 2020-10-22T20:27:50+00:00 Caolán McNamara caolanm@redhat.com 2020-10-22T16:26:58+00:00 3b3c181e5010c7b1ef6f82f23101ce45f7f0a621 and update the version mentioned in our min req in the readme.xrm follow up to commit 0c9ccc7dbf6deb4d012e0d1e6eb934e54e0f19bc Author: Caolán McNamara <caolanm@redhat.com> Date: Fri Oct 2 21:21:45 2020 +0100 raise min version of gtk to 3.20.0 Change-Id: Ibae55c97e1ee577f4b7435d124cda6a21005ad0c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104692 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
and update the version mentioned in our min req in the readme.xrm

follow up to

commit 0c9ccc7dbf6deb4d012e0d1e6eb934e54e0f19bc
Author: Caolán McNamara <caolanm@redhat.com>
Date:   Fri Oct 2 21:21:45 2020 +0100

    raise min version of gtk to 3.20.0

Change-Id: Ibae55c97e1ee577f4b7435d124cda6a21005ad0c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104692
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
remove image_position top from GtkButton 2020-09-10T07:23:07+00:00 andreas kainz kainz.a@gmail.com 2020-09-09T22:16:40+00:00 fd1168b7883e08b186752a7b102d0e932a82ed67 Change-Id: Ib7a8eb77b31a8abb08be501b1e0ce8d480f163c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102340 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Change-Id: Ib7a8eb77b31a8abb08be501b1e0ce8d480f163c0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102340
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>