Compare commits

..
22 Commits
Author SHA1 Message Date
pre-commit-ci[bot] cfd985876e [pre-commit.ci] Pre-commit autoupdate. (#19)
updates:
- [github.com/pre-commit/mirrors-clang-format: v22.1.2 → v22.1.5](https://github.com/pre-commit/mirrors-clang-format/compare/v22.1.2...v22.1.5)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-07-09 08:13:30 +02:00
pre-commit-ci[bot] b89b52296a [pre-commit.ci] Pre-commit autoupdate. (#17)
updates:
- [github.com/pre-commit/mirrors-clang-format: v21.1.8 → v22.1.2](https://github.com/pre-commit/mirrors-clang-format/compare/v21.1.8...v22.1.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-04-07 09:02:02 +02:00
pre-commit-ci[bot] 11b4d13da8 [pre-commit.ci] Pre-commit autoupdate. (#16)
updates:
- [github.com/pre-commit/mirrors-clang-format: v21.1.2 → v21.1.8](https://github.com/pre-commit/mirrors-clang-format/compare/v21.1.2...v21.1.8)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-01-05 19:26:46 +01:00
pre-commit-ci[bot] be7c5f0d0b [pre-commit.ci] Pre-commit autoupdate. (#15)
updates:
- [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0)
- [github.com/pre-commit/mirrors-clang-format: v20.1.7 → v21.1.2](https://github.com/pre-commit/mirrors-clang-format/compare/v20.1.7...v21.1.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-10-07 15:00:43 +02:00
pre-commit-ci[bot] 27718aecc2 [pre-commit.ci] Pre-commit autoupdate. (#14)
updates:
- [github.com/pre-commit/mirrors-clang-format: v19.1.5 → v20.1.7](https://github.com/pre-commit/mirrors-clang-format/compare/v19.1.5...v20.1.7)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-07-07 20:31:09 +02:00
Mikaël Capelle 4deb451f14 Merge pull request #12 from ModOrganizer2/dev/vcpkg 2025-05-29 11:02:09 +02:00
Mikaël Capelle f6c7a516d3 Merge pull request #13 from ModOrganizer2/dev/update-translations
Update translations.
2024-07-21 17:04:55 +02:00
Mikaël Capelle 32399c01a2 Update translations. 2024-07-21 16:48:31 +02:00
Mikaël Capelle 23c4ce331a Merge pull request #11 from ModOrganizer2/dev/modernize_repo
Formatting + CI
2024-07-11 11:48:54 +02:00
Mikaël Capelle ed9f6d9b63 Add .git-blame-ignore-revs. 2024-07-11 11:34:57 +02:00
Jeremy Rimpo 01daa7e9c9 Modernize repo 2024-07-11 11:34:04 +02:00
Jeremy Rimpo f47d910bd2 Add raw data preview support (#10)
- Also adds psc as valid text preview
2024-07-11 11:28:24 +02:00
Mikaël Capelle 1bfa64842e Merge pull request #9 from ModOrganizer2/update-cmake-common-qt6
Update following cmake_common changes.
2022-04-28 17:50:08 +02:00
Mikaël Capelle bdd4397c8f Update following cmake_common changes. 2022-04-19 23:56:03 +02:00
Jeremy Rimpo 69fa4b8a3d Changes to compile with Qt6 + Boost 1.77 2021-12-05 03:42:49 -06:00
Mikaël Capelle 8fe992ed7f Update translation file. 2021-02-02 20:39:14 +01:00
Jeremy Rimpo 5597a8eff9 [ci skip] Update artifacts paths for msbuild 2021-01-29 10:53:43 -06:00
Mikaël Capelle 02b74362d5 Merge pull request #8 from Holt59/iplugin-isactive-refactoring
IPlugin::isActive refactoring
2020-11-18 10:01:33 +01:00
Mikaël Capelle d7c6137f29 Update following removal of IPlugin::isActive(). 2020-11-11 15:12:26 +01:00
Jeremy Rimpo 9fc4e63e2d [skip ci] Use PR branch for umbrella repo (if it exists) 2020-09-25 00:34:24 -05:00
Jeremy Rimpo 247f890396 Fix artifacts 2020-09-23 19:44:13 -05:00
Jeremy Rimpo f5318afbdf Add appveyor config 2020-09-23 19:36:37 -05:00
16 changed files with 464 additions and 277 deletions
+41
View File
@@ -0,0 +1,41 @@
---
# We'll use defaults from the LLVM style, but with 4 columns indentation.
BasedOnStyle: LLVM
IndentWidth: 2
---
Language: Cpp
DeriveLineEnding: false
UseCRLF: true
DerivePointerAlignment: false
PointerAlignment: Left
AlignConsecutiveAssignments: true
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: Never
AllowShortLambdasOnASingleLine: Empty
AlwaysBreakTemplateDeclarations: Yes
AccessModifierOffset: -2
AlignTrailingComments: true
SpacesBeforeTrailingComments: 2
NamespaceIndentation: Inner
MaxEmptyLinesToKeep: 1
BreakBeforeBraces: Custom
BraceWrapping:
AfterCaseLabel: false
AfterClass: true
AfterControlStatement: false
AfterEnum: true
AfterFunction: true
AfterNamespace: true
AfterStruct: true
AfterUnion: true
AfterExternBlock: true
BeforeCatch: false
BeforeElse: false
BeforeLambdaBody: false
BeforeWhile: false
IndentBraces: false
SplitEmptyFunction: false
SplitEmptyRecord: false
SplitEmptyNamespace: true
ColumnLimit: 88
ForEachMacros: ['Q_FOREACH', 'foreach']
+1
View File
@@ -0,0 +1 @@
01daa7e9c9f396f83451703fc6cdc046a4e87b16
+7
View File
@@ -0,0 +1,7 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.cpp text eol=crlf
*.h text eol=crlf
+20
View File
@@ -0,0 +1,20 @@
name: Build Preview Base
on:
push:
branches: [master]
pull_request:
types: [opened, synchronize, reopened]
env:
VCPKG_BINARY_SOURCES: clear;x-azblob,${{ vars.AZ_BLOB_VCPKG_URL }},${{ secrets.AZ_BLOB_SAS }},readwrite
jobs:
build:
runs-on: windows-2022
steps:
- name: Build Preview Base
id: build-preview-base
uses: ModOrganizer2/build-with-mob-action@master
with:
mo2-dependencies: uibase
+16
View File
@@ -0,0 +1,16 @@
name: Lint Preview Base Plugin
on:
push:
pull_request:
types: [opened, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check format
uses: ModOrganizer2/check-formatting-action@master
with:
check-path: "."
+20
View File
@@ -0,0 +1,20 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-merge-conflict
- id: check-case-conflict
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v22.1.5
hooks:
- id: clang-format
'types_or': [c++, c]
ci:
autofix_commit_msg: "[pre-commit.ci] Auto fixes from pre-commit.com hooks."
autofix_prs: true
autoupdate_commit_msg: "[pre-commit.ci] Pre-commit autoupdate."
autoupdate_schedule: quarterly
submodules: false
-6
View File
@@ -1,11 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(preview_base)
set(project_type plugin)
if(DEFINED DEPENDENCIES_DIR)
include(${DEPENDENCIES_DIR}/modorganizer_super/cmake_common/project.cmake)
else()
include(../cmake_common/project.cmake)
endif()
add_subdirectory(src)
+67
View File
@@ -0,0 +1,67 @@
{
"configurePresets": [
{
"errors": {
"deprecated": true
},
"hidden": true,
"name": "cmake-dev",
"warnings": {
"deprecated": true,
"dev": true
}
},
{
"cacheVariables": {
"VCPKG_MANIFEST_NO_DEFAULT_FEATURES": {
"type": "BOOL",
"value": "ON"
}
},
"toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
"hidden": true,
"name": "vcpkg"
},
{
"hidden": true,
"inherits": ["vcpkg"],
"name": "vcpkg-dev"
},
{
"binaryDir": "${sourceDir}/vsbuild",
"architecture": {
"strategy": "set",
"value": "x64"
},
"cacheVariables": {
"CMAKE_CXX_FLAGS": "/EHsc /MP /W4",
"VCPKG_TARGET_TRIPLET": {
"type": "STRING",
"value": "x64-windows-static-md"
}
},
"generator": "Visual Studio 17 2022",
"inherits": ["cmake-dev", "vcpkg-dev"],
"name": "vs2022-windows",
"toolset": "v143"
},
{
"cacheVariables": {
"VCPKG_MANIFEST_FEATURES": {
"type": "STRING",
"value": "standalone"
}
},
"inherits": "vs2022-windows",
"name": "vs2022-windows-standalone"
}
],
"buildPresets": [
{
"name": "vs2022-windows",
"resolvePackageReferences": "on",
"configurePreset": "vs2022-windows"
}
],
"version": 4
}
+8 -5
View File
@@ -1,6 +1,9 @@
cmake_minimum_required(VERSION 3.16)
if(DEFINED DEPENDENCIES_DIR)
include(${DEPENDENCIES_DIR}/modorganizer_super/cmake_common/src.cmake)
else()
include(../../cmake_common/src.cmake)
endif()
find_package(mo2-cmake CONFIG REQUIRED)
find_package(mo2-uibase CONFIG REQUIRED)
add_library(preview_base SHARED previewbase.cpp previewbase.h)
mo2_configure_plugin(preview_base NO_SOURCES WARNINGS 4)
target_link_libraries(preview_base PRIVATE mo2::uibase)
mo2_install_plugin(preview_base)
-11
View File
@@ -1,11 +0,0 @@
Import('qt_env')
env = qt_env.Clone()
env.AppendUnique(CPPDEFINES = [ 'PREVIEWBASE_LIBRARY' ])
lib = env.SharedLibrary('previewBase', env.Glob('*.cpp'))
env.InstallModule(lib)
res = env['QT_USED_MODULES']
Return('res')
-26
View File
@@ -1,26 +0,0 @@
#-------------------------------------------------
#
# Project created by QtCreator 2014-01-14T19:50:56
#
#-------------------------------------------------
TARGET = previewBase
TEMPLATE = lib
CONFIG += plugins
CONFIG += dll
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets gui
DEFINES += PREVIEWBASE_LIBRARY
SOURCES += previewbase.cpp
HEADERS += previewbase.h
include(../plugin_template.pri)
OTHER_FILES += \
previewbase.json\
SConscript
+8 -3
View File
@@ -4,17 +4,22 @@
<context>
<name>PreviewBase</name>
<message>
<location filename="previewbase.cpp" line="91"/>
<location filename="previewbase.cpp" line="86"/>
<source>Preview Base</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="previewbase.cpp" line="96"/>
<source>Supports previewing various types of data files</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="previewbase.cpp" line="107"/>
<location filename="previewbase.cpp" line="109"/>
<source>Enable previewing of basic file types, such as images and text files.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="previewbase.cpp" line="108"/>
<location filename="previewbase.cpp" line="113"/>
<source>Specify a list of comma separated extensions (without &quot;.&quot;) that should not be previewed by this plugin.</source>
<translation type="unfinished"></translation>
</message>
+185 -161
View File
@@ -1,161 +1,185 @@
/*
Copyright (C) 2014 Sebastian Herbord. All rights reserved.
This file is part of Base Preview plugin for MO
Base Preview plugin is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Base Preview plugin is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Base Preview plugin. If not, see <http://www.gnu.org/licenses/>.
*/
#include "previewbase.h"
#include <utility.h>
#include <QImageReader>
#include <QFileInfo>
#include <QLabel>
#include <QTextEdit>
#include <QtPlugin>
#include <QApplication>
#include <QDesktopWidget>
using namespace MOBase;
PreviewBase::PreviewBase()
: m_MOInfo(nullptr)
{
}
bool PreviewBase::init(IOrganizer *moInfo)
{
m_MOInfo = moInfo;
if (!isActive()) {
return true;
}
const QStringList& blacklist = m_MOInfo->pluginSetting(name(), "blacklisted_extensions").toString().toLower().split(',');
// set up image reader to be used for all image types qt (the current installation) supports
auto imageReader = std::bind(&PreviewBase::genImagePreview, this, std::placeholders::_1, std::placeholders::_2);
foreach(const QByteArray & fileType, QImageReader::supportedImageFormats()) {
auto strFileType = QString(fileType).toLower();
// skip dds as that one is handled by the dds preview plugin.
if (strFileType == "dds" || blacklist.contains(strFileType))
continue;
m_PreviewGenerators[strFileType] = imageReader;
}
const QStringList supportedTextFormats = { "txt", "ini", "json", "log", "cfg" };
auto textReader = std::bind(&PreviewBase::genTxtPreview, this, std::placeholders::_1, std::placeholders::_2);
foreach(const QString fileType, supportedTextFormats) {
// skip blacklisted ones
if (blacklist.contains(fileType))
continue;
m_PreviewGenerators[fileType] = textReader;
}
return true;
}
QString PreviewBase::name() const
{
return "Preview Base";
}
QString PreviewBase::author() const
{
return "Tannin";
}
QString PreviewBase::description() const
{
return tr("Supports previewing various types of data files");
}
MOBase::VersionInfo PreviewBase::version() const
{
return VersionInfo(1, 1, 0, VersionInfo::RELEASE_FINAL);
}
bool PreviewBase::isActive() const
{
return m_MOInfo->pluginSetting(name(), "enabled").toBool();
}
QList<MOBase::PluginSetting> PreviewBase::settings() const
{
QList<PluginSetting> result;
result.push_back(PluginSetting("enabled", tr("Enable previewing of basic file types, such as images and text files."), QVariant(true)));
result.push_back(PluginSetting("blacklisted_extensions", tr("Specify a list of comma separated extensions (without \".\") "
"that should not be previewed by this plugin."), QVariant("")));
return result;
}
std::set<QString> PreviewBase::supportedExtensions() const
{
std::set<QString> extensions;
for (const auto &generator : m_PreviewGenerators) {
extensions.insert(generator.first);
}
return extensions;
}
QWidget *PreviewBase::genFilePreview(const QString &fileName, const QSize &maxSize) const
{
auto iter = m_PreviewGenerators.find(QFileInfo(fileName).suffix().toLower());
if (iter != m_PreviewGenerators.end()) {
return iter->second(fileName, maxSize);
} else {
return nullptr;
}
}
QWidget *PreviewBase::genImagePreview(const QString &fileName, const QSize&) const
{
QLabel *label = new QLabel();
QPixmap pic = QPixmap(fileName);
QSize screenSize = QApplication::desktop()->screenGeometry().size();
// ensure the output image is no more than 80% of the screen height.
// If the aspect ratio is higher than that of the screen this would still allow the image to extend
// beyond the screen but it ensures you can drag the window and close it
int maxHeight = static_cast<int>(screenSize.height() * 0.8f);
if (pic.size().height() > maxHeight) {
pic = pic.scaledToHeight(maxHeight, Qt::SmoothTransformation);
}
label->setPixmap(pic);
return label;
}
QWidget *PreviewBase::genTxtPreview(const QString &fileName, const QSize&) const
{
QTextEdit *edit = new QTextEdit();
edit->setText(MOBase::readFileText(fileName));
edit->setReadOnly(true);
return edit;
}
#if QT_VERSION < QT_VERSION_CHECK(5,0,0)
Q_EXPORT_PLUGIN2(previewBase, PreviewBase)
#endif
/*
Copyright (C) 2014 Sebastian Herbord. All rights reserved.
This file is part of Base Preview plugin for MO
Base Preview plugin is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Base Preview plugin is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Base Preview plugin. If not, see <http://www.gnu.org/licenses/>.
*/
#include "previewbase.h"
#include <QApplication>
#include <QFileInfo>
#include <QImageReader>
#include <QLabel>
#include <QScreen>
#include <QTextEdit>
#include <QtPlugin>
#include <uibase/utility.h>
using namespace MOBase;
PreviewBase::PreviewBase() : m_MOInfo(nullptr) {}
bool PreviewBase::init(IOrganizer* moInfo)
{
m_MOInfo = moInfo;
const QStringList& blacklist =
m_MOInfo->pluginSetting(name(), "blacklisted_extensions")
.toString()
.toLower()
.split(',');
// set up image reader to be used for all image types qt (the current installation)
// supports
auto imageReader =
std::bind(&PreviewBase::genImagePreview, this, std::placeholders::_1,
std::placeholders::_2, std::placeholders::_3);
foreach (const QByteArray& fileType, QImageReader::supportedImageFormats()) {
auto strFileType = QString(fileType).toLower();
// skip dds as that one is handled by the dds preview plugin.
if (strFileType == "dds" || blacklist.contains(strFileType))
continue;
m_PreviewGenerators[strFileType] = imageReader;
}
const QStringList supportedTextFormats = {"txt", "ini", "json", "log", "cfg", "psc"};
auto textReader = std::bind(&PreviewBase::genTxtPreview, this, std::placeholders::_1,
std::placeholders::_2, std::placeholders::_3);
foreach (const QString fileType, supportedTextFormats) {
// skip blacklisted ones
if (blacklist.contains(fileType))
continue;
m_PreviewGenerators[fileType] = textReader;
}
return true;
}
QString PreviewBase::name() const
{
return "Preview Base";
}
QString PreviewBase::localizedName() const
{
return tr("Preview Base");
}
QString PreviewBase::author() const
{
return "Tannin";
}
QString PreviewBase::description() const
{
return tr("Supports previewing various types of data files");
}
MOBase::VersionInfo PreviewBase::version() const
{
return VersionInfo(1, 1, 0, VersionInfo::RELEASE_FINAL);
}
QList<MOBase::PluginSetting> PreviewBase::settings() const
{
QList<PluginSetting> result;
result.push_back(PluginSetting(
"enabled",
tr("Enable previewing of basic file types, such as images and text files."),
QVariant(true)));
result.push_back(
PluginSetting("blacklisted_extensions",
tr("Specify a list of comma separated extensions (without \".\") "
"that should not be previewed by this plugin."),
QVariant("")));
return result;
}
std::set<QString> PreviewBase::supportedExtensions() const
{
std::set<QString> extensions;
for (const auto& generator : m_PreviewGenerators) {
extensions.insert(generator.first);
}
return extensions;
}
QWidget* PreviewBase::genFilePreview(const QString& fileName,
const QSize& maxSize) const
{
return genDataPreview(nullptr, fileName, maxSize);
}
QWidget* PreviewBase::genDataPreview(const QByteArray& fileData,
const QString& fileName,
const QSize& maxSize) const
{
auto iter = m_PreviewGenerators.find(QFileInfo(fileName).suffix().toLower());
if (iter != m_PreviewGenerators.end()) {
return iter->second(fileName, maxSize, fileData);
} else {
return nullptr;
}
}
QWidget* PreviewBase::genImagePreview(const QString& fileName, const QSize&,
const QByteArray& fileData) const
{
QLabel* label = new QLabel();
QPixmap pic;
if (fileData == nullptr) {
pic = QPixmap(fileName);
} else {
pic.loadFromData(fileData);
}
QSize screenSize = QApplication::primaryScreen()->geometry().size();
// ensure the output image is no more than 80% of the screen height.
// If the aspect ratio is higher than that of the screen this would still allow the
// image to extend beyond the screen but it ensures you can drag the window and close
// it
int maxHeight = static_cast<int>(screenSize.height() * 0.8f);
if (pic.size().height() > maxHeight) {
pic = pic.scaledToHeight(maxHeight, Qt::SmoothTransformation);
}
label->setPixmap(pic);
return label;
}
QWidget* PreviewBase::genTxtPreview(const QString& fileName, const QSize&,
const QByteArray& fileData) const
{
QTextEdit* edit = new QTextEdit();
if (fileData == nullptr) {
edit->setText(MOBase::readFileText(fileName));
} else {
edit->setText(MOBase::decodeTextData(fileData));
}
edit->setReadOnly(true);
return edit;
}
#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0)
Q_EXPORT_PLUGIN2(previewBase, PreviewBase)
#endif
+68 -64
View File
@@ -1,64 +1,68 @@
/*
Copyright (C) 2014 Sebastian Herbord. All rights reserved.
This file is part of Base Preview plugin for MO
Base Preview plugin is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Base Preview plugin is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Base Preview plugin. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef PREVIEWBASE_H
#define PREVIEWBASE_H
#include <ipluginpreview.h>
#include <functional>
class PreviewBase : public MOBase::IPluginPreview
{
Q_OBJECT
Q_INTERFACES(MOBase::IPlugin MOBase::IPluginPreview)
#if QT_VERSION >= QT_VERSION_CHECK(5,0,0)
Q_PLUGIN_METADATA(IID "org.tannin.PreviewBase" FILE "previewbase.json")
#endif
public:
PreviewBase();
public:
virtual bool init(MOBase::IOrganizer *moInfo);
virtual QString name() const;
virtual QString author() const;
virtual QString description() const;
virtual MOBase::VersionInfo version() const;
virtual bool isActive() const;
virtual QList<MOBase::PluginSetting> settings() const;
public:
virtual std::set<QString> supportedExtensions() const;
virtual QWidget *genFilePreview(const QString &fileName, const QSize &maxSize) const;
private:
QWidget *genImagePreview(const QString &fileName, const QSize &maxSize) const;
QWidget *genTxtPreview(const QString &fileName, const QSize &maxSize) const;
private:
std::map<QString, std::function<QWidget*(const QString&, const QSize&)> > m_PreviewGenerators;
private:
const MOBase::IOrganizer* m_MOInfo;
};
#endif // PREVIEWBASE_H
/*
Copyright (C) 2014 Sebastian Herbord. All rights reserved.
This file is part of Base Preview plugin for MO
Base Preview plugin is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Base Preview plugin is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Base Preview plugin. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef PREVIEWBASE_H
#define PREVIEWBASE_H
#include <functional>
#include <uibase/ipluginpreview.h>
class PreviewBase : public MOBase::IPluginPreview
{
Q_OBJECT
Q_INTERFACES(MOBase::IPlugin MOBase::IPluginPreview)
Q_PLUGIN_METADATA(IID "org.tannin.PreviewBase")
public:
PreviewBase();
public:
virtual bool init(MOBase::IOrganizer* moInfo) override;
virtual QString name() const override;
virtual QString localizedName() const override;
virtual QString author() const override;
virtual QString description() const override;
virtual MOBase::VersionInfo version() const override;
virtual QList<MOBase::PluginSetting> settings() const override;
public:
virtual std::set<QString> supportedExtensions() const;
virtual bool supportsArchives() const override { return true; }
virtual QWidget* genFilePreview(const QString& fileName, const QSize& maxSize) const;
virtual QWidget* genDataPreview(const QByteArray& fileData, const QString& fileName,
const QSize& maxSize) const override;
private:
QWidget* genImagePreview(const QString& fileName, const QSize& maxSize,
const QByteArray& fileData) const;
QWidget* genTxtPreview(const QString& fileName, const QSize& maxSize,
const QByteArray& fileData) const;
private:
std::map<QString,
std::function<QWidget*(const QString&, const QSize&, const QByteArray&)>>
m_PreviewGenerators;
private:
const MOBase::IOrganizer* m_MOInfo;
};
#endif // PREVIEWBASE_H
-1
View File
@@ -1 +0,0 @@
{}
+23
View File
@@ -0,0 +1,23 @@
{
"features": {
"standalone": {
"description": "Build Standalone.",
"dependencies": ["mo2-cmake", "mo2-uibase"]
}
},
"vcpkg-configuration": {
"default-registry": {
"kind": "git",
"repository": "https://github.com/Microsoft/vcpkg",
"baseline": "294f76666c3000630d828703e675814c05a4fd43"
},
"registries": [
{
"kind": "git",
"repository": "https://github.com/ModOrganizer2/vcpkg-registry",
"baseline": "8beb2e0efa9c17dd6d17bb05288dd1e40727f673",
"packages": ["mo2-*"]
}
]
}
}