mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #271: Update the license of all files
This commit is contained in:
@ -1,19 +1,24 @@
|
|||||||
# Copyright (C) 2023 Jakub Melka
|
# MIT License
|
||||||
#
|
#
|
||||||
# This file is part of PDF4QT.
|
# Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
#
|
#
|
||||||
# PDF4QT is free software: you can redistribute it and/or modify
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# it under the terms of the GNU Lesser General Public License as published by
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# in the Software without restriction, including without limitation the rights
|
||||||
# with the written consent of the copyright owner, any later version.
|
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
# copies of the Software, and to permit persons to whom the Software is
|
||||||
|
# furnished to do so, subject to the following conditions:
|
||||||
#
|
#
|
||||||
# PDF4QT is distributed in the hope that it will be useful,
|
# The above copyright notice and this permission notice shall be included in all
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# copies or substantial portions of the Software.
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public License
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
# SOFTWARE.
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.16)
|
||||||
|
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
# Copyright (C) 2022-2023 Jakub Melka
|
# MIT License
|
||||||
#
|
#
|
||||||
# This file is part of PDF4QT.
|
# Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
#
|
#
|
||||||
# PDF4QT is free software: you can redistribute it and/or modify
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# it under the terms of the GNU Lesser General Public License as published by
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# in the Software without restriction, including without limitation the rights
|
||||||
# with the written consent of the copyright owner, any later version.
|
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
# copies of the Software, and to permit persons to whom the Software is
|
||||||
|
# furnished to do so, subject to the following conditions:
|
||||||
#
|
#
|
||||||
# PDF4QT is distributed in the hope that it will be useful,
|
# The above copyright notice and this permission notice shall be included in all
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# copies or substantial portions of the Software.
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public License
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
# SOFTWARE.
|
||||||
|
|
||||||
add_executable(CodeGenerator
|
add_executable(CodeGenerator
|
||||||
codegenerator.cpp
|
codegenerator.cpp
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2020-2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "codegenerator.h"
|
#include "codegenerator.h"
|
||||||
|
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2020-2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef CODEGENERATOR_H
|
#ifndef CODEGENERATOR_H
|
||||||
#define CODEGENERATOR_H
|
#define CODEGENERATOR_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2020-2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "generatormainwindow.h"
|
#include "generatormainwindow.h"
|
||||||
#include "ui_generatormainwindow.h"
|
#include "ui_generatormainwindow.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2020-2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef GENERATORMAINWINDOW_H
|
#ifndef GENERATORMAINWINDOW_H
|
||||||
#define GENERATORMAINWINDOW_H
|
#define GENERATORMAINWINDOW_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2020-2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "generatormainwindow.h"
|
#include "generatormainwindow.h"
|
||||||
|
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
# Copyright (C) 2022-2023 Jakub Melka
|
# MIT License
|
||||||
#
|
#
|
||||||
# This file is part of PDF4QT.
|
# Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
#
|
#
|
||||||
# PDF4QT is free software: you can redistribute it and/or modify
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# it under the terms of the GNU Lesser General Public License as published by
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# in the Software without restriction, including without limitation the rights
|
||||||
# with the written consent of the copyright owner, any later version.
|
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
# copies of the Software, and to permit persons to whom the Software is
|
||||||
|
# furnished to do so, subject to the following conditions:
|
||||||
#
|
#
|
||||||
# PDF4QT is distributed in the hope that it will be useful,
|
# The above copyright notice and this permission notice shall be included in all
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# copies or substantial portions of the Software.
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public License
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
# SOFTWARE.
|
||||||
|
|
||||||
add_executable(JBIG2_VIEWER
|
add_executable(JBIG2_VIEWER
|
||||||
mainwindow.ui
|
mainwindow.ui
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,25 @@
|
|||||||
|
// MIT License
|
||||||
|
//
|
||||||
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
|
//
|
||||||
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
// in the Software without restriction, including without limitation the rights
|
||||||
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
|
//
|
||||||
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
|
// copies or substantial portions of the Software.
|
||||||
|
//
|
||||||
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
#include "ui_mainwindow.h"
|
#include "ui_mainwindow.h"
|
||||||
|
|
||||||
|
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2018-2025 Jakub Melka
|
Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
# Copyright (C) 2022-2024 Jakub Melka
|
# MIT License
|
||||||
#
|
#
|
||||||
# This file is part of PDF4QT.
|
# Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
#
|
#
|
||||||
# PDF4QT is free software: you can redistribute it and/or modify
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# it under the terms of the GNU Lesser General Public License as published by
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# in the Software without restriction, including without limitation the rights
|
||||||
# with the written consent of the copyright owner, any later version.
|
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
# copies of the Software, and to permit persons to whom the Software is
|
||||||
|
# furnished to do so, subject to the following conditions:
|
||||||
#
|
#
|
||||||
# PDF4QT is distributed in the hope that it will be useful,
|
# The above copyright notice and this permission notice shall be included in all
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# copies or substantial portions of the Software.
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public License
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
# SOFTWARE.
|
||||||
|
|
||||||
add_executable(Pdf4QtDiff
|
add_executable(Pdf4QtDiff
|
||||||
aboutdialog.cpp
|
aboutdialog.cpp
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "aboutdialog.h"
|
#include "aboutdialog.h"
|
||||||
#include "ui_aboutdialog.h"
|
#include "ui_aboutdialog.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef PDFDIFF_PDFABOUTDIALOG_H
|
#ifndef PDFDIFF_PDFABOUTDIALOG_H
|
||||||
#define PDFDIFF_PDFABOUTDIALOG_H
|
#define PDFDIFF_PDFABOUTDIALOG_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "differencesdockwidget.h"
|
#include "differencesdockwidget.h"
|
||||||
#include "ui_differencesdockwidget.h"
|
#include "ui_differencesdockwidget.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef PDFDIFF_DIFFERENCESDOCKWIDGET_H
|
#ifndef PDFDIFF_DIFFERENCESDOCKWIDGET_H
|
||||||
#define PDFDIFF_DIFFERENCESDOCKWIDGET_H
|
#define PDFDIFF_DIFFERENCESDOCKWIDGET_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021-2024 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "pdfconstants.h"
|
#include "pdfconstants.h"
|
||||||
#include "pdfdocumentreader.h"
|
#include "pdfdocumentreader.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
#include "ui_mainwindow.h"
|
#include "ui_mainwindow.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef PDFDIFF_MAINWINDOW_H
|
#ifndef PDFDIFF_MAINWINDOW_H
|
||||||
#define PDFDIFF_MAINWINDOW_H
|
#define PDFDIFF_MAINWINDOW_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef PDFDIFF_SETTINGS_H
|
#ifndef PDFDIFF_SETTINGS_H
|
||||||
#define PDFDIFF_SETTINGS_H
|
#define PDFDIFF_SETTINGS_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "settingsdockwidget.h"
|
#include "settingsdockwidget.h"
|
||||||
#include "ui_settingsdockwidget.h"
|
#include "ui_settingsdockwidget.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef PDFDIFF_SETTINGSDOCKWIDGET_H
|
#ifndef PDFDIFF_SETTINGSDOCKWIDGET_H
|
||||||
#define PDFDIFF_SETTINGSDOCKWIDGET_H
|
#define PDFDIFF_SETTINGSDOCKWIDGET_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include "pdfutils.h"
|
#include "pdfutils.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021-2024 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef PDFDIFF_UTILS_H
|
#ifndef PDFDIFF_UTILS_H
|
||||||
#define PDFDIFF_UTILS_H
|
#define PDFDIFF_UTILS_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
# Copyright (C) 2022-2024 Jakub Melka
|
# MIT License
|
||||||
#
|
#
|
||||||
# This file is part of PDF4QT.
|
# Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
#
|
#
|
||||||
# PDF4QT is free software: you can redistribute it and/or modify
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# it under the terms of the GNU Lesser General Public License as published by
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# in the Software without restriction, including without limitation the rights
|
||||||
# with the written consent of the copyright owner, any later version.
|
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
# copies of the Software, and to permit persons to whom the Software is
|
||||||
|
# furnished to do so, subject to the following conditions:
|
||||||
#
|
#
|
||||||
# PDF4QT is distributed in the hope that it will be useful,
|
# The above copyright notice and this permission notice shall be included in all
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# copies or substantial portions of the Software.
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public License
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
# SOFTWARE.
|
||||||
|
|
||||||
add_executable(Pdf4QtEditor
|
add_executable(Pdf4QtEditor
|
||||||
main.cpp
|
main.cpp
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021-2025 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "pdfeditormainwindow.h"
|
#include "pdfeditormainwindow.h"
|
||||||
#include "pdfconstants.h"
|
#include "pdfconstants.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
# Copyright (C) 2022 Jakub Melka
|
# MIT License
|
||||||
#
|
#
|
||||||
# This file is part of PDF4QT.
|
# Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
#
|
#
|
||||||
# PDF4QT is free software: you can redistribute it and/or modify
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# it under the terms of the GNU Lesser General Public License as published by
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# in the Software without restriction, including without limitation the rights
|
||||||
# with the written consent of the copyright owner, any later version.
|
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
# copies of the Software, and to permit persons to whom the Software is
|
||||||
|
# furnished to do so, subject to the following conditions:
|
||||||
#
|
#
|
||||||
# PDF4QT is distributed in the hope that it will be useful,
|
# The above copyright notice and this permission notice shall be included in all
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# copies or substantial portions of the Software.
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public License
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
# SOFTWARE.
|
||||||
|
|
||||||
add_library(AudioBookPlugin SHARED
|
add_library(AudioBookPlugin SHARED
|
||||||
audiobookcreator.cpp
|
audiobookcreator.cpp
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "audiobookcreator.h"
|
#include "audiobookcreator.h"
|
||||||
|
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef AUDIOBOOKCREATOR_H
|
#ifndef AUDIOBOOKCREATOR_H
|
||||||
#define AUDIOBOOKCREATOR_H
|
#define AUDIOBOOKCREATOR_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "audiobookplugin.h"
|
#include "audiobookplugin.h"
|
||||||
#include "pdfdrawwidget.h"
|
#include "pdfdrawwidget.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef AUDIOBOOKPLUGIN_H
|
#ifndef AUDIOBOOKPLUGIN_H
|
||||||
#define AUDIOBOOKPLUGIN_H
|
#define AUDIOBOOKPLUGIN_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "audiotextstreameditordockwidget.h"
|
#include "audiotextstreameditordockwidget.h"
|
||||||
#include "ui_audiotextstreameditordockwidget.h"
|
#include "ui_audiotextstreameditordockwidget.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef AUDIOTEXTSTREAMEDITORDOCKWIDGET_H
|
#ifndef AUDIOTEXTSTREAMEDITORDOCKWIDGET_H
|
||||||
#define AUDIOTEXTSTREAMEDITORDOCKWIDGET_H
|
#define AUDIOTEXTSTREAMEDITORDOCKWIDGET_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
# Copyright (C) 2022-2023 Jakub Melka
|
# MIT License
|
||||||
#
|
#
|
||||||
# This file is part of PDF4QT.
|
# Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
#
|
#
|
||||||
# PDF4QT is free software: you can redistribute it and/or modify
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# it under the terms of the GNU Lesser General Public License as published by
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# in the Software without restriction, including without limitation the rights
|
||||||
# with the written consent of the copyright owner, any later version.
|
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
# copies of the Software, and to permit persons to whom the Software is
|
||||||
|
# furnished to do so, subject to the following conditions:
|
||||||
#
|
#
|
||||||
# PDF4QT is distributed in the hope that it will be useful,
|
# The above copyright notice and this permission notice shall be included in all
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# copies or substantial portions of the Software.
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public License
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
# SOFTWARE.
|
||||||
|
|
||||||
if(PDF4QT_LINUX)
|
if(PDF4QT_LINUX)
|
||||||
set(PDF4QT_PLUGINS_DIR ${PDF4QT_INSTALL_LIB_DIR}/pdf4qt)
|
set(PDF4QT_PLUGINS_DIR ${PDF4QT_INSTALL_LIB_DIR}/pdf4qt)
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
# Copyright (C) 2022 Jakub Melka
|
# MIT License
|
||||||
#
|
#
|
||||||
# This file is part of PDF4QT.
|
# Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
#
|
#
|
||||||
# PDF4QT is free software: you can redistribute it and/or modify
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# it under the terms of the GNU Lesser General Public License as published by
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# in the Software without restriction, including without limitation the rights
|
||||||
# with the written consent of the copyright owner, any later version.
|
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
# copies of the Software, and to permit persons to whom the Software is
|
||||||
|
# furnished to do so, subject to the following conditions:
|
||||||
#
|
#
|
||||||
# PDF4QT is distributed in the hope that it will be useful,
|
# The above copyright notice and this permission notice shall be included in all
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# copies or substantial portions of the Software.
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public License
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
# SOFTWARE.
|
||||||
|
|
||||||
add_library(DimensionsPlugin SHARED
|
add_library(DimensionsPlugin SHARED
|
||||||
dimensionsplugin.cpp
|
dimensionsplugin.cpp
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2020-2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "dimensionsplugin.h"
|
#include "dimensionsplugin.h"
|
||||||
#include "pdfdrawwidget.h"
|
#include "pdfdrawwidget.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2020-2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef DIMENSIONSPLUGIN_H
|
#ifndef DIMENSIONSPLUGIN_H
|
||||||
#define DIMENSIONSPLUGIN_H
|
#define DIMENSIONSPLUGIN_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2020-2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "dimensiontool.h"
|
#include "dimensiontool.h"
|
||||||
#include "pdfwidgetutils.h"
|
#include "pdfwidgetutils.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2020-2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef DIMENSIONTOOL_H
|
#ifndef DIMENSIONTOOL_H
|
||||||
#define DIMENSIONTOOL_H
|
#define DIMENSIONTOOL_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2020-2025 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "settingsdialog.h"
|
#include "settingsdialog.h"
|
||||||
#include "ui_settingsdialog.h"
|
#include "ui_settingsdialog.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2020-2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef SETTINGSDIALOG_H
|
#ifndef SETTINGSDIALOG_H
|
||||||
#define SETTINGSDIALOG_H
|
#define SETTINGSDIALOG_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
# Copyright (C) 2023 Jakub Melka
|
# MIT License
|
||||||
#
|
#
|
||||||
# This file is part of PDF4QT.
|
# Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
#
|
#
|
||||||
# PDF4QT is free software: you can redistribute it and/or modify
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# it under the terms of the GNU Lesser General Public License as published by
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# in the Software without restriction, including without limitation the rights
|
||||||
# with the written consent of the copyright owner, any later version.
|
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
# copies of the Software, and to permit persons to whom the Software is
|
||||||
|
# furnished to do so, subject to the following conditions:
|
||||||
#
|
#
|
||||||
# PDF4QT is distributed in the hope that it will be useful,
|
# The above copyright notice and this permission notice shall be included in all
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# copies or substantial portions of the Software.
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public License
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
# SOFTWARE.
|
||||||
|
|
||||||
add_library(EditorPlugin SHARED
|
add_library(EditorPlugin SHARED
|
||||||
editorplugin.cpp
|
editorplugin.cpp
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2023-2024 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "editorplugin.h"
|
#include "editorplugin.h"
|
||||||
#include "pdfdrawwidget.h"
|
#include "pdfdrawwidget.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2023 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef EDITORSPLUGIN_H
|
#ifndef EDITORSPLUGIN_H
|
||||||
#define EDITORSPLUGIN_H
|
#define EDITORSPLUGIN_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
# Copyright (C) 2022 Jakub Melka
|
# MIT License
|
||||||
#
|
#
|
||||||
# This file is part of PDF4QT.
|
# Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
#
|
#
|
||||||
# PDF4QT is free software: you can redistribute it and/or modify
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# it under the terms of the GNU Lesser General Public License as published by
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# in the Software without restriction, including without limitation the rights
|
||||||
# with the written consent of the copyright owner, any later version.
|
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
# copies of the Software, and to permit persons to whom the Software is
|
||||||
|
# furnished to do so, subject to the following conditions:
|
||||||
#
|
#
|
||||||
# PDF4QT is distributed in the hope that it will be useful,
|
# The above copyright notice and this permission notice shall be included in all
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# copies or substantial portions of the Software.
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public License
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
# SOFTWARE.
|
||||||
|
|
||||||
add_library(ObjectInspectorPlugin SHARED
|
add_library(ObjectInspectorPlugin SHARED
|
||||||
objectinspectordialog.cpp
|
objectinspectordialog.cpp
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "objectinspectordialog.h"
|
#include "objectinspectordialog.h"
|
||||||
#include "ui_objectinspectordialog.h"
|
#include "ui_objectinspectordialog.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef OBJECTINSPECTORDIALOG_H
|
#ifndef OBJECTINSPECTORDIALOG_H
|
||||||
#define OBJECTINSPECTORDIALOG_H
|
#define OBJECTINSPECTORDIALOG_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "objectinspectorplugin.h"
|
#include "objectinspectorplugin.h"
|
||||||
|
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef OBJECTINSPECTORPLUGIN_H
|
#ifndef OBJECTINSPECTORPLUGIN_H
|
||||||
#define OBJECTINSPECTORPLUGIN_H
|
#define OBJECTINSPECTORPLUGIN_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "objectstatisticsdialog.h"
|
#include "objectstatisticsdialog.h"
|
||||||
#include "ui_objectstatisticsdialog.h"
|
#include "ui_objectstatisticsdialog.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef OBJECTSTATISTICSDIALOG_H
|
#ifndef OBJECTSTATISTICSDIALOG_H
|
||||||
#define OBJECTSTATISTICSDIALOG_H
|
#define OBJECTSTATISTICSDIALOG_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "objectviewerwidget.h"
|
#include "objectviewerwidget.h"
|
||||||
#include "ui_objectviewerwidget.h"
|
#include "ui_objectviewerwidget.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef OBJECTVIEWERWIDGET_H
|
#ifndef OBJECTVIEWERWIDGET_H
|
||||||
#define OBJECTVIEWERWIDGET_H
|
#define OBJECTVIEWERWIDGET_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "pdfobjectinspectortreeitemmodel.h"
|
#include "pdfobjectinspectortreeitemmodel.h"
|
||||||
#include "pdfdocument.h"
|
#include "pdfdocument.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef PDFOBJECTINSPECTORTREEITEMMODEL_H
|
#ifndef PDFOBJECTINSPECTORTREEITEMMODEL_H
|
||||||
#define PDFOBJECTINSPECTORTREEITEMMODEL_H
|
#define PDFOBJECTINSPECTORTREEITEMMODEL_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "statisticsgraphwidget.h"
|
#include "statisticsgraphwidget.h"
|
||||||
#include "ui_statisticsgraphwidget.h"
|
#include "ui_statisticsgraphwidget.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef STATISTICSGRAPHWIDGET_H
|
#ifndef STATISTICSGRAPHWIDGET_H
|
||||||
#define STATISTICSGRAPHWIDGET_H
|
#define STATISTICSGRAPHWIDGET_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
# Copyright (C) 2022 Jakub Melka
|
# MIT License
|
||||||
#
|
#
|
||||||
# This file is part of PDF4QT.
|
# Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
#
|
#
|
||||||
# PDF4QT is free software: you can redistribute it and/or modify
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# it under the terms of the GNU Lesser General Public License as published by
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# in the Software without restriction, including without limitation the rights
|
||||||
# with the written consent of the copyright owner, any later version.
|
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
# copies of the Software, and to permit persons to whom the Software is
|
||||||
|
# furnished to do so, subject to the following conditions:
|
||||||
#
|
#
|
||||||
# PDF4QT is distributed in the hope that it will be useful,
|
# The above copyright notice and this permission notice shall be included in all
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# copies or substantial portions of the Software.
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public License
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
# SOFTWARE.
|
||||||
|
|
||||||
add_library(OutputPreviewPlugin SHARED
|
add_library(OutputPreviewPlugin SHARED
|
||||||
inkcoveragedialog.cpp
|
inkcoveragedialog.cpp
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "inkcoveragedialog.h"
|
#include "inkcoveragedialog.h"
|
||||||
#include "ui_inkcoveragedialog.h"
|
#include "ui_inkcoveragedialog.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef INKCOVERAGEDIALOG_H
|
#ifndef INKCOVERAGEDIALOG_H
|
||||||
#define INKCOVERAGEDIALOG_H
|
#define INKCOVERAGEDIALOG_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "outputpreviewdialog.h"
|
#include "outputpreviewdialog.h"
|
||||||
#include "ui_outputpreviewdialog.h"
|
#include "ui_outputpreviewdialog.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef OUTPUTPREVIEWDIALOG_H
|
#ifndef OUTPUTPREVIEWDIALOG_H
|
||||||
#define OUTPUTPREVIEWDIALOG_H
|
#define OUTPUTPREVIEWDIALOG_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "outputpreviewplugin.h"
|
#include "outputpreviewplugin.h"
|
||||||
#include "outputpreviewdialog.h"
|
#include "outputpreviewdialog.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef OUTPUTPREVIEWPLUGIN_H
|
#ifndef OUTPUTPREVIEWPLUGIN_H
|
||||||
#define OUTPUTPREVIEWPLUGIN_H
|
#define OUTPUTPREVIEWPLUGIN_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "outputpreviewwidget.h"
|
#include "outputpreviewwidget.h"
|
||||||
|
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef OUTPUTPREVIEWWIDGET_H
|
#ifndef OUTPUTPREVIEWWIDGET_H
|
||||||
#define OUTPUTPREVIEWWIDGET_H
|
#define OUTPUTPREVIEWWIDGET_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
# Copyright (C) 2022 Jakub Melka
|
# MIT License
|
||||||
#
|
#
|
||||||
# This file is part of PDF4QT.
|
# Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
#
|
#
|
||||||
# PDF4QT is free software: you can redistribute it and/or modify
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# it under the terms of the GNU Lesser General Public License as published by
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# in the Software without restriction, including without limitation the rights
|
||||||
# with the written consent of the copyright owner, any later version.
|
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
# copies of the Software, and to permit persons to whom the Software is
|
||||||
|
# furnished to do so, subject to the following conditions:
|
||||||
#
|
#
|
||||||
# PDF4QT is distributed in the hope that it will be useful,
|
# The above copyright notice and this permission notice shall be included in all
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# copies or substantial portions of the Software.
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public License
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
# SOFTWARE.
|
||||||
|
|
||||||
add_library(RedactPlugin SHARED
|
add_library(RedactPlugin SHARED
|
||||||
createredacteddocumentdialog.cpp
|
createredacteddocumentdialog.cpp
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2020-2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "createredacteddocumentdialog.h"
|
#include "createredacteddocumentdialog.h"
|
||||||
#include "ui_createredacteddocumentdialog.h"
|
#include "ui_createredacteddocumentdialog.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2020-2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef CREATEREDACTEDDOCUMENTDIALOG_H
|
#ifndef CREATEREDACTEDDOCUMENTDIALOG_H
|
||||||
#define CREATEREDACTEDDOCUMENTDIALOG_H
|
#define CREATEREDACTEDDOCUMENTDIALOG_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2020-2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "redactplugin.h"
|
#include "redactplugin.h"
|
||||||
#include "createredacteddocumentdialog.h"
|
#include "createredacteddocumentdialog.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2020-2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef REDACTPLUGIN_H
|
#ifndef REDACTPLUGIN_H
|
||||||
#define REDACTPLUGIN_H
|
#define REDACTPLUGIN_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
# Copyright (C) 2022 Jakub Melka
|
# MIT License
|
||||||
#
|
#
|
||||||
# This file is part of PDF4QT.
|
# Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
#
|
#
|
||||||
# PDF4QT is free software: you can redistribute it and/or modify
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# it under the terms of the GNU Lesser General Public License as published by
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# in the Software without restriction, including without limitation the rights
|
||||||
# with the written consent of the copyright owner, any later version.
|
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
# copies of the Software, and to permit persons to whom the Software is
|
||||||
|
# furnished to do so, subject to the following conditions:
|
||||||
#
|
#
|
||||||
# PDF4QT is distributed in the hope that it will be useful,
|
# The above copyright notice and this permission notice shall be included in all
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# copies or substantial portions of the Software.
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public License
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
# SOFTWARE.
|
||||||
|
|
||||||
add_library(SignaturePlugin SHARED
|
add_library(SignaturePlugin SHARED
|
||||||
signatureplugin.cpp
|
signatureplugin.cpp
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2022 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "signatureplugin.h"
|
#include "signatureplugin.h"
|
||||||
#include "pdfdrawwidget.h"
|
#include "pdfdrawwidget.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2022 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef SIGNATURESPLUGIN_H
|
#ifndef SIGNATURESPLUGIN_H
|
||||||
#define SIGNATURESPLUGIN_H
|
#define SIGNATURESPLUGIN_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2022 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "signdialog.h"
|
#include "signdialog.h"
|
||||||
#include "ui_signdialog.h"
|
#include "ui_signdialog.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2022 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef SIGNDIALOG_H
|
#ifndef SIGNDIALOG_H
|
||||||
#define SIGNDIALOG_H
|
#define SIGNDIALOG_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
# Copyright (C) 2022 Jakub Melka
|
# MIT License
|
||||||
#
|
#
|
||||||
# This file is part of PDF4QT.
|
# Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
#
|
#
|
||||||
# PDF4QT is free software: you can redistribute it and/or modify
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# it under the terms of the GNU Lesser General Public License as published by
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# in the Software without restriction, including without limitation the rights
|
||||||
# with the written consent of the copyright owner, any later version.
|
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
# copies of the Software, and to permit persons to whom the Software is
|
||||||
|
# furnished to do so, subject to the following conditions:
|
||||||
#
|
#
|
||||||
# PDF4QT is distributed in the hope that it will be useful,
|
# The above copyright notice and this permission notice shall be included in all
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# copies or substantial portions of the Software.
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public License
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
# SOFTWARE.
|
||||||
|
|
||||||
add_library(SoftProofingPlugin SHARED
|
add_library(SoftProofingPlugin SHARED
|
||||||
softproofingplugin.cpp
|
softproofingplugin.cpp
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2020-2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "settingsdialog.h"
|
#include "settingsdialog.h"
|
||||||
#include "ui_settingsdialog.h"
|
#include "ui_settingsdialog.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2020-2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef SETTINGSDIALOG_H
|
#ifndef SETTINGSDIALOG_H
|
||||||
#define SETTINGSDIALOG_H
|
#define SETTINGSDIALOG_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2020-2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "softproofingplugin.h"
|
#include "softproofingplugin.h"
|
||||||
#include "settingsdialog.h"
|
#include "settingsdialog.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2020-2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef SOFTPROOFINGPLUGIN_H
|
#ifndef SOFTPROOFINGPLUGIN_H
|
||||||
#define SOFTPROOFINGPLUGIN_H
|
#define SOFTPROOFINGPLUGIN_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
# Copyright (C) 2024 Jakub Melka
|
# MIT License
|
||||||
#
|
#
|
||||||
# This file is part of PDF4QT.
|
# Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
#
|
#
|
||||||
# PDF4QT is free software: you can redistribute it and/or modify
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# it under the terms of the GNU Lesser General Public License as published by
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# in the Software without restriction, including without limitation the rights
|
||||||
# with the written consent of the copyright owner, any later version.
|
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
# copies of the Software, and to permit persons to whom the Software is
|
||||||
|
# furnished to do so, subject to the following conditions:
|
||||||
#
|
#
|
||||||
# PDF4QT is distributed in the hope that it will be useful,
|
# The above copyright notice and this permission notice shall be included in all
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# copies or substantial portions of the Software.
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public License
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
# SOFTWARE.
|
||||||
|
|
||||||
add_executable(Pdf4QtLaunchPad
|
add_executable(Pdf4QtLaunchPad
|
||||||
main.cpp
|
main.cpp
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2024 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "launchapplicationwidget.h"
|
#include "launchapplicationwidget.h"
|
||||||
#include "ui_launchapplicationwidget.h"
|
#include "ui_launchapplicationwidget.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2024 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef LAUNCHAPPLICATIONWIDGET_H
|
#ifndef LAUNCHAPPLICATIONWIDGET_H
|
||||||
#define LAUNCHAPPLICATIONWIDGET_H
|
#define LAUNCHAPPLICATIONWIDGET_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2024 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "launchdialog.h"
|
#include "launchdialog.h"
|
||||||
#include "launchapplicationwidget.h"
|
#include "launchapplicationwidget.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2024 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef LAUNCHDIALOG_H
|
#ifndef LAUNCHDIALOG_H
|
||||||
#define LAUNCHDIALOG_H
|
#define LAUNCHDIALOG_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2024 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "launchdialog.h"
|
#include "launchdialog.h"
|
||||||
|
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
# Copyright (C) 2022-2023 Jakub Melka
|
# MIT License
|
||||||
#
|
#
|
||||||
# This file is part of PDF4QT.
|
# Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
#
|
#
|
||||||
# PDF4QT is free software: you can redistribute it and/or modify
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# it under the terms of the GNU Lesser General Public License as published by
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# in the Software without restriction, including without limitation the rights
|
||||||
# with the written consent of the copyright owner, any later version.
|
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
# copies of the Software, and to permit persons to whom the Software is
|
||||||
|
# furnished to do so, subject to the following conditions:
|
||||||
#
|
#
|
||||||
# PDF4QT is distributed in the hope that it will be useful,
|
# The above copyright notice and this permission notice shall be included in all
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# copies or substantial portions of the Software.
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public License
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
# SOFTWARE.
|
||||||
|
|
||||||
add_library(Pdf4QtLibCore SHARED
|
add_library(Pdf4QtLibCore SHARED
|
||||||
sources/pdfglobal.h
|
sources/pdfglobal.h
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2019-2022 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "pdfaction.h"
|
#include "pdfaction.h"
|
||||||
#include "pdfdocument.h"
|
#include "pdfdocument.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2019-2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef PDFACTION_H
|
#ifndef PDFACTION_H
|
||||||
#define PDFACTION_H
|
#define PDFACTION_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021-2022 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "pdfalgorithmlcs.h"
|
#include "pdfalgorithmlcs.h"
|
||||||
#include "pdfdbgheap.h"
|
#include "pdfdbgheap.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef PDFALGORITHMLCS_H
|
#ifndef PDFALGORITHMLCS_H
|
||||||
#define PDFALGORITHMLCS_H
|
#define PDFALGORITHMLCS_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2020-2022 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "pdfannotation.h"
|
#include "pdfannotation.h"
|
||||||
#include "pdfdocument.h"
|
#include "pdfdocument.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2020-2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef PDFANNOTATION_H
|
#ifndef PDFANNOTATION_H
|
||||||
#define PDFANNOTATION_H
|
#define PDFANNOTATION_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2025-2025 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "pdfapplicationtranslator.h"
|
#include "pdfapplicationtranslator.h"
|
||||||
|
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2025-2025 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef PDFAPPLICATIONTRANSLATOR_H
|
#ifndef PDFAPPLICATIONTRANSLATOR_H
|
||||||
#define PDFAPPLICATIONTRANSLATOR_H
|
#define PDFAPPLICATIONTRANSLATOR_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2019-2022 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "pdfblendfunction.h"
|
#include "pdfblendfunction.h"
|
||||||
#include "pdfdbgheap.h"
|
#include "pdfdbgheap.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2019-2021 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef PDFBLENDFUNCTION_H
|
#ifndef PDFBLENDFUNCTION_H
|
||||||
#define PDFBLENDFUNCTION_H
|
#define PDFBLENDFUNCTION_H
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2024 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#include "pdfblpainter.h"
|
#include "pdfblpainter.h"
|
||||||
#include "pdffont.h"
|
#include "pdffont.h"
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
// Copyright (C) 2024 Jakub Melka
|
// MIT License
|
||||||
//
|
//
|
||||||
// This file is part of PDF4QT.
|
// Copyright (c) 2018-2025 Jakub Melka and Contributors
|
||||||
//
|
//
|
||||||
// PDF4QT is free software: you can redistribute it and/or modify
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
// in the Software without restriction, including without limitation the rights
|
||||||
// with the written consent of the copyright owner, any later version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// PDF4QT is distributed in the hope that it will be useful,
|
// The above copyright notice and this permission notice shall be included in all
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// copies or substantial portions of the Software.
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef PDFBLPAINTER_H
|
#ifndef PDFBLPAINTER_H
|
||||||
#define PDFBLPAINTER_H
|
#define PDFBLPAINTER_H
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user