# -*- 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_Package_Package,odk_settings,$(SRCDIR)/odk/settings)) $(eval $(call gb_Package_set_outdir,odk_settings,$(INSTDIR))) $(eval $(call gb_Package_add_files,odk_settings,$(SDKDIRNAME)/settings,\ $(if $(filter WNT,$(OS)),component.uno.def) \ platform.mk \ settings.mk \ std.mk \ stdtarget.mk \ )) # vim: set noet sw=4 ts=4: aw080'>aoo/aw080 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/qt5/Qt5Bitmap.cxx
AgeCommit message (Expand)Author
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-09-26remove internal use of 16-bit packed formatsNoel Grandin
2018-12-18Qt5: fix color bits interpretation for 32bit ARGB image formatsAleksei Nikiforov
2018-12-10missing includesStephan Bergmann
2018-11-16tdf#120777 KDE5: Update initialization of QImagesAleksei Nikiforov
2018-09-05kde5: cleanup cargo-culted empty dtorsThorsten Behrens
2018-08-07Qt5 static_cast bitmap data should be enoughJan-Marek Glogowski
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-06various loplugin in qt5Noel Grandin
2018-07-06Qt5 multiple small fixesJan-Marek Glogowski
2018-07-06Qt5 implement 4bit => 32bit bitmap conversionJan-Marek Glogowski
2018-06-01Various trivial loplugin fixes in --enable-qt5Stephan Bergmann
2018-04-16Fix --enable-qt5Stephan Bergmann
2018-04-16push logic from ImpBitmap::ImplReleaseBuffer downNoel Grandin
2018-01-08-Wunused-parameter in qt5 pluginNoel Grandin
2018-01-08fix qt5 pluginNoel Grandin
2018-01-05fix qt5 pluginNoel Grandin
2017-12-13Fix --enable-qt5Stephan Bergmann
2017-11-08Retrofit "KeepEmptyLinesAtTheStartOfBlocks: false" into .clang-formatStephan Bergmann
2017-11-06QT5 rotate generated bitmapJan-Marek Glogowski
2017-11-06QT5 rename from KF5Jan-Marek Glogowski