summaryrefslogtreecommitdiff
path: root/extensions/Package_bib.mk
blob: 5b7eb7769a7b8faa43f434821a86178bbbea9be7 (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
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# The Initial Developer of the Original Code is
# 	Peter Foley <pefoley2@verizon.net>
# Portions created by the Initial Developer are Copyright (C) 2011 the
# Initial Developer. All Rights Reserved.
#
# Major Contributor(s):
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
#

$(eval $(call gb_Package_Package,bib,$(SRCDIR)/extensions/source/bibliography/uiconfig/sbibliography/menubar))

$(eval $(call gb_Package_add_file,bib,xml/uiconfig/modules/sbibliography/menubar/menubar.xml,menubar.xml))

# vim:set shiftwidth=4 softtabstop=4 expandtab:
735e4d39b92d7a16e855cfd9d99d9d150ea75'>c++20: use std::erase(_if) instead of std::remove(_if)+erase (svl)Julien Nabet 2023-11-22Work with what we have in ArrayImpl: pointersArmin Le Grand (allotropia) 2023-11-21Cleanup some ScPatternAttr specific stuffArmin Le Grand (allotropia) 2023-11-19Extended loplugin:ostr: svlStephan Bergmann 2023-11-19Fix performance regression with ScPatternAttr/SCArmin Le Grand (allotropia) 2023-11-15tdf#157518: add password strength meter to setmasterpassworddlgSarper Akdemir 2023-11-14cid#1550044 make it more clear that null is returned hereCaolán McNamara 2023-11-11Move user agent initialization to InitCurl_easyMike Kaganski 2023-11-09Fix typoAndrea Gelmini 2023-11-09Fix typoAndrea Gelmini 2023-11-08Avoid initialization-order-fiasco in DBG_UTIL codeStephan Bergmann 2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia) 2023-11-07curl: mitigate migration to OpenSSL on LinuxMichael Stahl 2023-11-06tdf#146619 Recheck include/t* with IWYUGabor Kelemen 2023-11-01tdf#156449 Preserve '0' or '?' in exponentLaurent Balland 2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann 2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: svlStephan Bergmann 2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann 2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann 2023-10-11tdf#157686 UI freezes after setting new master passwordNoel Grandin 2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann 2023-09-29cid#1545230 Unchecked return valueCaolán McNamara 2023-09-29ITEM: Correct handling of Items in swArmin Le Grand (allotropia) 2023-09-11ITEM: Diverse further changes/cleanups/preparationArmin Le Grand (allotropia) 2023-09-09Fix typoAndrea Gelmini 2023-09-09Fix typoAndrea Gelmini 2023-09-09Fix typoAndrea Gelmini 2023-09-09Fix typoAndrea Gelmini 2023-09-08ITEM: preparations for more/easier changes IIArmin Le Grand (allotropia) 2023-09-07tdf#141123: impossible to replace an event after it has been setJulien Nabet 2023-08-18ITEM: preparations for more/easier changesArmin Le Grand (allotropia)