# -*- 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_UITest_UITest,hide_cols)) $(eval $(call gb_UITest_add_modules,hide_cols,$(SRCDIR)/sc/qa/uitest,\ hide_cols/ \ )) # vim: set noet sw=4 ts=4: lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/qt5/Qt5Frame.cxx
AgeCommit message (Expand)Author
2017-11-14No need for bestmaxFrameSizeForScreenSize to be declared publiclyTor Lillqvist
2017-11-13clang-format: standardize on 5.0.0Miklos Vajna
2017-11-08Retrofit "KeepEmptyLinesAtTheStartOfBlocks: false" into .clang-formatStephan Bergmann
2017-11-06Removed duplicated includeAndrea Gelmini
2017-11-06QT5 implement some mouse handlingJan-Marek Glogowski
2017-11-06QT5 port more of the gtk3 positioning codeJan-Marek Glogowski
2017-11-06QT5 implement cursor supportJan-Marek Glogowski
2017-11-06QT5 implement cairo rendering pathJan-Marek Glogowski
2017-11-06QT5 rename from KF5Jan-Marek Glogowski