Коммит ff51685b создал по автору vladislav.larionov's avatar vladislav.larionov
Просмотр файлов

Update authors list and the license in application files

владелец ee27e5f1
# Authors # Authors
* Anton Zernin, <a.zernin@omp.ru> * Anton Zernin, <a.zernin@omp.ru>
* Developer, 2023 * Developer, 2023
* Alexander Komakhin, <a.komakhin@omp.ru>
* Developer, 2023
* Boris Shmarin, <b.shmarin@omp.ru>
* Developer, 2023
* Alexander Makarik, <a.makarik@omp.ru>
* Developer, 2023
* Anton Zernin, <a.zernin@omp.ru>
* Developer, 2023
* Michail Filippov, <m.filippov@omp.ru>
* Developer, 2023
* Alexander Roditelev, <a.roditelev@omp.ru>
* Developer, 2023
* Ivan Moroz, <i.moroz@omp.ru>
* Developer, 2023
* Vladislav Larionov
* Developer, 2023
# Reviewers # Reviewers
* Kirill Chuvilin, <k.chuvilin@omp.ru>
* Product owner, 2023
* Maintainer, 2023
* Konstantin Zvyagin <k.zvyagin@omp.ru> * Konstantin Zvyagin <k.zvyagin@omp.ru>
* Reviewer, 2023 * Reviewer, 2023
* Maintainer, 2023
...@@ -78,6 +78,6 @@ please contact <community@omp.ru>. ...@@ -78,6 +78,6 @@ please contact <community@omp.ru>.
This work is licensed under a Creative Commons Attribution 3.0 Unported License This work is licensed under a Creative Commons Attribution 3.0 Unported License
For attribution requirements: For attribution requirements:
«Open Mobile Platform Code of Conduct» «Open Mobile Platform Code of Conduct»
Copyright (c) 2021 Open Mobile Platform LLC, Copyright (c) 2021 Open Mobile Platform LLC,
used under a [Creative Commons Attribution Unported license](http://creativecommons.org/licenses/by/3.0/). used under a [Creative Commons Attribution Unported license](http://creativecommons.org/licenses/by/3.0/).
# The 3-Clause BSD License # The 3-Clause BSD License
_Copyright (C) 2023 ru.auroraos_ _Copyright (C) Copyright (c) 2023. Open Mobile Platform LLC._
Redistribution and use in source and binary forms, Redistribution and use in source and binary forms,
with or without modification, with or without modification,
......
################################################################################ ################################################################################
## ##
## Copyright (C) 2023 Open Mobile Platform LLC. ## SPDX-FileCopyrightText: Copyright 2023 Open Mobile Platform LLC <community@omp.ru>
## Contact: https://community.omprussia.ru/open-source ## SPDX-License-Identifier: BSD-3-Clause
##
## This file is part of the OfficeViewer project. ## This file is part of the OfficeViewer project.
## ##
## Redistribution and use in source and binary forms, ## Redistribution and use in source and binary forms,
......
/******************************************************************************* /*******************************************************************************
** **
** Copyright (C) 2023 Open Mobile Platform LLC. ** SPDX-FileCopyrightText: Copyright 2023 Open Mobile Platform LLC <community@omp.ru>
** Contact: https://community.omprussia.ru/open-source ** SPDX-License-Identifier: BSD-3-Clause
** This file is part of the OfficeViewer project.
**
** This file is part of the DocumentConverter project.
** **
** Redistribution and use in source and binary forms, ** Redistribution and use in source and binary forms,
** with or without modification, are permitted provided ** with or without modification, are permitted provided
...@@ -37,6 +35,7 @@ ...@@ -37,6 +35,7 @@
** **
*******************************************************************************/ *******************************************************************************/
import QtQuick 2.0 import QtQuick 2.0
import Sailfish.Silica 1.0 import Sailfish.Silica 1.0
import Aurora.Office.Files 1.0 import Aurora.Office.Files 1.0
......
/** /*******************************************************************************
* SPDX-FileCopyrightText: Copyright 2023 Open Mobile Platform LLC <community@omp.ru> **
* SPDX-License-Identifier: Proprietary ** SPDX-FileCopyrightText: Copyright 2023 Open Mobile Platform LLC <community@omp.ru>
*/ ** SPDX-License-Identifier: BSD-3-Clause
** This file is part of the OfficeViewer project.
**
** Redistribution and use in source and binary forms,
** with or without modification, are permitted provided
** that the following conditions are met:
**
** * Redistributions of source code must retain the above copyright notice,
** this list of conditions and the following disclaimer.
** * Redistributions in binary form must reproduce the above copyright notice,
** this list of conditions and the following disclaimer
** in the documentation and/or other materials provided with the distribution.
** * Neither the name of the copyright holder nor the names of its contributors
** may be used to endorse or promote products derived from this software
** without specific prior written permission.
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
** AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
** THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
** FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
** IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
** FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
** OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
** PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
** LOSS OF USE, DATA, OR PROFITS;
** OR BUSINESS INTERRUPTION)
** HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
** WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE)
** ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
** EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
*******************************************************************************/
import QtQuick 2.4 import QtQuick 2.4
import Sailfish.Silica 1.0 import Sailfish.Silica 1.0
......
/** /*******************************************************************************
* SPDX-FileCopyrightText: Copyright 2023 Open Mobile Platform LLC <community@omp.ru> **
* SPDX-License-Identifier: Proprietary ** SPDX-FileCopyrightText: Copyright 2023 Open Mobile Platform LLC <community@omp.ru>
*/ ** SPDX-License-Identifier: BSD-3-Clause
** This file is part of the OfficeViewer project.
**
** Redistribution and use in source and binary forms,
** with or without modification, are permitted provided
** that the following conditions are met:
**
** * Redistributions of source code must retain the above copyright notice,
** this list of conditions and the following disclaimer.
** * Redistributions in binary form must reproduce the above copyright notice,
** this list of conditions and the following disclaimer
** in the documentation and/or other materials provided with the distribution.
** * Neither the name of the copyright holder nor the names of its contributors
** may be used to endorse or promote products derived from this software
** without specific prior written permission.
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
** AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
** THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
** FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
** IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
** FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
** OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
** PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
** LOSS OF USE, DATA, OR PROFITS;
** OR BUSINESS INTERRUPTION)
** HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
** WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE)
** ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
** EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
*******************************************************************************/
import QtQuick 2.0 import QtQuick 2.0
import Sailfish.Silica 1.0 import Sailfish.Silica 1.0
......
/** /*******************************************************************************
* SPDX-FileCopyrightText: Copyright 2023 Open Mobile Platform LLC <community@omp.ru> **
* SPDX-License-Identifier: Proprietary ** SPDX-FileCopyrightText: Copyright 2023 Open Mobile Platform LLC <community@omp.ru>
*/ ** SPDX-License-Identifier: BSD-3-Clause
** This file is part of the OfficeViewer project.
**
** Redistribution and use in source and binary forms,
** with or without modification, are permitted provided
** that the following conditions are met:
**
** * Redistributions of source code must retain the above copyright notice,
** this list of conditions and the following disclaimer.
** * Redistributions in binary form must reproduce the above copyright notice,
** this list of conditions and the following disclaimer
** in the documentation and/or other materials provided with the distribution.
** * Neither the name of the copyright holder nor the names of its contributors
** may be used to endorse or promote products derived from this software
** without specific prior written permission.
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
** AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
** THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
** FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
** IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
** FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
** OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
** PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
** LOSS OF USE, DATA, OR PROFITS;
** OR BUSINESS INTERRUPTION)
** HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
** WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE)
** ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
** EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
*******************************************************************************/
import QtQuick 2.0 import QtQuick 2.0
import Sailfish.Silica 1.0 import Sailfish.Silica 1.0
......
/** /*******************************************************************************
* SPDX-FileCopyrightText: Copyright 2023 Open Mobile Platform LLC <community@omp.ru> **
* SPDX-License-Identifier: Proprietary ** SPDX-FileCopyrightText: Copyright 2023 Open Mobile Platform LLC <community@omp.ru>
*/ ** SPDX-License-Identifier: BSD-3-Clause
** This file is part of the OfficeViewer project.
**
** Redistribution and use in source and binary forms,
** with or without modification, are permitted provided
** that the following conditions are met:
**
** * Redistributions of source code must retain the above copyright notice,
** this list of conditions and the following disclaimer.
** * Redistributions in binary form must reproduce the above copyright notice,
** this list of conditions and the following disclaimer
** in the documentation and/or other materials provided with the distribution.
** * Neither the name of the copyright holder nor the names of its contributors
** may be used to endorse or promote products derived from this software
** without specific prior written permission.
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
** AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
** THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
** FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
** IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
** FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
** OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
** PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
** LOSS OF USE, DATA, OR PROFITS;
** OR BUSINESS INTERRUPTION)
** HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
** WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE)
** ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
** EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
*******************************************************************************/
import QtQuick 2.0 import QtQuick 2.0
import Sailfish.Silica 1.0 import Sailfish.Silica 1.0
......
/** /*******************************************************************************
* SPDX-FileCopyrightText: Copyright 2020 - 2023 Open Mobile Platform LLC <community@omp.ru> **
* SPDX-License-Identifier: GPLv2 ** SPDX-FileCopyrightText: Copyright 2023 Open Mobile Platform LLC <community@omp.ru>
*/ ** SPDX-License-Identifier: BSD-3-Clause
** This file is part of the OfficeViewer project.
/* **
* Copyright (C) 2013-2014 Jolla Ltd. ** Redistribution and use in source and binary forms,
* Contact: Robin Burchell <robin.burchell@jolla.com> ** with or without modification, are permitted provided
* ** that the following conditions are met:
* This program is free software; you can redistribute it and/or **
* modify it under the terms of the GNU General Public License ** * Redistributions of source code must retain the above copyright notice,
* as published by the Free Software Foundation; version 2 only. ** this list of conditions and the following disclaimer.
* ** * Redistributions in binary form must reproduce the above copyright notice,
* This program is distributed in the hope that it will be useful, ** this list of conditions and the following disclaimer
* but WITHOUT ANY WARRANTY; without even the implied warranty of ** in the documentation and/or other materials provided with the distribution.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ** * Neither the name of the copyright holder nor the names of its contributors
* GNU General Public License for more details. ** may be used to endorse or promote products derived from this software
* ** without specific prior written permission.
* You should have received a copy of the GNU General Public License **
* along with this program; if not, write to the Free Software ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ** AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
*/ ** THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
** FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
** IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
** FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
** OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
** PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
** LOSS OF USE, DATA, OR PROFITS;
** OR BUSINESS INTERRUPTION)
** HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
** WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE)
** ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
** EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
*******************************************************************************/
import QtQuick 2.4 import QtQuick 2.4
import Sailfish.Silica 1.0 import Sailfish.Silica 1.0
......
/****************************************************************************
**
** Copyright (C) 2021 Open Mobile Platform LLC
**
****************************************************************************/
import QtQuick 2.0
import Sailfish.Silica 1.0
import Aurora.Office.License 1.0
Dialog {
onAccepted: licenseStatus.accept()
onRejected: Qt.quit()
SilicaFlickable {
id: license
anchors.fill: parent
contentHeight: column.height
Column {
id: column
width: parent.width
DialogHeader { }
TextArea {
color: Theme.highlightColor
readOnly: true
wrapMode: Text.WordWrap
text: licenseStatus.textLicense(Qt.locale().name)
}
}
VerticalScrollDecorator {flickable: license}
}
LicenseStatus {
id: licenseStatus
}
}
/** /*******************************************************************************
* SPDX-FileCopyrightText: Copyright 2019 - 2023 Open Mobile Platform LLC <community@omp.ru> **
* SPDX-License-Identifier: GPLv2 ** SPDX-FileCopyrightText: Copyright 2023 Open Mobile Platform LLC <community@omp.ru>
*/ ** SPDX-License-Identifier: BSD-3-Clause
** This file is part of the OfficeViewer project.
/* **
* Copyright (C) 2013 - 2014 Jolla Ltd. ** Redistribution and use in source and binary forms,
* ** with or without modification, are permitted provided
* This program is free software; you can redistribute it and/or ** that the following conditions are met:
* modify it under the terms of the GNU General Public License **
* as published by the Free Software Foundation; version 2 only. ** * Redistributions of source code must retain the above copyright notice,
* ** this list of conditions and the following disclaimer.
* This program is distributed in the hope that it will be useful, ** * Redistributions in binary form must reproduce the above copyright notice,
* but WITHOUT ANY WARRANTY; without even the implied warranty of ** this list of conditions and the following disclaimer
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ** in the documentation and/or other materials provided with the distribution.
* GNU General Public License for more details. ** * Neither the name of the copyright holder nor the names of its contributors
* ** may be used to endorse or promote products derived from this software
* You should have received a copy of the GNU General Public License ** without specific prior written permission.
* along with this program; if not, write to the Free Software **
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
*/ ** AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
** THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
** FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
** IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
** FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
** OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
** PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
** LOSS OF USE, DATA, OR PROFITS;
** OR BUSINESS INTERRUPTION)
** HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
** WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE)
** ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
** EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
*******************************************************************************/
import QtQuick 2.0 import QtQuick 2.0
import Sailfish.Silica 1.0 import Sailfish.Silica 1.0
......
/* /*******************************************************************************
* Copyright (c) 2020 - 2022 Open Mobile Platform LLC **
* ** SPDX-FileCopyrightText: Copyright 2023 Open Mobile Platform LLC <community@omp.ru>
* This program is free software; you can redistribute it and/or ** SPDX-License-Identifier: BSD-3-Clause
* modify it under the terms of the GNU General Public License ** This file is part of the OfficeViewer project.
* as published by the Free Software Foundation; version 2 only. **
* ** Redistribution and use in source and binary forms,
* This program is distributed in the hope that it will be useful, ** with or without modification, are permitted provided
* but WITHOUT ANY WARRANTY; without even the implied warranty of ** that the following conditions are met:
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the **
* GNU General Public License for more details. ** * Redistributions of source code must retain the above copyright notice,
* ** this list of conditions and the following disclaimer.
* You should have received a copy of the GNU General Public License ** * Redistributions in binary form must reproduce the above copyright notice,
* along with this program; if not, write to the Free Software ** this list of conditions and the following disclaimer
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ** in the documentation and/or other materials provided with the distribution.
*/ ** * Neither the name of the copyright holder nor the names of its contributors
** may be used to endorse or promote products derived from this software
** without specific prior written permission.
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
** AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
** THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
** FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
** IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
** FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
** OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
** PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
** LOSS OF USE, DATA, OR PROFITS;
** OR BUSINESS INTERRUPTION)
** HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
** WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE)
** ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
** EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
*******************************************************************************/
import QtQuick 2.0 import QtQuick 2.0
import Sailfish.Silica 1.0 import Sailfish.Silica 1.0
......
/******************************************************************************* /*******************************************************************************
** **
** Copyright (C) 2023 Open Mobile Platform LLC. ** SPDX-FileCopyrightText: Copyright 2023 Open Mobile Platform LLC <community@omp.ru>
** Contact: https://community.omprussia.ru/open-source ** SPDX-License-Identifier: BSD-3-Clause
** This file is part of the OfficeViewer project.
**
** This file is part of the DocumentConverter project.
** **
** Redistribution and use in source and binary forms, ** Redistribution and use in source and binary forms,
** with or without modification, are permitted provided ** with or without modification, are permitted provided
...@@ -37,6 +35,8 @@ ...@@ -37,6 +35,8 @@
** **
*******************************************************************************/ *******************************************************************************/
#include "converter.h" #include "converter.h"
#include <QDir> #include <QDir>
#include <QThreadPool> #include <QThreadPool>
......
/******************************************************************************* /*******************************************************************************
** **
** Copyright (C) 2023 Open Mobile Platform LLC. ** SPDX-FileCopyrightText: Copyright 2023 Open Mobile Platform LLC <community@omp.ru>
** Contact: https://community.omprussia.ru/open-source ** SPDX-License-Identifier: BSD-3-Clause
** This file is part of the OfficeViewer project.
**
** This file is part of the DocumentConverter project.
** **
** Redistribution and use in source and binary forms, ** Redistribution and use in source and binary forms,
** with or without modification, are permitted provided ** with or without modification, are permitted provided
...@@ -37,6 +35,7 @@ ...@@ -37,6 +35,7 @@
** **
*******************************************************************************/ *******************************************************************************/
#ifndef CONVERTER_H #ifndef CONVERTER_H
#define CONVERTER_H #define CONVERTER_H
......
/** /*******************************************************************************
* SPDX-FileCopyrightText: Copyright 2019 - 2023 Open Mobile Platform LLC <community@omp.ru> **
* SPDX-License-Identifier: GPLv2 ** SPDX-FileCopyrightText: Copyright 2023 Open Mobile Platform LLC <community@omp.ru>
*/ ** SPDX-License-Identifier: BSD-3-Clause
** This file is part of the OfficeViewer project.
/* **
* Copyright (C) 2013-2014 Jolla Ltd. ** Redistribution and use in source and binary forms,
* Contact: Robin Burchell <robin.burchell@jolla.com> ** with or without modification, are permitted provided
* ** that the following conditions are met:
* This program is free software; you can redistribute it and/or **
* modify it under the terms of the GNU General Public License ** * Redistributions of source code must retain the above copyright notice,
* as published by the Free Software Foundation; version 2 only. ** this list of conditions and the following disclaimer.
* ** * Redistributions in binary form must reproduce the above copyright notice,
* This program is distributed in the hope that it will be useful, ** this list of conditions and the following disclaimer
* but WITHOUT ANY WARRANTY; without even the implied warranty of ** in the documentation and/or other materials provided with the distribution.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ** * Neither the name of the copyright holder nor the names of its contributors
* GNU General Public License for more details. ** may be used to endorse or promote products derived from this software
* ** without specific prior written permission.
* You should have received a copy of the GNU General Public License **
* along with this program; if not, write to the Free Software ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ** AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
*/ ** THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
** FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
** IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
** FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
** OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
** PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
** LOSS OF USE, DATA, OR PROFITS;
** OR BUSINESS INTERRUPTION)
** HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
** WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE)
** ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
** EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
*******************************************************************************/
#include "documentlistmodel.h" #include "documentlistmodel.h"
......
/** /*******************************************************************************
* SPDX-FileCopyrightText: Copyright 2019 - 2023 Open Mobile Platform LLC <community@omp.ru> **
* SPDX-License-Identifier: GPLv2 ** SPDX-FileCopyrightText: Copyright 2023 Open Mobile Platform LLC <community@omp.ru>
*/ ** SPDX-License-Identifier: BSD-3-Clause
** This file is part of the OfficeViewer project.
/* **
* Copyright (C) 2013-2014 Jolla Ltd. ** Redistribution and use in source and binary forms,
* Contact: Robin Burchell <robin.burchell@jolla.com> ** with or without modification, are permitted provided
* ** that the following conditions are met:
* This program is free software; you can redistribute it and/or **
* modify it under the terms of the GNU General Public License ** * Redistributions of source code must retain the above copyright notice,
* as published by the Free Software Foundation; version 2 only. ** this list of conditions and the following disclaimer.
* ** * Redistributions in binary form must reproduce the above copyright notice,
* This program is distributed in the hope that it will be useful, ** this list of conditions and the following disclaimer
* but WITHOUT ANY WARRANTY; without even the implied warranty of ** in the documentation and/or other materials provided with the distribution.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ** * Neither the name of the copyright holder nor the names of its contributors
* GNU General Public License for more details. ** may be used to endorse or promote products derived from this software
* ** without specific prior written permission.
* You should have received a copy of the GNU General Public License **
* along with this program; if not, write to the Free Software ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ** AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
*/ ** THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
** FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
** IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
** FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
** OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
** PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
** LOSS OF USE, DATA, OR PROFITS;
** OR BUSINESS INTERRUPTION)
** HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
** WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE)
** ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
** EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
*******************************************************************************/
#ifndef DOCUMENTLISTMODEL_H #ifndef DOCUMENTLISTMODEL_H
#define DOCUMENTLISTMODEL_H #define DOCUMENTLISTMODEL_H
......
/* /*******************************************************************************
* Copyright (C) 2013-2014 Jolla Ltd. **
* Contact: Robin Burchell <robin.burchell@jolla.com> ** SPDX-FileCopyrightText: Copyright 2023 Open Mobile Platform LLC <community@omp.ru>
* ** SPDX-License-Identifier: BSD-3-Clause
* This program is free software; you can redistribute it and/or ** This file is part of the OfficeViewer project.
* modify it under the terms of the GNU General Public License **
* as published by the Free Software Foundation; version 2 only. ** Redistribution and use in source and binary forms,
* ** with or without modification, are permitted provided
* This program is distributed in the hope that it will be useful, ** that the following conditions are met:
* but WITHOUT ANY WARRANTY; without even the implied warranty of **
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ** * Redistributions of source code must retain the above copyright notice,
* GNU General Public License for more details. ** this list of conditions and the following disclaimer.
* ** * Redistributions in binary form must reproduce the above copyright notice,
* You should have received a copy of the GNU General Public License ** this list of conditions and the following disclaimer
* along with this program; if not, write to the Free Software ** in the documentation and/or other materials provided with the distribution.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ** * Neither the name of the copyright holder nor the names of its contributors
*/ ** may be used to endorse or promote products derived from this software
** without specific prior written permission.
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
** AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
** THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
** FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
** IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
** FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
** OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
** PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
** LOSS OF USE, DATA, OR PROFITS;
** OR BUSINESS INTERRUPTION)
** HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
** WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE)
** ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
** EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
*******************************************************************************/
#include "documentprovider.h" #include "documentprovider.h"
......
/* /*******************************************************************************
* Copyright (C) 2013-2014 Jolla Ltd. **
* Contact: Robin Burchell <robin.burchell@jolla.com> ** SPDX-FileCopyrightText: Copyright 2023 Open Mobile Platform LLC <community@omp.ru>
* ** SPDX-License-Identifier: BSD-3-Clause
* This program is free software; you can redistribute it and/or ** This file is part of the OfficeViewer project.
* modify it under the terms of the GNU General Public License **
* as published by the Free Software Foundation; version 2 only. ** Redistribution and use in source and binary forms,
* ** with or without modification, are permitted provided
* This program is distributed in the hope that it will be useful, ** that the following conditions are met:
* but WITHOUT ANY WARRANTY; without even the implied warranty of **
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ** * Redistributions of source code must retain the above copyright notice,
* GNU General Public License for more details. ** this list of conditions and the following disclaimer.
* ** * Redistributions in binary form must reproduce the above copyright notice,
* You should have received a copy of the GNU General Public License ** this list of conditions and the following disclaimer
* along with this program; if not, write to the Free Software ** in the documentation and/or other materials provided with the distribution.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ** * Neither the name of the copyright holder nor the names of its contributors
*/ ** may be used to endorse or promote products derived from this software
** without specific prior written permission.
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
** AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
** THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
** FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
** IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
** FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
** OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
** PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
** LOSS OF USE, DATA, OR PROFITS;
** OR BUSINESS INTERRUPTION)
** HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
** WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE)
** ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
** EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
*******************************************************************************/
#ifndef DOCUMENTPROVIDER_H #ifndef DOCUMENTPROVIDER_H
#define DOCUMENTPROVIDER_H #define DOCUMENTPROVIDER_H
......
/* /*******************************************************************************
* Copyright (C) 2019-2021 Open Mobile Platform LLC **
* Copyright (C) 2015 Caliste Damien. ** SPDX-FileCopyrightText: Copyright 2023 Open Mobile Platform LLC <community@omp.ru>
* Contact: Damien Caliste <dcaliste@free.fr> ** SPDX-License-Identifier: BSD-3-Clause
* ** This file is part of the OfficeViewer project.
* This program is free software; you can redistribute it and/or **
* modify it under the terms of the GNU General Public License ** Redistribution and use in source and binary forms,
* as published by the Free Software Foundation; version 2 only. ** with or without modification, are permitted provided
* ** that the following conditions are met:
* This program is distributed in the hope that it will be useful, **
* but WITHOUT ANY WARRANTY; without even the implied warranty of ** * Redistributions of source code must retain the above copyright notice,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ** this list of conditions and the following disclaimer.
* GNU General Public License for more details. ** * Redistributions in binary form must reproduce the above copyright notice,
* ** this list of conditions and the following disclaimer
* You should have received a copy of the GNU General Public License ** in the documentation and/or other materials provided with the distribution.
* along with this program; if not, write to the Free Software ** * Neither the name of the copyright holder nor the names of its contributors
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ** may be used to endorse or promote products derived from this software
*/ ** without specific prior written permission.
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
** AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
** THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
** FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
** IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
** FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
** OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
** PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
** LOSS OF USE, DATA, OR PROFITS;
** OR BUSINESS INTERRUPTION)
** HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
** WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE)
** ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
** EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
*******************************************************************************/
#include "filtermodel.h" #include "filtermodel.h"
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать