summaryrefslogtreecommitdiff
path: root/ucb/Library_ucpgvfs1.mk
blob: 58d1f75e4a26dd80bdcefef6c4f745a5c1ddcb0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# -*- 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/.
#

$(eval $(call gb_Library_Library,ucpgvfs1))

$(eval $(call gb_Library_set_componentfile,ucpgvfs1,ucb/source/ucp/gvfs/ucpgvfs))

$(eval $(call gb_Library_set_include,ucpgvfs1,\
	$(GNOMEVFS_CFLAGS) \
	$$(INCLUDE) \
))

$(eval $(call gb_Library_use_sdk_api,ucpgvfs1))

$(eval $(call gb_Library_add_libs,ucpgvfs1,\
	$(GNOMEVFS_LIBS) \
))

$(eval $(call gb_Library_use_libraries,ucpgvfs1,\
	comphelper \
	cppu \
	cppuhelper \
	sal \
	salhelper \
	ucbhelper \
))

$(eval $(call gb_Library_add_exception_objects,ucpgvfs1,\
	ucb/source/ucp/gvfs/gvfs_content \
	ucb/source/ucp/gvfs/gvfs_directory \
	ucb/source/ucp/gvfs/gvfs_provider \
	ucb/source/ucp/gvfs/gvfs_stream \
))

# vim: set noet sw=4 ts=4:
der'>2021-01-15replace stock button labelsCaolán McNamara Change-Id: I726ba7846322863d9f38314b6c6ccc7f71124a0a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109197 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> 2021-01-15tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtonsCaolán McNamara except for extensions/uiconfig/spropctrlr/ui/multiline.ui Change-Id: Ia2eca14332ffd4ac6e277c7529f17eca3ba29c0e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109310 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> 2020-12-29drop deprecated GtkAlignment, move left/top-padding into child margin-start/topCaolán McNamara for chart2 Change-Id: I069ab39ef2d84bd6fac2c0cc5ab9931176501235 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108426 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> 2020-11-15add <!-- n-columns=1 n-rows=1 --> before every GtkGridCaolán McNamara for a in `git ls-files '*.ui'`; do sed -i 's/^\( *\)\(<object class="GtkGrid".*\)/\1<!-- n-columns=1 n-rows=1 -->\n\1\2/' $a; done so we get the same behavior in glade as before 3.38 in that the grid preview don't show any unoccupied grid squares replace all existing n-columns=X n-rows=Y lines because they are all wrong, except for cui/uiconfig/ui/additionsfragment.ui sw/uiconfig/swriter/ui/pageheaderpanel.ui sw/uiconfig/swriter/ui/pagefooterpanel.ui which are correct. Change-Id: I401bbe8e098c26e7f57d6a872d3b70fc1ce85a00 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105846 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> 2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara 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> 2020-09-29Add extended tip to chart2 leader lines uiOlivier Hallot Remove mention to pie charts Change-Id: I00fffd6a77be5905266999c3dc8953a507aabf15 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103556 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <kelemen.gabor2@nisz.hu> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> 2020-09-15tdf#133227 chart UI: option to hide leader linesBalazs Varga between data points and displaced data labels of a data series. Follow-up of the following commits related to the new UNO property ShowCustomLeaderLines for data labels: commit e2f4e65a7b8024c00b049eebf0d87637efda7f24 (tdf#134571 chart2, xmloff: add loext:custom-leader-lines) commit 5d67d70b26706ce8a08612c12a68821f984210a2 (tdf#134563 Add UNO API for custom leader lines) Change-Id: Id8a953b16ff737ca924c0c2c3241fba4e3ac904b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102221 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org> 2020-08-21tdf#118148 Extended tips from schart/01/ Help pages 2Olivier Hallot Collected all extended tips for schart/01 pages and added as acessibility-description of widgets in dialogs. Added dialog file name to context string in order to prevent duplications in messages.po (messages.po collects all strings in module and chart2 has many duplicated dialogs, which created string+context dups) Use Glade 3.36 to perserve accessible-description contents. Glade 2.22 is buggy and swallows acessible-description. Change-Id: I3acce624964008dca742b93f01d2887dcfacd5b3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100545 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> 2020-02-07tdf#94234 Add Period as chart data label separatorGabor Kelemen Change-Id: I50b9662b22bdb10086e6aa557622566591135514 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88139 Tested-by: Jenkins Reviewed-by: László Németh <nemeth@numbertext.org> Tested-by: László Németh <nemeth@numbertext.org> 2020-01-25Related: tdf#128942 remove the scrolledwindow frames from all the dialcontrolsCaolán McNamara Change-Id: I445753ad1eb4d441e5a5e909ae450bda6013a6b3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87352 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> 2020-01-17Resolves: tdf#130045 dial control frame not hidden along with the controlCaolán McNamara Change-Id: Idcdf3d748849fbe1ba1a6cce278373e349ba1e5e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86967 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> 2018-10-13weld DataLabelsDialog and DataLabelsTabPageCaolán McNamara Change-Id: I509d58b2677b5e8f0db476e2650661cb128a5279 Reviewed-on: https://gerrit.libreoffice.org/61723 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>