diff --git a/CodeGenerator/codegenerator.cpp b/CodeGenerator/codegenerator.cpp index 79ad7aa..9738fee 100644 --- a/CodeGenerator/codegenerator.cpp +++ b/CodeGenerator/codegenerator.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "codegenerator.h" diff --git a/CodeGenerator/codegenerator.h b/CodeGenerator/codegenerator.h index 22579ae..7a30643 100644 --- a/CodeGenerator/codegenerator.h +++ b/CodeGenerator/codegenerator.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef CODEGENERATOR_H #define CODEGENERATOR_H diff --git a/CodeGenerator/generatormainwindow.cpp b/CodeGenerator/generatormainwindow.cpp index e3cdb2f..8a35385 100644 --- a/CodeGenerator/generatormainwindow.cpp +++ b/CodeGenerator/generatormainwindow.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "generatormainwindow.h" #include "ui_generatormainwindow.h" diff --git a/CodeGenerator/generatormainwindow.h b/CodeGenerator/generatormainwindow.h index 4ece077..2dd63be 100644 --- a/CodeGenerator/generatormainwindow.h +++ b/CodeGenerator/generatormainwindow.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef GENERATORMAINWINDOW_H #define GENERATORMAINWINDOW_H diff --git a/CodeGenerator/main.cpp b/CodeGenerator/main.cpp index d28291c..2eda949 100644 --- a/CodeGenerator/main.cpp +++ b/CodeGenerator/main.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "generatormainwindow.h" diff --git a/JBIG2_Viewer/JBIG2_Viewer.pro b/JBIG2_Viewer/JBIG2_Viewer.pro index c78f82a..f7580d3 100644 --- a/JBIG2_Viewer/JBIG2_Viewer.pro +++ b/JBIG2_Viewer/JBIG2_Viewer.pro @@ -17,13 +17,13 @@ DEFINES += QT_DEPRECATED_WARNINGS QMAKE_CXXFLAGS += /std:c++latest /utf-8 -INCLUDEPATH += $$PWD/../PDFForQtLib/Sources +INCLUDEPATH += $$PWD/../PDF4QtLib/Sources DESTDIR = $$OUT_PWD/.. LIBS += -L$$OUT_PWD/.. -LIBS += -lPDFForQtLib +LIBS += -lPDF4QtLib SOURCES += \ main.cpp \ diff --git a/PdfForQt.pro b/Pdf4Qt.pro similarity index 50% rename from PdfForQt.pro rename to Pdf4Qt.pro index 98a9b69..4ffc9d3 100644 --- a/PdfForQt.pro +++ b/Pdf4Qt.pro @@ -1,36 +1,38 @@ # Copyright (C) 2018-2020 Jakub Melka # -# This file is part of PdfForQt. +# This file is part of Pdf4Qt. # -# PdfForQt is free software: you can redistribute it and/or modify +# Pdf4Qt is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# PdfForQt is distributed in the hope that it will be useful, +# Pdf4Qt is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with PDFForQt. If not, see . +# along with Pdf4Qt. If not, see . TEMPLATE = subdirs SUBDIRS += \ - PdfForQtLib \ + Pdf4QtLib \ CodeGenerator \ JBIG2_Viewer \ PdfExampleGenerator \ PdfTool \ UnitTests \ - PdfForQtViewer \ - PdfForQtViewerPlugins + Pdf4QtViewer \ + Pdf4QtViewerPlugins \ + Pdf4QtViewerProfi -UnitTests.depends = PdfForQtLib -PdfForQtViewer.depends = PdfForQtLib -JBIG2_Viewer.depends = PdfForQtLib -PdfExampleGenerator.depends = PdfForQtLib -CodeGenerator.depends = PdfForQtLib -PdfTool.depends = PdfForQtLib -PdfForQtViewerPlugins.depends = PdfForQtLib +CodeGenerator.depends = Pdf4QtLib +JBIG2_Viewer.depends = Pdf4QtLib +PdfExampleGenerator.depends = Pdf4QtLib +PdfTool.depends = Pdf4QtLib +UnitTests.depends = Pdf4QtLib +Pdf4QtViewer.depends = Pdf4QtLib +Pdf4QtViewerPlugins.depends = Pdf4QtLib +Pdf4QtViewerProfi.depends = Pdf4QtViewer diff --git a/PdfForQtLib/PdfForQtLib.pro b/Pdf4QtLib/Pdf4QtLib.pro similarity index 78% rename from PdfForQtLib/PdfForQtLib.pro rename to Pdf4QtLib/Pdf4QtLib.pro index 3288f0a..5a6f865 100644 --- a/PdfForQtLib/PdfForQtLib.pro +++ b/Pdf4QtLib/Pdf4QtLib.pro @@ -1,23 +1,23 @@ # Copyright (C) 2018-2020 Jakub Melka # -# This file is part of PdfForQt. +# This file is part of Pdf4Qt. # -# PdfForQt is free software: you can redistribute it and/or modify +# Pdf4Qt is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# PdfForQt is distributed in the hope that it will be useful, +# Pdf4Qt is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with PDFForQt. If not, see . +# along with Pdf4Qt. If not, see . QT += gui widgets -TARGET = PdfForQtLib +TARGET = Pdf4QtLib TEMPLATE = lib win32:TARGET_EXT = .dll @@ -26,7 +26,7 @@ VERSION = 1.0.0 QMAKE_TARGET_DESCRIPTION = "PDF rendering / editing library for Qt" QMAKE_TARGET_COPYRIGHT = "(c) Jakub Melka 2018-2020" -DEFINES += PDFFORQTLIB_LIBRARY +DEFINES += Pdf4QtLIB_LIBRARY # The following define makes your compiler emit warnings if you use # any feature of Qt which has been marked as deprecated (the exact warnings @@ -176,48 +176,48 @@ FORMS += \ RESOURCES += cmaps.qrc -PDFFORQT_DEPENDENCIES_PATH = K:\Programming\PDF\PDF_For_Qt\PDfForQt-Dependencies -PDFFORQT_OPENSSL_PATH = K:\Programming\Qt\Tools\ +Pdf4Qt_DEPENDENCIES_PATH = K:\Programming\PDF\PDF_For_Qt\PdfforQt-Dependencies +Pdf4Qt_OPENSSL_PATH = K:\Programming\Qt\Tools\ CONFIG(debug, debug|release) { SUFFIX = d } # Link to freetype library -LIBS += -L$$PDFFORQT_DEPENDENCIES_PATH/FreeType/ -lfreetype$${SUFFIX} -INCLUDEPATH += $$PDFFORQT_DEPENDENCIES_PATH/FreeType/include -DEPENDPATH += $$PDFFORQT_DEPENDENCIES_PATH/FreeType/include +LIBS += -L$$Pdf4Qt_DEPENDENCIES_PATH/FreeType/ -lfreetype$${SUFFIX} +INCLUDEPATH += $$Pdf4Qt_DEPENDENCIES_PATH/FreeType/include +DEPENDPATH += $$Pdf4Qt_DEPENDENCIES_PATH/FreeType/include # Link to OpenJPEG library -LIBS += -L$$PDFFORQT_DEPENDENCIES_PATH/OpenJPEG/lib/ -lopenjp2$${SUFFIX} -INCLUDEPATH += $$PDFFORQT_DEPENDENCIES_PATH/OpenJPEG/include/openjpeg-2.3 -DEPENDPATH += $$PDFFORQT_DEPENDENCIES_PATH/OpenJPEG/include/openjpeg-2.3 +LIBS += -L$$Pdf4Qt_DEPENDENCIES_PATH/OpenJPEG/lib/ -lopenjp2$${SUFFIX} +INCLUDEPATH += $$Pdf4Qt_DEPENDENCIES_PATH/OpenJPEG/include/openjpeg-2.3 +DEPENDPATH += $$Pdf4Qt_DEPENDENCIES_PATH/OpenJPEG/include/openjpeg-2.3 DEFINES += OPJ_STATIC # Link to Independent JPEG Groups libjpeg -LIBS += -L$$PDFFORQT_DEPENDENCIES_PATH/libjpeg/bin/ -ljpeg$${SUFFIX} -INCLUDEPATH += $$PDFFORQT_DEPENDENCIES_PATH/libjpeg/include -DEPENDPATH += $$PDFFORQT_DEPENDENCIES_PATH/libjpeg/include +LIBS += -L$$Pdf4Qt_DEPENDENCIES_PATH/libjpeg/bin/ -ljpeg$${SUFFIX} +INCLUDEPATH += $$Pdf4Qt_DEPENDENCIES_PATH/libjpeg/include +DEPENDPATH += $$Pdf4Qt_DEPENDENCIES_PATH/libjpeg/include # Link OpenSSL -LIBS += -L$$PDFFORQT_OPENSSL_PATH/OpenSSL/Win_x64/bin -L$$PDFFORQT_OPENSSL_PATH/OpenSSL/Win_x64/lib -llibcrypto -llibssl -INCLUDEPATH += $$PDFFORQT_OPENSSL_PATH/OpenSSL/Win_x64/include -DEPENDPATH += $$PDFFORQT_OPENSSL_PATH/OpenSSL/Win_x64/include +LIBS += -L$$Pdf4Qt_OPENSSL_PATH/OpenSSL/Win_x64/bin -L$$Pdf4Qt_OPENSSL_PATH/OpenSSL/Win_x64/lib -llibcrypto -llibssl +INCLUDEPATH += $$Pdf4Qt_OPENSSL_PATH/OpenSSL/Win_x64/include +DEPENDPATH += $$Pdf4Qt_OPENSSL_PATH/OpenSSL/Win_x64/include # Add OpenSSL to installations -openssl_lib.files = $$PDFFORQT_OPENSSL_PATH/OpenSSL/Win_x64/bin/libcrypto-1_1-x64.dll $$PDFFORQT_OPENSSL_PATH/OpenSSL/Win_x64/bin/libssl-1_1-x64.dll +openssl_lib.files = $$Pdf4Qt_OPENSSL_PATH/OpenSSL/Win_x64/bin/libcrypto-1_1-x64.dll $$Pdf4Qt_OPENSSL_PATH/OpenSSL/Win_x64/bin/libssl-1_1-x64.dll openssl_lib.path = $$DESTDIR/install INSTALLS += openssl_lib # Link zlib -LIBS += -L$$PDFFORQT_DEPENDENCIES_PATH/zlib/bin/ -lzlibstatic$${SUFFIX} -INCLUDEPATH += $$PDFFORQT_DEPENDENCIES_PATH/zlib/include -DEPENDPATH += $$PDFFORQT_DEPENDENCIES_PATH/zlib/include +LIBS += -L$$Pdf4Qt_DEPENDENCIES_PATH/zlib/bin/ -lzlibstatic$${SUFFIX} +INCLUDEPATH += $$Pdf4Qt_DEPENDENCIES_PATH/zlib/include +DEPENDPATH += $$Pdf4Qt_DEPENDENCIES_PATH/zlib/include # Link lcms2 -LIBS += -L$$PDFFORQT_DEPENDENCIES_PATH/lcms2/bin$${SUFFIX}/ -llcms2_static -INCLUDEPATH += $$PDFFORQT_DEPENDENCIES_PATH/lcms2/include -DEPENDPATH += $$PDFFORQT_DEPENDENCIES_PATH/lcms2/include +LIBS += -L$$Pdf4Qt_DEPENDENCIES_PATH/lcms2/bin$${SUFFIX}/ -llcms2_static +INCLUDEPATH += $$Pdf4Qt_DEPENDENCIES_PATH/lcms2/include +DEPENDPATH += $$Pdf4Qt_DEPENDENCIES_PATH/lcms2/include # ensure debug info even for RELEASE build CONFIG += force_debug_info @@ -225,10 +225,10 @@ CONFIG += force_debug_info QMAKE_CXXFLAGS += /std:c++latest /utf-8 QMAKE_RESOURCE_FLAGS += -threshold 0 -compress 9 -pdfforqt_library.files = $$DESTDIR/PdfForQtLib.dll -pdfforqt_library.path = $$DESTDIR/install +PdfforQt_library.files = $$DESTDIR/Pdf4QtLib.dll +PdfforQt_library.path = $$DESTDIR/install -INSTALLS += pdfforqt_library +INSTALLS += PdfforQt_library qt_libraries.files = $$[QT_INSTALL_BINS]/Qt?Widgets$${SUFFIX}.dll \ $$[QT_INSTALL_BINS]/Qt?Gui$${SUFFIX}.dll \ diff --git a/PdfForQtLib/cmaps.qrc b/Pdf4QtLib/cmaps.qrc similarity index 100% rename from PdfForQtLib/cmaps.qrc rename to Pdf4QtLib/cmaps.qrc diff --git a/PdfForQtLib/cmaps/78-EUC-H b/Pdf4QtLib/cmaps/78-EUC-H similarity index 100% rename from PdfForQtLib/cmaps/78-EUC-H rename to Pdf4QtLib/cmaps/78-EUC-H diff --git a/PdfForQtLib/cmaps/78-EUC-V b/Pdf4QtLib/cmaps/78-EUC-V similarity index 100% rename from PdfForQtLib/cmaps/78-EUC-V rename to Pdf4QtLib/cmaps/78-EUC-V diff --git a/PdfForQtLib/cmaps/78-H b/Pdf4QtLib/cmaps/78-H similarity index 100% rename from PdfForQtLib/cmaps/78-H rename to Pdf4QtLib/cmaps/78-H diff --git a/PdfForQtLib/cmaps/78-RKSJ-H b/Pdf4QtLib/cmaps/78-RKSJ-H similarity index 100% rename from PdfForQtLib/cmaps/78-RKSJ-H rename to Pdf4QtLib/cmaps/78-RKSJ-H diff --git a/PdfForQtLib/cmaps/78-RKSJ-V b/Pdf4QtLib/cmaps/78-RKSJ-V similarity index 100% rename from PdfForQtLib/cmaps/78-RKSJ-V rename to Pdf4QtLib/cmaps/78-RKSJ-V diff --git a/PdfForQtLib/cmaps/78-V b/Pdf4QtLib/cmaps/78-V similarity index 100% rename from PdfForQtLib/cmaps/78-V rename to Pdf4QtLib/cmaps/78-V diff --git a/PdfForQtLib/cmaps/78ms-RKSJ-H b/Pdf4QtLib/cmaps/78ms-RKSJ-H similarity index 100% rename from PdfForQtLib/cmaps/78ms-RKSJ-H rename to Pdf4QtLib/cmaps/78ms-RKSJ-H diff --git a/PdfForQtLib/cmaps/78ms-RKSJ-V b/Pdf4QtLib/cmaps/78ms-RKSJ-V similarity index 100% rename from PdfForQtLib/cmaps/78ms-RKSJ-V rename to Pdf4QtLib/cmaps/78ms-RKSJ-V diff --git a/PdfForQtLib/cmaps/83pv-RKSJ-H b/Pdf4QtLib/cmaps/83pv-RKSJ-H similarity index 100% rename from PdfForQtLib/cmaps/83pv-RKSJ-H rename to Pdf4QtLib/cmaps/83pv-RKSJ-H diff --git a/PdfForQtLib/cmaps/90ms-RKSJ-H b/Pdf4QtLib/cmaps/90ms-RKSJ-H similarity index 100% rename from PdfForQtLib/cmaps/90ms-RKSJ-H rename to Pdf4QtLib/cmaps/90ms-RKSJ-H diff --git a/PdfForQtLib/cmaps/90ms-RKSJ-V b/Pdf4QtLib/cmaps/90ms-RKSJ-V similarity index 100% rename from PdfForQtLib/cmaps/90ms-RKSJ-V rename to Pdf4QtLib/cmaps/90ms-RKSJ-V diff --git a/PdfForQtLib/cmaps/90msp-RKSJ-H b/Pdf4QtLib/cmaps/90msp-RKSJ-H similarity index 100% rename from PdfForQtLib/cmaps/90msp-RKSJ-H rename to Pdf4QtLib/cmaps/90msp-RKSJ-H diff --git a/PdfForQtLib/cmaps/90msp-RKSJ-V b/Pdf4QtLib/cmaps/90msp-RKSJ-V similarity index 100% rename from PdfForQtLib/cmaps/90msp-RKSJ-V rename to Pdf4QtLib/cmaps/90msp-RKSJ-V diff --git a/PdfForQtLib/cmaps/90pv-RKSJ-H b/Pdf4QtLib/cmaps/90pv-RKSJ-H similarity index 100% rename from PdfForQtLib/cmaps/90pv-RKSJ-H rename to Pdf4QtLib/cmaps/90pv-RKSJ-H diff --git a/PdfForQtLib/cmaps/90pv-RKSJ-V b/Pdf4QtLib/cmaps/90pv-RKSJ-V similarity index 100% rename from PdfForQtLib/cmaps/90pv-RKSJ-V rename to Pdf4QtLib/cmaps/90pv-RKSJ-V diff --git a/PdfForQtLib/cmaps/Add-H b/Pdf4QtLib/cmaps/Add-H similarity index 100% rename from PdfForQtLib/cmaps/Add-H rename to Pdf4QtLib/cmaps/Add-H diff --git a/PdfForQtLib/cmaps/Add-RKSJ-H b/Pdf4QtLib/cmaps/Add-RKSJ-H similarity index 100% rename from PdfForQtLib/cmaps/Add-RKSJ-H rename to Pdf4QtLib/cmaps/Add-RKSJ-H diff --git a/PdfForQtLib/cmaps/Add-RKSJ-V b/Pdf4QtLib/cmaps/Add-RKSJ-V similarity index 100% rename from PdfForQtLib/cmaps/Add-RKSJ-V rename to Pdf4QtLib/cmaps/Add-RKSJ-V diff --git a/PdfForQtLib/cmaps/Add-V b/Pdf4QtLib/cmaps/Add-V similarity index 100% rename from PdfForQtLib/cmaps/Add-V rename to Pdf4QtLib/cmaps/Add-V diff --git a/PdfForQtLib/cmaps/Adobe-CNS1-0 b/Pdf4QtLib/cmaps/Adobe-CNS1-0 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-CNS1-0 rename to Pdf4QtLib/cmaps/Adobe-CNS1-0 diff --git a/PdfForQtLib/cmaps/Adobe-CNS1-1 b/Pdf4QtLib/cmaps/Adobe-CNS1-1 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-CNS1-1 rename to Pdf4QtLib/cmaps/Adobe-CNS1-1 diff --git a/PdfForQtLib/cmaps/Adobe-CNS1-2 b/Pdf4QtLib/cmaps/Adobe-CNS1-2 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-CNS1-2 rename to Pdf4QtLib/cmaps/Adobe-CNS1-2 diff --git a/PdfForQtLib/cmaps/Adobe-CNS1-3 b/Pdf4QtLib/cmaps/Adobe-CNS1-3 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-CNS1-3 rename to Pdf4QtLib/cmaps/Adobe-CNS1-3 diff --git a/PdfForQtLib/cmaps/Adobe-CNS1-4 b/Pdf4QtLib/cmaps/Adobe-CNS1-4 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-CNS1-4 rename to Pdf4QtLib/cmaps/Adobe-CNS1-4 diff --git a/PdfForQtLib/cmaps/Adobe-CNS1-5 b/Pdf4QtLib/cmaps/Adobe-CNS1-5 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-CNS1-5 rename to Pdf4QtLib/cmaps/Adobe-CNS1-5 diff --git a/PdfForQtLib/cmaps/Adobe-CNS1-6 b/Pdf4QtLib/cmaps/Adobe-CNS1-6 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-CNS1-6 rename to Pdf4QtLib/cmaps/Adobe-CNS1-6 diff --git a/PdfForQtLib/cmaps/Adobe-CNS1-7 b/Pdf4QtLib/cmaps/Adobe-CNS1-7 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-CNS1-7 rename to Pdf4QtLib/cmaps/Adobe-CNS1-7 diff --git a/PdfForQtLib/cmaps/Adobe-GB1-0 b/Pdf4QtLib/cmaps/Adobe-GB1-0 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-GB1-0 rename to Pdf4QtLib/cmaps/Adobe-GB1-0 diff --git a/PdfForQtLib/cmaps/Adobe-GB1-1 b/Pdf4QtLib/cmaps/Adobe-GB1-1 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-GB1-1 rename to Pdf4QtLib/cmaps/Adobe-GB1-1 diff --git a/PdfForQtLib/cmaps/Adobe-GB1-2 b/Pdf4QtLib/cmaps/Adobe-GB1-2 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-GB1-2 rename to Pdf4QtLib/cmaps/Adobe-GB1-2 diff --git a/PdfForQtLib/cmaps/Adobe-GB1-3 b/Pdf4QtLib/cmaps/Adobe-GB1-3 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-GB1-3 rename to Pdf4QtLib/cmaps/Adobe-GB1-3 diff --git a/PdfForQtLib/cmaps/Adobe-GB1-4 b/Pdf4QtLib/cmaps/Adobe-GB1-4 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-GB1-4 rename to Pdf4QtLib/cmaps/Adobe-GB1-4 diff --git a/PdfForQtLib/cmaps/Adobe-GB1-5 b/Pdf4QtLib/cmaps/Adobe-GB1-5 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-GB1-5 rename to Pdf4QtLib/cmaps/Adobe-GB1-5 diff --git a/PdfForQtLib/cmaps/Adobe-Japan1-0 b/Pdf4QtLib/cmaps/Adobe-Japan1-0 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-Japan1-0 rename to Pdf4QtLib/cmaps/Adobe-Japan1-0 diff --git a/PdfForQtLib/cmaps/Adobe-Japan1-1 b/Pdf4QtLib/cmaps/Adobe-Japan1-1 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-Japan1-1 rename to Pdf4QtLib/cmaps/Adobe-Japan1-1 diff --git a/PdfForQtLib/cmaps/Adobe-Japan1-2 b/Pdf4QtLib/cmaps/Adobe-Japan1-2 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-Japan1-2 rename to Pdf4QtLib/cmaps/Adobe-Japan1-2 diff --git a/PdfForQtLib/cmaps/Adobe-Japan1-3 b/Pdf4QtLib/cmaps/Adobe-Japan1-3 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-Japan1-3 rename to Pdf4QtLib/cmaps/Adobe-Japan1-3 diff --git a/PdfForQtLib/cmaps/Adobe-Japan1-4 b/Pdf4QtLib/cmaps/Adobe-Japan1-4 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-Japan1-4 rename to Pdf4QtLib/cmaps/Adobe-Japan1-4 diff --git a/PdfForQtLib/cmaps/Adobe-Japan1-5 b/Pdf4QtLib/cmaps/Adobe-Japan1-5 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-Japan1-5 rename to Pdf4QtLib/cmaps/Adobe-Japan1-5 diff --git a/PdfForQtLib/cmaps/Adobe-Japan1-6 b/Pdf4QtLib/cmaps/Adobe-Japan1-6 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-Japan1-6 rename to Pdf4QtLib/cmaps/Adobe-Japan1-6 diff --git a/PdfForQtLib/cmaps/Adobe-Japan1-7 b/Pdf4QtLib/cmaps/Adobe-Japan1-7 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-Japan1-7 rename to Pdf4QtLib/cmaps/Adobe-Japan1-7 diff --git a/PdfForQtLib/cmaps/Adobe-Japan2-0 b/Pdf4QtLib/cmaps/Adobe-Japan2-0 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-Japan2-0 rename to Pdf4QtLib/cmaps/Adobe-Japan2-0 diff --git a/PdfForQtLib/cmaps/Adobe-KR-0 b/Pdf4QtLib/cmaps/Adobe-KR-0 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-KR-0 rename to Pdf4QtLib/cmaps/Adobe-KR-0 diff --git a/PdfForQtLib/cmaps/Adobe-KR-1 b/Pdf4QtLib/cmaps/Adobe-KR-1 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-KR-1 rename to Pdf4QtLib/cmaps/Adobe-KR-1 diff --git a/PdfForQtLib/cmaps/Adobe-KR-2 b/Pdf4QtLib/cmaps/Adobe-KR-2 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-KR-2 rename to Pdf4QtLib/cmaps/Adobe-KR-2 diff --git a/PdfForQtLib/cmaps/Adobe-KR-3 b/Pdf4QtLib/cmaps/Adobe-KR-3 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-KR-3 rename to Pdf4QtLib/cmaps/Adobe-KR-3 diff --git a/PdfForQtLib/cmaps/Adobe-KR-4 b/Pdf4QtLib/cmaps/Adobe-KR-4 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-KR-4 rename to Pdf4QtLib/cmaps/Adobe-KR-4 diff --git a/PdfForQtLib/cmaps/Adobe-KR-5 b/Pdf4QtLib/cmaps/Adobe-KR-5 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-KR-5 rename to Pdf4QtLib/cmaps/Adobe-KR-5 diff --git a/PdfForQtLib/cmaps/Adobe-KR-6 b/Pdf4QtLib/cmaps/Adobe-KR-6 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-KR-6 rename to Pdf4QtLib/cmaps/Adobe-KR-6 diff --git a/PdfForQtLib/cmaps/Adobe-KR-7 b/Pdf4QtLib/cmaps/Adobe-KR-7 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-KR-7 rename to Pdf4QtLib/cmaps/Adobe-KR-7 diff --git a/PdfForQtLib/cmaps/Adobe-KR-8 b/Pdf4QtLib/cmaps/Adobe-KR-8 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-KR-8 rename to Pdf4QtLib/cmaps/Adobe-KR-8 diff --git a/PdfForQtLib/cmaps/Adobe-KR-9 b/Pdf4QtLib/cmaps/Adobe-KR-9 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-KR-9 rename to Pdf4QtLib/cmaps/Adobe-KR-9 diff --git a/PdfForQtLib/cmaps/Adobe-Korea1-0 b/Pdf4QtLib/cmaps/Adobe-Korea1-0 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-Korea1-0 rename to Pdf4QtLib/cmaps/Adobe-Korea1-0 diff --git a/PdfForQtLib/cmaps/Adobe-Korea1-1 b/Pdf4QtLib/cmaps/Adobe-Korea1-1 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-Korea1-1 rename to Pdf4QtLib/cmaps/Adobe-Korea1-1 diff --git a/PdfForQtLib/cmaps/Adobe-Korea1-2 b/Pdf4QtLib/cmaps/Adobe-Korea1-2 similarity index 100% rename from PdfForQtLib/cmaps/Adobe-Korea1-2 rename to Pdf4QtLib/cmaps/Adobe-Korea1-2 diff --git a/PdfForQtLib/cmaps/B5-H b/Pdf4QtLib/cmaps/B5-H similarity index 100% rename from PdfForQtLib/cmaps/B5-H rename to Pdf4QtLib/cmaps/B5-H diff --git a/PdfForQtLib/cmaps/B5-V b/Pdf4QtLib/cmaps/B5-V similarity index 100% rename from PdfForQtLib/cmaps/B5-V rename to Pdf4QtLib/cmaps/B5-V diff --git a/PdfForQtLib/cmaps/B5pc-H b/Pdf4QtLib/cmaps/B5pc-H similarity index 100% rename from PdfForQtLib/cmaps/B5pc-H rename to Pdf4QtLib/cmaps/B5pc-H diff --git a/PdfForQtLib/cmaps/B5pc-V b/Pdf4QtLib/cmaps/B5pc-V similarity index 100% rename from PdfForQtLib/cmaps/B5pc-V rename to Pdf4QtLib/cmaps/B5pc-V diff --git a/PdfForQtLib/cmaps/CNS-EUC-H b/Pdf4QtLib/cmaps/CNS-EUC-H similarity index 100% rename from PdfForQtLib/cmaps/CNS-EUC-H rename to Pdf4QtLib/cmaps/CNS-EUC-H diff --git a/PdfForQtLib/cmaps/CNS-EUC-V b/Pdf4QtLib/cmaps/CNS-EUC-V similarity index 100% rename from PdfForQtLib/cmaps/CNS-EUC-V rename to Pdf4QtLib/cmaps/CNS-EUC-V diff --git a/PdfForQtLib/cmaps/CNS1-H b/Pdf4QtLib/cmaps/CNS1-H similarity index 100% rename from PdfForQtLib/cmaps/CNS1-H rename to Pdf4QtLib/cmaps/CNS1-H diff --git a/PdfForQtLib/cmaps/CNS1-V b/Pdf4QtLib/cmaps/CNS1-V similarity index 100% rename from PdfForQtLib/cmaps/CNS1-V rename to Pdf4QtLib/cmaps/CNS1-V diff --git a/PdfForQtLib/cmaps/CNS2-H b/Pdf4QtLib/cmaps/CNS2-H similarity index 100% rename from PdfForQtLib/cmaps/CNS2-H rename to Pdf4QtLib/cmaps/CNS2-H diff --git a/PdfForQtLib/cmaps/CNS2-V b/Pdf4QtLib/cmaps/CNS2-V similarity index 100% rename from PdfForQtLib/cmaps/CNS2-V rename to Pdf4QtLib/cmaps/CNS2-V diff --git a/PdfForQtLib/cmaps/ETHK-B5-H b/Pdf4QtLib/cmaps/ETHK-B5-H similarity index 100% rename from PdfForQtLib/cmaps/ETHK-B5-H rename to Pdf4QtLib/cmaps/ETHK-B5-H diff --git a/PdfForQtLib/cmaps/ETHK-B5-V b/Pdf4QtLib/cmaps/ETHK-B5-V similarity index 100% rename from PdfForQtLib/cmaps/ETHK-B5-V rename to Pdf4QtLib/cmaps/ETHK-B5-V diff --git a/PdfForQtLib/cmaps/ETen-B5-H b/Pdf4QtLib/cmaps/ETen-B5-H similarity index 100% rename from PdfForQtLib/cmaps/ETen-B5-H rename to Pdf4QtLib/cmaps/ETen-B5-H diff --git a/PdfForQtLib/cmaps/ETen-B5-V b/Pdf4QtLib/cmaps/ETen-B5-V similarity index 100% rename from PdfForQtLib/cmaps/ETen-B5-V rename to Pdf4QtLib/cmaps/ETen-B5-V diff --git a/PdfForQtLib/cmaps/ETenms-B5-H b/Pdf4QtLib/cmaps/ETenms-B5-H similarity index 100% rename from PdfForQtLib/cmaps/ETenms-B5-H rename to Pdf4QtLib/cmaps/ETenms-B5-H diff --git a/PdfForQtLib/cmaps/ETenms-B5-V b/Pdf4QtLib/cmaps/ETenms-B5-V similarity index 100% rename from PdfForQtLib/cmaps/ETenms-B5-V rename to Pdf4QtLib/cmaps/ETenms-B5-V diff --git a/PdfForQtLib/cmaps/EUC-H b/Pdf4QtLib/cmaps/EUC-H similarity index 100% rename from PdfForQtLib/cmaps/EUC-H rename to Pdf4QtLib/cmaps/EUC-H diff --git a/PdfForQtLib/cmaps/EUC-V b/Pdf4QtLib/cmaps/EUC-V similarity index 100% rename from PdfForQtLib/cmaps/EUC-V rename to Pdf4QtLib/cmaps/EUC-V diff --git a/PdfForQtLib/cmaps/Ext-H b/Pdf4QtLib/cmaps/Ext-H similarity index 100% rename from PdfForQtLib/cmaps/Ext-H rename to Pdf4QtLib/cmaps/Ext-H diff --git a/PdfForQtLib/cmaps/Ext-RKSJ-H b/Pdf4QtLib/cmaps/Ext-RKSJ-H similarity index 100% rename from PdfForQtLib/cmaps/Ext-RKSJ-H rename to Pdf4QtLib/cmaps/Ext-RKSJ-H diff --git a/PdfForQtLib/cmaps/Ext-RKSJ-V b/Pdf4QtLib/cmaps/Ext-RKSJ-V similarity index 100% rename from PdfForQtLib/cmaps/Ext-RKSJ-V rename to Pdf4QtLib/cmaps/Ext-RKSJ-V diff --git a/PdfForQtLib/cmaps/Ext-V b/Pdf4QtLib/cmaps/Ext-V similarity index 100% rename from PdfForQtLib/cmaps/Ext-V rename to Pdf4QtLib/cmaps/Ext-V diff --git a/PdfForQtLib/cmaps/GB-EUC-H b/Pdf4QtLib/cmaps/GB-EUC-H similarity index 100% rename from PdfForQtLib/cmaps/GB-EUC-H rename to Pdf4QtLib/cmaps/GB-EUC-H diff --git a/PdfForQtLib/cmaps/GB-EUC-V b/Pdf4QtLib/cmaps/GB-EUC-V similarity index 100% rename from PdfForQtLib/cmaps/GB-EUC-V rename to Pdf4QtLib/cmaps/GB-EUC-V diff --git a/PdfForQtLib/cmaps/GB-H b/Pdf4QtLib/cmaps/GB-H similarity index 100% rename from PdfForQtLib/cmaps/GB-H rename to Pdf4QtLib/cmaps/GB-H diff --git a/PdfForQtLib/cmaps/GB-V b/Pdf4QtLib/cmaps/GB-V similarity index 100% rename from PdfForQtLib/cmaps/GB-V rename to Pdf4QtLib/cmaps/GB-V diff --git a/PdfForQtLib/cmaps/GBK-EUC-H b/Pdf4QtLib/cmaps/GBK-EUC-H similarity index 100% rename from PdfForQtLib/cmaps/GBK-EUC-H rename to Pdf4QtLib/cmaps/GBK-EUC-H diff --git a/PdfForQtLib/cmaps/GBK-EUC-V b/Pdf4QtLib/cmaps/GBK-EUC-V similarity index 100% rename from PdfForQtLib/cmaps/GBK-EUC-V rename to Pdf4QtLib/cmaps/GBK-EUC-V diff --git a/PdfForQtLib/cmaps/GBK2K-H b/Pdf4QtLib/cmaps/GBK2K-H similarity index 100% rename from PdfForQtLib/cmaps/GBK2K-H rename to Pdf4QtLib/cmaps/GBK2K-H diff --git a/PdfForQtLib/cmaps/GBK2K-V b/Pdf4QtLib/cmaps/GBK2K-V similarity index 100% rename from PdfForQtLib/cmaps/GBK2K-V rename to Pdf4QtLib/cmaps/GBK2K-V diff --git a/PdfForQtLib/cmaps/GBKp-EUC-H b/Pdf4QtLib/cmaps/GBKp-EUC-H similarity index 100% rename from PdfForQtLib/cmaps/GBKp-EUC-H rename to Pdf4QtLib/cmaps/GBKp-EUC-H diff --git a/PdfForQtLib/cmaps/GBKp-EUC-V b/Pdf4QtLib/cmaps/GBKp-EUC-V similarity index 100% rename from PdfForQtLib/cmaps/GBKp-EUC-V rename to Pdf4QtLib/cmaps/GBKp-EUC-V diff --git a/PdfForQtLib/cmaps/GBT-EUC-H b/Pdf4QtLib/cmaps/GBT-EUC-H similarity index 100% rename from PdfForQtLib/cmaps/GBT-EUC-H rename to Pdf4QtLib/cmaps/GBT-EUC-H diff --git a/PdfForQtLib/cmaps/GBT-EUC-V b/Pdf4QtLib/cmaps/GBT-EUC-V similarity index 100% rename from PdfForQtLib/cmaps/GBT-EUC-V rename to Pdf4QtLib/cmaps/GBT-EUC-V diff --git a/PdfForQtLib/cmaps/GBT-H b/Pdf4QtLib/cmaps/GBT-H similarity index 100% rename from PdfForQtLib/cmaps/GBT-H rename to Pdf4QtLib/cmaps/GBT-H diff --git a/PdfForQtLib/cmaps/GBT-V b/Pdf4QtLib/cmaps/GBT-V similarity index 100% rename from PdfForQtLib/cmaps/GBT-V rename to Pdf4QtLib/cmaps/GBT-V diff --git a/PdfForQtLib/cmaps/GBTpc-EUC-H b/Pdf4QtLib/cmaps/GBTpc-EUC-H similarity index 100% rename from PdfForQtLib/cmaps/GBTpc-EUC-H rename to Pdf4QtLib/cmaps/GBTpc-EUC-H diff --git a/PdfForQtLib/cmaps/GBTpc-EUC-V b/Pdf4QtLib/cmaps/GBTpc-EUC-V similarity index 100% rename from PdfForQtLib/cmaps/GBTpc-EUC-V rename to Pdf4QtLib/cmaps/GBTpc-EUC-V diff --git a/PdfForQtLib/cmaps/GBpc-EUC-H b/Pdf4QtLib/cmaps/GBpc-EUC-H similarity index 100% rename from PdfForQtLib/cmaps/GBpc-EUC-H rename to Pdf4QtLib/cmaps/GBpc-EUC-H diff --git a/PdfForQtLib/cmaps/GBpc-EUC-V b/Pdf4QtLib/cmaps/GBpc-EUC-V similarity index 100% rename from PdfForQtLib/cmaps/GBpc-EUC-V rename to Pdf4QtLib/cmaps/GBpc-EUC-V diff --git a/PdfForQtLib/cmaps/H b/Pdf4QtLib/cmaps/H similarity index 100% rename from PdfForQtLib/cmaps/H rename to Pdf4QtLib/cmaps/H diff --git a/PdfForQtLib/cmaps/HKdla-B5-H b/Pdf4QtLib/cmaps/HKdla-B5-H similarity index 100% rename from PdfForQtLib/cmaps/HKdla-B5-H rename to Pdf4QtLib/cmaps/HKdla-B5-H diff --git a/PdfForQtLib/cmaps/HKdla-B5-V b/Pdf4QtLib/cmaps/HKdla-B5-V similarity index 100% rename from PdfForQtLib/cmaps/HKdla-B5-V rename to Pdf4QtLib/cmaps/HKdla-B5-V diff --git a/PdfForQtLib/cmaps/HKdlb-B5-H b/Pdf4QtLib/cmaps/HKdlb-B5-H similarity index 100% rename from PdfForQtLib/cmaps/HKdlb-B5-H rename to Pdf4QtLib/cmaps/HKdlb-B5-H diff --git a/PdfForQtLib/cmaps/HKdlb-B5-V b/Pdf4QtLib/cmaps/HKdlb-B5-V similarity index 100% rename from PdfForQtLib/cmaps/HKdlb-B5-V rename to Pdf4QtLib/cmaps/HKdlb-B5-V diff --git a/PdfForQtLib/cmaps/HKgccs-B5-H b/Pdf4QtLib/cmaps/HKgccs-B5-H similarity index 100% rename from PdfForQtLib/cmaps/HKgccs-B5-H rename to Pdf4QtLib/cmaps/HKgccs-B5-H diff --git a/PdfForQtLib/cmaps/HKgccs-B5-V b/Pdf4QtLib/cmaps/HKgccs-B5-V similarity index 100% rename from PdfForQtLib/cmaps/HKgccs-B5-V rename to Pdf4QtLib/cmaps/HKgccs-B5-V diff --git a/PdfForQtLib/cmaps/HKm314-B5-H b/Pdf4QtLib/cmaps/HKm314-B5-H similarity index 100% rename from PdfForQtLib/cmaps/HKm314-B5-H rename to Pdf4QtLib/cmaps/HKm314-B5-H diff --git a/PdfForQtLib/cmaps/HKm314-B5-V b/Pdf4QtLib/cmaps/HKm314-B5-V similarity index 100% rename from PdfForQtLib/cmaps/HKm314-B5-V rename to Pdf4QtLib/cmaps/HKm314-B5-V diff --git a/PdfForQtLib/cmaps/HKm471-B5-H b/Pdf4QtLib/cmaps/HKm471-B5-H similarity index 100% rename from PdfForQtLib/cmaps/HKm471-B5-H rename to Pdf4QtLib/cmaps/HKm471-B5-H diff --git a/PdfForQtLib/cmaps/HKm471-B5-V b/Pdf4QtLib/cmaps/HKm471-B5-V similarity index 100% rename from PdfForQtLib/cmaps/HKm471-B5-V rename to Pdf4QtLib/cmaps/HKm471-B5-V diff --git a/PdfForQtLib/cmaps/HKscs-B5-H b/Pdf4QtLib/cmaps/HKscs-B5-H similarity index 100% rename from PdfForQtLib/cmaps/HKscs-B5-H rename to Pdf4QtLib/cmaps/HKscs-B5-H diff --git a/PdfForQtLib/cmaps/HKscs-B5-V b/Pdf4QtLib/cmaps/HKscs-B5-V similarity index 100% rename from PdfForQtLib/cmaps/HKscs-B5-V rename to Pdf4QtLib/cmaps/HKscs-B5-V diff --git a/PdfForQtLib/cmaps/Hankaku b/Pdf4QtLib/cmaps/Hankaku similarity index 100% rename from PdfForQtLib/cmaps/Hankaku rename to Pdf4QtLib/cmaps/Hankaku diff --git a/PdfForQtLib/cmaps/Hiragana b/Pdf4QtLib/cmaps/Hiragana similarity index 100% rename from PdfForQtLib/cmaps/Hiragana rename to Pdf4QtLib/cmaps/Hiragana diff --git a/PdfForQtLib/cmaps/Hojo-EUC-H b/Pdf4QtLib/cmaps/Hojo-EUC-H similarity index 100% rename from PdfForQtLib/cmaps/Hojo-EUC-H rename to Pdf4QtLib/cmaps/Hojo-EUC-H diff --git a/PdfForQtLib/cmaps/Hojo-EUC-V b/Pdf4QtLib/cmaps/Hojo-EUC-V similarity index 100% rename from PdfForQtLib/cmaps/Hojo-EUC-V rename to Pdf4QtLib/cmaps/Hojo-EUC-V diff --git a/PdfForQtLib/cmaps/Hojo-H b/Pdf4QtLib/cmaps/Hojo-H similarity index 100% rename from PdfForQtLib/cmaps/Hojo-H rename to Pdf4QtLib/cmaps/Hojo-H diff --git a/PdfForQtLib/cmaps/Hojo-V b/Pdf4QtLib/cmaps/Hojo-V similarity index 100% rename from PdfForQtLib/cmaps/Hojo-V rename to Pdf4QtLib/cmaps/Hojo-V diff --git a/PdfForQtLib/cmaps/Identity-H b/Pdf4QtLib/cmaps/Identity-H similarity index 100% rename from PdfForQtLib/cmaps/Identity-H rename to Pdf4QtLib/cmaps/Identity-H diff --git a/PdfForQtLib/cmaps/Identity-V b/Pdf4QtLib/cmaps/Identity-V similarity index 100% rename from PdfForQtLib/cmaps/Identity-V rename to Pdf4QtLib/cmaps/Identity-V diff --git a/PdfForQtLib/cmaps/KSC-EUC-H b/Pdf4QtLib/cmaps/KSC-EUC-H similarity index 100% rename from PdfForQtLib/cmaps/KSC-EUC-H rename to Pdf4QtLib/cmaps/KSC-EUC-H diff --git a/PdfForQtLib/cmaps/KSC-EUC-V b/Pdf4QtLib/cmaps/KSC-EUC-V similarity index 100% rename from PdfForQtLib/cmaps/KSC-EUC-V rename to Pdf4QtLib/cmaps/KSC-EUC-V diff --git a/PdfForQtLib/cmaps/KSC-H b/Pdf4QtLib/cmaps/KSC-H similarity index 100% rename from PdfForQtLib/cmaps/KSC-H rename to Pdf4QtLib/cmaps/KSC-H diff --git a/PdfForQtLib/cmaps/KSC-Johab-H b/Pdf4QtLib/cmaps/KSC-Johab-H similarity index 100% rename from PdfForQtLib/cmaps/KSC-Johab-H rename to Pdf4QtLib/cmaps/KSC-Johab-H diff --git a/PdfForQtLib/cmaps/KSC-Johab-V b/Pdf4QtLib/cmaps/KSC-Johab-V similarity index 100% rename from PdfForQtLib/cmaps/KSC-Johab-V rename to Pdf4QtLib/cmaps/KSC-Johab-V diff --git a/PdfForQtLib/cmaps/KSC-V b/Pdf4QtLib/cmaps/KSC-V similarity index 100% rename from PdfForQtLib/cmaps/KSC-V rename to Pdf4QtLib/cmaps/KSC-V diff --git a/PdfForQtLib/cmaps/KSCms-UHC-H b/Pdf4QtLib/cmaps/KSCms-UHC-H similarity index 100% rename from PdfForQtLib/cmaps/KSCms-UHC-H rename to Pdf4QtLib/cmaps/KSCms-UHC-H diff --git a/PdfForQtLib/cmaps/KSCms-UHC-HW-H b/Pdf4QtLib/cmaps/KSCms-UHC-HW-H similarity index 100% rename from PdfForQtLib/cmaps/KSCms-UHC-HW-H rename to Pdf4QtLib/cmaps/KSCms-UHC-HW-H diff --git a/PdfForQtLib/cmaps/KSCms-UHC-HW-V b/Pdf4QtLib/cmaps/KSCms-UHC-HW-V similarity index 100% rename from PdfForQtLib/cmaps/KSCms-UHC-HW-V rename to Pdf4QtLib/cmaps/KSCms-UHC-HW-V diff --git a/PdfForQtLib/cmaps/KSCms-UHC-V b/Pdf4QtLib/cmaps/KSCms-UHC-V similarity index 100% rename from PdfForQtLib/cmaps/KSCms-UHC-V rename to Pdf4QtLib/cmaps/KSCms-UHC-V diff --git a/PdfForQtLib/cmaps/KSCpc-EUC-H b/Pdf4QtLib/cmaps/KSCpc-EUC-H similarity index 100% rename from PdfForQtLib/cmaps/KSCpc-EUC-H rename to Pdf4QtLib/cmaps/KSCpc-EUC-H diff --git a/PdfForQtLib/cmaps/KSCpc-EUC-V b/Pdf4QtLib/cmaps/KSCpc-EUC-V similarity index 100% rename from PdfForQtLib/cmaps/KSCpc-EUC-V rename to Pdf4QtLib/cmaps/KSCpc-EUC-V diff --git a/PdfForQtLib/cmaps/Katakana b/Pdf4QtLib/cmaps/Katakana similarity index 100% rename from PdfForQtLib/cmaps/Katakana rename to Pdf4QtLib/cmaps/Katakana diff --git a/PdfForQtLib/cmaps/LICENSE.txt b/Pdf4QtLib/cmaps/LICENSE.txt similarity index 100% rename from PdfForQtLib/cmaps/LICENSE.txt rename to Pdf4QtLib/cmaps/LICENSE.txt diff --git a/PdfForQtLib/cmaps/NWP-H b/Pdf4QtLib/cmaps/NWP-H similarity index 100% rename from PdfForQtLib/cmaps/NWP-H rename to Pdf4QtLib/cmaps/NWP-H diff --git a/PdfForQtLib/cmaps/NWP-V b/Pdf4QtLib/cmaps/NWP-V similarity index 100% rename from PdfForQtLib/cmaps/NWP-V rename to Pdf4QtLib/cmaps/NWP-V diff --git a/PdfForQtLib/cmaps/RKSJ-H b/Pdf4QtLib/cmaps/RKSJ-H similarity index 100% rename from PdfForQtLib/cmaps/RKSJ-H rename to Pdf4QtLib/cmaps/RKSJ-H diff --git a/PdfForQtLib/cmaps/RKSJ-V b/Pdf4QtLib/cmaps/RKSJ-V similarity index 100% rename from PdfForQtLib/cmaps/RKSJ-V rename to Pdf4QtLib/cmaps/RKSJ-V diff --git a/PdfForQtLib/cmaps/Roman b/Pdf4QtLib/cmaps/Roman similarity index 100% rename from PdfForQtLib/cmaps/Roman rename to Pdf4QtLib/cmaps/Roman diff --git a/PdfForQtLib/cmaps/UniAKR-UTF16-H b/Pdf4QtLib/cmaps/UniAKR-UTF16-H similarity index 100% rename from PdfForQtLib/cmaps/UniAKR-UTF16-H rename to Pdf4QtLib/cmaps/UniAKR-UTF16-H diff --git a/PdfForQtLib/cmaps/UniAKR-UTF32-H b/Pdf4QtLib/cmaps/UniAKR-UTF32-H similarity index 100% rename from PdfForQtLib/cmaps/UniAKR-UTF32-H rename to Pdf4QtLib/cmaps/UniAKR-UTF32-H diff --git a/PdfForQtLib/cmaps/UniAKR-UTF8-H b/Pdf4QtLib/cmaps/UniAKR-UTF8-H similarity index 100% rename from PdfForQtLib/cmaps/UniAKR-UTF8-H rename to Pdf4QtLib/cmaps/UniAKR-UTF8-H diff --git a/PdfForQtLib/cmaps/UniCNS-UCS2-H b/Pdf4QtLib/cmaps/UniCNS-UCS2-H similarity index 100% rename from PdfForQtLib/cmaps/UniCNS-UCS2-H rename to Pdf4QtLib/cmaps/UniCNS-UCS2-H diff --git a/PdfForQtLib/cmaps/UniCNS-UCS2-V b/Pdf4QtLib/cmaps/UniCNS-UCS2-V similarity index 100% rename from PdfForQtLib/cmaps/UniCNS-UCS2-V rename to Pdf4QtLib/cmaps/UniCNS-UCS2-V diff --git a/PdfForQtLib/cmaps/UniCNS-UTF16-H b/Pdf4QtLib/cmaps/UniCNS-UTF16-H similarity index 100% rename from PdfForQtLib/cmaps/UniCNS-UTF16-H rename to Pdf4QtLib/cmaps/UniCNS-UTF16-H diff --git a/PdfForQtLib/cmaps/UniCNS-UTF16-V b/Pdf4QtLib/cmaps/UniCNS-UTF16-V similarity index 100% rename from PdfForQtLib/cmaps/UniCNS-UTF16-V rename to Pdf4QtLib/cmaps/UniCNS-UTF16-V diff --git a/PdfForQtLib/cmaps/UniCNS-UTF32-H b/Pdf4QtLib/cmaps/UniCNS-UTF32-H similarity index 100% rename from PdfForQtLib/cmaps/UniCNS-UTF32-H rename to Pdf4QtLib/cmaps/UniCNS-UTF32-H diff --git a/PdfForQtLib/cmaps/UniCNS-UTF32-V b/Pdf4QtLib/cmaps/UniCNS-UTF32-V similarity index 100% rename from PdfForQtLib/cmaps/UniCNS-UTF32-V rename to Pdf4QtLib/cmaps/UniCNS-UTF32-V diff --git a/PdfForQtLib/cmaps/UniCNS-UTF8-H b/Pdf4QtLib/cmaps/UniCNS-UTF8-H similarity index 100% rename from PdfForQtLib/cmaps/UniCNS-UTF8-H rename to Pdf4QtLib/cmaps/UniCNS-UTF8-H diff --git a/PdfForQtLib/cmaps/UniCNS-UTF8-V b/Pdf4QtLib/cmaps/UniCNS-UTF8-V similarity index 100% rename from PdfForQtLib/cmaps/UniCNS-UTF8-V rename to Pdf4QtLib/cmaps/UniCNS-UTF8-V diff --git a/PdfForQtLib/cmaps/UniGB-UCS2-H b/Pdf4QtLib/cmaps/UniGB-UCS2-H similarity index 100% rename from PdfForQtLib/cmaps/UniGB-UCS2-H rename to Pdf4QtLib/cmaps/UniGB-UCS2-H diff --git a/PdfForQtLib/cmaps/UniGB-UCS2-V b/Pdf4QtLib/cmaps/UniGB-UCS2-V similarity index 100% rename from PdfForQtLib/cmaps/UniGB-UCS2-V rename to Pdf4QtLib/cmaps/UniGB-UCS2-V diff --git a/PdfForQtLib/cmaps/UniGB-UTF16-H b/Pdf4QtLib/cmaps/UniGB-UTF16-H similarity index 100% rename from PdfForQtLib/cmaps/UniGB-UTF16-H rename to Pdf4QtLib/cmaps/UniGB-UTF16-H diff --git a/PdfForQtLib/cmaps/UniGB-UTF16-V b/Pdf4QtLib/cmaps/UniGB-UTF16-V similarity index 100% rename from PdfForQtLib/cmaps/UniGB-UTF16-V rename to Pdf4QtLib/cmaps/UniGB-UTF16-V diff --git a/PdfForQtLib/cmaps/UniGB-UTF32-H b/Pdf4QtLib/cmaps/UniGB-UTF32-H similarity index 100% rename from PdfForQtLib/cmaps/UniGB-UTF32-H rename to Pdf4QtLib/cmaps/UniGB-UTF32-H diff --git a/PdfForQtLib/cmaps/UniGB-UTF32-V b/Pdf4QtLib/cmaps/UniGB-UTF32-V similarity index 100% rename from PdfForQtLib/cmaps/UniGB-UTF32-V rename to Pdf4QtLib/cmaps/UniGB-UTF32-V diff --git a/PdfForQtLib/cmaps/UniGB-UTF8-H b/Pdf4QtLib/cmaps/UniGB-UTF8-H similarity index 100% rename from PdfForQtLib/cmaps/UniGB-UTF8-H rename to Pdf4QtLib/cmaps/UniGB-UTF8-H diff --git a/PdfForQtLib/cmaps/UniGB-UTF8-V b/Pdf4QtLib/cmaps/UniGB-UTF8-V similarity index 100% rename from PdfForQtLib/cmaps/UniGB-UTF8-V rename to Pdf4QtLib/cmaps/UniGB-UTF8-V diff --git a/PdfForQtLib/cmaps/UniHojo-UCS2-H b/Pdf4QtLib/cmaps/UniHojo-UCS2-H similarity index 100% rename from PdfForQtLib/cmaps/UniHojo-UCS2-H rename to Pdf4QtLib/cmaps/UniHojo-UCS2-H diff --git a/PdfForQtLib/cmaps/UniHojo-UCS2-V b/Pdf4QtLib/cmaps/UniHojo-UCS2-V similarity index 100% rename from PdfForQtLib/cmaps/UniHojo-UCS2-V rename to Pdf4QtLib/cmaps/UniHojo-UCS2-V diff --git a/PdfForQtLib/cmaps/UniHojo-UTF16-H b/Pdf4QtLib/cmaps/UniHojo-UTF16-H similarity index 100% rename from PdfForQtLib/cmaps/UniHojo-UTF16-H rename to Pdf4QtLib/cmaps/UniHojo-UTF16-H diff --git a/PdfForQtLib/cmaps/UniHojo-UTF16-V b/Pdf4QtLib/cmaps/UniHojo-UTF16-V similarity index 100% rename from PdfForQtLib/cmaps/UniHojo-UTF16-V rename to Pdf4QtLib/cmaps/UniHojo-UTF16-V diff --git a/PdfForQtLib/cmaps/UniHojo-UTF32-H b/Pdf4QtLib/cmaps/UniHojo-UTF32-H similarity index 100% rename from PdfForQtLib/cmaps/UniHojo-UTF32-H rename to Pdf4QtLib/cmaps/UniHojo-UTF32-H diff --git a/PdfForQtLib/cmaps/UniHojo-UTF32-V b/Pdf4QtLib/cmaps/UniHojo-UTF32-V similarity index 100% rename from PdfForQtLib/cmaps/UniHojo-UTF32-V rename to Pdf4QtLib/cmaps/UniHojo-UTF32-V diff --git a/PdfForQtLib/cmaps/UniHojo-UTF8-H b/Pdf4QtLib/cmaps/UniHojo-UTF8-H similarity index 100% rename from PdfForQtLib/cmaps/UniHojo-UTF8-H rename to Pdf4QtLib/cmaps/UniHojo-UTF8-H diff --git a/PdfForQtLib/cmaps/UniHojo-UTF8-V b/Pdf4QtLib/cmaps/UniHojo-UTF8-V similarity index 100% rename from PdfForQtLib/cmaps/UniHojo-UTF8-V rename to Pdf4QtLib/cmaps/UniHojo-UTF8-V diff --git a/PdfForQtLib/cmaps/UniJIS-UCS2-H b/Pdf4QtLib/cmaps/UniJIS-UCS2-H similarity index 100% rename from PdfForQtLib/cmaps/UniJIS-UCS2-H rename to Pdf4QtLib/cmaps/UniJIS-UCS2-H diff --git a/PdfForQtLib/cmaps/UniJIS-UCS2-HW-H b/Pdf4QtLib/cmaps/UniJIS-UCS2-HW-H similarity index 100% rename from PdfForQtLib/cmaps/UniJIS-UCS2-HW-H rename to Pdf4QtLib/cmaps/UniJIS-UCS2-HW-H diff --git a/PdfForQtLib/cmaps/UniJIS-UCS2-HW-V b/Pdf4QtLib/cmaps/UniJIS-UCS2-HW-V similarity index 100% rename from PdfForQtLib/cmaps/UniJIS-UCS2-HW-V rename to Pdf4QtLib/cmaps/UniJIS-UCS2-HW-V diff --git a/PdfForQtLib/cmaps/UniJIS-UCS2-V b/Pdf4QtLib/cmaps/UniJIS-UCS2-V similarity index 100% rename from PdfForQtLib/cmaps/UniJIS-UCS2-V rename to Pdf4QtLib/cmaps/UniJIS-UCS2-V diff --git a/PdfForQtLib/cmaps/UniJIS-UTF16-H b/Pdf4QtLib/cmaps/UniJIS-UTF16-H similarity index 100% rename from PdfForQtLib/cmaps/UniJIS-UTF16-H rename to Pdf4QtLib/cmaps/UniJIS-UTF16-H diff --git a/PdfForQtLib/cmaps/UniJIS-UTF16-V b/Pdf4QtLib/cmaps/UniJIS-UTF16-V similarity index 100% rename from PdfForQtLib/cmaps/UniJIS-UTF16-V rename to Pdf4QtLib/cmaps/UniJIS-UTF16-V diff --git a/PdfForQtLib/cmaps/UniJIS-UTF32-H b/Pdf4QtLib/cmaps/UniJIS-UTF32-H similarity index 100% rename from PdfForQtLib/cmaps/UniJIS-UTF32-H rename to Pdf4QtLib/cmaps/UniJIS-UTF32-H diff --git a/PdfForQtLib/cmaps/UniJIS-UTF32-V b/Pdf4QtLib/cmaps/UniJIS-UTF32-V similarity index 100% rename from PdfForQtLib/cmaps/UniJIS-UTF32-V rename to Pdf4QtLib/cmaps/UniJIS-UTF32-V diff --git a/PdfForQtLib/cmaps/UniJIS-UTF8-H b/Pdf4QtLib/cmaps/UniJIS-UTF8-H similarity index 100% rename from PdfForQtLib/cmaps/UniJIS-UTF8-H rename to Pdf4QtLib/cmaps/UniJIS-UTF8-H diff --git a/PdfForQtLib/cmaps/UniJIS-UTF8-V b/Pdf4QtLib/cmaps/UniJIS-UTF8-V similarity index 100% rename from PdfForQtLib/cmaps/UniJIS-UTF8-V rename to Pdf4QtLib/cmaps/UniJIS-UTF8-V diff --git a/PdfForQtLib/cmaps/UniJIS2004-UTF16-H b/Pdf4QtLib/cmaps/UniJIS2004-UTF16-H similarity index 100% rename from PdfForQtLib/cmaps/UniJIS2004-UTF16-H rename to Pdf4QtLib/cmaps/UniJIS2004-UTF16-H diff --git a/PdfForQtLib/cmaps/UniJIS2004-UTF16-V b/Pdf4QtLib/cmaps/UniJIS2004-UTF16-V similarity index 100% rename from PdfForQtLib/cmaps/UniJIS2004-UTF16-V rename to Pdf4QtLib/cmaps/UniJIS2004-UTF16-V diff --git a/PdfForQtLib/cmaps/UniJIS2004-UTF32-H b/Pdf4QtLib/cmaps/UniJIS2004-UTF32-H similarity index 100% rename from PdfForQtLib/cmaps/UniJIS2004-UTF32-H rename to Pdf4QtLib/cmaps/UniJIS2004-UTF32-H diff --git a/PdfForQtLib/cmaps/UniJIS2004-UTF32-V b/Pdf4QtLib/cmaps/UniJIS2004-UTF32-V similarity index 100% rename from PdfForQtLib/cmaps/UniJIS2004-UTF32-V rename to Pdf4QtLib/cmaps/UniJIS2004-UTF32-V diff --git a/PdfForQtLib/cmaps/UniJIS2004-UTF8-H b/Pdf4QtLib/cmaps/UniJIS2004-UTF8-H similarity index 100% rename from PdfForQtLib/cmaps/UniJIS2004-UTF8-H rename to Pdf4QtLib/cmaps/UniJIS2004-UTF8-H diff --git a/PdfForQtLib/cmaps/UniJIS2004-UTF8-V b/Pdf4QtLib/cmaps/UniJIS2004-UTF8-V similarity index 100% rename from PdfForQtLib/cmaps/UniJIS2004-UTF8-V rename to Pdf4QtLib/cmaps/UniJIS2004-UTF8-V diff --git a/PdfForQtLib/cmaps/UniJISPro-UCS2-HW-V b/Pdf4QtLib/cmaps/UniJISPro-UCS2-HW-V similarity index 100% rename from PdfForQtLib/cmaps/UniJISPro-UCS2-HW-V rename to Pdf4QtLib/cmaps/UniJISPro-UCS2-HW-V diff --git a/PdfForQtLib/cmaps/UniJISPro-UCS2-V b/Pdf4QtLib/cmaps/UniJISPro-UCS2-V similarity index 100% rename from PdfForQtLib/cmaps/UniJISPro-UCS2-V rename to Pdf4QtLib/cmaps/UniJISPro-UCS2-V diff --git a/PdfForQtLib/cmaps/UniJISPro-UTF8-V b/Pdf4QtLib/cmaps/UniJISPro-UTF8-V similarity index 100% rename from PdfForQtLib/cmaps/UniJISPro-UTF8-V rename to Pdf4QtLib/cmaps/UniJISPro-UTF8-V diff --git a/PdfForQtLib/cmaps/UniJISX0213-UTF32-H b/Pdf4QtLib/cmaps/UniJISX0213-UTF32-H similarity index 100% rename from PdfForQtLib/cmaps/UniJISX0213-UTF32-H rename to Pdf4QtLib/cmaps/UniJISX0213-UTF32-H diff --git a/PdfForQtLib/cmaps/UniJISX0213-UTF32-V b/Pdf4QtLib/cmaps/UniJISX0213-UTF32-V similarity index 100% rename from PdfForQtLib/cmaps/UniJISX0213-UTF32-V rename to Pdf4QtLib/cmaps/UniJISX0213-UTF32-V diff --git a/PdfForQtLib/cmaps/UniJISX02132004-UTF32-H b/Pdf4QtLib/cmaps/UniJISX02132004-UTF32-H similarity index 100% rename from PdfForQtLib/cmaps/UniJISX02132004-UTF32-H rename to Pdf4QtLib/cmaps/UniJISX02132004-UTF32-H diff --git a/PdfForQtLib/cmaps/UniJISX02132004-UTF32-V b/Pdf4QtLib/cmaps/UniJISX02132004-UTF32-V similarity index 100% rename from PdfForQtLib/cmaps/UniJISX02132004-UTF32-V rename to Pdf4QtLib/cmaps/UniJISX02132004-UTF32-V diff --git a/PdfForQtLib/cmaps/UniKS-UCS2-H b/Pdf4QtLib/cmaps/UniKS-UCS2-H similarity index 100% rename from PdfForQtLib/cmaps/UniKS-UCS2-H rename to Pdf4QtLib/cmaps/UniKS-UCS2-H diff --git a/PdfForQtLib/cmaps/UniKS-UCS2-V b/Pdf4QtLib/cmaps/UniKS-UCS2-V similarity index 100% rename from PdfForQtLib/cmaps/UniKS-UCS2-V rename to Pdf4QtLib/cmaps/UniKS-UCS2-V diff --git a/PdfForQtLib/cmaps/UniKS-UTF16-H b/Pdf4QtLib/cmaps/UniKS-UTF16-H similarity index 100% rename from PdfForQtLib/cmaps/UniKS-UTF16-H rename to Pdf4QtLib/cmaps/UniKS-UTF16-H diff --git a/PdfForQtLib/cmaps/UniKS-UTF16-V b/Pdf4QtLib/cmaps/UniKS-UTF16-V similarity index 100% rename from PdfForQtLib/cmaps/UniKS-UTF16-V rename to Pdf4QtLib/cmaps/UniKS-UTF16-V diff --git a/PdfForQtLib/cmaps/UniKS-UTF32-H b/Pdf4QtLib/cmaps/UniKS-UTF32-H similarity index 100% rename from PdfForQtLib/cmaps/UniKS-UTF32-H rename to Pdf4QtLib/cmaps/UniKS-UTF32-H diff --git a/PdfForQtLib/cmaps/UniKS-UTF32-V b/Pdf4QtLib/cmaps/UniKS-UTF32-V similarity index 100% rename from PdfForQtLib/cmaps/UniKS-UTF32-V rename to Pdf4QtLib/cmaps/UniKS-UTF32-V diff --git a/PdfForQtLib/cmaps/UniKS-UTF8-H b/Pdf4QtLib/cmaps/UniKS-UTF8-H similarity index 100% rename from PdfForQtLib/cmaps/UniKS-UTF8-H rename to Pdf4QtLib/cmaps/UniKS-UTF8-H diff --git a/PdfForQtLib/cmaps/UniKS-UTF8-V b/Pdf4QtLib/cmaps/UniKS-UTF8-V similarity index 100% rename from PdfForQtLib/cmaps/UniKS-UTF8-V rename to Pdf4QtLib/cmaps/UniKS-UTF8-V diff --git a/PdfForQtLib/cmaps/V b/Pdf4QtLib/cmaps/V similarity index 100% rename from PdfForQtLib/cmaps/V rename to Pdf4QtLib/cmaps/V diff --git a/PdfForQtLib/cmaps/WP-Symbol b/Pdf4QtLib/cmaps/WP-Symbol similarity index 100% rename from PdfForQtLib/cmaps/WP-Symbol rename to Pdf4QtLib/cmaps/WP-Symbol diff --git a/PdfForQtLib/sources/pdfaction.cpp b/Pdf4QtLib/sources/pdfaction.cpp similarity index 96% rename from PdfForQtLib/sources/pdfaction.cpp rename to Pdf4QtLib/sources/pdfaction.cpp index ec789bb..f9c9854 100644 --- a/PdfForQtLib/sources/pdfaction.cpp +++ b/Pdf4QtLib/sources/pdfaction.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfaction.h" #include "pdfdocument.h" diff --git a/PdfForQtLib/sources/pdfaction.h b/Pdf4QtLib/sources/pdfaction.h similarity index 95% rename from PdfForQtLib/sources/pdfaction.h rename to Pdf4QtLib/sources/pdfaction.h index 6cb6f69..d601622 100644 --- a/PdfForQtLib/sources/pdfaction.h +++ b/Pdf4QtLib/sources/pdfaction.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFACTION_H #define PDFACTION_H @@ -79,7 +79,7 @@ enum class DestinationType /// destination has almost exactly same syntax as page destination, it should be checked, /// if indirect reference returned by function \p getPageReference references really page, /// or some structure element. -class PDFFORQTLIBSHARED_EXPORT PDFDestination +class Pdf4QtLIBSHARED_EXPORT PDFDestination { public: explicit inline PDFDestination() = default; @@ -144,7 +144,7 @@ private: using PDFActionPtr = QSharedPointer; /// Base class for action types. -class PDFFORQTLIBSHARED_EXPORT PDFAction +class Pdf4QtLIBSHARED_EXPORT PDFAction { public: explicit PDFAction() = default; diff --git a/PdfForQtLib/sources/pdfadvancedtools.cpp b/Pdf4QtLib/sources/pdfadvancedtools.cpp similarity index 96% rename from PdfForQtLib/sources/pdfadvancedtools.cpp rename to Pdf4QtLib/sources/pdfadvancedtools.cpp index 3761c17..49a9d07 100644 --- a/PdfForQtLib/sources/pdfadvancedtools.cpp +++ b/Pdf4QtLib/sources/pdfadvancedtools.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfadvancedtools.h" #include "pdfdocumentbuilder.h" diff --git a/PdfForQtLib/sources/pdfadvancedtools.h b/Pdf4QtLib/sources/pdfadvancedtools.h similarity index 87% rename from PdfForQtLib/sources/pdfadvancedtools.h rename to Pdf4QtLib/sources/pdfadvancedtools.h index 603f6fb..be1ef11 100644 --- a/PdfForQtLib/sources/pdfadvancedtools.h +++ b/Pdf4QtLib/sources/pdfadvancedtools.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFADVANCEDTOOLS_H #define PDFADVANCEDTOOLS_H @@ -29,7 +29,7 @@ namespace pdf /// Tool that creates 'sticky note' annotations. Multiple types of sticky /// notes are available, user can select a type of sticky note. When /// user select a point, popup window appears and user can enter a text. -class PDFFORQTLIBSHARED_EXPORT PDFCreateStickyNoteTool : public PDFWidgetTool +class Pdf4QtLIBSHARED_EXPORT PDFCreateStickyNoteTool : public PDFWidgetTool { Q_OBJECT @@ -52,7 +52,7 @@ private: TextAnnotationIcon m_icon; }; -class PDFFORQTLIBSHARED_EXPORT PDFCreateAnnotationTool : public PDFWidgetTool +class Pdf4QtLIBSHARED_EXPORT PDFCreateAnnotationTool : public PDFWidgetTool { Q_OBJECT @@ -69,7 +69,7 @@ protected: /// Tool that creates url link annotation. Multiple types of link highlights /// are available, user can select a link highlight. When link annotation /// is clicked, url address is triggered. -class PDFFORQTLIBSHARED_EXPORT PDFCreateHyperlinkTool : public PDFCreateAnnotationTool +class Pdf4QtLIBSHARED_EXPORT PDFCreateHyperlinkTool : public PDFCreateAnnotationTool { Q_OBJECT @@ -91,7 +91,7 @@ private: }; /// Tool that creates free text note without callout line. -class PDFFORQTLIBSHARED_EXPORT PDFCreateFreeTextTool : public PDFCreateAnnotationTool +class Pdf4QtLIBSHARED_EXPORT PDFCreateFreeTextTool : public PDFCreateAnnotationTool { Q_OBJECT @@ -109,7 +109,7 @@ private: }; /// Tool that creates line/polyline/polygon annotations. -class PDFFORQTLIBSHARED_EXPORT PDFCreateLineTypeTool : public PDFCreateAnnotationTool +class Pdf4QtLIBSHARED_EXPORT PDFCreateLineTypeTool : public PDFCreateAnnotationTool { Q_OBJECT @@ -156,7 +156,7 @@ private: }; /// Tool that creates ellipse annotation. -class PDFFORQTLIBSHARED_EXPORT PDFCreateEllipseTool : public PDFCreateAnnotationTool +class Pdf4QtLIBSHARED_EXPORT PDFCreateEllipseTool : public PDFCreateAnnotationTool { Q_OBJECT @@ -191,7 +191,7 @@ private: QColor m_fillColor; }; -class PDFFORQTLIBSHARED_EXPORT PDFCreateFreehandCurveTool : public PDFCreateAnnotationTool +class Pdf4QtLIBSHARED_EXPORT PDFCreateFreehandCurveTool : public PDFCreateAnnotationTool { Q_OBJECT @@ -229,7 +229,7 @@ private: /// Tool that creates 'stamp' annotations. Multiple types of stamps /// are available, user can select a type of stamp (text). -class PDFFORQTLIBSHARED_EXPORT PDFCreateStampTool : public PDFWidgetTool +class Pdf4QtLIBSHARED_EXPORT PDFCreateStampTool : public PDFWidgetTool { Q_OBJECT @@ -262,7 +262,7 @@ private: }; /// Tool for highlighting of text in document -class PDFFORQTLIBSHARED_EXPORT PDFCreateHighlightTextTool : public PDFWidgetTool +class Pdf4QtLIBSHARED_EXPORT PDFCreateHighlightTextTool : public PDFWidgetTool { Q_OBJECT diff --git a/PdfForQtLib/sources/pdfannotation.cpp b/Pdf4QtLib/sources/pdfannotation.cpp similarity index 97% rename from PdfForQtLib/sources/pdfannotation.cpp rename to Pdf4QtLib/sources/pdfannotation.cpp index 4a2ad30..a840815 100644 --- a/PdfForQtLib/sources/pdfannotation.cpp +++ b/Pdf4QtLib/sources/pdfannotation.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfannotation.h" #include "pdfdocument.h" diff --git a/PdfForQtLib/sources/pdfannotation.h b/Pdf4QtLib/sources/pdfannotation.h similarity index 96% rename from PdfForQtLib/sources/pdfannotation.h rename to Pdf4QtLib/sources/pdfannotation.h index 8cde528..fc78ee8 100644 --- a/PdfForQtLib/sources/pdfannotation.h +++ b/Pdf4QtLib/sources/pdfannotation.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFANNOTATION_H #define PDFANNOTATION_H @@ -772,7 +772,7 @@ enum class TextAnnotationIcon /// as if flag NoZoom and NoRotate were set). When this annotation is opened, /// it displays popup window containing the text of the note, font and size /// is implementation dependent by viewer application. -class PDFFORQTLIBSHARED_EXPORT PDFTextAnnotation : public PDFMarkupAnnotation +class Pdf4QtLIBSHARED_EXPORT PDFTextAnnotation : public PDFMarkupAnnotation { public: inline explicit PDFTextAnnotation() = default; @@ -1093,7 +1093,7 @@ enum class StampIntent /// Annotation for stamps. Displays text or graphics intended to look /// as if they were stamped on the paper. -class PDFFORQTLIBSHARED_EXPORT PDFStampAnnotation : public PDFMarkupAnnotation +class Pdf4QtLIBSHARED_EXPORT PDFStampAnnotation : public PDFMarkupAnnotation { public: inline explicit PDFStampAnnotation() = default; @@ -1422,7 +1422,7 @@ private: /// this object builds annotation's appearance streams, if necessary. This /// manager is intended to non-gui rendering. If widget annotation manager is used, /// then this object is not thread safe. -class PDFFORQTLIBSHARED_EXPORT PDFAnnotationManager : public QObject, public IDocumentDrawInterface +class Pdf4QtLIBSHARED_EXPORT PDFAnnotationManager : public QObject, public IDocumentDrawInterface { Q_OBJECT @@ -1613,7 +1613,7 @@ protected: /// Annotation manager for GUI rendering, it also manages annotations widgets /// for parent widget. -class PDFFORQTLIBSHARED_EXPORT PDFWidgetAnnotationManager : public PDFAnnotationManager, public IDrawWidgetInputInterface +class Pdf4QtLIBSHARED_EXPORT PDFWidgetAnnotationManager : public PDFAnnotationManager, public IDrawWidgetInputInterface { Q_OBJECT diff --git a/PdfForQtLib/sources/pdfblendfunction.cpp b/Pdf4QtLib/sources/pdfblendfunction.cpp similarity index 93% rename from PdfForQtLib/sources/pdfblendfunction.cpp rename to Pdf4QtLib/sources/pdfblendfunction.cpp index 8843efc..082550e 100644 --- a/PdfForQtLib/sources/pdfblendfunction.cpp +++ b/Pdf4QtLib/sources/pdfblendfunction.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfblendfunction.h" diff --git a/PdfForQtLib/sources/pdfblendfunction.h b/Pdf4QtLib/sources/pdfblendfunction.h similarity index 91% rename from PdfForQtLib/sources/pdfblendfunction.h rename to Pdf4QtLib/sources/pdfblendfunction.h index 25ca469..171eef9 100644 --- a/PdfForQtLib/sources/pdfblendfunction.h +++ b/Pdf4QtLib/sources/pdfblendfunction.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFBLENDFUNCTION_H #define PDFBLENDFUNCTION_H diff --git a/PdfForQtLib/sources/pdfcatalog.cpp b/Pdf4QtLib/sources/pdfcatalog.cpp similarity index 97% rename from PdfForQtLib/sources/pdfcatalog.cpp rename to Pdf4QtLib/sources/pdfcatalog.cpp index 571d17f..88f79d6 100644 --- a/PdfForQtLib/sources/pdfcatalog.cpp +++ b/Pdf4QtLib/sources/pdfcatalog.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfcatalog.h" #include "pdfdocument.h" diff --git a/PdfForQtLib/sources/pdfcatalog.h b/Pdf4QtLib/sources/pdfcatalog.h similarity index 95% rename from PdfForQtLib/sources/pdfcatalog.h rename to Pdf4QtLib/sources/pdfcatalog.h index 9460e46..272513c 100644 --- a/PdfForQtLib/sources/pdfcatalog.h +++ b/Pdf4QtLib/sources/pdfcatalog.h @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFCATALOG_H #define PDFCATALOG_H @@ -230,7 +230,7 @@ private: /// Document security store. Contains certificates, CRLs, OCSPs, and /// other data for signature validation. -class PDFFORQTLIBSHARED_EXPORT PDFDocumentSecurityStore +class Pdf4QtLIBSHARED_EXPORT PDFDocumentSecurityStore { public: explicit inline PDFDocumentSecurityStore() = default; @@ -295,7 +295,7 @@ private: /// Document extensions. Contains information about developer's extensions /// used in document. -class PDFFORQTLIBSHARED_EXPORT PDFDeveloperExtensions +class Pdf4QtLIBSHARED_EXPORT PDFDeveloperExtensions { public: explicit PDFDeveloperExtensions() = default; @@ -324,7 +324,7 @@ private: }; /// Web capture info -class PDFFORQTLIBSHARED_EXPORT PDFWebCaptureInfo +class Pdf4QtLIBSHARED_EXPORT PDFWebCaptureInfo { public: explicit PDFWebCaptureInfo() = default; @@ -343,7 +343,7 @@ private: std::vector m_commands; }; -class PDFFORQTLIBSHARED_EXPORT PDFOutputIntentICCProfileInfo +class Pdf4QtLIBSHARED_EXPORT PDFOutputIntentICCProfileInfo { public: explicit PDFOutputIntentICCProfileInfo() = default; @@ -371,7 +371,7 @@ private: }; /// Output intent -class PDFFORQTLIBSHARED_EXPORT PDFOutputIntent +class Pdf4QtLIBSHARED_EXPORT PDFOutputIntent { public: explicit PDFOutputIntent() = default; @@ -405,7 +405,7 @@ private: }; /// Legal attestations -class PDFFORQTLIBSHARED_EXPORT PDFLegalAttestation +class Pdf4QtLIBSHARED_EXPORT PDFLegalAttestation { public: explicit inline PDFLegalAttestation() = default; @@ -453,7 +453,7 @@ private: /// Document can contain requirements for viewer application. This class /// verifies, if this library and viewer application satisfies these requirements /// and returns result. -class PDFFORQTLIBSHARED_EXPORT PDFDocumentRequirements +class Pdf4QtLIBSHARED_EXPORT PDFDocumentRequirements { public: @@ -558,7 +558,7 @@ private: std::array m_actions; }; -class PDFFORQTLIBSHARED_EXPORT PDFCatalog +class Pdf4QtLIBSHARED_EXPORT PDFCatalog { public: constexpr inline PDFCatalog() = default; diff --git a/PdfForQtLib/sources/pdfccittfaxdecoder.cpp b/Pdf4QtLib/sources/pdfccittfaxdecoder.cpp similarity index 96% rename from PdfForQtLib/sources/pdfccittfaxdecoder.cpp rename to Pdf4QtLib/sources/pdfccittfaxdecoder.cpp index bf701cd..8f692ad 100644 --- a/PdfForQtLib/sources/pdfccittfaxdecoder.cpp +++ b/Pdf4QtLib/sources/pdfccittfaxdecoder.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfccittfaxdecoder.h" diff --git a/PdfForQtLib/sources/pdfccittfaxdecoder.h b/Pdf4QtLib/sources/pdfccittfaxdecoder.h similarity index 92% rename from PdfForQtLib/sources/pdfccittfaxdecoder.h rename to Pdf4QtLib/sources/pdfccittfaxdecoder.h index ab04264..74e3ae9 100644 --- a/PdfForQtLib/sources/pdfccittfaxdecoder.h +++ b/Pdf4QtLib/sources/pdfccittfaxdecoder.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFCCITTFAXDECODER_H #define PDFCCITTFAXDECODER_H diff --git a/PdfForQtLib/sources/pdfcms.cpp b/Pdf4QtLib/sources/pdfcms.cpp similarity index 96% rename from PdfForQtLib/sources/pdfcms.cpp rename to Pdf4QtLib/sources/pdfcms.cpp index dfb07e3..3da299c 100644 --- a/PdfForQtLib/sources/pdfcms.cpp +++ b/Pdf4QtLib/sources/pdfcms.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfcms.h" diff --git a/PdfForQtLib/sources/pdfcms.h b/Pdf4QtLib/sources/pdfcms.h similarity index 96% rename from PdfForQtLib/sources/pdfcms.h rename to Pdf4QtLib/sources/pdfcms.h index 5467e06..49ff89c 100644 --- a/PdfForQtLib/sources/pdfcms.h +++ b/Pdf4QtLib/sources/pdfcms.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFCMS_H #define PDFCMS_H @@ -246,7 +246,7 @@ using PDFColorProfileIdentifiers = std::vector; /// It also handles settings, and it's changes. Constant functions /// is save to call from multiple threads, this also holds for some /// non-constant functions - manager is protected by mutexes. -class PDFFORQTLIBSHARED_EXPORT PDFCMSManager : public QObject +class Pdf4QtLIBSHARED_EXPORT PDFCMSManager : public QObject { Q_OBJECT diff --git a/PdfForQtLib/sources/pdfcolorspaces.cpp b/Pdf4QtLib/sources/pdfcolorspaces.cpp similarity index 97% rename from PdfForQtLib/sources/pdfcolorspaces.cpp rename to Pdf4QtLib/sources/pdfcolorspaces.cpp index 16afe13..da62bf6 100644 --- a/PdfForQtLib/sources/pdfcolorspaces.cpp +++ b/Pdf4QtLib/sources/pdfcolorspaces.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfcolorspaces.h" #include "pdfobject.h" diff --git a/PdfForQtLib/sources/pdfcolorspaces.h b/Pdf4QtLib/sources/pdfcolorspaces.h similarity index 97% rename from PdfForQtLib/sources/pdfcolorspaces.h rename to Pdf4QtLib/sources/pdfcolorspaces.h index a5d6770..4d3be6c 100644 --- a/PdfForQtLib/sources/pdfcolorspaces.h +++ b/Pdf4QtLib/sources/pdfcolorspaces.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFCOLORSPACES_H #define PDFCOLORSPACES_H diff --git a/PdfForQtLib/sources/pdfcompiler.cpp b/Pdf4QtLib/sources/pdfcompiler.cpp similarity index 95% rename from PdfForQtLib/sources/pdfcompiler.cpp rename to Pdf4QtLib/sources/pdfcompiler.cpp index ba846aa..ffb0629 100644 --- a/PdfForQtLib/sources/pdfcompiler.cpp +++ b/Pdf4QtLib/sources/pdfcompiler.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfcompiler.h" #include "pdfcms.h" diff --git a/PdfForQtLib/sources/pdfcompiler.h b/Pdf4QtLib/sources/pdfcompiler.h similarity index 92% rename from PdfForQtLib/sources/pdfcompiler.h rename to Pdf4QtLib/sources/pdfcompiler.h index 2c66aee..2d88817 100644 --- a/PdfForQtLib/sources/pdfcompiler.h +++ b/Pdf4QtLib/sources/pdfcompiler.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFCOMPILER_H #define PDFCOMPILER_H @@ -97,7 +97,7 @@ private: std::map m_tasks; }; -class PDFFORQTLIBSHARED_EXPORT PDFAsynchronousTextLayoutCompiler : public QObject +class Pdf4QtLIBSHARED_EXPORT PDFAsynchronousTextLayoutCompiler : public QObject { Q_OBJECT diff --git a/PdfForQtLib/sources/pdfconstants.h b/Pdf4QtLib/sources/pdfconstants.h similarity index 89% rename from PdfForQtLib/sources/pdfconstants.h rename to Pdf4QtLib/sources/pdfconstants.h index 1973126..80ad4b8 100644 --- a/PdfForQtLib/sources/pdfconstants.h +++ b/Pdf4QtLib/sources/pdfconstants.h @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFCONSTANTS_H diff --git a/PdfForQtLib/sources/pdfdocument.cpp b/Pdf4QtLib/sources/pdfdocument.cpp similarity index 95% rename from PdfForQtLib/sources/pdfdocument.cpp rename to Pdf4QtLib/sources/pdfdocument.cpp index 7f848cb..283e0cd 100644 --- a/PdfForQtLib/sources/pdfdocument.cpp +++ b/Pdf4QtLib/sources/pdfdocument.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfdocument.h" diff --git a/PdfForQtLib/sources/pdfdocument.h b/Pdf4QtLib/sources/pdfdocument.h similarity index 96% rename from PdfForQtLib/sources/pdfdocument.h rename to Pdf4QtLib/sources/pdfdocument.h index c29b578..d84aa0d 100644 --- a/PdfForQtLib/sources/pdfdocument.h +++ b/Pdf4QtLib/sources/pdfdocument.h @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFDOCUMENT_H @@ -147,7 +147,7 @@ private: /// then if object with valid data is not found, default value is used, and second one, /// without default value, if valid data are not found, then exception is thrown. /// This class uses Decorator design pattern. -class PDFFORQTLIBSHARED_EXPORT PDFDocumentDataLoaderDecorator +class Pdf4QtLIBSHARED_EXPORT PDFDocumentDataLoaderDecorator { public: explicit PDFDocumentDataLoaderDecorator(const PDFDocument* document); @@ -403,7 +403,7 @@ private: }; /// PDF document main class. -class PDFFORQTLIBSHARED_EXPORT PDFDocument +class Pdf4QtLIBSHARED_EXPORT PDFDocument { Q_DECLARE_TR_FUNCTIONS(pdf::PDFDocument) diff --git a/PdfForQtLib/sources/pdfdocumentbuilder.cpp b/Pdf4QtLib/sources/pdfdocumentbuilder.cpp similarity index 99% rename from PdfForQtLib/sources/pdfdocumentbuilder.cpp rename to Pdf4QtLib/sources/pdfdocumentbuilder.cpp index d4c4e81..114bf34 100644 --- a/PdfForQtLib/sources/pdfdocumentbuilder.cpp +++ b/Pdf4QtLib/sources/pdfdocumentbuilder.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfdocumentbuilder.h" #include "pdfencoding.h" diff --git a/PdfForQtLib/sources/pdfdocumentbuilder.h b/Pdf4QtLib/sources/pdfdocumentbuilder.h similarity index 99% rename from PdfForQtLib/sources/pdfdocumentbuilder.h rename to Pdf4QtLib/sources/pdfdocumentbuilder.h index 7a9a54d..fdb78f4 100644 --- a/PdfForQtLib/sources/pdfdocumentbuilder.h +++ b/Pdf4QtLib/sources/pdfdocumentbuilder.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFDOCUMENTBUILDER_H #define PDFDOCUMENTBUILDER_H @@ -193,7 +193,7 @@ private: /// to draw graphics elements on it. Content stream can have various /// resources, which can, if selected be dereferenced, so content /// stream is encapsulated and doesn't contain references. -class PDFFORQTLIBSHARED_EXPORT PDFContentStreamBuilder +class Pdf4QtLIBSHARED_EXPORT PDFContentStreamBuilder { public: @@ -250,7 +250,7 @@ private: /// to draw graphics elements on it. Content stream can have various /// resources, which can, if selected be dereferenced, so content /// stream is encapsulated and doesn't contain references. -class PDFFORQTLIBSHARED_EXPORT PDFPageContentStreamBuilder +class Pdf4QtLIBSHARED_EXPORT PDFPageContentStreamBuilder { public: PDFPageContentStreamBuilder(PDFDocumentBuilder* builder); @@ -281,7 +281,7 @@ private: PDFObjectReference m_pageReference; }; -class PDFFORQTLIBSHARED_EXPORT PDFDocumentBuilder +class Pdf4QtLIBSHARED_EXPORT PDFDocumentBuilder { public: /// Creates a new blank document (with no pages) @@ -1422,7 +1422,7 @@ private: /// This class serves for document modification. While document is modified, /// modification flags are gathered. At the end of the modification, it is checked, /// if document was really changed. -class PDFFORQTLIBSHARED_EXPORT PDFDocumentModifier +class Pdf4QtLIBSHARED_EXPORT PDFDocumentModifier { public: explicit PDFDocumentModifier(const PDFDocument* originalDocument); diff --git a/PdfForQtLib/sources/pdfdocumentdrawinterface.h b/Pdf4QtLib/sources/pdfdocumentdrawinterface.h similarity index 91% rename from PdfForQtLib/sources/pdfdocumentdrawinterface.h rename to Pdf4QtLib/sources/pdfdocumentdrawinterface.h index ed74cfe..079ac7f 100644 --- a/PdfForQtLib/sources/pdfdocumentdrawinterface.h +++ b/Pdf4QtLib/sources/pdfdocumentdrawinterface.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFDOCUMENTDRAWINTERFACE_H #define PDFDOCUMENTDRAWINTERFACE_H @@ -31,7 +31,7 @@ namespace pdf class PDFPrecompiledPage; class PDFTextLayoutGetter; -class PDFFORQTLIBSHARED_EXPORT IDocumentDrawInterface +class Pdf4QtLIBSHARED_EXPORT IDocumentDrawInterface { public: explicit inline IDocumentDrawInterface() = default; diff --git a/PdfForQtLib/sources/pdfdocumentreader.cpp b/Pdf4QtLib/sources/pdfdocumentreader.cpp similarity index 96% rename from PdfForQtLib/sources/pdfdocumentreader.cpp rename to Pdf4QtLib/sources/pdfdocumentreader.cpp index a6cdbee..872a82f 100644 --- a/PdfForQtLib/sources/pdfdocumentreader.cpp +++ b/Pdf4QtLib/sources/pdfdocumentreader.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfdocumentreader.h" diff --git a/PdfForQtLib/sources/pdfdocumentreader.h b/Pdf4QtLib/sources/pdfdocumentreader.h similarity index 93% rename from PdfForQtLib/sources/pdfdocumentreader.h rename to Pdf4QtLib/sources/pdfdocumentreader.h index 7f21aea..a380165 100644 --- a/PdfForQtLib/sources/pdfdocumentreader.h +++ b/Pdf4QtLib/sources/pdfdocumentreader.h @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFDOCUMENTREADER_H @@ -35,7 +35,7 @@ class PDFParsingContext; /// This class is a reader of PDF document from various devices (file, io device, /// byte buffer). This class doesn't throw exceptions, to check errors, use /// appropriate functions. -class PDFFORQTLIBSHARED_EXPORT PDFDocumentReader +class Pdf4QtLIBSHARED_EXPORT PDFDocumentReader { Q_DECLARE_TR_FUNCTIONS(pdf::PDFDocumentReader) diff --git a/PdfForQtLib/sources/pdfdocumenttextflow.cpp b/Pdf4QtLib/sources/pdfdocumenttextflow.cpp similarity index 96% rename from PdfForQtLib/sources/pdfdocumenttextflow.cpp rename to Pdf4QtLib/sources/pdfdocumenttextflow.cpp index 8e32c47..303e912 100644 --- a/PdfForQtLib/sources/pdfdocumenttextflow.cpp +++ b/Pdf4QtLib/sources/pdfdocumenttextflow.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfdocumenttextflow.h" #include "pdfdocument.h" diff --git a/PdfForQtLib/sources/pdfdocumenttextflow.h b/Pdf4QtLib/sources/pdfdocumenttextflow.h similarity index 89% rename from PdfForQtLib/sources/pdfdocumenttextflow.h rename to Pdf4QtLib/sources/pdfdocumenttextflow.h index d274b37..d040af6 100644 --- a/PdfForQtLib/sources/pdfdocumenttextflow.h +++ b/Pdf4QtLib/sources/pdfdocumenttextflow.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFDOCUMENTTEXTFLOW_H #define PDFDOCUMENTTEXTFLOW_H @@ -28,7 +28,7 @@ class PDFDocument; /// Text flow extracted from document. Text flow can be created \p PDFDocumentTextFlowFactory. /// Flow can contain various items, not just text ones. Also, some manipulation functions /// are available, they can modify text flow by various content. -class PDFFORQTLIBSHARED_EXPORT PDFDocumentTextFlow +class Pdf4QtLIBSHARED_EXPORT PDFDocumentTextFlow { public: @@ -74,7 +74,7 @@ private: }; /// This factory creates text flow for whole document -class PDFFORQTLIBSHARED_EXPORT PDFDocumentTextFlowFactory +class Pdf4QtLIBSHARED_EXPORT PDFDocumentTextFlowFactory { public: explicit PDFDocumentTextFlowFactory() = default; diff --git a/PdfForQtLib/sources/pdfdocumentwriter.cpp b/Pdf4QtLib/sources/pdfdocumentwriter.cpp similarity index 94% rename from PdfForQtLib/sources/pdfdocumentwriter.cpp rename to Pdf4QtLib/sources/pdfdocumentwriter.cpp index 331ba60..d0137cd 100644 --- a/PdfForQtLib/sources/pdfdocumentwriter.cpp +++ b/Pdf4QtLib/sources/pdfdocumentwriter.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfdocumentwriter.h" #include "pdfconstants.h" diff --git a/PdfForQtLib/sources/pdfdocumentwriter.h b/Pdf4QtLib/sources/pdfdocumentwriter.h similarity index 87% rename from PdfForQtLib/sources/pdfdocumentwriter.h rename to Pdf4QtLib/sources/pdfdocumentwriter.h index 24eb296..8a87a28 100644 --- a/PdfForQtLib/sources/pdfdocumentwriter.h +++ b/Pdf4QtLib/sources/pdfdocumentwriter.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFDOCUMENTWRITER_H #define PDFDOCUMENTWRITER_H @@ -29,7 +29,7 @@ namespace pdf /// Class used for writing PDF documents to the desired target device (or file, /// buffer, etc.). If writing is not successful, then error message is returned. -class PDFFORQTLIBSHARED_EXPORT PDFDocumentWriter +class Pdf4QtLIBSHARED_EXPORT PDFDocumentWriter { Q_DECLARE_TR_FUNCTIONS(pdf::PDFDocumentWriter) diff --git a/PdfForQtLib/sources/pdfdrawspacecontroller.cpp b/Pdf4QtLib/sources/pdfdrawspacecontroller.cpp similarity index 96% rename from PdfForQtLib/sources/pdfdrawspacecontroller.cpp rename to Pdf4QtLib/sources/pdfdrawspacecontroller.cpp index 2d72c79..b779a6b 100644 --- a/PdfForQtLib/sources/pdfdrawspacecontroller.cpp +++ b/Pdf4QtLib/sources/pdfdrawspacecontroller.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfdrawspacecontroller.h" diff --git a/PdfForQtLib/sources/pdfdrawspacecontroller.h b/Pdf4QtLib/sources/pdfdrawspacecontroller.h similarity index 95% rename from PdfForQtLib/sources/pdfdrawspacecontroller.h rename to Pdf4QtLib/sources/pdfdrawspacecontroller.h index 53877b4..7823b1e 100644 --- a/PdfForQtLib/sources/pdfdrawspacecontroller.h +++ b/Pdf4QtLib/sources/pdfdrawspacecontroller.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFDRAWSPACECONTROLLER_H #define PDFDRAWSPACECONTROLLER_H @@ -180,7 +180,7 @@ struct PDFWidgetSnapshot /// This is a proxy class to draw space controller using widget. We have two spaces, pixel space /// (on the controlled widget) and device space (device is draw space controller). -class PDFFORQTLIBSHARED_EXPORT PDFDrawWidgetProxy : public QObject +class Pdf4QtLIBSHARED_EXPORT PDFDrawWidgetProxy : public QObject { Q_OBJECT diff --git a/PdfForQtLib/sources/pdfdrawwidget.cpp b/Pdf4QtLib/sources/pdfdrawwidget.cpp similarity index 95% rename from PdfForQtLib/sources/pdfdrawwidget.cpp rename to Pdf4QtLib/sources/pdfdrawwidget.cpp index 14a9933..c979aac 100644 --- a/PdfForQtLib/sources/pdfdrawwidget.cpp +++ b/Pdf4QtLib/sources/pdfdrawwidget.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfdrawwidget.h" #include "pdfdrawspacecontroller.h" diff --git a/PdfForQtLib/sources/pdfdrawwidget.h b/Pdf4QtLib/sources/pdfdrawwidget.h similarity index 93% rename from PdfForQtLib/sources/pdfdrawwidget.h rename to Pdf4QtLib/sources/pdfdrawwidget.h index 99975bb..f144aa4 100644 --- a/PdfForQtLib/sources/pdfdrawwidget.h +++ b/Pdf4QtLib/sources/pdfdrawwidget.h @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFDRAWWIDGET_H #define PDFDRAWWIDGET_H @@ -48,7 +48,7 @@ public: virtual std::vector getCurrentPages() const = 0; }; -class PDFFORQTLIBSHARED_EXPORT PDFWidget : public QWidget +class Pdf4QtLIBSHARED_EXPORT PDFWidget : public QWidget { Q_OBJECT diff --git a/PdfForQtLib/sources/pdfencoding.cpp b/Pdf4QtLib/sources/pdfencoding.cpp similarity index 98% rename from PdfForQtLib/sources/pdfencoding.cpp rename to Pdf4QtLib/sources/pdfencoding.cpp index 141afcb..1d0693c 100644 --- a/PdfForQtLib/sources/pdfencoding.cpp +++ b/Pdf4QtLib/sources/pdfencoding.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfencoding.h" diff --git a/PdfForQtLib/sources/pdfencoding.h b/Pdf4QtLib/sources/pdfencoding.h similarity index 93% rename from PdfForQtLib/sources/pdfencoding.h rename to Pdf4QtLib/sources/pdfencoding.h index 4d5ed1c..f86069b 100644 --- a/PdfForQtLib/sources/pdfencoding.h +++ b/Pdf4QtLib/sources/pdfencoding.h @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFENCODING_H #define PDFENCODING_H @@ -35,7 +35,7 @@ using EncodingTable = std::array; /// This class can convert byte stream to the QString in unicode encoding. /// PDF has several encodings, see PDF Reference 1.7, Appendix D. -class PDFFORQTLIBSHARED_EXPORT PDFEncoding +class Pdf4QtLIBSHARED_EXPORT PDFEncoding { public: explicit PDFEncoding() = delete; diff --git a/PdfForQtLib/sources/pdfexception.h b/Pdf4QtLib/sources/pdfexception.h similarity index 87% rename from PdfForQtLib/sources/pdfexception.h rename to Pdf4QtLib/sources/pdfexception.h index ea88660..5fc38f9 100644 --- a/PdfForQtLib/sources/pdfexception.h +++ b/Pdf4QtLib/sources/pdfexception.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFEXCEPTION_H #define PDFEXCEPTION_H diff --git a/PdfForQtLib/sources/pdfexecutionpolicy.cpp b/Pdf4QtLib/sources/pdfexecutionpolicy.cpp similarity index 89% rename from PdfForQtLib/sources/pdfexecutionpolicy.cpp rename to Pdf4QtLib/sources/pdfexecutionpolicy.cpp index 67dc4f5..8f7ba02 100644 --- a/PdfForQtLib/sources/pdfexecutionpolicy.cpp +++ b/Pdf4QtLib/sources/pdfexecutionpolicy.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfexecutionpolicy.h" diff --git a/PdfForQtLib/sources/pdfexecutionpolicy.h b/Pdf4QtLib/sources/pdfexecutionpolicy.h similarity index 90% rename from PdfForQtLib/sources/pdfexecutionpolicy.h rename to Pdf4QtLib/sources/pdfexecutionpolicy.h index 7d14544..a80aadb 100644 --- a/PdfForQtLib/sources/pdfexecutionpolicy.h +++ b/Pdf4QtLib/sources/pdfexecutionpolicy.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFEXECUTIONPOLICY_H #define PDFEXECUTIONPOLICY_H @@ -33,7 +33,7 @@ struct PDFExecutionPolicyHolder; /// Defines thread execution policy based on settings and actual number of page content /// streams being processed. It can regulate number of threads executed at each /// point, where execution policy is used. -class PDFFORQTLIBSHARED_EXPORT PDFExecutionPolicy +class Pdf4QtLIBSHARED_EXPORT PDFExecutionPolicy { public: diff --git a/PdfForQtLib/sources/pdffile.cpp b/Pdf4QtLib/sources/pdffile.cpp similarity index 96% rename from PdfForQtLib/sources/pdffile.cpp rename to Pdf4QtLib/sources/pdffile.cpp index 295afdf..d224f5b 100644 --- a/PdfForQtLib/sources/pdffile.cpp +++ b/Pdf4QtLib/sources/pdffile.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdffile.h" #include "pdfdocument.h" diff --git a/PdfForQtLib/sources/pdffile.h b/Pdf4QtLib/sources/pdffile.h similarity index 93% rename from PdfForQtLib/sources/pdffile.h rename to Pdf4QtLib/sources/pdffile.h index ca9164a..8729ee2 100644 --- a/PdfForQtLib/sources/pdffile.h +++ b/Pdf4QtLib/sources/pdffile.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFFILE_H #define PDFFILE_H @@ -31,7 +31,7 @@ class PDFObjectStorage; /// Each identifier consists of two parts - permanent identifier, which /// is unique identifier based on original document, and changing identifier, /// which is updated when document is being modified. -class PDFFORQTLIBSHARED_EXPORT PDFFileIdentifier +class Pdf4QtLIBSHARED_EXPORT PDFFileIdentifier { public: explicit inline PDFFileIdentifier() = default; @@ -49,7 +49,7 @@ private: /// Provides description of collection item property field. It describes it's /// kind, data type, if content of the property should be presented to the user, /// and ordering, visibility and editability. -class PDFFORQTLIBSHARED_EXPORT PDFCollectionField +class Pdf4QtLIBSHARED_EXPORT PDFCollectionField { public: explicit inline PDFCollectionField() = default; @@ -96,7 +96,7 @@ private: /// Collection schema. Contains a list of defined fields. /// Schema can be queried for field definition. -class PDFFORQTLIBSHARED_EXPORT PDFCollectionSchema +class Pdf4QtLIBSHARED_EXPORT PDFCollectionSchema { public: explicit inline PDFCollectionSchema() = default; @@ -123,7 +123,7 @@ private: /// Collection of file attachments. In the PDF file, attached files /// can be grouped in collection (if they are related to each other). -class PDFFORQTLIBSHARED_EXPORT PDFCollection +class Pdf4QtLIBSHARED_EXPORT PDFCollection { public: explicit inline PDFCollection() = default; @@ -242,7 +242,7 @@ private: }; /// Collection folder. Can contain subfolders and files. -class PDFFORQTLIBSHARED_EXPORT PDFCollectionFolder +class Pdf4QtLIBSHARED_EXPORT PDFCollectionFolder { public: explicit inline PDFCollectionFolder() = default; @@ -277,7 +277,7 @@ private: /// Collection item. Contains properties of the collection item, /// for example, embedded file. -class PDFFORQTLIBSHARED_EXPORT PDFCollectionItem +class Pdf4QtLIBSHARED_EXPORT PDFCollectionItem { public: explicit inline PDFCollectionItem() = default; @@ -316,7 +316,7 @@ private: /// Collection navigator. It contains modes of display. Interactive /// PDF processor should display first layout it is capable of. -class PDFFORQTLIBSHARED_EXPORT PDFCollectionNavigator +class Pdf4QtLIBSHARED_EXPORT PDFCollectionNavigator { public: explicit inline PDFCollectionNavigator() = default; @@ -347,7 +347,7 @@ private: Layouts m_layouts = None; }; -class PDFFORQTLIBSHARED_EXPORT PDFEmbeddedFile +class Pdf4QtLIBSHARED_EXPORT PDFEmbeddedFile { public: explicit PDFEmbeddedFile() = default; @@ -372,7 +372,7 @@ private: }; /// File specification -class PDFFORQTLIBSHARED_EXPORT PDFFileSpecification +class Pdf4QtLIBSHARED_EXPORT PDFFileSpecification { public: explicit PDFFileSpecification() = default; diff --git a/PdfForQtLib/sources/pdfflatarray.h b/Pdf4QtLib/sources/pdfflatarray.h similarity index 91% rename from PdfForQtLib/sources/pdfflatarray.h rename to Pdf4QtLib/sources/pdfflatarray.h index c7938d4..c43f946 100644 --- a/PdfForQtLib/sources/pdfflatarray.h +++ b/Pdf4QtLib/sources/pdfflatarray.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFFLATARRAY_H diff --git a/PdfForQtLib/sources/pdfflatmap.h b/Pdf4QtLib/sources/pdfflatmap.h similarity index 91% rename from PdfForQtLib/sources/pdfflatmap.h rename to Pdf4QtLib/sources/pdfflatmap.h index 3827388..2b9fb4a 100644 --- a/PdfForQtLib/sources/pdfflatmap.h +++ b/Pdf4QtLib/sources/pdfflatmap.h @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFFLATMAP_H diff --git a/PdfForQtLib/sources/pdffont.cpp b/Pdf4QtLib/sources/pdffont.cpp similarity index 97% rename from PdfForQtLib/sources/pdffont.cpp rename to Pdf4QtLib/sources/pdffont.cpp index 0a8db1a..d0c642f 100644 --- a/PdfForQtLib/sources/pdffont.cpp +++ b/Pdf4QtLib/sources/pdffont.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdffont.h" #include "pdfdocument.h" diff --git a/PdfForQtLib/sources/pdffont.h b/Pdf4QtLib/sources/pdffont.h similarity index 94% rename from PdfForQtLib/sources/pdffont.h rename to Pdf4QtLib/sources/pdffont.h index 44c306d..8eb81f0 100644 --- a/PdfForQtLib/sources/pdffont.h +++ b/Pdf4QtLib/sources/pdffont.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFFONT_H #define PDFFONT_H @@ -171,7 +171,7 @@ static constexpr PDFEncoding::Encoding getEncodingForStandardFont(StandardFontTy } } -struct PDFFORQTLIBSHARED_EXPORT FontDescriptor +struct Pdf4QtLIBSHARED_EXPORT FontDescriptor { bool isEmbedded() const { return !fontFile.isEmpty() || !fontFile2.isEmpty() || !fontFile3.isEmpty(); } @@ -228,7 +228,7 @@ using CharacterInfos = std::vector; /// Font, which has fixed pixel size. It is programmed as PIMPL, because we need /// to remove FreeType types from the interface (so we do not include FreeType in the interface). -class PDFFORQTLIBSHARED_EXPORT PDFRealizedFont +class Pdf4QtLIBSHARED_EXPORT PDFRealizedFont { public: ~PDFRealizedFont(); @@ -264,7 +264,7 @@ private: }; /// Base class representing font in the PDF file -class PDFFORQTLIBSHARED_EXPORT PDFFont +class Pdf4QtLIBSHARED_EXPORT PDFFont { public: explicit PDFFont(FontDescriptor fontDescriptor); @@ -374,7 +374,7 @@ public: /// Font cache which caches both fonts, and realized fonts. Cache has individual limit /// for fonts, and realized fonts. -class PDFFORQTLIBSHARED_EXPORT PDFFontCache +class Pdf4QtLIBSHARED_EXPORT PDFFontCache { public: inline explicit PDFFontCache(size_t fontCacheLimit, size_t realizedFontCacheLimit) : @@ -481,7 +481,7 @@ private: }; /// Represents a font CMAP (mapping of CIDs) -class PDFFORQTLIBSHARED_EXPORT PDFFontCMap +class Pdf4QtLIBSHARED_EXPORT PDFFontCMap { public: constexpr explicit PDFFontCMap() = default; @@ -630,7 +630,7 @@ private: }; /// Repository with predefined CMaps -class PDFFORQTLIBSHARED_EXPORT PDFFontCMapRepository +class Pdf4QtLIBSHARED_EXPORT PDFFontCMapRepository { public: /// Returns instance of CMAP repository diff --git a/PdfForQtLib/sources/pdfform.cpp b/Pdf4QtLib/sources/pdfform.cpp similarity index 96% rename from PdfForQtLib/sources/pdfform.cpp rename to Pdf4QtLib/sources/pdfform.cpp index 60546e4..4b01803 100644 --- a/PdfForQtLib/sources/pdfform.cpp +++ b/Pdf4QtLib/sources/pdfform.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfform.h" #include "pdfdocument.h" diff --git a/PdfForQtLib/sources/pdfform.h b/Pdf4QtLib/sources/pdfform.h similarity index 96% rename from PdfForQtLib/sources/pdfform.h rename to Pdf4QtLib/sources/pdfform.h index e94161f..de619a0 100644 --- a/PdfForQtLib/sources/pdfform.h +++ b/Pdf4QtLib/sources/pdfform.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFFORM_H #define PDFFORM_H @@ -412,7 +412,7 @@ private: /// Fields forms tree-like structure, where leafs are usually widgets. Fields include /// ordinary widgets, such as buttons, check boxes, combo boxes and text fields, and one /// special - signature field, which represents digital signature. -class PDFFORQTLIBSHARED_EXPORT PDFForm +class Pdf4QtLIBSHARED_EXPORT PDFForm { public: explicit inline PDFForm() = default; @@ -533,7 +533,7 @@ protected: /// Form manager. Manages all form widgets functionality - triggers actions, /// edits fields, updates annotation appearances, etc. Valid pointer to annotation /// manager is requirement. -class PDFFORQTLIBSHARED_EXPORT PDFFormManager : public QObject, public IDrawWidgetInputInterface +class Pdf4QtLIBSHARED_EXPORT PDFFormManager : public QObject, public IDrawWidgetInputInterface { Q_OBJECT diff --git a/PdfForQtLib/sources/pdffunction.cpp b/Pdf4QtLib/sources/pdffunction.cpp similarity index 96% rename from PdfForQtLib/sources/pdffunction.cpp rename to Pdf4QtLib/sources/pdffunction.cpp index 3d30ffd..341083b 100644 --- a/PdfForQtLib/sources/pdffunction.cpp +++ b/Pdf4QtLib/sources/pdffunction.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdffunction.h" #include "pdfflatarray.h" diff --git a/PdfForQtLib/sources/pdffunction.h b/Pdf4QtLib/sources/pdffunction.h similarity index 94% rename from PdfForQtLib/sources/pdffunction.h rename to Pdf4QtLib/sources/pdffunction.h index 8e8a751..f471add 100644 --- a/PdfForQtLib/sources/pdffunction.h +++ b/Pdf4QtLib/sources/pdffunction.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFFUNCTION_H @@ -46,7 +46,7 @@ using PDFFunctionPtr = std::shared_ptr; /// Function has domain and range, values outside of domain and range are clamped /// to the nearest values. This class is fully thread safe (if constant functions /// are called). -class PDFFORQTLIBSHARED_EXPORT PDFFunction +class Pdf4QtLIBSHARED_EXPORT PDFFunction { public: @@ -131,7 +131,7 @@ protected: }; /// Identity function -class PDFFORQTLIBSHARED_EXPORT PDFIdentityFunction : public PDFFunction +class Pdf4QtLIBSHARED_EXPORT PDFIdentityFunction : public PDFFunction { public: explicit PDFIdentityFunction(); @@ -148,7 +148,7 @@ public: /// Sampled function (Type 0 function). /// \note Order is ignored, linear interpolation is always performed. No cubic spline /// interpolation occurs. -class PDFFORQTLIBSHARED_EXPORT PDFSampledFunction : public PDFFunction +class Pdf4QtLIBSHARED_EXPORT PDFSampledFunction : public PDFFunction { public: @@ -217,7 +217,7 @@ private: /// is defined as f(x) = c0 + x^exponent * (c1 - c0). If exponent is 1.0, then linear interpolation /// is performed as f(x) = c0 * (1 - x) + x * c1. To be more precise, if exponent is nearly 1.0, /// then linear interpolation is used instead. -class PDFFORQTLIBSHARED_EXPORT PDFExponentialFunction : public PDFFunction +class Pdf4QtLIBSHARED_EXPORT PDFExponentialFunction : public PDFFunction { public: /// Construct new exponential function. @@ -254,7 +254,7 @@ private: /// Stitching function (Type 3 function) /// This type of function has always exactly one input. Transformation of this function /// is defined via k subfunctions which are used in defined intervals of the input value. -class PDFFORQTLIBSHARED_EXPORT PDFStitchingFunction : public PDFFunction +class Pdf4QtLIBSHARED_EXPORT PDFStitchingFunction : public PDFFunction { public: struct PartialFunction @@ -313,7 +313,7 @@ private: /// Postscript function (Type 4 function) /// Implements subset of postscript language -class PDFFORQTLIBSHARED_EXPORT PDFPostScriptFunction : public PDFFunction +class Pdf4QtLIBSHARED_EXPORT PDFPostScriptFunction : public PDFFunction { public: diff --git a/PdfForQtLib/sources/pdfglobal.h b/Pdf4QtLib/sources/pdfglobal.h similarity index 87% rename from PdfForQtLib/sources/pdfglobal.h rename to Pdf4QtLib/sources/pdfglobal.h index 3872e6d..dcb95ec 100644 --- a/PdfForQtLib/sources/pdfglobal.h +++ b/Pdf4QtLib/sources/pdfglobal.h @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFGLOBAL_H @@ -25,10 +25,10 @@ #include #include -#if defined(PDFFORQTLIB_LIBRARY) -# define PDFFORQTLIBSHARED_EXPORT Q_DECL_EXPORT +#if defined(Pdf4QtLIB_LIBRARY) +# define Pdf4QtLIBSHARED_EXPORT Q_DECL_EXPORT #else -# define PDFFORQTLIBSHARED_EXPORT Q_DECL_IMPORT +# define Pdf4QtLIBSHARED_EXPORT Q_DECL_IMPORT #endif namespace pdf diff --git a/PdfForQtLib/sources/pdfimage.cpp b/Pdf4QtLib/sources/pdfimage.cpp similarity index 97% rename from PdfForQtLib/sources/pdfimage.cpp rename to Pdf4QtLib/sources/pdfimage.cpp index 935654d..7fc428e 100644 --- a/PdfForQtLib/sources/pdfimage.cpp +++ b/Pdf4QtLib/sources/pdfimage.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfimage.h" #include "pdfdocument.h" diff --git a/PdfForQtLib/sources/pdfimage.h b/Pdf4QtLib/sources/pdfimage.h similarity index 92% rename from PdfForQtLib/sources/pdfimage.h rename to Pdf4QtLib/sources/pdfimage.h index 74478c6..561eebc 100644 --- a/PdfForQtLib/sources/pdfimage.h +++ b/Pdf4QtLib/sources/pdfimage.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFIMAGE_H #define PDFIMAGE_H diff --git a/PdfForQtLib/sources/pdfitemmodels.cpp b/Pdf4QtLib/sources/pdfitemmodels.cpp similarity index 95% rename from PdfForQtLib/sources/pdfitemmodels.cpp rename to Pdf4QtLib/sources/pdfitemmodels.cpp index f68b57d..d6ffb9b 100644 --- a/PdfForQtLib/sources/pdfitemmodels.cpp +++ b/Pdf4QtLib/sources/pdfitemmodels.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfitemmodels.h" #include "pdfdocument.h" diff --git a/PdfForQtLib/sources/pdfitemmodels.h b/Pdf4QtLib/sources/pdfitemmodels.h similarity index 89% rename from PdfForQtLib/sources/pdfitemmodels.h rename to Pdf4QtLib/sources/pdfitemmodels.h index 10474e5..13cd69a 100644 --- a/PdfForQtLib/sources/pdfitemmodels.h +++ b/Pdf4QtLib/sources/pdfitemmodels.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFITEMMODELS_H #define PDFITEMMODELS_H @@ -70,7 +70,7 @@ private: /// Root of all tree item models. Reimplementations of this model /// must handle "soft" document updates, such as only annotations changed etc. /// Model should be rebuilded only, if it is neccessary. -class PDFFORQTLIBSHARED_EXPORT PDFTreeItemModel : public QAbstractItemModel +class Pdf4QtLIBSHARED_EXPORT PDFTreeItemModel : public QAbstractItemModel { public: explicit PDFTreeItemModel(QObject* parent); @@ -113,7 +113,7 @@ private: bool m_locked; ///< Node is locked (user can't change it) }; -class PDFFORQTLIBSHARED_EXPORT PDFOptionalContentTreeItemModel : public PDFTreeItemModel +class Pdf4QtLIBSHARED_EXPORT PDFOptionalContentTreeItemModel : public PDFTreeItemModel { Q_OBJECT public: @@ -147,7 +147,7 @@ private: QSharedPointer m_outlineItem; }; -class PDFFORQTLIBSHARED_EXPORT PDFOutlineTreeItemModel : public PDFTreeItemModel +class Pdf4QtLIBSHARED_EXPORT PDFOutlineTreeItemModel : public PDFTreeItemModel { Q_OBJECT public: @@ -190,7 +190,7 @@ private: std::unique_ptr m_fileSpecification; }; -class PDFFORQTLIBSHARED_EXPORT PDFAttachmentsTreeItemModel : public PDFTreeItemModel +class Pdf4QtLIBSHARED_EXPORT PDFAttachmentsTreeItemModel : public PDFTreeItemModel { Q_OBJECT public: @@ -215,7 +215,7 @@ public: const PDFFileSpecification* getFileSpecification(const QModelIndex& index) const; }; -class PDFFORQTLIBSHARED_EXPORT PDFThumbnailsItemModel : public QAbstractItemModel +class Pdf4QtLIBSHARED_EXPORT PDFThumbnailsItemModel : public QAbstractItemModel { Q_OBJECT diff --git a/PdfForQtLib/sources/pdfjavascriptscanner.cpp b/Pdf4QtLib/sources/pdfjavascriptscanner.cpp similarity index 94% rename from PdfForQtLib/sources/pdfjavascriptscanner.cpp rename to Pdf4QtLib/sources/pdfjavascriptscanner.cpp index 25f4069..ad025fd 100644 --- a/PdfForQtLib/sources/pdfjavascriptscanner.cpp +++ b/Pdf4QtLib/sources/pdfjavascriptscanner.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfjavascriptscanner.h" #include "pdfaction.h" diff --git a/PdfForQtLib/sources/pdfjavascriptscanner.h b/Pdf4QtLib/sources/pdfjavascriptscanner.h similarity index 87% rename from PdfForQtLib/sources/pdfjavascriptscanner.h rename to Pdf4QtLib/sources/pdfjavascriptscanner.h index c583486..f70ab60 100644 --- a/PdfForQtLib/sources/pdfjavascriptscanner.h +++ b/Pdf4QtLib/sources/pdfjavascriptscanner.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFJAVASCRIPTSCANNER_H #define PDFJAVASCRIPTSCANNER_H @@ -57,7 +57,7 @@ struct PDFJavaScriptEntry /// Scans document for all javascript presence (in actions). Several option /// can be set, for example, scan only document actions, or stop scanning, /// when first javascript is found. -class PDFFORQTLIBSHARED_EXPORT PDFJavaScriptScanner +class Pdf4QtLIBSHARED_EXPORT PDFJavaScriptScanner { public: explicit PDFJavaScriptScanner(const PDFDocument* document); diff --git a/PdfForQtLib/sources/pdfjbig2decoder.cpp b/Pdf4QtLib/sources/pdfjbig2decoder.cpp similarity index 97% rename from PdfForQtLib/sources/pdfjbig2decoder.cpp rename to Pdf4QtLib/sources/pdfjbig2decoder.cpp index ac95dec..8871c7c 100644 --- a/PdfForQtLib/sources/pdfjbig2decoder.cpp +++ b/Pdf4QtLib/sources/pdfjbig2decoder.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfjbig2decoder.h" #include "pdfexception.h" diff --git a/PdfForQtLib/sources/pdfjbig2decoder.h b/Pdf4QtLib/sources/pdfjbig2decoder.h similarity index 95% rename from PdfForQtLib/sources/pdfjbig2decoder.h rename to Pdf4QtLib/sources/pdfjbig2decoder.h index c69e837..638fd95 100644 --- a/PdfForQtLib/sources/pdfjbig2decoder.h +++ b/Pdf4QtLib/sources/pdfjbig2decoder.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFJBIG2DECODER_H #define PDFJBIG2DECODER_H @@ -73,7 +73,7 @@ struct PDFJBIG2HuffmanTableEntry /// state is stored as 8-bit value, where only 7 bits are used. 6 bits are used /// to store Qe value index (current row in the table, number 0-46), and lowest 1 bit /// is used to store current MPS value (most probable symbol - 0/1). -class PDFFORQTLIBSHARED_EXPORT PDFJBIG2ArithmeticDecoderState +class Pdf4QtLIBSHARED_EXPORT PDFJBIG2ArithmeticDecoderState { public: explicit inline PDFJBIG2ArithmeticDecoderState() = default; @@ -139,7 +139,7 @@ private: /// of decoder described in document ISO/IEC 14492:2001, T.88, annex G (arithmetic decoding /// procedure). It uses 32-bit fixed point arithmetic instead of 16-bit fixed point /// arithmetic described in the specification (it is much faster). -class PDFFORQTLIBSHARED_EXPORT PDFJBIG2ArithmeticDecoder +class Pdf4QtLIBSHARED_EXPORT PDFJBIG2ArithmeticDecoder { public: explicit inline PDFJBIG2ArithmeticDecoder(PDFBitReader* reader) : @@ -317,7 +317,7 @@ private: std::vector m_entries; }; -class PDFFORQTLIBSHARED_EXPORT PDFJBIG2Bitmap : public PDFJBIG2Segment +class Pdf4QtLIBSHARED_EXPORT PDFJBIG2Bitmap : public PDFJBIG2Segment { public: explicit PDFJBIG2Bitmap(); @@ -421,7 +421,7 @@ using PDFJBIG2ATPositions = std::array; /// Decoder of JBIG2 data streams. Decodes the black/white monochrome image. /// Handles also global segments. Decoder decodes data using the specification /// ISO/IEC 14492:2001, T.88. -class PDFFORQTLIBSHARED_EXPORT PDFJBIG2Decoder +class Pdf4QtLIBSHARED_EXPORT PDFJBIG2Decoder { public: explicit inline PDFJBIG2Decoder(QByteArray data, QByteArray globalData, PDFRenderErrorReporter* errorReporter) : diff --git a/PdfForQtLib/sources/pdfmeshqualitysettings.h b/Pdf4QtLib/sources/pdfmeshqualitysettings.h similarity index 89% rename from PdfForQtLib/sources/pdfmeshqualitysettings.h rename to Pdf4QtLib/sources/pdfmeshqualitysettings.h index 760af0f..f173bb0 100644 --- a/PdfForQtLib/sources/pdfmeshqualitysettings.h +++ b/Pdf4QtLib/sources/pdfmeshqualitysettings.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFMESHQUALITYSETTINGS_H #define PDFMESHQUALITYSETTINGS_H diff --git a/PdfForQtLib/sources/pdfmultimedia.cpp b/Pdf4QtLib/sources/pdfmultimedia.cpp similarity index 97% rename from PdfForQtLib/sources/pdfmultimedia.cpp rename to Pdf4QtLib/sources/pdfmultimedia.cpp index ffda9f1..ad0fec1 100644 --- a/PdfForQtLib/sources/pdfmultimedia.cpp +++ b/Pdf4QtLib/sources/pdfmultimedia.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfmultimedia.h" #include "pdfdocument.h" diff --git a/PdfForQtLib/sources/pdfmultimedia.h b/Pdf4QtLib/sources/pdfmultimedia.h similarity index 96% rename from PdfForQtLib/sources/pdfmultimedia.h rename to Pdf4QtLib/sources/pdfmultimedia.h index 519a6db..a47f69d 100644 --- a/PdfForQtLib/sources/pdfmultimedia.h +++ b/Pdf4QtLib/sources/pdfmultimedia.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFMULTIMEDIA_H #define PDFMULTIMEDIA_H diff --git a/PdfForQtLib/sources/pdfnametounicode.cpp b/Pdf4QtLib/sources/pdfnametounicode.cpp similarity index 99% rename from PdfForQtLib/sources/pdfnametounicode.cpp rename to Pdf4QtLib/sources/pdfnametounicode.cpp index fd25cf0..63775ab 100644 --- a/PdfForQtLib/sources/pdfnametounicode.cpp +++ b/Pdf4QtLib/sources/pdfnametounicode.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfnametounicode.h" diff --git a/PdfForQtLib/sources/pdfnametounicode.h b/Pdf4QtLib/sources/pdfnametounicode.h similarity index 83% rename from PdfForQtLib/sources/pdfnametounicode.h rename to Pdf4QtLib/sources/pdfnametounicode.h index 0c6d10f..4396365 100644 --- a/PdfForQtLib/sources/pdfnametounicode.h +++ b/Pdf4QtLib/sources/pdfnametounicode.h @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFNAMETOUNICODE_H @@ -27,7 +27,7 @@ namespace pdf { -class PDFFORQTLIBSHARED_EXPORT PDFNameToUnicode +class Pdf4QtLIBSHARED_EXPORT PDFNameToUnicode { public: explicit PDFNameToUnicode() = delete; diff --git a/PdfForQtLib/sources/pdfnametreeloader.h b/Pdf4QtLib/sources/pdfnametreeloader.h similarity index 90% rename from PdfForQtLib/sources/pdfnametreeloader.h rename to Pdf4QtLib/sources/pdfnametreeloader.h index 3612e6a..8943124 100644 --- a/PdfForQtLib/sources/pdfnametreeloader.h +++ b/Pdf4QtLib/sources/pdfnametreeloader.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFNAMETREELOADER_H #define PDFNAMETREELOADER_H diff --git a/PdfForQtLib/sources/pdfnumbertreeloader.h b/Pdf4QtLib/sources/pdfnumbertreeloader.h similarity index 90% rename from PdfForQtLib/sources/pdfnumbertreeloader.h rename to Pdf4QtLib/sources/pdfnumbertreeloader.h index cb4964a..a550aa8 100644 --- a/PdfForQtLib/sources/pdfnumbertreeloader.h +++ b/Pdf4QtLib/sources/pdfnumbertreeloader.h @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFNUMBERTREELOADER_H diff --git a/PdfForQtLib/sources/pdfobject.cpp b/Pdf4QtLib/sources/pdfobject.cpp similarity index 95% rename from PdfForQtLib/sources/pdfobject.cpp rename to Pdf4QtLib/sources/pdfobject.cpp index 5181f45..84146fb 100644 --- a/PdfForQtLib/sources/pdfobject.cpp +++ b/Pdf4QtLib/sources/pdfobject.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfobject.h" #include "pdfvisitor.h" diff --git a/PdfForQtLib/sources/pdfobject.h b/Pdf4QtLib/sources/pdfobject.h similarity index 94% rename from PdfForQtLib/sources/pdfobject.h rename to Pdf4QtLib/sources/pdfobject.h index 455d450..2582410 100644 --- a/PdfForQtLib/sources/pdfobject.h +++ b/Pdf4QtLib/sources/pdfobject.h @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFOBJECT_H @@ -111,7 +111,7 @@ struct PDFInplaceString }; /// Reference to the string implementations -struct PDFFORQTLIBSHARED_EXPORT PDFStringRef +struct Pdf4QtLIBSHARED_EXPORT PDFStringRef { const PDFInplaceString* inplaceString = nullptr; const PDFString* memoryString = nullptr; @@ -121,7 +121,7 @@ struct PDFFORQTLIBSHARED_EXPORT PDFStringRef /// This class represents string, which can be inplace string (no memory allocation), /// or classic byte array string, if not enough space for embedded string. -class PDFFORQTLIBSHARED_EXPORT PDFInplaceOrMemoryString +class Pdf4QtLIBSHARED_EXPORT PDFInplaceOrMemoryString { public: constexpr PDFInplaceOrMemoryString() = default; @@ -157,7 +157,7 @@ private: std::variant m_value; }; -class PDFFORQTLIBSHARED_EXPORT PDFObject +class Pdf4QtLIBSHARED_EXPORT PDFObject { public: enum class Type : uint8_t @@ -346,7 +346,7 @@ private: /// an array of pairs key-value, where key is name object and value is any /// PDF object. For this reason, we use QByteArray for key. We do not use /// map, because dictionaries are usually small. -class PDFFORQTLIBSHARED_EXPORT PDFDictionary : public PDFObjectContent +class Pdf4QtLIBSHARED_EXPORT PDFDictionary : public PDFObjectContent { public: using DictionaryEntry = std::pair; @@ -476,7 +476,7 @@ private: QByteArray m_content; }; -class PDFFORQTLIBSHARED_EXPORT PDFObjectManipulator +class Pdf4QtLIBSHARED_EXPORT PDFObjectManipulator { public: explicit PDFObjectManipulator() = delete; diff --git a/PdfForQtLib/sources/pdfobjecteditormodel.cpp b/Pdf4QtLib/sources/pdfobjecteditormodel.cpp similarity index 96% rename from PdfForQtLib/sources/pdfobjecteditormodel.cpp rename to Pdf4QtLib/sources/pdfobjecteditormodel.cpp index 58d76c4..d80353b 100644 --- a/PdfForQtLib/sources/pdfobjecteditormodel.cpp +++ b/Pdf4QtLib/sources/pdfobjecteditormodel.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfobjecteditormodel.h" #include "pdfdocumentbuilder.h" diff --git a/PdfForQtLib/sources/pdfobjecteditormodel.h b/Pdf4QtLib/sources/pdfobjecteditormodel.h similarity index 91% rename from PdfForQtLib/sources/pdfobjecteditormodel.h rename to Pdf4QtLib/sources/pdfobjecteditormodel.h index ac46d46..6713777 100644 --- a/PdfForQtLib/sources/pdfobjecteditormodel.h +++ b/Pdf4QtLib/sources/pdfobjecteditormodel.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFOBJECTEDITORABSTRACTMODEL_H #define PDFOBJECTEDITORABSTRACTMODEL_H @@ -108,7 +108,7 @@ struct PDFObjectEditorModelAttribute bool selectorAttributeValue = false; }; -class PDFFORQTLIBSHARED_EXPORT PDFObjectEditorAbstractModel : public QObject +class Pdf4QtLIBSHARED_EXPORT PDFObjectEditorAbstractModel : public QObject { Q_OBJECT @@ -188,7 +188,7 @@ protected: size_t m_typeAttribute; }; -class PDFFORQTLIBSHARED_EXPORT PDFObjectEditorAnnotationsModel : public PDFObjectEditorAbstractModel +class Pdf4QtLIBSHARED_EXPORT PDFObjectEditorAnnotationsModel : public PDFObjectEditorAbstractModel { Q_OBJECT diff --git a/PdfForQtLib/sources/pdfobjecteditorwidget.cpp b/Pdf4QtLib/sources/pdfobjecteditorwidget.cpp similarity index 96% rename from PdfForQtLib/sources/pdfobjecteditorwidget.cpp rename to Pdf4QtLib/sources/pdfobjecteditorwidget.cpp index d87b629..b2a1a33 100644 --- a/PdfForQtLib/sources/pdfobjecteditorwidget.cpp +++ b/Pdf4QtLib/sources/pdfobjecteditorwidget.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfobjecteditorwidget.h" #include "pdfobjecteditorwidget_impl.h" diff --git a/PdfForQtLib/sources/pdfobjecteditorwidget.h b/Pdf4QtLib/sources/pdfobjecteditorwidget.h similarity index 81% rename from PdfForQtLib/sources/pdfobjecteditorwidget.h rename to Pdf4QtLib/sources/pdfobjecteditorwidget.h index a2a2bc0..5e6dede 100644 --- a/PdfForQtLib/sources/pdfobjecteditorwidget.h +++ b/Pdf4QtLib/sources/pdfobjecteditorwidget.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFOBJECTEDITORWIDGET_H #define PDFOBJECTEDITORWIDGET_H diff --git a/PdfForQtLib/sources/pdfobjecteditorwidget_impl.h b/Pdf4QtLib/sources/pdfobjecteditorwidget_impl.h similarity index 93% rename from PdfForQtLib/sources/pdfobjecteditorwidget_impl.h rename to Pdf4QtLib/sources/pdfobjecteditorwidget_impl.h index 6f0c274..2028b9c 100644 --- a/PdfForQtLib/sources/pdfobjecteditorwidget_impl.h +++ b/Pdf4QtLib/sources/pdfobjecteditorwidget_impl.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFOBJECTEDITORWIDGET_IMPL_H #define PDFOBJECTEDITORWIDGET_IMPL_H diff --git a/PdfForQtLib/sources/pdfobjectutils.cpp b/Pdf4QtLib/sources/pdfobjectutils.cpp similarity index 93% rename from PdfForQtLib/sources/pdfobjectutils.cpp rename to Pdf4QtLib/sources/pdfobjectutils.cpp index c011eaa..c63ea1a 100644 --- a/PdfForQtLib/sources/pdfobjectutils.cpp +++ b/Pdf4QtLib/sources/pdfobjectutils.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfobjectutils.h" diff --git a/PdfForQtLib/sources/pdfobjectutils.h b/Pdf4QtLib/sources/pdfobjectutils.h similarity index 90% rename from PdfForQtLib/sources/pdfobjectutils.h rename to Pdf4QtLib/sources/pdfobjectutils.h index 88be50c..8e9fb0a 100644 --- a/PdfForQtLib/sources/pdfobjectutils.h +++ b/Pdf4QtLib/sources/pdfobjectutils.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFOBJECTUTILS_H #define PDFOBJECTUTILS_H diff --git a/PdfForQtLib/sources/pdfoptimizer.cpp b/Pdf4QtLib/sources/pdfoptimizer.cpp similarity index 95% rename from PdfForQtLib/sources/pdfoptimizer.cpp rename to Pdf4QtLib/sources/pdfoptimizer.cpp index 1526f1d..5bd5a44 100644 --- a/PdfForQtLib/sources/pdfoptimizer.cpp +++ b/Pdf4QtLib/sources/pdfoptimizer.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfoptimizer.h" #include "pdfvisitor.h" diff --git a/PdfForQtLib/sources/pdfoptimizer.h b/Pdf4QtLib/sources/pdfoptimizer.h similarity index 89% rename from PdfForQtLib/sources/pdfoptimizer.h rename to Pdf4QtLib/sources/pdfoptimizer.h index 89574dc..db64bc8 100644 --- a/PdfForQtLib/sources/pdfoptimizer.h +++ b/Pdf4QtLib/sources/pdfoptimizer.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFOPTIMIZER_H #define PDFOPTIMIZER_H @@ -29,7 +29,7 @@ namespace pdf /// and remove unused objects, merge same objects, or even recompress some streams /// to achieve better optimization ratio. Optimization is configurable, user can specify, /// which optimization steps should be done and which not. -class PDFFORQTLIBSHARED_EXPORT PDFOptimizer : public QObject +class Pdf4QtLIBSHARED_EXPORT PDFOptimizer : public QObject { Q_OBJECT diff --git a/PdfForQtLib/sources/pdfoptionalcontent.cpp b/Pdf4QtLib/sources/pdfoptionalcontent.cpp similarity index 96% rename from PdfForQtLib/sources/pdfoptionalcontent.cpp rename to Pdf4QtLib/sources/pdfoptionalcontent.cpp index d93902b..9dfe5e5 100644 --- a/PdfForQtLib/sources/pdfoptionalcontent.cpp +++ b/Pdf4QtLib/sources/pdfoptionalcontent.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfoptionalcontent.h" diff --git a/PdfForQtLib/sources/pdfoptionalcontent.h b/Pdf4QtLib/sources/pdfoptionalcontent.h similarity index 94% rename from PdfForQtLib/sources/pdfoptionalcontent.h rename to Pdf4QtLib/sources/pdfoptionalcontent.h index 4317d60..cccdf79 100644 --- a/PdfForQtLib/sources/pdfoptionalcontent.h +++ b/Pdf4QtLib/sources/pdfoptionalcontent.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFOPTIONALCONTENT_H @@ -155,7 +155,7 @@ private: }; /// Activeness of the optional content -class PDFFORQTLIBSHARED_EXPORT PDFOptionalContentActivity : public QObject +class Pdf4QtLIBSHARED_EXPORT PDFOptionalContentActivity : public QObject { Q_OBJECT diff --git a/PdfForQtLib/sources/pdfoutline.cpp b/Pdf4QtLib/sources/pdfoutline.cpp similarity index 92% rename from PdfForQtLib/sources/pdfoutline.cpp rename to Pdf4QtLib/sources/pdfoutline.cpp index dccf956..80fd415 100644 --- a/PdfForQtLib/sources/pdfoutline.cpp +++ b/Pdf4QtLib/sources/pdfoutline.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfoutline.h" #include "pdfdocument.h" diff --git a/PdfForQtLib/sources/pdfoutline.h b/Pdf4QtLib/sources/pdfoutline.h similarity index 86% rename from PdfForQtLib/sources/pdfoutline.h rename to Pdf4QtLib/sources/pdfoutline.h index 8426a18..7ae9ff3 100644 --- a/PdfForQtLib/sources/pdfoutline.h +++ b/Pdf4QtLib/sources/pdfoutline.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFOUTLINE_H #define PDFOUTLINE_H @@ -31,7 +31,7 @@ namespace pdf class PDFDocument; /// Outline item -class PDFFORQTLIBSHARED_EXPORT PDFOutlineItem +class Pdf4QtLIBSHARED_EXPORT PDFOutlineItem { public: explicit PDFOutlineItem() = default; diff --git a/PdfForQtLib/sources/pdfpage.cpp b/Pdf4QtLib/sources/pdfpage.cpp similarity index 95% rename from PdfForQtLib/sources/pdfpage.cpp rename to Pdf4QtLib/sources/pdfpage.cpp index 283b8b7..cb9bf2c 100644 --- a/PdfForQtLib/sources/pdfpage.cpp +++ b/Pdf4QtLib/sources/pdfpage.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfpage.h" #include "pdfdocument.h" diff --git a/PdfForQtLib/sources/pdfpage.h b/Pdf4QtLib/sources/pdfpage.h similarity index 95% rename from PdfForQtLib/sources/pdfpage.h rename to Pdf4QtLib/sources/pdfpage.h index b102968..e69b00f 100644 --- a/PdfForQtLib/sources/pdfpage.h +++ b/Pdf4QtLib/sources/pdfpage.h @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFPAGE_H #define PDFPAGE_H @@ -111,7 +111,7 @@ private: /// Object representing page in PDF document. Contains different page properties, such as /// media box, crop box, rotation, etc. and also page content, resources. -class PDFFORQTLIBSHARED_EXPORT PDFPage +class Pdf4QtLIBSHARED_EXPORT PDFPage { public: explicit PDFPage() = default; diff --git a/PdfForQtLib/sources/pdfpagecontentprocessor.cpp b/Pdf4QtLib/sources/pdfpagecontentprocessor.cpp similarity index 97% rename from PdfForQtLib/sources/pdfpagecontentprocessor.cpp rename to Pdf4QtLib/sources/pdfpagecontentprocessor.cpp index 6b9554a..e3bf4e8 100644 --- a/PdfForQtLib/sources/pdfpagecontentprocessor.cpp +++ b/Pdf4QtLib/sources/pdfpagecontentprocessor.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfpagecontentprocessor.h" #include "pdfdocument.h" diff --git a/PdfForQtLib/sources/pdfpagecontentprocessor.h b/Pdf4QtLib/sources/pdfpagecontentprocessor.h similarity index 97% rename from PdfForQtLib/sources/pdfpagecontentprocessor.h rename to Pdf4QtLib/sources/pdfpagecontentprocessor.h index a93020b..715631e 100644 --- a/PdfForQtLib/sources/pdfpagecontentprocessor.h +++ b/Pdf4QtLib/sources/pdfpagecontentprocessor.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFPAGECONTENTPROCESSOR_H #define PDFPAGECONTENTPROCESSOR_H @@ -71,7 +71,7 @@ private: }; /// Process the contents of the page. -class PDFFORQTLIBSHARED_EXPORT PDFPageContentProcessor : public PDFRenderErrorReporter +class Pdf4QtLIBSHARED_EXPORT PDFPageContentProcessor : public PDFRenderErrorReporter { public: explicit PDFPageContentProcessor(const PDFPage* page, diff --git a/PdfForQtLib/sources/pdfpagenavigation.cpp b/Pdf4QtLib/sources/pdfpagenavigation.cpp similarity index 92% rename from PdfForQtLib/sources/pdfpagenavigation.cpp rename to Pdf4QtLib/sources/pdfpagenavigation.cpp index 2a38fe0..b8724bc 100644 --- a/PdfForQtLib/sources/pdfpagenavigation.cpp +++ b/Pdf4QtLib/sources/pdfpagenavigation.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfpagenavigation.h" diff --git a/PdfForQtLib/sources/pdfpagenavigation.h b/Pdf4QtLib/sources/pdfpagenavigation.h similarity index 88% rename from PdfForQtLib/sources/pdfpagenavigation.h rename to Pdf4QtLib/sources/pdfpagenavigation.h index 64f9880..bee5999 100644 --- a/PdfForQtLib/sources/pdfpagenavigation.h +++ b/Pdf4QtLib/sources/pdfpagenavigation.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFPAGENAVIGATION_H #define PDFPAGENAVIGATION_H @@ -60,7 +60,7 @@ private: /// Navigation object, which helps to navigate trough document. /// It also handles subpage navigation, if subpage navigation /// steps are present. -class PDFFORQTLIBSHARED_EXPORT PDFPageNavigation : public QObject +class Pdf4QtLIBSHARED_EXPORT PDFPageNavigation : public QObject { Q_OBJECT diff --git a/PdfForQtLib/sources/pdfpagetransition.cpp b/Pdf4QtLib/sources/pdfpagetransition.cpp similarity index 90% rename from PdfForQtLib/sources/pdfpagetransition.cpp rename to Pdf4QtLib/sources/pdfpagetransition.cpp index bdd8d8c..6ab6866 100644 --- a/PdfForQtLib/sources/pdfpagetransition.cpp +++ b/Pdf4QtLib/sources/pdfpagetransition.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfpagetransition.h" #include "pdfdocument.h" diff --git a/PdfForQtLib/sources/pdfpagetransition.h b/Pdf4QtLib/sources/pdfpagetransition.h similarity index 85% rename from PdfForQtLib/sources/pdfpagetransition.h rename to Pdf4QtLib/sources/pdfpagetransition.h index 78a4ba3..9eea4c6 100644 --- a/PdfForQtLib/sources/pdfpagetransition.h +++ b/Pdf4QtLib/sources/pdfpagetransition.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFPAGETRANSITION_H #define PDFPAGETRANSITION_H diff --git a/PdfForQtLib/sources/pdfpainter.cpp b/Pdf4QtLib/sources/pdfpainter.cpp similarity index 96% rename from PdfForQtLib/sources/pdfpainter.cpp rename to Pdf4QtLib/sources/pdfpainter.cpp index 878e89c..f002c05 100644 --- a/PdfForQtLib/sources/pdfpainter.cpp +++ b/Pdf4QtLib/sources/pdfpainter.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfpainter.h" #include "pdfpattern.h" diff --git a/PdfForQtLib/sources/pdfpainter.h b/Pdf4QtLib/sources/pdfpainter.h similarity index 94% rename from PdfForQtLib/sources/pdfpainter.h rename to Pdf4QtLib/sources/pdfpainter.h index 0e38287..6d4cf8c 100644 --- a/PdfForQtLib/sources/pdfpainter.h +++ b/Pdf4QtLib/sources/pdfpainter.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFPAINTER_H #define PDFPAINTER_H @@ -301,7 +301,7 @@ private: /// Processor, which processes PDF's page commands and writes them to the precompiled page. /// Precompiled page then can be used to execute these commands on QPainter. -class PDFFORQTLIBSHARED_EXPORT PDFPrecompiledPageGenerator : public PDFPainterBase +class Pdf4QtLIBSHARED_EXPORT PDFPrecompiledPageGenerator : public PDFPainterBase { using BaseClass = PDFPainterBase; diff --git a/PdfForQtLib/sources/pdfpainterutils.h b/Pdf4QtLib/sources/pdfpainterutils.h similarity index 77% rename from PdfForQtLib/sources/pdfpainterutils.h rename to Pdf4QtLib/sources/pdfpainterutils.h index 9728051..ada3700 100644 --- a/PdfForQtLib/sources/pdfpainterutils.h +++ b/Pdf4QtLib/sources/pdfpainterutils.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFPAINTERUTILS_H #define PDFPAINTERUTILS_H diff --git a/PdfForQtLib/sources/pdfparser.cpp b/Pdf4QtLib/sources/pdfparser.cpp similarity index 96% rename from PdfForQtLib/sources/pdfparser.cpp rename to Pdf4QtLib/sources/pdfparser.cpp index ed45842..f30abdd 100644 --- a/PdfForQtLib/sources/pdfparser.cpp +++ b/Pdf4QtLib/sources/pdfparser.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfparser.h" diff --git a/PdfForQtLib/sources/pdfparser.h b/Pdf4QtLib/sources/pdfparser.h similarity index 94% rename from PdfForQtLib/sources/pdfparser.h rename to Pdf4QtLib/sources/pdfparser.h index 948a9bb..f890b8c 100644 --- a/PdfForQtLib/sources/pdfparser.h +++ b/Pdf4QtLib/sources/pdfparser.h @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFPARSER_H @@ -78,7 +78,7 @@ constexpr const char* PDF_REFERENCE_COMMAND = "R"; constexpr const char* PDF_STREAM_START_COMMAND = "stream"; constexpr const char* PDF_STREAM_END_COMMAND = "endstream"; -class PDFFORQTLIBSHARED_EXPORT PDFLexicalAnalyzer +class Pdf4QtLIBSHARED_EXPORT PDFLexicalAnalyzer { Q_GADGET Q_DECLARE_TR_FUNCTIONS(pdf::PDFLexicalAnalyzer) @@ -279,7 +279,7 @@ private: /// Class for parsing objects. Checks cyclical references. If /// the object cannot be obtained from the stream, exception is thrown. -class PDFFORQTLIBSHARED_EXPORT PDFParser +class Pdf4QtLIBSHARED_EXPORT PDFParser { Q_DECLARE_TR_FUNCTIONS(pdf::PDFParser) diff --git a/PdfForQtLib/sources/pdfpattern.cpp b/Pdf4QtLib/sources/pdfpattern.cpp similarity index 97% rename from PdfForQtLib/sources/pdfpattern.cpp rename to Pdf4QtLib/sources/pdfpattern.cpp index 1eebc97..f53ff43 100644 --- a/PdfForQtLib/sources/pdfpattern.cpp +++ b/Pdf4QtLib/sources/pdfpattern.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfpattern.h" #include "pdfdocument.h" diff --git a/PdfForQtLib/sources/pdfpattern.h b/Pdf4QtLib/sources/pdfpattern.h similarity index 96% rename from PdfForQtLib/sources/pdfpattern.h rename to Pdf4QtLib/sources/pdfpattern.h index a718811..19ecc04 100644 --- a/PdfForQtLib/sources/pdfpattern.h +++ b/Pdf4QtLib/sources/pdfpattern.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFPATTERN_H #define PDFPATTERN_H diff --git a/PdfForQtLib/sources/pdfplugin.cpp b/Pdf4QtLib/sources/pdfplugin.cpp similarity index 83% rename from PdfForQtLib/sources/pdfplugin.cpp rename to Pdf4QtLib/sources/pdfplugin.cpp index 9c920d2..9b93ecb 100644 --- a/PdfForQtLib/sources/pdfplugin.cpp +++ b/Pdf4QtLib/sources/pdfplugin.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfplugin.h" diff --git a/PdfForQtLib/sources/pdfplugin.h b/Pdf4QtLib/sources/pdfplugin.h similarity index 75% rename from PdfForQtLib/sources/pdfplugin.h rename to Pdf4QtLib/sources/pdfplugin.h index 76548cc..6ade6ad 100644 --- a/PdfForQtLib/sources/pdfplugin.h +++ b/Pdf4QtLib/sources/pdfplugin.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFPLUGIN_H #define PDFPLUGIN_H @@ -31,7 +31,7 @@ namespace pdf { class PDFWidget; -struct PDFFORQTLIBSHARED_EXPORT PDFPluginInfo +struct Pdf4QtLIBSHARED_EXPORT PDFPluginInfo { QString name; QString author; @@ -43,7 +43,7 @@ struct PDFFORQTLIBSHARED_EXPORT PDFPluginInfo }; using PDFPluginInfos = std::vector; -class PDFFORQTLIBSHARED_EXPORT PDFPlugin : public QObject +class Pdf4QtLIBSHARED_EXPORT PDFPlugin : public QObject { Q_OBJECT diff --git a/PdfForQtLib/sources/pdfprogress.cpp b/Pdf4QtLib/sources/pdfprogress.cpp similarity index 84% rename from PdfForQtLib/sources/pdfprogress.cpp rename to Pdf4QtLib/sources/pdfprogress.cpp index c686d99..909e541 100644 --- a/PdfForQtLib/sources/pdfprogress.cpp +++ b/Pdf4QtLib/sources/pdfprogress.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfprogress.h" diff --git a/PdfForQtLib/sources/pdfprogress.h b/Pdf4QtLib/sources/pdfprogress.h similarity index 77% rename from PdfForQtLib/sources/pdfprogress.h rename to Pdf4QtLib/sources/pdfprogress.h index 340bc48..f3ee10a 100644 --- a/PdfForQtLib/sources/pdfprogress.h +++ b/Pdf4QtLib/sources/pdfprogress.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFPROGRESS_H #define PDFPROGRESS_H @@ -33,7 +33,7 @@ struct ProgressStartupInfo QString text; }; -class PDFFORQTLIBSHARED_EXPORT PDFProgress : public QObject +class Pdf4QtLIBSHARED_EXPORT PDFProgress : public QObject { Q_OBJECT diff --git a/PdfForQtLib/sources/pdfrenderer.cpp b/Pdf4QtLib/sources/pdfrenderer.cpp similarity index 96% rename from PdfForQtLib/sources/pdfrenderer.cpp rename to Pdf4QtLib/sources/pdfrenderer.cpp index bc9946d..4f2b04f 100644 --- a/PdfForQtLib/sources/pdfrenderer.cpp +++ b/Pdf4QtLib/sources/pdfrenderer.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfrenderer.h" #include "pdfpainter.h" diff --git a/PdfForQtLib/sources/pdfrenderer.h b/Pdf4QtLib/sources/pdfrenderer.h similarity index 94% rename from PdfForQtLib/sources/pdfrenderer.h rename to Pdf4QtLib/sources/pdfrenderer.h index 7e6ba4b..60db5e8 100644 --- a/PdfForQtLib/sources/pdfrenderer.h +++ b/Pdf4QtLib/sources/pdfrenderer.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFRENDERER_H #define PDFRENDERER_H @@ -44,7 +44,7 @@ class PDFAnnotationManager; class PDFOptionalContentActivity; /// Renders the PDF page on the painter, or onto an image. -class PDFFORQTLIBSHARED_EXPORT PDFRenderer +class Pdf4QtLIBSHARED_EXPORT PDFRenderer { public: @@ -184,7 +184,7 @@ struct PDFRenderedPageImage /// render page images asynchronously. You can use this object in two ways - /// first one is as standard object pool, second one is to directly render /// page images asynchronously. -class PDFFORQTLIBSHARED_EXPORT PDFRasterizerPool : public QObject +class Pdf4QtLIBSHARED_EXPORT PDFRasterizerPool : public QObject { Q_OBJECT @@ -266,7 +266,7 @@ private: }; /// Settings object for image writer -class PDFFORQTLIBSHARED_EXPORT PDFImageWriterSettings +class Pdf4QtLIBSHARED_EXPORT PDFImageWriterSettings { public: explicit PDFImageWriterSettings(); @@ -318,7 +318,7 @@ private: }; /// This class is for setup of page image exporter -class PDFFORQTLIBSHARED_EXPORT PDFPageImageExportSettings +class Pdf4QtLIBSHARED_EXPORT PDFPageImageExportSettings { public: explicit PDFPageImageExportSettings() : PDFPageImageExportSettings(nullptr) { } diff --git a/PdfForQtLib/sources/pdfrenderingerrorswidget.cpp b/Pdf4QtLib/sources/pdfrenderingerrorswidget.cpp similarity index 90% rename from PdfForQtLib/sources/pdfrenderingerrorswidget.cpp rename to Pdf4QtLib/sources/pdfrenderingerrorswidget.cpp index 4e7541e..5e6755c 100644 --- a/PdfForQtLib/sources/pdfrenderingerrorswidget.cpp +++ b/Pdf4QtLib/sources/pdfrenderingerrorswidget.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfrenderingerrorswidget.h" #include "pdfdrawwidget.h" diff --git a/PdfForQtLib/sources/pdfrenderingerrorswidget.h b/Pdf4QtLib/sources/pdfrenderingerrorswidget.h similarity index 72% rename from PdfForQtLib/sources/pdfrenderingerrorswidget.h rename to Pdf4QtLib/sources/pdfrenderingerrorswidget.h index c9646a4..bf8cbc1 100644 --- a/PdfForQtLib/sources/pdfrenderingerrorswidget.h +++ b/Pdf4QtLib/sources/pdfrenderingerrorswidget.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFRENDERINGERRORSWIDGET_H #define PDFRENDERINGERRORSWIDGET_H @@ -31,7 +31,7 @@ namespace pdf { class PDFWidget; -class PDFFORQTLIBSHARED_EXPORT PDFRenderingErrorsWidget : public QDialog +class Pdf4QtLIBSHARED_EXPORT PDFRenderingErrorsWidget : public QDialog { Q_OBJECT diff --git a/PdfForQtLib/sources/pdfrenderingerrorswidget.ui b/Pdf4QtLib/sources/pdfrenderingerrorswidget.ui similarity index 100% rename from PdfForQtLib/sources/pdfrenderingerrorswidget.ui rename to Pdf4QtLib/sources/pdfrenderingerrorswidget.ui diff --git a/PdfForQtLib/sources/pdfsecurityhandler.cpp b/Pdf4QtLib/sources/pdfsecurityhandler.cpp similarity index 96% rename from PdfForQtLib/sources/pdfsecurityhandler.cpp rename to Pdf4QtLib/sources/pdfsecurityhandler.cpp index 1048839..f3e3f30 100644 --- a/PdfForQtLib/sources/pdfsecurityhandler.cpp +++ b/Pdf4QtLib/sources/pdfsecurityhandler.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfsecurityhandler.h" #include "pdfexception.h" diff --git a/PdfForQtLib/sources/pdfsecurityhandler.h b/Pdf4QtLib/sources/pdfsecurityhandler.h similarity index 95% rename from PdfForQtLib/sources/pdfsecurityhandler.h rename to Pdf4QtLib/sources/pdfsecurityhandler.h index e4f6868..f764907 100644 --- a/PdfForQtLib/sources/pdfsecurityhandler.h +++ b/Pdf4QtLib/sources/pdfsecurityhandler.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFSECURITYHANDLER_H #define PDFSECURITYHANDLER_H @@ -76,7 +76,7 @@ public: virtual ~PDFSecurityHandler() = default; static constexpr const char* IDENTITY_FILTER_NAME = "Identity"; - static constexpr const char* OBJECT_REFERENCE_DICTIONARY_NAME = "PdfForQt_ObjectReference"; + static constexpr const char* OBJECT_REFERENCE_DICTIONARY_NAME = "Pdf4Qt_ObjectReference"; enum class Permission : uint32_t { diff --git a/PdfForQtLib/sources/pdfsignaturehandler.cpp b/Pdf4QtLib/sources/pdfsignaturehandler.cpp similarity index 96% rename from PdfForQtLib/sources/pdfsignaturehandler.cpp rename to Pdf4QtLib/sources/pdfsignaturehandler.cpp index 38b0c74..bafee9a 100644 --- a/PdfForQtLib/sources/pdfsignaturehandler.cpp +++ b/Pdf4QtLib/sources/pdfsignaturehandler.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfsignaturehandler.h" #include "pdfdocument.h" diff --git a/PdfForQtLib/sources/pdfsignaturehandler.h b/Pdf4QtLib/sources/pdfsignaturehandler.h similarity index 95% rename from PdfForQtLib/sources/pdfsignaturehandler.h rename to Pdf4QtLib/sources/pdfsignaturehandler.h index 8f8d315..e0251df 100644 --- a/PdfForQtLib/sources/pdfsignaturehandler.h +++ b/Pdf4QtLib/sources/pdfsignaturehandler.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFSIGNATUREHANDLER_H #define PDFSIGNATUREHANDLER_H @@ -153,7 +153,7 @@ private: }; /// Info about certificate, various details etc. -class PDFFORQTLIBSHARED_EXPORT PDFCertificateInfo +class Pdf4QtLIBSHARED_EXPORT PDFCertificateInfo { public: explicit inline PDFCertificateInfo() = default; @@ -270,7 +270,7 @@ private: using PDFCertificateInfos = std::vector; -class PDFFORQTLIBSHARED_EXPORT PDFSignatureVerificationResult +class Pdf4QtLIBSHARED_EXPORT PDFSignatureVerificationResult { public: explicit PDFSignatureVerificationResult() = default; @@ -426,7 +426,7 @@ private: }; /// Signature handler. Can verify both certificate and signature validity. -class PDFFORQTLIBSHARED_EXPORT PDFSignatureHandler +class Pdf4QtLIBSHARED_EXPORT PDFSignatureHandler { public: explicit PDFSignatureHandler() = default; @@ -463,7 +463,7 @@ private: /// Trusted certificate store. Contains list of trusted certificates. Store /// can be persisted to the persistent storage trough serialization/deserialization. /// Persisting method is versioned. -class PDFFORQTLIBSHARED_EXPORT PDFCertificateStore +class Pdf4QtLIBSHARED_EXPORT PDFCertificateStore { public: explicit inline PDFCertificateStore() = default; diff --git a/PdfForQtLib/sources/pdfsignaturehandler_impl.h b/Pdf4QtLib/sources/pdfsignaturehandler_impl.h similarity index 93% rename from PdfForQtLib/sources/pdfsignaturehandler_impl.h rename to Pdf4QtLib/sources/pdfsignaturehandler_impl.h index a7712e5..89ab64c 100644 --- a/PdfForQtLib/sources/pdfsignaturehandler_impl.h +++ b/Pdf4QtLib/sources/pdfsignaturehandler_impl.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFSIGNATUREHANDLER_IMPL_H #define PDFSIGNATUREHANDLER_IMPL_H diff --git a/PdfForQtLib/sources/pdfsnapper.cpp b/Pdf4QtLib/sources/pdfsnapper.cpp similarity index 94% rename from PdfForQtLib/sources/pdfsnapper.cpp rename to Pdf4QtLib/sources/pdfsnapper.cpp index 8551e5e..a8a05f4 100644 --- a/PdfForQtLib/sources/pdfsnapper.cpp +++ b/Pdf4QtLib/sources/pdfsnapper.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfsnapper.h" #include "pdfcompiler.h" diff --git a/PdfForQtLib/sources/pdfsnapper.h b/Pdf4QtLib/sources/pdfsnapper.h similarity index 93% rename from PdfForQtLib/sources/pdfsnapper.h rename to Pdf4QtLib/sources/pdfsnapper.h index 4d22eb5..6f597eb 100644 --- a/PdfForQtLib/sources/pdfsnapper.h +++ b/Pdf4QtLib/sources/pdfsnapper.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFSNAPPER_H #define PDFSNAPPER_H diff --git a/PdfForQtLib/sources/pdfstreamfilters.cpp b/Pdf4QtLib/sources/pdfstreamfilters.cpp similarity index 96% rename from PdfForQtLib/sources/pdfstreamfilters.cpp rename to Pdf4QtLib/sources/pdfstreamfilters.cpp index 20acefe..e08f442 100644 --- a/PdfForQtLib/sources/pdfstreamfilters.cpp +++ b/Pdf4QtLib/sources/pdfstreamfilters.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfstreamfilters.h" #include "pdfexception.h" diff --git a/PdfForQtLib/sources/pdfstreamfilters.h b/Pdf4QtLib/sources/pdfstreamfilters.h similarity index 90% rename from PdfForQtLib/sources/pdfstreamfilters.h rename to Pdf4QtLib/sources/pdfstreamfilters.h index bcbbe2b..e430ea1 100644 --- a/PdfForQtLib/sources/pdfstreamfilters.h +++ b/Pdf4QtLib/sources/pdfstreamfilters.h @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFSTREAMFILTERS_H #define PDFSTREAMFILTERS_H @@ -137,7 +137,7 @@ private: int m_stride = 0; }; -class PDFFORQTLIBSHARED_EXPORT PDFStreamFilter +class Pdf4QtLIBSHARED_EXPORT PDFStreamFilter { public: explicit PDFStreamFilter() = default; @@ -164,7 +164,7 @@ public: virtual PDFInteger getStreamDataLength(const QByteArray& data, PDFInteger offset) const; }; -class PDFFORQTLIBSHARED_EXPORT PDFAsciiHexDecodeFilter : public PDFStreamFilter +class Pdf4QtLIBSHARED_EXPORT PDFAsciiHexDecodeFilter : public PDFStreamFilter { public: explicit PDFAsciiHexDecodeFilter() = default; @@ -176,7 +176,7 @@ public: const PDFSecurityHandler* securityHandler) const override; }; -class PDFFORQTLIBSHARED_EXPORT PDFAscii85DecodeFilter : public PDFStreamFilter +class Pdf4QtLIBSHARED_EXPORT PDFAscii85DecodeFilter : public PDFStreamFilter { public: explicit PDFAscii85DecodeFilter() = default; @@ -188,7 +188,7 @@ public: const PDFSecurityHandler* securityHandler) const override; }; -class PDFFORQTLIBSHARED_EXPORT PDFLzwDecodeFilter : public PDFStreamFilter +class Pdf4QtLIBSHARED_EXPORT PDFLzwDecodeFilter : public PDFStreamFilter { public: explicit PDFLzwDecodeFilter() = default; @@ -200,7 +200,7 @@ public: const PDFSecurityHandler* securityHandler) const override; }; -class PDFFORQTLIBSHARED_EXPORT PDFFlateDecodeFilter : public PDFStreamFilter +class Pdf4QtLIBSHARED_EXPORT PDFFlateDecodeFilter : public PDFStreamFilter { public: explicit PDFFlateDecodeFilter() = default; @@ -222,7 +222,7 @@ private: static QByteArray uncompress(const QByteArray& data); }; -class PDFFORQTLIBSHARED_EXPORT PDFRunLengthDecodeFilter : public PDFStreamFilter +class Pdf4QtLIBSHARED_EXPORT PDFRunLengthDecodeFilter : public PDFStreamFilter { public: explicit PDFRunLengthDecodeFilter() = default; @@ -234,7 +234,7 @@ public: const PDFSecurityHandler* securityHandler) const override; }; -class PDFFORQTLIBSHARED_EXPORT PDFCryptFilter : public PDFStreamFilter +class Pdf4QtLIBSHARED_EXPORT PDFCryptFilter : public PDFStreamFilter { public: explicit PDFCryptFilter() = default; diff --git a/PdfForQtLib/sources/pdfstructuretree.cpp b/Pdf4QtLib/sources/pdfstructuretree.cpp similarity index 97% rename from PdfForQtLib/sources/pdfstructuretree.cpp rename to Pdf4QtLib/sources/pdfstructuretree.cpp index ef03e7a..88150ec 100644 --- a/PdfForQtLib/sources/pdfstructuretree.cpp +++ b/Pdf4QtLib/sources/pdfstructuretree.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfstructuretree.h" #include "pdfdocument.h" diff --git a/PdfForQtLib/sources/pdfstructuretree.h b/Pdf4QtLib/sources/pdfstructuretree.h similarity index 94% rename from PdfForQtLib/sources/pdfstructuretree.h rename to Pdf4QtLib/sources/pdfstructuretree.h index 71369c3..347f83c 100644 --- a/PdfForQtLib/sources/pdfstructuretree.h +++ b/Pdf4QtLib/sources/pdfstructuretree.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFSTRUCTURETREE_H #define PDFSTRUCTURETREE_H @@ -35,7 +35,7 @@ class PDFStructureElement; class PDFStructureMarkedContentReference; class PDFStructureObjectReference; -class PDFFORQTLIBSHARED_EXPORT PDFStructureTreeAbstractVisitor +class Pdf4QtLIBSHARED_EXPORT PDFStructureTreeAbstractVisitor { public: inline PDFStructureTreeAbstractVisitor() = default; @@ -50,7 +50,7 @@ protected: void acceptChildren(const PDFStructureItem* item); }; -class PDFFORQTLIBSHARED_EXPORT PDFStructureTreeAttribute +class Pdf4QtLIBSHARED_EXPORT PDFStructureTreeAttribute { public: @@ -251,7 +251,7 @@ class PDFStructureMarkedContentReference; using PDFStructureItemPointer = QSharedPointer; /// Root class for all structure tree items -class PDFFORQTLIBSHARED_EXPORT PDFStructureItem +class Pdf4QtLIBSHARED_EXPORT PDFStructureItem { public: explicit inline PDFStructureItem(PDFStructureItem* parent, PDFStructureTree* root) : @@ -345,7 +345,7 @@ protected: }; /// Structure tree namespace -class PDFFORQTLIBSHARED_EXPORT PDFStructureTreeNamespace +class Pdf4QtLIBSHARED_EXPORT PDFStructureTreeNamespace { public: explicit inline PDFStructureTreeNamespace() = default; @@ -367,7 +367,7 @@ private: using PDFStructureTreeNamespaces = std::vector; /// Structure tree, contains structure element hierarchy -class PDFFORQTLIBSHARED_EXPORT PDFStructureTree : public PDFStructureItem +class Pdf4QtLIBSHARED_EXPORT PDFStructureTree : public PDFStructureItem { public: explicit inline PDFStructureTree() : PDFStructureItem(nullptr, this) { } @@ -447,7 +447,7 @@ private: }; /// Structure element -class PDFFORQTLIBSHARED_EXPORT PDFStructureElement : public PDFStructureItem +class Pdf4QtLIBSHARED_EXPORT PDFStructureElement : public PDFStructureItem { public: explicit inline PDFStructureElement(PDFStructureItem* parent, PDFStructureTree* root) : @@ -539,7 +539,7 @@ private: }; /// Structure marked content reference -class PDFFORQTLIBSHARED_EXPORT PDFStructureMarkedContentReference : public PDFStructureItem +class Pdf4QtLIBSHARED_EXPORT PDFStructureMarkedContentReference : public PDFStructureItem { public: explicit inline PDFStructureMarkedContentReference(PDFStructureItem* parent, PDFStructureTree* root) : @@ -577,7 +577,7 @@ private: }; /// Structure object reference -class PDFFORQTLIBSHARED_EXPORT PDFStructureObjectReference : public PDFStructureItem +class Pdf4QtLIBSHARED_EXPORT PDFStructureObjectReference : public PDFStructureItem { public: explicit inline PDFStructureObjectReference(PDFStructureItem* parent, PDFStructureTree* root) : diff --git a/PdfForQtLib/sources/pdftextlayout.cpp b/Pdf4QtLib/sources/pdftextlayout.cpp similarity index 96% rename from PdfForQtLib/sources/pdftextlayout.cpp rename to Pdf4QtLib/sources/pdftextlayout.cpp index 3dd5aa2..0d964bb 100644 --- a/PdfForQtLib/sources/pdftextlayout.cpp +++ b/Pdf4QtLib/sources/pdftextlayout.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdftextlayout.h" #include "pdfutils.h" diff --git a/PdfForQtLib/sources/pdftextlayout.h b/Pdf4QtLib/sources/pdftextlayout.h similarity index 94% rename from PdfForQtLib/sources/pdftextlayout.h rename to Pdf4QtLib/sources/pdftextlayout.h index 2e9d0fb..4cb212e 100644 --- a/PdfForQtLib/sources/pdftextlayout.h +++ b/Pdf4QtLib/sources/pdftextlayout.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFTEXTLAYOUT_H #define PDFTEXTLAYOUT_H @@ -213,7 +213,7 @@ using PDFTextSelectionColoredItems = std::vector; /// Text selection, can be used across multiple pages. Also defines color /// for each text selection. -class PDFFORQTLIBSHARED_EXPORT PDFTextSelection +class Pdf4QtLIBSHARED_EXPORT PDFTextSelection { public: explicit PDFTextSelection() = default; @@ -272,7 +272,7 @@ using PDFTextFlows = std::vector; /// This class represents a portion of continuous text on the page. It can /// consists of multiple blocks (which follow reading order). -class PDFFORQTLIBSHARED_EXPORT PDFTextFlow +class Pdf4QtLIBSHARED_EXPORT PDFTextFlow { public: @@ -330,7 +330,7 @@ private: /// Text layout of single page. Can handle various fonts, various angles of lines /// and vertically oriented text. It performs the "docstrum" algorithm. -class PDFFORQTLIBSHARED_EXPORT PDFTextLayout +class Pdf4QtLIBSHARED_EXPORT PDFTextLayout { public: explicit PDFTextLayout(); @@ -396,7 +396,7 @@ private: }; /// Cache for storing single text layout -class PDFFORQTLIBSHARED_EXPORT PDFTextLayoutCache +class Pdf4QtLIBSHARED_EXPORT PDFTextLayoutCache { public: explicit PDFTextLayoutCache(std::function textLayoutGetter); @@ -416,7 +416,7 @@ private: PDFTextLayout m_layout; }; -class PDFFORQTLIBSHARED_EXPORT PDFTextLayoutGetter +class Pdf4QtLIBSHARED_EXPORT PDFTextLayoutGetter { public: explicit inline PDFTextLayoutGetter(PDFTextLayoutCache* cache, PDFInteger pageIndex) : @@ -465,7 +465,7 @@ private: }; /// Paints text selection on various pages using page to device point matrix -class PDFFORQTLIBSHARED_EXPORT PDFTextSelectionPainter +class Pdf4QtLIBSHARED_EXPORT PDFTextSelectionPainter { public: explicit inline PDFTextSelectionPainter(const PDFTextSelection* selection) : @@ -500,7 +500,7 @@ private: /// For writing, mutex is used to synchronize asynchronous writes, for reading /// no mutex is used at all. For this reason, both reading/writing at the same time /// is prohibited, it is not thread safe. -class PDFFORQTLIBSHARED_EXPORT PDFTextLayoutStorage +class Pdf4QtLIBSHARED_EXPORT PDFTextLayoutStorage { public: explicit inline PDFTextLayoutStorage() = default; diff --git a/PdfForQtLib/sources/pdfutils.cpp b/Pdf4QtLib/sources/pdfutils.cpp similarity index 94% rename from PdfForQtLib/sources/pdfutils.cpp rename to Pdf4QtLib/sources/pdfutils.cpp index 96866fb..553cfe0 100644 --- a/PdfForQtLib/sources/pdfutils.cpp +++ b/Pdf4QtLib/sources/pdfutils.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfutils.h" #include "pdfexception.h" diff --git a/PdfForQtLib/sources/pdfutils.h b/Pdf4QtLib/sources/pdfutils.h similarity index 94% rename from PdfForQtLib/sources/pdfutils.h rename to Pdf4QtLib/sources/pdfutils.h index b0a0d1c..cb57c00 100644 --- a/PdfForQtLib/sources/pdfutils.h +++ b/Pdf4QtLib/sources/pdfutils.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFUTILS_H #define PDFUTILS_H @@ -108,7 +108,7 @@ private: /// Bit-reader, which can read n-bit unsigned integers from the stream. /// Number of bits can be set in the constructor and is constant. -class PDFFORQTLIBSHARED_EXPORT PDFBitReader +class Pdf4QtLIBSHARED_EXPORT PDFBitReader { public: using Value = uint64_t; @@ -368,7 +368,7 @@ inline constexpr uint8_t log2ceil(uint32_t value) return logarithm; } -struct PDFFORQTLIBSHARED_EXPORT PDFDependentLibraryInfo +struct Pdf4QtLIBSHARED_EXPORT PDFDependentLibraryInfo { Q_DECLARE_TR_FUNCTIONS(pdf::PDFDependentLibraryInfo) @@ -583,7 +583,7 @@ private: }; /// Get system information -class PDFFORQTLIBSHARED_EXPORT PDFSysUtils +class Pdf4QtLIBSHARED_EXPORT PDFSysUtils { public: @@ -591,7 +591,7 @@ public: }; /// Set of closed intervals -class PDFFORQTLIBSHARED_EXPORT PDFClosedIntervalSet +class Pdf4QtLIBSHARED_EXPORT PDFClosedIntervalSet { public: explicit inline PDFClosedIntervalSet() = default; diff --git a/PdfForQtLib/sources/pdfvisitor.cpp b/Pdf4QtLib/sources/pdfvisitor.cpp similarity index 93% rename from PdfForQtLib/sources/pdfvisitor.cpp rename to Pdf4QtLib/sources/pdfvisitor.cpp index 111c3c5..dbfc8b6 100644 --- a/PdfForQtLib/sources/pdfvisitor.cpp +++ b/Pdf4QtLib/sources/pdfvisitor.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfvisitor.h" diff --git a/PdfForQtLib/sources/pdfvisitor.h b/Pdf4QtLib/sources/pdfvisitor.h similarity index 92% rename from PdfForQtLib/sources/pdfvisitor.h rename to Pdf4QtLib/sources/pdfvisitor.h index 2e4e118..5e04662 100644 --- a/PdfForQtLib/sources/pdfvisitor.h +++ b/Pdf4QtLib/sources/pdfvisitor.h @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFVISITOR_H #define PDFVISITOR_H @@ -32,7 +32,7 @@ namespace pdf { /// Abstract visitor, can iterate trough object tree -class PDFFORQTLIBSHARED_EXPORT PDFAbstractVisitor +class Pdf4QtLIBSHARED_EXPORT PDFAbstractVisitor { public: @@ -81,7 +81,7 @@ protected: /// Statistics visitor, collects statistics about PDF object, can be /// invoked from multiple threads. -class PDFFORQTLIBSHARED_EXPORT PDFStatisticsCollector : public PDFAbstractVisitor +class Pdf4QtLIBSHARED_EXPORT PDFStatisticsCollector : public PDFAbstractVisitor { public: explicit PDFStatisticsCollector(); diff --git a/PdfForQtLib/sources/pdfwidgettool.cpp b/Pdf4QtLib/sources/pdfwidgettool.cpp similarity index 96% rename from PdfForQtLib/sources/pdfwidgettool.cpp rename to Pdf4QtLib/sources/pdfwidgettool.cpp index ec5becc..980693d 100644 --- a/PdfForQtLib/sources/pdfwidgettool.cpp +++ b/Pdf4QtLib/sources/pdfwidgettool.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfwidgettool.h" #include "pdfdrawwidget.h" diff --git a/PdfForQtLib/sources/pdfwidgettool.h b/Pdf4QtLib/sources/pdfwidgettool.h similarity index 93% rename from PdfForQtLib/sources/pdfwidgettool.h rename to Pdf4QtLib/sources/pdfwidgettool.h index 94f57ca..9a5f389 100644 --- a/PdfForQtLib/sources/pdfwidgettool.h +++ b/Pdf4QtLib/sources/pdfwidgettool.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFWIDGETTOOL_H #define PDFWIDGETTOOL_H @@ -34,7 +34,7 @@ namespace pdf /// Base class for various widget tools (for example, searching, text selection, /// screenshots, zoom tool etc.). Each tool can have subtools (for example, /// screenshot tool is picking screenshot rectangle). -class PDFFORQTLIBSHARED_EXPORT PDFWidgetTool : public QObject, public IDocumentDrawInterface +class Pdf4QtLIBSHARED_EXPORT PDFWidgetTool : public QObject, public IDocumentDrawInterface { Q_OBJECT @@ -256,7 +256,7 @@ private: }; /// Tool to magnify specific area in the drawing widget -class PDFFORQTLIBSHARED_EXPORT PDFMagnifierTool : public PDFWidgetTool +class Pdf4QtLIBSHARED_EXPORT PDFMagnifierTool : public PDFWidgetTool { Q_OBJECT @@ -291,7 +291,7 @@ private: }; /// Tools for picking various items on page - points, rectangles, images etc. -class PDFFORQTLIBSHARED_EXPORT PDFPickTool : public PDFWidgetTool +class Pdf4QtLIBSHARED_EXPORT PDFPickTool : public PDFWidgetTool { Q_OBJECT @@ -361,7 +361,7 @@ private: /// Tool that makes screenshot of page area and copies it to the clipboard, /// using current client area to determine image size. -class PDFFORQTLIBSHARED_EXPORT PDFScreenshotTool : public PDFWidgetTool +class Pdf4QtLIBSHARED_EXPORT PDFScreenshotTool : public PDFWidgetTool { Q_OBJECT @@ -383,7 +383,7 @@ private: /// Tool that extracts image from page and copies it to the clipboard, /// using image original size (not zoomed size from widget area) -class PDFFORQTLIBSHARED_EXPORT PDFExtractImageTool : public PDFWidgetTool +class Pdf4QtLIBSHARED_EXPORT PDFExtractImageTool : public PDFWidgetTool { Q_OBJECT @@ -409,7 +409,7 @@ private: /// Manager used for managing tools, their activity, availability /// and other settings. It also defines a predefined set of tools, /// available for various purposes (text searching, magnifier tool etc.) -class PDFFORQTLIBSHARED_EXPORT PDFToolManager : public QObject, public IDrawWidgetInputInterface +class Pdf4QtLIBSHARED_EXPORT PDFToolManager : public QObject, public IDrawWidgetInputInterface { Q_OBJECT diff --git a/PdfForQtLib/sources/pdfwidgetutils.cpp b/Pdf4QtLib/sources/pdfwidgetutils.cpp similarity index 89% rename from PdfForQtLib/sources/pdfwidgetutils.cpp rename to Pdf4QtLib/sources/pdfwidgetutils.cpp index 86f5eff..23ffe86 100644 --- a/PdfForQtLib/sources/pdfwidgetutils.cpp +++ b/Pdf4QtLib/sources/pdfwidgetutils.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfwidgetutils.h" diff --git a/PdfForQtLib/sources/pdfwidgetutils.h b/Pdf4QtLib/sources/pdfwidgetutils.h similarity index 83% rename from PdfForQtLib/sources/pdfwidgetutils.h rename to Pdf4QtLib/sources/pdfwidgetutils.h index 71ab1c4..fb0b93a 100644 --- a/PdfForQtLib/sources/pdfwidgetutils.h +++ b/Pdf4QtLib/sources/pdfwidgetutils.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFWIDGETUTILS_H #define PDFWIDGETUTILS_H @@ -25,7 +25,7 @@ namespace pdf { -class PDFFORQTLIBSHARED_EXPORT PDFWidgetUtils +class Pdf4QtLIBSHARED_EXPORT PDFWidgetUtils { public: PDFWidgetUtils() = delete; diff --git a/PdfForQtLib/sources/pdfxreftable.cpp b/Pdf4QtLib/sources/pdfxreftable.cpp similarity index 96% rename from PdfForQtLib/sources/pdfxreftable.cpp rename to Pdf4QtLib/sources/pdfxreftable.cpp index 29edd28..7efb5a5 100644 --- a/PdfForQtLib/sources/pdfxreftable.cpp +++ b/Pdf4QtLib/sources/pdfxreftable.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfxreftable.h" #include "pdfconstants.h" diff --git a/PdfForQtLib/sources/pdfxreftable.h b/Pdf4QtLib/sources/pdfxreftable.h similarity index 90% rename from PdfForQtLib/sources/pdfxreftable.h rename to Pdf4QtLib/sources/pdfxreftable.h index dbb0795..a0c1d25 100644 --- a/PdfForQtLib/sources/pdfxreftable.h +++ b/Pdf4QtLib/sources/pdfxreftable.h @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFXREFTABLE_H #define PDFXREFTABLE_H diff --git a/PdfForQtViewer/PdfForQtViewer.pro b/Pdf4QtViewer/Pdf4QtViewer.pro similarity index 75% rename from PdfForQtViewer/PdfForQtViewer.pro rename to Pdf4QtViewer/Pdf4QtViewer.pro index 2d8bb12..138550b 100644 --- a/PdfForQtViewer/PdfForQtViewer.pro +++ b/Pdf4QtViewer/Pdf4QtViewer.pro @@ -1,47 +1,43 @@ # Copyright (C) 2018-2020 Jakub Melka # -# This file is part of PdfForQt. +# This file is part of Pdf4Qt. # -# PdfForQt is free software: you can redistribute it and/or modify +# Pdf4Qt is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# PdfForQt is distributed in the hope that it will be useful, +# Pdf4Qt is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with PDFForQt. If not, see . +# along with Pdf4Qt. If not, see . QT += core gui widgets winextras printsupport texttospeech network xml -TARGET = PdfForQtViewer -TEMPLATE = app +TARGET = Pdf4QtViewer +TEMPLATE = lib +win32:TARGET_EXT = .dll VERSION = 1.0.0 -RC_ICONS = $$PWD/resources/app-icon.ico +DEFINES += Pdf4QtVIEWER_LIBRARY -QMAKE_TARGET_DESCRIPTION = "PDF viewer for Qt" +QMAKE_TARGET_DESCRIPTION = "PDF viewer support library" QMAKE_TARGET_COPYRIGHT = "(c) Jakub Melka 2018-2020" - DEFINES += QT_DEPRECATED_WARNINGS QMAKE_CXXFLAGS += /std:c++latest /utf-8 -INCLUDEPATH += $$PWD/../PDFForQtLib/Sources - +INCLUDEPATH += $$PWD/../PDF4QtLib/Sources DESTDIR = $$OUT_PWD/.. - LIBS += -L$$OUT_PWD/.. - -LIBS += -lPDFForQtLib +LIBS += -lPDF4QtLib SOURCES += \ - main.cpp \ pdfaboutdialog.cpp \ pdfadvancedfindwidget.cpp \ pdfdocumentpropertiesdialog.cpp \ @@ -69,6 +65,7 @@ HEADERS += \ pdfsidebarwidget.h \ pdftexttospeech.h \ pdfundoredomanager.h \ + pdfviewerglobal.h \ pdfviewermainwindow.h \ pdfviewersettings.h \ pdfviewersettingsdialog.h @@ -85,14 +82,14 @@ FORMS += \ CONFIG += force_debug_info -application.files = $$DESTDIR/PdfForQtViewer.exe -application.path = $$DESTDIR/install -INSTALLS += application +viewer_library.files = $$DESTDIR/Pdf4QtViewer.dll +viewer_library.path = $$DESTDIR/install +INSTALLS += viewer_library plugins.files = $$files($$DESTDIR/pdfplugins/*.dll) plugins.path = $$DESTDIR/install/pdfplugins INSTALLS += plugins RESOURCES += \ - pdfforqtviewer.qrc + pdf4qtviewer.qrc diff --git a/PdfForQtViewer/main.cpp b/Pdf4QtViewer/main.cpp similarity index 85% rename from PdfForQtViewer/main.cpp rename to Pdf4QtViewer/main.cpp index c3fb256..892d0e3 100644 --- a/PdfForQtViewer/main.cpp +++ b/Pdf4QtViewer/main.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfviewermainwindow.h" diff --git a/PdfForQtViewer/pdfforqtviewer.qrc b/Pdf4QtViewer/pdf4qtviewer.qrc similarity index 100% rename from PdfForQtViewer/pdfforqtviewer.qrc rename to Pdf4QtViewer/pdf4qtviewer.qrc diff --git a/PdfForQtViewer/pdfaboutdialog.cpp b/Pdf4QtViewer/pdfaboutdialog.cpp similarity index 86% rename from PdfForQtViewer/pdfaboutdialog.cpp rename to Pdf4QtViewer/pdfaboutdialog.cpp index 30d419e..1cf812d 100644 --- a/PdfForQtViewer/pdfaboutdialog.cpp +++ b/Pdf4QtViewer/pdfaboutdialog.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfaboutdialog.h" #include "ui_pdfaboutdialog.h" diff --git a/PdfForQtViewer/pdfaboutdialog.h b/Pdf4QtViewer/pdfaboutdialog.h similarity index 75% rename from PdfForQtViewer/pdfaboutdialog.h rename to Pdf4QtViewer/pdfaboutdialog.h index c4e775e..0249c71 100644 --- a/PdfForQtViewer/pdfaboutdialog.h +++ b/Pdf4QtViewer/pdfaboutdialog.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFABOUTDIALOG_H #define PDFABOUTDIALOG_H diff --git a/PdfForQtViewer/pdfaboutdialog.ui b/Pdf4QtViewer/pdfaboutdialog.ui similarity index 100% rename from PdfForQtViewer/pdfaboutdialog.ui rename to Pdf4QtViewer/pdfaboutdialog.ui diff --git a/PdfForQtViewer/pdfadvancedfindwidget.cpp b/Pdf4QtViewer/pdfadvancedfindwidget.cpp similarity index 94% rename from PdfForQtViewer/pdfadvancedfindwidget.cpp rename to Pdf4QtViewer/pdfadvancedfindwidget.cpp index 62cee12..6264394 100644 --- a/PdfForQtViewer/pdfadvancedfindwidget.cpp +++ b/Pdf4QtViewer/pdfadvancedfindwidget.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfadvancedfindwidget.h" #include "ui_pdfadvancedfindwidget.h" diff --git a/PdfForQtViewer/pdfadvancedfindwidget.h b/Pdf4QtViewer/pdfadvancedfindwidget.h similarity index 88% rename from PdfForQtViewer/pdfadvancedfindwidget.h rename to Pdf4QtViewer/pdfadvancedfindwidget.h index 3828924..e5f6d94 100644 --- a/PdfForQtViewer/pdfadvancedfindwidget.h +++ b/Pdf4QtViewer/pdfadvancedfindwidget.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFADVANCEDFINDWIDGET_H #define PDFADVANCEDFINDWIDGET_H diff --git a/PdfForQtViewer/pdfadvancedfindwidget.ui b/Pdf4QtViewer/pdfadvancedfindwidget.ui similarity index 100% rename from PdfForQtViewer/pdfadvancedfindwidget.ui rename to Pdf4QtViewer/pdfadvancedfindwidget.ui diff --git a/PdfForQtViewer/pdfdocumentpropertiesdialog.cpp b/Pdf4QtViewer/pdfdocumentpropertiesdialog.cpp similarity index 96% rename from PdfForQtViewer/pdfdocumentpropertiesdialog.cpp rename to Pdf4QtViewer/pdfdocumentpropertiesdialog.cpp index 0f6602f..c08c265 100644 --- a/PdfForQtViewer/pdfdocumentpropertiesdialog.cpp +++ b/Pdf4QtViewer/pdfdocumentpropertiesdialog.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfdocumentpropertiesdialog.h" #include "ui_pdfdocumentpropertiesdialog.h" diff --git a/PdfForQtViewer/pdfdocumentpropertiesdialog.h b/Pdf4QtViewer/pdfdocumentpropertiesdialog.h similarity index 86% rename from PdfForQtViewer/pdfdocumentpropertiesdialog.h rename to Pdf4QtViewer/pdfdocumentpropertiesdialog.h index 0a2ce12..8060786 100644 --- a/PdfForQtViewer/pdfdocumentpropertiesdialog.h +++ b/Pdf4QtViewer/pdfdocumentpropertiesdialog.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFDOCUMENTPROPERTIESDIALOG_H #define PDFDOCUMENTPROPERTIESDIALOG_H diff --git a/PdfForQtViewer/pdfdocumentpropertiesdialog.ui b/Pdf4QtViewer/pdfdocumentpropertiesdialog.ui similarity index 100% rename from PdfForQtViewer/pdfdocumentpropertiesdialog.ui rename to Pdf4QtViewer/pdfdocumentpropertiesdialog.ui diff --git a/PdfForQtViewer/pdfoptimizedocumentdialog.cpp b/Pdf4QtViewer/pdfoptimizedocumentdialog.cpp similarity index 100% rename from PdfForQtViewer/pdfoptimizedocumentdialog.cpp rename to Pdf4QtViewer/pdfoptimizedocumentdialog.cpp diff --git a/PdfForQtViewer/pdfoptimizedocumentdialog.h b/Pdf4QtViewer/pdfoptimizedocumentdialog.h similarity index 100% rename from PdfForQtViewer/pdfoptimizedocumentdialog.h rename to Pdf4QtViewer/pdfoptimizedocumentdialog.h diff --git a/PdfForQtViewer/pdfoptimizedocumentdialog.ui b/Pdf4QtViewer/pdfoptimizedocumentdialog.ui similarity index 100% rename from PdfForQtViewer/pdfoptimizedocumentdialog.ui rename to Pdf4QtViewer/pdfoptimizedocumentdialog.ui diff --git a/PdfForQtViewer/pdfprogramcontroller.cpp b/Pdf4QtViewer/pdfprogramcontroller.cpp similarity index 97% rename from PdfForQtViewer/pdfprogramcontroller.cpp rename to Pdf4QtViewer/pdfprogramcontroller.cpp index ee3aba0..24910c7 100644 --- a/PdfForQtViewer/pdfprogramcontroller.cpp +++ b/Pdf4QtViewer/pdfprogramcontroller.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfprogramcontroller.h" #include "pdfdrawwidget.h" @@ -48,6 +48,10 @@ #include #include +#ifdef Q_OS_WIN +#pragma comment(lib, "Shell32") +#endif + namespace pdfviewer { diff --git a/PdfForQtViewer/pdfprogramcontroller.h b/Pdf4QtViewer/pdfprogramcontroller.h similarity index 93% rename from PdfForQtViewer/pdfprogramcontroller.h rename to Pdf4QtViewer/pdfprogramcontroller.h index a41a2ff..9496883 100644 --- a/PdfForQtViewer/pdfprogramcontroller.h +++ b/Pdf4QtViewer/pdfprogramcontroller.h @@ -1,23 +1,24 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFPROGRAMCONTROLLER_H #define PDFPROGRAMCONTROLLER_H +#include "pdfviewerglobal.h" #include "pdfdocument.h" #include "pdfsignaturehandler.h" #include "pdfdocumentreader.h" @@ -64,7 +65,7 @@ public: virtual void adjustToolbar(QToolBar* toolbar) = 0; }; -class PDFActionManager : public QObject +class Pdf4QtVIEWERLIBSHARED_EXPORT PDFActionManager : public QObject { Q_OBJECT @@ -222,7 +223,7 @@ private: std::vector m_additionalActions; }; -class PDFProgramController : public QObject +class Pdf4QtVIEWERLIBSHARED_EXPORT PDFProgramController : public QObject { Q_OBJECT diff --git a/PdfForQtViewer/pdfrecentfilemanager.cpp b/Pdf4QtViewer/pdfrecentfilemanager.cpp similarity index 88% rename from PdfForQtViewer/pdfrecentfilemanager.cpp rename to Pdf4QtViewer/pdfrecentfilemanager.cpp index a682c4c..f70692d 100644 --- a/PdfForQtViewer/pdfrecentfilemanager.cpp +++ b/Pdf4QtViewer/pdfrecentfilemanager.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfrecentfilemanager.h" diff --git a/PdfForQtViewer/pdfrecentfilemanager.h b/Pdf4QtViewer/pdfrecentfilemanager.h similarity index 87% rename from PdfForQtViewer/pdfrecentfilemanager.h rename to Pdf4QtViewer/pdfrecentfilemanager.h index ddeec0b..856ca53 100644 --- a/PdfForQtViewer/pdfrecentfilemanager.h +++ b/Pdf4QtViewer/pdfrecentfilemanager.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFRECENTFILEMANAGER_H #define PDFRECENTFILEMANAGER_H diff --git a/PdfForQtViewer/pdfrendertoimagesdialog.cpp b/Pdf4QtViewer/pdfrendertoimagesdialog.cpp similarity index 96% rename from PdfForQtViewer/pdfrendertoimagesdialog.cpp rename to Pdf4QtViewer/pdfrendertoimagesdialog.cpp index 797e86f..2edf247 100644 --- a/PdfForQtViewer/pdfrendertoimagesdialog.cpp +++ b/Pdf4QtViewer/pdfrendertoimagesdialog.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfrendertoimagesdialog.h" #include "ui_pdfrendertoimagesdialog.h" diff --git a/PdfForQtViewer/pdfrendertoimagesdialog.h b/Pdf4QtViewer/pdfrendertoimagesdialog.h similarity index 89% rename from PdfForQtViewer/pdfrendertoimagesdialog.h rename to Pdf4QtViewer/pdfrendertoimagesdialog.h index 071a9c0..f792033 100644 --- a/PdfForQtViewer/pdfrendertoimagesdialog.h +++ b/Pdf4QtViewer/pdfrendertoimagesdialog.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFRENDERTOIMAGESDIALOG_H #define PDFRENDERTOIMAGESDIALOG_H diff --git a/PdfForQtViewer/pdfrendertoimagesdialog.ui b/Pdf4QtViewer/pdfrendertoimagesdialog.ui similarity index 100% rename from PdfForQtViewer/pdfrendertoimagesdialog.ui rename to Pdf4QtViewer/pdfrendertoimagesdialog.ui diff --git a/PdfForQtViewer/pdfsendmail.cpp b/Pdf4QtViewer/pdfsendmail.cpp similarity index 87% rename from PdfForQtViewer/pdfsendmail.cpp rename to Pdf4QtViewer/pdfsendmail.cpp index e87c532..378e5a5 100644 --- a/PdfForQtViewer/pdfsendmail.cpp +++ b/Pdf4QtViewer/pdfsendmail.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfsendmail.h" diff --git a/PdfForQtViewer/pdfsendmail.h b/Pdf4QtViewer/pdfsendmail.h similarity index 74% rename from PdfForQtViewer/pdfsendmail.h rename to Pdf4QtViewer/pdfsendmail.h index 167155e..5856803 100644 --- a/PdfForQtViewer/pdfsendmail.h +++ b/Pdf4QtViewer/pdfsendmail.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFSENDMAIL_H #define PDFSENDMAIL_H diff --git a/PdfForQtViewer/pdfsidebarwidget.cpp b/Pdf4QtViewer/pdfsidebarwidget.cpp similarity index 96% rename from PdfForQtViewer/pdfsidebarwidget.cpp rename to Pdf4QtViewer/pdfsidebarwidget.cpp index 945f316..e1caf77 100644 --- a/PdfForQtViewer/pdfsidebarwidget.cpp +++ b/Pdf4QtViewer/pdfsidebarwidget.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfsidebarwidget.h" #include "ui_pdfsidebarwidget.h" diff --git a/PdfForQtViewer/pdfsidebarwidget.h b/Pdf4QtViewer/pdfsidebarwidget.h similarity index 90% rename from PdfForQtViewer/pdfsidebarwidget.h rename to Pdf4QtViewer/pdfsidebarwidget.h index 21031d2..4fceb5e 100644 --- a/PdfForQtViewer/pdfsidebarwidget.h +++ b/Pdf4QtViewer/pdfsidebarwidget.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFSIDEBARWIDGET_H diff --git a/PdfForQtViewer/pdfsidebarwidget.ui b/Pdf4QtViewer/pdfsidebarwidget.ui similarity index 100% rename from PdfForQtViewer/pdfsidebarwidget.ui rename to Pdf4QtViewer/pdfsidebarwidget.ui diff --git a/PdfForQtViewer/pdftexttospeech.cpp b/Pdf4QtViewer/pdftexttospeech.cpp similarity index 95% rename from PdfForQtViewer/pdftexttospeech.cpp rename to Pdf4QtViewer/pdftexttospeech.cpp index 4b4ebb8..d5885bb 100644 --- a/PdfForQtViewer/pdftexttospeech.cpp +++ b/Pdf4QtViewer/pdftexttospeech.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdftexttospeech.h" #include "pdfviewersettings.h" diff --git a/PdfForQtViewer/pdftexttospeech.h b/Pdf4QtViewer/pdftexttospeech.h similarity index 91% rename from PdfForQtViewer/pdftexttospeech.h rename to Pdf4QtViewer/pdftexttospeech.h index a7ff433..2046efd 100644 --- a/PdfForQtViewer/pdftexttospeech.h +++ b/Pdf4QtViewer/pdftexttospeech.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFTEXTTOSPEECH_H diff --git a/PdfForQtViewer/pdfundoredomanager.cpp b/Pdf4QtViewer/pdfundoredomanager.cpp similarity index 88% rename from PdfForQtViewer/pdfundoredomanager.cpp rename to Pdf4QtViewer/pdfundoredomanager.cpp index 2c03eab..9651bd8 100644 --- a/PdfForQtViewer/pdfundoredomanager.cpp +++ b/Pdf4QtViewer/pdfundoredomanager.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfundoredomanager.h" diff --git a/PdfForQtViewer/pdfundoredomanager.h b/Pdf4QtViewer/pdfundoredomanager.h similarity index 89% rename from PdfForQtViewer/pdfundoredomanager.h rename to Pdf4QtViewer/pdfundoredomanager.h index 2f88c6c..78409ed 100644 --- a/PdfForQtViewer/pdfundoredomanager.h +++ b/Pdf4QtViewer/pdfundoredomanager.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFUNDOREDOMANAGER_H #define PDFUNDOREDOMANAGER_H diff --git a/Pdf4QtViewer/pdfviewerglobal.h b/Pdf4QtViewer/pdfviewerglobal.h new file mode 100644 index 0000000..1cee53c --- /dev/null +++ b/Pdf4QtViewer/pdfviewerglobal.h @@ -0,0 +1,27 @@ +// Copyright (C) 2020 Jakub Melka +// +// This file is part of Pdf4Qt. +// +// Pdf4Qt is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// Pdf4Qt is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with Pdf4Qt. If not, see . + +#ifndef PDFVIEWERGLOBAL_H +#define PDFVIEWERGLOBAL_H + +#if defined(Pdf4QtVIEWER_LIBRARY) +# define Pdf4QtVIEWERLIBSHARED_EXPORT Q_DECL_EXPORT +#else +# define Pdf4QtVIEWERLIBSHARED_EXPORT Q_DECL_IMPORT +#endif + +#endif // PDFVIEWERGLOBAL_H diff --git a/PdfForQtViewer/pdfviewermainwindow.cpp b/Pdf4QtViewer/pdfviewermainwindow.cpp similarity index 96% rename from PdfForQtViewer/pdfviewermainwindow.cpp rename to Pdf4QtViewer/pdfviewermainwindow.cpp index 75aae50..b3f488f 100644 --- a/PdfForQtViewer/pdfviewermainwindow.cpp +++ b/Pdf4QtViewer/pdfviewermainwindow.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfviewermainwindow.h" #include "ui_pdfviewermainwindow.h" diff --git a/PdfForQtViewer/pdfviewermainwindow.h b/Pdf4QtViewer/pdfviewermainwindow.h similarity index 87% rename from PdfForQtViewer/pdfviewermainwindow.h rename to Pdf4QtViewer/pdfviewermainwindow.h index a177394..0b521da 100644 --- a/PdfForQtViewer/pdfviewermainwindow.h +++ b/Pdf4QtViewer/pdfviewermainwindow.h @@ -1,23 +1,24 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFVIEWERMAINWINDOW_H #define PDFVIEWERMAINWINDOW_H +#include "pdfviewerglobal.h" #include "pdfcatalog.h" #include "pdfrenderer.h" #include "pdfprogress.h" @@ -65,7 +66,7 @@ namespace pdfviewer class PDFSidebarWidget; class PDFAdvancedFindWidget; -class PDFViewerMainWindow : public QMainWindow, public IMainWindow +class Pdf4QtVIEWERLIBSHARED_EXPORT PDFViewerMainWindow : public QMainWindow, public IMainWindow { Q_OBJECT diff --git a/PdfForQtViewer/pdfviewermainwindow.ui b/Pdf4QtViewer/pdfviewermainwindow.ui similarity index 100% rename from PdfForQtViewer/pdfviewermainwindow.ui rename to Pdf4QtViewer/pdfviewermainwindow.ui diff --git a/PdfForQtViewer/pdfviewersettings.cpp b/Pdf4QtViewer/pdfviewersettings.cpp similarity index 96% rename from PdfForQtViewer/pdfviewersettings.cpp rename to Pdf4QtViewer/pdfviewersettings.cpp index ee65fed..16c12d3 100644 --- a/PdfForQtViewer/pdfviewersettings.cpp +++ b/Pdf4QtViewer/pdfviewersettings.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfviewersettings.h" #include "pdfconstants.h" diff --git a/PdfForQtViewer/pdfviewersettings.h b/Pdf4QtViewer/pdfviewersettings.h similarity index 92% rename from PdfForQtViewer/pdfviewersettings.h rename to Pdf4QtViewer/pdfviewersettings.h index 0c96484..26c01e9 100644 --- a/PdfForQtViewer/pdfviewersettings.h +++ b/Pdf4QtViewer/pdfviewersettings.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFVIEWERSETTINGS_H #define PDFVIEWERSETTINGS_H diff --git a/PdfForQtViewer/pdfviewersettingsdialog.cpp b/Pdf4QtViewer/pdfviewersettingsdialog.cpp similarity index 97% rename from PdfForQtViewer/pdfviewersettingsdialog.cpp rename to Pdf4QtViewer/pdfviewersettingsdialog.cpp index 10057c5..04498b8 100644 --- a/PdfForQtViewer/pdfviewersettingsdialog.cpp +++ b/Pdf4QtViewer/pdfviewersettingsdialog.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfviewersettingsdialog.h" #include "ui_pdfviewersettingsdialog.h" diff --git a/PdfForQtViewer/pdfviewersettingsdialog.h b/Pdf4QtViewer/pdfviewersettingsdialog.h similarity index 91% rename from PdfForQtViewer/pdfviewersettingsdialog.h rename to Pdf4QtViewer/pdfviewersettingsdialog.h index ded4053..3ed0ad7 100644 --- a/PdfForQtViewer/pdfviewersettingsdialog.h +++ b/Pdf4QtViewer/pdfviewersettingsdialog.h @@ -1,19 +1,19 @@ // Copyright (C) 2019-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFVIEWERSETTINGSDIALOG_H #define PDFVIEWERSETTINGSDIALOG_H diff --git a/PdfForQtViewer/pdfviewersettingsdialog.ui b/Pdf4QtViewer/pdfviewersettingsdialog.ui similarity index 100% rename from PdfForQtViewer/pdfviewersettingsdialog.ui rename to Pdf4QtViewer/pdfviewersettingsdialog.ui diff --git a/PdfForQtViewer/resources/app-icon.ico b/Pdf4QtViewer/resources/app-icon.ico similarity index 100% rename from PdfForQtViewer/resources/app-icon.ico rename to Pdf4QtViewer/resources/app-icon.ico diff --git a/PdfForQtViewer/resources/app-icon.svg b/Pdf4QtViewer/resources/app-icon.svg similarity index 100% rename from PdfForQtViewer/resources/app-icon.svg rename to Pdf4QtViewer/resources/app-icon.svg diff --git a/PdfForQtViewer/resources/bookmark.svg b/Pdf4QtViewer/resources/bookmark.svg similarity index 100% rename from PdfForQtViewer/resources/bookmark.svg rename to Pdf4QtViewer/resources/bookmark.svg diff --git a/PdfForQtViewer/resources/cache.svg b/Pdf4QtViewer/resources/cache.svg similarity index 100% rename from PdfForQtViewer/resources/cache.svg rename to Pdf4QtViewer/resources/cache.svg diff --git a/PdfForQtViewer/resources/cms.svg b/Pdf4QtViewer/resources/cms.svg similarity index 100% rename from PdfForQtViewer/resources/cms.svg rename to Pdf4QtViewer/resources/cms.svg diff --git a/PdfForQtViewer/resources/engine.svg b/Pdf4QtViewer/resources/engine.svg similarity index 100% rename from PdfForQtViewer/resources/engine.svg rename to Pdf4QtViewer/resources/engine.svg diff --git a/PdfForQtViewer/resources/extract-image.svg b/Pdf4QtViewer/resources/extract-image.svg similarity index 100% rename from PdfForQtViewer/resources/extract-image.svg rename to Pdf4QtViewer/resources/extract-image.svg diff --git a/PdfForQtViewer/resources/find-advanced.svg b/Pdf4QtViewer/resources/find-advanced.svg similarity index 100% rename from PdfForQtViewer/resources/find-advanced.svg rename to Pdf4QtViewer/resources/find-advanced.svg diff --git a/PdfForQtViewer/resources/find-next.svg b/Pdf4QtViewer/resources/find-next.svg similarity index 100% rename from PdfForQtViewer/resources/find-next.svg rename to Pdf4QtViewer/resources/find-next.svg diff --git a/PdfForQtViewer/resources/find-previous.svg b/Pdf4QtViewer/resources/find-previous.svg similarity index 100% rename from PdfForQtViewer/resources/find-previous.svg rename to Pdf4QtViewer/resources/find-previous.svg diff --git a/PdfForQtViewer/resources/find.svg b/Pdf4QtViewer/resources/find.svg similarity index 100% rename from PdfForQtViewer/resources/find.svg rename to Pdf4QtViewer/resources/find.svg diff --git a/PdfForQtViewer/resources/form-settings.svg b/Pdf4QtViewer/resources/form-settings.svg similarity index 100% rename from PdfForQtViewer/resources/form-settings.svg rename to Pdf4QtViewer/resources/form-settings.svg diff --git a/PdfForQtViewer/resources/highlight.svg b/Pdf4QtViewer/resources/highlight.svg similarity index 100% rename from PdfForQtViewer/resources/highlight.svg rename to Pdf4QtViewer/resources/highlight.svg diff --git a/PdfForQtViewer/resources/hyperlink.svg b/Pdf4QtViewer/resources/hyperlink.svg similarity index 100% rename from PdfForQtViewer/resources/hyperlink.svg rename to Pdf4QtViewer/resources/hyperlink.svg diff --git a/PdfForQtViewer/resources/info.svg b/Pdf4QtViewer/resources/info.svg similarity index 100% rename from PdfForQtViewer/resources/info.svg rename to Pdf4QtViewer/resources/info.svg diff --git a/PdfForQtViewer/resources/magnifier.svg b/Pdf4QtViewer/resources/magnifier.svg similarity index 100% rename from PdfForQtViewer/resources/magnifier.svg rename to Pdf4QtViewer/resources/magnifier.svg diff --git a/PdfForQtViewer/resources/next-end.svg b/Pdf4QtViewer/resources/next-end.svg similarity index 100% rename from PdfForQtViewer/resources/next-end.svg rename to Pdf4QtViewer/resources/next-end.svg diff --git a/PdfForQtViewer/resources/next-page.svg b/Pdf4QtViewer/resources/next-page.svg similarity index 100% rename from PdfForQtViewer/resources/next-page.svg rename to Pdf4QtViewer/resources/next-page.svg diff --git a/PdfForQtViewer/resources/next.svg b/Pdf4QtViewer/resources/next.svg similarity index 100% rename from PdfForQtViewer/resources/next.svg rename to Pdf4QtViewer/resources/next.svg diff --git a/PdfForQtViewer/resources/open.svg b/Pdf4QtViewer/resources/open.svg similarity index 100% rename from PdfForQtViewer/resources/open.svg rename to Pdf4QtViewer/resources/open.svg diff --git a/PdfForQtViewer/resources/options.svg b/Pdf4QtViewer/resources/options.svg similarity index 100% rename from PdfForQtViewer/resources/options.svg rename to Pdf4QtViewer/resources/options.svg diff --git a/PdfForQtViewer/resources/pause.svg b/Pdf4QtViewer/resources/pause.svg similarity index 100% rename from PdfForQtViewer/resources/pause.svg rename to Pdf4QtViewer/resources/pause.svg diff --git a/PdfForQtViewer/resources/play.svg b/Pdf4QtViewer/resources/play.svg similarity index 100% rename from PdfForQtViewer/resources/play.svg rename to Pdf4QtViewer/resources/play.svg diff --git a/PdfForQtViewer/resources/plugins.svg b/Pdf4QtViewer/resources/plugins.svg similarity index 100% rename from PdfForQtViewer/resources/plugins.svg rename to Pdf4QtViewer/resources/plugins.svg diff --git a/PdfForQtViewer/resources/previous-page.svg b/Pdf4QtViewer/resources/previous-page.svg similarity index 100% rename from PdfForQtViewer/resources/previous-page.svg rename to Pdf4QtViewer/resources/previous-page.svg diff --git a/PdfForQtViewer/resources/previous-start.svg b/Pdf4QtViewer/resources/previous-start.svg similarity index 100% rename from PdfForQtViewer/resources/previous-start.svg rename to Pdf4QtViewer/resources/previous-start.svg diff --git a/PdfForQtViewer/resources/previous.svg b/Pdf4QtViewer/resources/previous.svg similarity index 100% rename from PdfForQtViewer/resources/previous.svg rename to Pdf4QtViewer/resources/previous.svg diff --git a/PdfForQtViewer/resources/print.svg b/Pdf4QtViewer/resources/print.svg similarity index 100% rename from PdfForQtViewer/resources/print.svg rename to Pdf4QtViewer/resources/print.svg diff --git a/PdfForQtViewer/resources/quit.svg b/Pdf4QtViewer/resources/quit.svg similarity index 100% rename from PdfForQtViewer/resources/quit.svg rename to Pdf4QtViewer/resources/quit.svg diff --git a/PdfForQtViewer/resources/redo.svg b/Pdf4QtViewer/resources/redo.svg similarity index 100% rename from PdfForQtViewer/resources/redo.svg rename to Pdf4QtViewer/resources/redo.svg diff --git a/PdfForQtViewer/resources/rendering-errors.svg b/Pdf4QtViewer/resources/rendering-errors.svg similarity index 100% rename from PdfForQtViewer/resources/rendering-errors.svg rename to Pdf4QtViewer/resources/rendering-errors.svg diff --git a/PdfForQtViewer/resources/rendering.svg b/Pdf4QtViewer/resources/rendering.svg similarity index 100% rename from PdfForQtViewer/resources/rendering.svg rename to Pdf4QtViewer/resources/rendering.svg diff --git a/PdfForQtViewer/resources/result-error.svg b/Pdf4QtViewer/resources/result-error.svg similarity index 100% rename from PdfForQtViewer/resources/result-error.svg rename to Pdf4QtViewer/resources/result-error.svg diff --git a/PdfForQtViewer/resources/result-information.svg b/Pdf4QtViewer/resources/result-information.svg similarity index 100% rename from PdfForQtViewer/resources/result-information.svg rename to Pdf4QtViewer/resources/result-information.svg diff --git a/PdfForQtViewer/resources/result-ok.svg b/Pdf4QtViewer/resources/result-ok.svg similarity index 100% rename from PdfForQtViewer/resources/result-ok.svg rename to Pdf4QtViewer/resources/result-ok.svg diff --git a/PdfForQtViewer/resources/result-warning.svg b/Pdf4QtViewer/resources/result-warning.svg similarity index 100% rename from PdfForQtViewer/resources/result-warning.svg rename to Pdf4QtViewer/resources/result-warning.svg diff --git a/PdfForQtViewer/resources/rotate-left.svg b/Pdf4QtViewer/resources/rotate-left.svg similarity index 100% rename from PdfForQtViewer/resources/rotate-left.svg rename to Pdf4QtViewer/resources/rotate-left.svg diff --git a/PdfForQtViewer/resources/rotate-right.svg b/Pdf4QtViewer/resources/rotate-right.svg similarity index 100% rename from PdfForQtViewer/resources/rotate-right.svg rename to Pdf4QtViewer/resources/rotate-right.svg diff --git a/PdfForQtViewer/resources/screenshot-tool.svg b/Pdf4QtViewer/resources/screenshot-tool.svg similarity index 100% rename from PdfForQtViewer/resources/screenshot-tool.svg rename to Pdf4QtViewer/resources/screenshot-tool.svg diff --git a/PdfForQtViewer/resources/security.svg b/Pdf4QtViewer/resources/security.svg similarity index 100% rename from PdfForQtViewer/resources/security.svg rename to Pdf4QtViewer/resources/security.svg diff --git a/PdfForQtViewer/resources/select-text.svg b/Pdf4QtViewer/resources/select-text.svg similarity index 100% rename from PdfForQtViewer/resources/select-text.svg rename to Pdf4QtViewer/resources/select-text.svg diff --git a/PdfForQtViewer/resources/send-mail.svg b/Pdf4QtViewer/resources/send-mail.svg similarity index 100% rename from PdfForQtViewer/resources/send-mail.svg rename to Pdf4QtViewer/resources/send-mail.svg diff --git a/PdfForQtViewer/resources/settings.svg b/Pdf4QtViewer/resources/settings.svg similarity index 100% rename from PdfForQtViewer/resources/settings.svg rename to Pdf4QtViewer/resources/settings.svg diff --git a/PdfForQtViewer/resources/shading.svg b/Pdf4QtViewer/resources/shading.svg similarity index 100% rename from PdfForQtViewer/resources/shading.svg rename to Pdf4QtViewer/resources/shading.svg diff --git a/PdfForQtViewer/resources/shortcuts.svg b/Pdf4QtViewer/resources/shortcuts.svg similarity index 100% rename from PdfForQtViewer/resources/shortcuts.svg rename to Pdf4QtViewer/resources/shortcuts.svg diff --git a/PdfForQtViewer/resources/signature.svg b/Pdf4QtViewer/resources/signature.svg similarity index 100% rename from PdfForQtViewer/resources/signature.svg rename to Pdf4QtViewer/resources/signature.svg diff --git a/PdfForQtViewer/resources/speech.svg b/Pdf4QtViewer/resources/speech.svg similarity index 100% rename from PdfForQtViewer/resources/speech.svg rename to Pdf4QtViewer/resources/speech.svg diff --git a/PdfForQtViewer/resources/squiggly.svg b/Pdf4QtViewer/resources/squiggly.svg similarity index 100% rename from PdfForQtViewer/resources/squiggly.svg rename to Pdf4QtViewer/resources/squiggly.svg diff --git a/PdfForQtViewer/resources/stop.svg b/Pdf4QtViewer/resources/stop.svg similarity index 100% rename from PdfForQtViewer/resources/stop.svg rename to Pdf4QtViewer/resources/stop.svg diff --git a/PdfForQtViewer/resources/strikeout.svg b/Pdf4QtViewer/resources/strikeout.svg similarity index 100% rename from PdfForQtViewer/resources/strikeout.svg rename to Pdf4QtViewer/resources/strikeout.svg diff --git a/PdfForQtViewer/resources/synchronize.svg b/Pdf4QtViewer/resources/synchronize.svg similarity index 100% rename from PdfForQtViewer/resources/synchronize.svg rename to Pdf4QtViewer/resources/synchronize.svg diff --git a/PdfForQtViewer/resources/ui.svg b/Pdf4QtViewer/resources/ui.svg similarity index 100% rename from PdfForQtViewer/resources/ui.svg rename to Pdf4QtViewer/resources/ui.svg diff --git a/PdfForQtViewer/resources/underline.svg b/Pdf4QtViewer/resources/underline.svg similarity index 100% rename from PdfForQtViewer/resources/underline.svg rename to Pdf4QtViewer/resources/underline.svg diff --git a/PdfForQtViewer/resources/undo.svg b/Pdf4QtViewer/resources/undo.svg similarity index 100% rename from PdfForQtViewer/resources/undo.svg rename to Pdf4QtViewer/resources/undo.svg diff --git a/PdfForQtViewer/resources/zoom-fit-horizontal.svg b/Pdf4QtViewer/resources/zoom-fit-horizontal.svg similarity index 100% rename from PdfForQtViewer/resources/zoom-fit-horizontal.svg rename to Pdf4QtViewer/resources/zoom-fit-horizontal.svg diff --git a/PdfForQtViewer/resources/zoom-fit-vertical.svg b/Pdf4QtViewer/resources/zoom-fit-vertical.svg similarity index 100% rename from PdfForQtViewer/resources/zoom-fit-vertical.svg rename to Pdf4QtViewer/resources/zoom-fit-vertical.svg diff --git a/PdfForQtViewer/resources/zoom-fit.svg b/Pdf4QtViewer/resources/zoom-fit.svg similarity index 100% rename from PdfForQtViewer/resources/zoom-fit.svg rename to Pdf4QtViewer/resources/zoom-fit.svg diff --git a/PdfForQtViewer/resources/zoom-in.svg b/Pdf4QtViewer/resources/zoom-in.svg similarity index 100% rename from PdfForQtViewer/resources/zoom-in.svg rename to Pdf4QtViewer/resources/zoom-in.svg diff --git a/PdfForQtViewer/resources/zoom-out.svg b/Pdf4QtViewer/resources/zoom-out.svg similarity index 100% rename from PdfForQtViewer/resources/zoom-out.svg rename to Pdf4QtViewer/resources/zoom-out.svg diff --git a/PdfForQtViewerPlugins/DimensionsPlugin/DimensionsPlugin.json b/Pdf4QtViewerPlugins/DimensionsPlugin/DimensionsPlugin.json similarity index 100% rename from PdfForQtViewerPlugins/DimensionsPlugin/DimensionsPlugin.json rename to Pdf4QtViewerPlugins/DimensionsPlugin/DimensionsPlugin.json diff --git a/PdfForQtViewerPlugins/DimensionsPlugin/DimensionsPlugin.pro b/Pdf4QtViewerPlugins/DimensionsPlugin/DimensionsPlugin.pro similarity index 73% rename from PdfForQtViewerPlugins/DimensionsPlugin/DimensionsPlugin.pro rename to Pdf4QtViewerPlugins/DimensionsPlugin/DimensionsPlugin.pro index 89a21df..9a4a548 100644 --- a/PdfForQtViewerPlugins/DimensionsPlugin/DimensionsPlugin.pro +++ b/Pdf4QtViewerPlugins/DimensionsPlugin/DimensionsPlugin.pro @@ -1,19 +1,19 @@ # Copyright (C) 2020 Jakub Melka # -# This file is part of PdfForQt. +# This file is part of Pdf4Qt. # -# PdfForQt is free software: you can redistribute it and/or modify +# Pdf4Qt is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# PdfForQt is distributed in the hope that it will be useful, +# Pdf4Qt is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with PDFForQt. If not, see . +# along with Pdf4Qt. If not, see . TEMPLATE = lib DEFINES += DIMENSIONPLUGIN_LIBRARY @@ -22,11 +22,11 @@ QT += gui widgets LIBS += -L$$OUT_PWD/../.. -LIBS += -lPDFForQtLib +LIBS += -lPdf4QtLib QMAKE_CXXFLAGS += /std:c++latest /utf-8 -INCLUDEPATH += $$PWD/../../PDFForQtLib/Sources +INCLUDEPATH += $$PWD/../../Pdf4QtLib/Sources DESTDIR = $$OUT_PWD/../../pdfplugins diff --git a/PdfForQtViewerPlugins/DimensionsPlugin/angle.svg b/Pdf4QtViewerPlugins/DimensionsPlugin/angle.svg similarity index 100% rename from PdfForQtViewerPlugins/DimensionsPlugin/angle.svg rename to Pdf4QtViewerPlugins/DimensionsPlugin/angle.svg diff --git a/PdfForQtViewerPlugins/DimensionsPlugin/area.svg b/Pdf4QtViewerPlugins/DimensionsPlugin/area.svg similarity index 100% rename from PdfForQtViewerPlugins/DimensionsPlugin/area.svg rename to Pdf4QtViewerPlugins/DimensionsPlugin/area.svg diff --git a/PdfForQtViewerPlugins/DimensionsPlugin/clear-dimensions.svg b/Pdf4QtViewerPlugins/DimensionsPlugin/clear-dimensions.svg similarity index 100% rename from PdfForQtViewerPlugins/DimensionsPlugin/clear-dimensions.svg rename to Pdf4QtViewerPlugins/DimensionsPlugin/clear-dimensions.svg diff --git a/PdfForQtViewerPlugins/DimensionsPlugin/dimensionsplugin.cpp b/Pdf4QtViewerPlugins/DimensionsPlugin/dimensionsplugin.cpp similarity index 95% rename from PdfForQtViewerPlugins/DimensionsPlugin/dimensionsplugin.cpp rename to Pdf4QtViewerPlugins/DimensionsPlugin/dimensionsplugin.cpp index 8fe2001..abe0fee 100644 --- a/PdfForQtViewerPlugins/DimensionsPlugin/dimensionsplugin.cpp +++ b/Pdf4QtViewerPlugins/DimensionsPlugin/dimensionsplugin.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "dimensionsplugin.h" #include "pdfdrawwidget.h" diff --git a/PdfForQtViewerPlugins/DimensionsPlugin/dimensionsplugin.h b/Pdf4QtViewerPlugins/DimensionsPlugin/dimensionsplugin.h similarity index 83% rename from PdfForQtViewerPlugins/DimensionsPlugin/dimensionsplugin.h rename to Pdf4QtViewerPlugins/DimensionsPlugin/dimensionsplugin.h index 4a42f9b..a3babea 100644 --- a/PdfForQtViewerPlugins/DimensionsPlugin/dimensionsplugin.h +++ b/Pdf4QtViewerPlugins/DimensionsPlugin/dimensionsplugin.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef DIMENSIONSPLUGIN_H #define DIMENSIONSPLUGIN_H @@ -29,7 +29,7 @@ namespace pdfplugin class DimensionsPlugin : public pdf::PDFPlugin, public pdf::IDocumentDrawInterface { Q_OBJECT - Q_PLUGIN_METADATA(IID "PdfForQt.DimensionsPlugin" FILE "DimensionsPlugin.json") + Q_PLUGIN_METADATA(IID "Pdf4Qt.DimensionsPlugin" FILE "DimensionsPlugin.json") private: using BaseClass = pdf::PDFPlugin; diff --git a/PdfForQtViewerPlugins/DimensionsPlugin/dimensiontool.cpp b/Pdf4QtViewerPlugins/DimensionsPlugin/dimensiontool.cpp similarity index 94% rename from PdfForQtViewerPlugins/DimensionsPlugin/dimensiontool.cpp rename to Pdf4QtViewerPlugins/DimensionsPlugin/dimensiontool.cpp index 1aa69e9..33a406a 100644 --- a/PdfForQtViewerPlugins/DimensionsPlugin/dimensiontool.cpp +++ b/Pdf4QtViewerPlugins/DimensionsPlugin/dimensiontool.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "dimensiontool.h" #include "pdfwidgetutils.h" diff --git a/PdfForQtViewerPlugins/DimensionsPlugin/dimensiontool.h b/Pdf4QtViewerPlugins/DimensionsPlugin/dimensiontool.h similarity index 89% rename from PdfForQtViewerPlugins/DimensionsPlugin/dimensiontool.h rename to Pdf4QtViewerPlugins/DimensionsPlugin/dimensiontool.h index 593f092..3589492 100644 --- a/PdfForQtViewerPlugins/DimensionsPlugin/dimensiontool.h +++ b/Pdf4QtViewerPlugins/DimensionsPlugin/dimensiontool.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef DIMENSIONTOOL_H #define DIMENSIONTOOL_H diff --git a/PdfForQtViewerPlugins/DimensionsPlugin/icons.qrc b/Pdf4QtViewerPlugins/DimensionsPlugin/icons.qrc similarity index 100% rename from PdfForQtViewerPlugins/DimensionsPlugin/icons.qrc rename to Pdf4QtViewerPlugins/DimensionsPlugin/icons.qrc diff --git a/PdfForQtViewerPlugins/DimensionsPlugin/linear-horizontal.svg b/Pdf4QtViewerPlugins/DimensionsPlugin/linear-horizontal.svg similarity index 100% rename from PdfForQtViewerPlugins/DimensionsPlugin/linear-horizontal.svg rename to Pdf4QtViewerPlugins/DimensionsPlugin/linear-horizontal.svg diff --git a/PdfForQtViewerPlugins/DimensionsPlugin/linear-vertical.svg b/Pdf4QtViewerPlugins/DimensionsPlugin/linear-vertical.svg similarity index 100% rename from PdfForQtViewerPlugins/DimensionsPlugin/linear-vertical.svg rename to Pdf4QtViewerPlugins/DimensionsPlugin/linear-vertical.svg diff --git a/PdfForQtViewerPlugins/DimensionsPlugin/linear.svg b/Pdf4QtViewerPlugins/DimensionsPlugin/linear.svg similarity index 100% rename from PdfForQtViewerPlugins/DimensionsPlugin/linear.svg rename to Pdf4QtViewerPlugins/DimensionsPlugin/linear.svg diff --git a/PdfForQtViewerPlugins/DimensionsPlugin/perimeter.svg b/Pdf4QtViewerPlugins/DimensionsPlugin/perimeter.svg similarity index 100% rename from PdfForQtViewerPlugins/DimensionsPlugin/perimeter.svg rename to Pdf4QtViewerPlugins/DimensionsPlugin/perimeter.svg diff --git a/PdfForQtViewerPlugins/DimensionsPlugin/rectangle-area.svg b/Pdf4QtViewerPlugins/DimensionsPlugin/rectangle-area.svg similarity index 100% rename from PdfForQtViewerPlugins/DimensionsPlugin/rectangle-area.svg rename to Pdf4QtViewerPlugins/DimensionsPlugin/rectangle-area.svg diff --git a/PdfForQtViewerPlugins/DimensionsPlugin/rectangle-perimeter.svg b/Pdf4QtViewerPlugins/DimensionsPlugin/rectangle-perimeter.svg similarity index 100% rename from PdfForQtViewerPlugins/DimensionsPlugin/rectangle-perimeter.svg rename to Pdf4QtViewerPlugins/DimensionsPlugin/rectangle-perimeter.svg diff --git a/PdfForQtViewerPlugins/DimensionsPlugin/settings.svg b/Pdf4QtViewerPlugins/DimensionsPlugin/settings.svg similarity index 100% rename from PdfForQtViewerPlugins/DimensionsPlugin/settings.svg rename to Pdf4QtViewerPlugins/DimensionsPlugin/settings.svg diff --git a/PdfForQtViewerPlugins/DimensionsPlugin/settingsdialog.cpp b/Pdf4QtViewerPlugins/DimensionsPlugin/settingsdialog.cpp similarity index 86% rename from PdfForQtViewerPlugins/DimensionsPlugin/settingsdialog.cpp rename to Pdf4QtViewerPlugins/DimensionsPlugin/settingsdialog.cpp index ba5cec8..8707f27 100644 --- a/PdfForQtViewerPlugins/DimensionsPlugin/settingsdialog.cpp +++ b/Pdf4QtViewerPlugins/DimensionsPlugin/settingsdialog.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "settingsdialog.h" #include "ui_settingsdialog.h" diff --git a/PdfForQtViewerPlugins/DimensionsPlugin/settingsdialog.h b/Pdf4QtViewerPlugins/DimensionsPlugin/settingsdialog.h similarity index 82% rename from PdfForQtViewerPlugins/DimensionsPlugin/settingsdialog.h rename to Pdf4QtViewerPlugins/DimensionsPlugin/settingsdialog.h index 4e6041d..c5ea30c 100644 --- a/PdfForQtViewerPlugins/DimensionsPlugin/settingsdialog.h +++ b/Pdf4QtViewerPlugins/DimensionsPlugin/settingsdialog.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef SETTINGSDIALOG_H #define SETTINGSDIALOG_H diff --git a/PdfForQtViewerPlugins/DimensionsPlugin/settingsdialog.ui b/Pdf4QtViewerPlugins/DimensionsPlugin/settingsdialog.ui similarity index 100% rename from PdfForQtViewerPlugins/DimensionsPlugin/settingsdialog.ui rename to Pdf4QtViewerPlugins/DimensionsPlugin/settingsdialog.ui diff --git a/PdfForQtViewerPlugins/DimensionsPlugin/show-dimensions.svg b/Pdf4QtViewerPlugins/DimensionsPlugin/show-dimensions.svg similarity index 100% rename from PdfForQtViewerPlugins/DimensionsPlugin/show-dimensions.svg rename to Pdf4QtViewerPlugins/DimensionsPlugin/show-dimensions.svg diff --git a/PdfForQtViewerPlugins/PdfForQtViewerPlugins.pro b/Pdf4QtViewerPlugins/Pdf4QtViewerPlugins.pro similarity index 67% rename from PdfForQtViewerPlugins/PdfForQtViewerPlugins.pro rename to Pdf4QtViewerPlugins/Pdf4QtViewerPlugins.pro index 37bcf9e..b91d092 100644 --- a/PdfForQtViewerPlugins/PdfForQtViewerPlugins.pro +++ b/Pdf4QtViewerPlugins/Pdf4QtViewerPlugins.pro @@ -1,19 +1,19 @@ # Copyright (C) 2020 Jakub Melka # -# This file is part of PdfForQt. +# This file is part of Pdf4Qt. # -# PdfForQt is free software: you can redistribute it and/or modify +# Pdf4Qt is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# PdfForQt is distributed in the hope that it will be useful, +# Pdf4Qt is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with PDFForQt. If not, see . +# along with Pdf4Qt. If not, see . TEMPLATE = subdirs diff --git a/Pdf4QtViewerProfi/Pdf4QtViewerProfi.pro b/Pdf4QtViewerProfi/Pdf4QtViewerProfi.pro new file mode 100644 index 0000000..e6cb4f6 --- /dev/null +++ b/Pdf4QtViewerProfi/Pdf4QtViewerProfi.pro @@ -0,0 +1,44 @@ +# Copyright (C) 2018-2020 Jakub Melka +# +# This file is part of Pdf4Qt. +# +# Pdf4Qt is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Pdf4Qt is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with Pdf4Qt. If not, see . + +QT += core gui widgets winextras + +TARGET = Pdf4QtViewerProfi +TEMPLATE = app + +VERSION = 1.0.0 + +RC_ICONS = $$PWD/app-icon.ico + +QMAKE_TARGET_DESCRIPTION = "PDF viewer for Qt, Profi version" +QMAKE_TARGET_COPYRIGHT = "(c) Jakub Melka 2018-2020" + +DEFINES += QT_DEPRECATED_WARNINGS +QMAKE_CXXFLAGS += /std:c++latest /utf-8 + +INCLUDEPATH += $$PWD/../PDF4QtLib/Sources $$PWD/../PDF4QtViewer +DESTDIR = $$OUT_PWD/.. +LIBS += -L$$OUT_PWD/.. +LIBS += -lPDF4QtLib -lPDF4QtViewer +CONFIG += force_debug_info + +application.files = $$DESTDIR/Pdf4QtViewerProfi.exe +application.path = $$DESTDIR/install +INSTALLS += application + +SOURCES += \ + main.cpp diff --git a/Pdf4QtViewerProfi/app-icon.ico b/Pdf4QtViewerProfi/app-icon.ico new file mode 100644 index 0000000..0feb0d8 Binary files /dev/null and b/Pdf4QtViewerProfi/app-icon.ico differ diff --git a/Pdf4QtViewerProfi/main.cpp b/Pdf4QtViewerProfi/main.cpp new file mode 100644 index 0000000..8d3c180 --- /dev/null +++ b/Pdf4QtViewerProfi/main.cpp @@ -0,0 +1,34 @@ +#include "pdfviewermainwindow.h" + +#include +#include + +int main(int argc, char *argv[]) +{ + QApplication::setAttribute(Qt::AA_CompressHighFrequencyEvents, true); + QApplication::setAttribute(Qt::AA_DisableHighDpiScaling, true); + QApplication::setAttribute(Qt::AA_DontCheckOpenGLContextThreadAffinity, true); + QApplication application(argc, argv); + + QCoreApplication::setOrganizationName("MelkaJ"); + QCoreApplication::setApplicationName("PDF4QT Viewer Profi"); + QCoreApplication::setApplicationVersion("1.0.0"); + QApplication::setApplicationDisplayName(QApplication::translate("Application", "PDF4QT Viewer Profi")); + QCommandLineParser parser; + parser.setApplicationDescription(QCoreApplication::applicationName()); + parser.addHelpOption(); + parser.addVersionOption(); + parser.addPositionalArgument("file", "The PDF file to open."); + parser.process(application); + + pdfviewer::PDFViewerMainWindow mainWindow; + mainWindow.show(); + + QStringList arguments = application.arguments(); + if (arguments.size() > 1) + { + mainWindow.getProgramController()->openDocument(arguments[1]); + } + + return application.exec(); +} diff --git a/PdfExampleGenerator/PdfExampleGenerator.pro b/PdfExampleGenerator/PdfExampleGenerator.pro index cd710f3..b5a007a 100644 --- a/PdfExampleGenerator/PdfExampleGenerator.pro +++ b/PdfExampleGenerator/PdfExampleGenerator.pro @@ -16,13 +16,13 @@ DEFINES += QT_DEPRECATED_WARNINGS QMAKE_CXXFLAGS += /std:c++latest /utf-8 -INCLUDEPATH += $$PWD/../PDFForQtLib/Sources +INCLUDEPATH += $$PWD/../PDF4QtLib/Sources DESTDIR = $$OUT_PWD/.. LIBS += -L$$OUT_PWD/.. -LIBS += -lPDFForQtLib +LIBS += -lPDF4QtLib SOURCES += \ main.cpp \ diff --git a/PdfExampleGenerator/main.cpp b/PdfExampleGenerator/main.cpp index ceebb9e..5d64108 100644 --- a/PdfExampleGenerator/main.cpp +++ b/PdfExampleGenerator/main.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include diff --git a/PdfExampleGenerator/pdfexamplesgenerator.cpp b/PdfExampleGenerator/pdfexamplesgenerator.cpp index 23e9750..792bda1 100644 --- a/PdfExampleGenerator/pdfexamplesgenerator.cpp +++ b/PdfExampleGenerator/pdfexamplesgenerator.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfexamplesgenerator.h" diff --git a/PdfExampleGenerator/pdfexamplesgenerator.h b/PdfExampleGenerator/pdfexamplesgenerator.h index d115402..298ea3c 100644 --- a/PdfExampleGenerator/pdfexamplesgenerator.h +++ b/PdfExampleGenerator/pdfexamplesgenerator.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFEXAMPLESGENERATOR_H #define PDFEXAMPLESGENERATOR_H diff --git a/PdfTool/PdfTool.pro b/PdfTool/PdfTool.pro index e5ff631..9c667b3 100644 --- a/PdfTool/PdfTool.pro +++ b/PdfTool/PdfTool.pro @@ -1,19 +1,19 @@ # Copyright (C) 2020 Jakub Melka # -# This file is part of PdfForQt. +# This file is part of Pdf4Qt. # -# PdfForQt is free software: you can redistribute it and/or modify +# Pdf4Qt is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# PdfForQt is distributed in the hope that it will be useful, +# Pdf4Qt is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with PDFForQt. If not, see . +# along with Pdf4Qt. If not, see . CONFIG += c++11 console CONFIG -= app_bundle @@ -30,13 +30,13 @@ QMAKE_TARGET_COPYRIGHT = "(c) Jakub Melka 2018-2020" QMAKE_CXXFLAGS += /std:c++latest /utf-8 -INCLUDEPATH += $$PWD/../PDFForQtLib/Sources +INCLUDEPATH += $$PWD/../PDF4QtLib/Sources DESTDIR = $$OUT_PWD/.. LIBS += -L$$OUT_PWD/.. -LIBS += -lPDFForQtLib +LIBS += -lPDF4QtLib SOURCES += \ main.cpp \ diff --git a/PdfTool/main.cpp b/PdfTool/main.cpp index a52e640..b9aeb7c 100644 --- a/PdfTool/main.cpp +++ b/PdfTool/main.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdftoolabstractapplication.h" diff --git a/PdfTool/pdfoutputformatter.cpp b/PdfTool/pdfoutputformatter.cpp index 8f16a57..d925a64 100644 --- a/PdfTool/pdfoutputformatter.cpp +++ b/PdfTool/pdfoutputformatter.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdfoutputformatter.h" @@ -502,7 +502,7 @@ PDFXmlOutputFormatterImpl::PDFXmlOutputFormatterImpl(QString codecName) : m_streamWriter.setCodec(codec); } - m_namespace = "https://github.com/JakubMelka/PdfForQt"; + m_namespace = "https://github.com/JakubMelka/Pdf4Qt"; m_prefix = "pdftool"; } diff --git a/PdfTool/pdfoutputformatter.h b/PdfTool/pdfoutputformatter.h index c115954..df41dbc 100644 --- a/PdfTool/pdfoutputformatter.h +++ b/PdfTool/pdfoutputformatter.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFOUTPUTFORMATTER_H #define PDFOUTPUTFORMATTER_H diff --git a/PdfTool/pdftoolabstractapplication.cpp b/PdfTool/pdftoolabstractapplication.cpp index dfbb4da..3646042 100644 --- a/PdfTool/pdftoolabstractapplication.cpp +++ b/PdfTool/pdftoolabstractapplication.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdftoolabstractapplication.h" #include "pdfdocumentreader.h" diff --git a/PdfTool/pdftoolabstractapplication.h b/PdfTool/pdftoolabstractapplication.h index 30ab21e..008e68f 100644 --- a/PdfTool/pdftoolabstractapplication.h +++ b/PdfTool/pdftoolabstractapplication.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFTOOLABSTRACTAPPLICATION_H #define PDFTOOLABSTRACTAPPLICATION_H diff --git a/PdfTool/pdftoolattachments.cpp b/PdfTool/pdftoolattachments.cpp index 646c470..5572455 100644 --- a/PdfTool/pdftoolattachments.cpp +++ b/PdfTool/pdftoolattachments.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdftoolattachments.h" #include "pdfexception.h" diff --git a/PdfTool/pdftoolattachments.h b/PdfTool/pdftoolattachments.h index 0768ad0..e800dd7 100644 --- a/PdfTool/pdftoolattachments.h +++ b/PdfTool/pdftoolattachments.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFTOOLATTACHMENTS_H #define PDFTOOLATTACHMENTS_H diff --git a/PdfTool/pdftoolaudiobook.cpp b/PdfTool/pdftoolaudiobook.cpp index 2e5e4e1..834b03b 100644 --- a/PdfTool/pdftoolaudiobook.cpp +++ b/PdfTool/pdftoolaudiobook.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdftoolaudiobook.h" diff --git a/PdfTool/pdftoolaudiobook.h b/PdfTool/pdftoolaudiobook.h index a919ea0..0c7efe8 100644 --- a/PdfTool/pdftoolaudiobook.h +++ b/PdfTool/pdftoolaudiobook.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFTOOLAUDIOBOOK_H #define PDFTOOLAUDIOBOOK_H diff --git a/PdfTool/pdftoolcertstore.cpp b/PdfTool/pdftoolcertstore.cpp index dae0df1..fb2d14a 100644 --- a/PdfTool/pdftoolcertstore.cpp +++ b/PdfTool/pdftoolcertstore.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdftoolcertstore.h" #include "pdfsignaturehandler.h" diff --git a/PdfTool/pdftoolcertstore.h b/PdfTool/pdftoolcertstore.h index f34341a..1260967 100644 --- a/PdfTool/pdftoolcertstore.h +++ b/PdfTool/pdftoolcertstore.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFTOOLCERTSTORE_H #define PDFTOOLCERTSTORE_H diff --git a/PdfTool/pdftoolcolorprofiles.cpp b/PdfTool/pdftoolcolorprofiles.cpp index 368dc92..7fdf688 100644 --- a/PdfTool/pdftoolcolorprofiles.cpp +++ b/PdfTool/pdftoolcolorprofiles.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdftoolcolorprofiles.h" #include "pdfcms.h" diff --git a/PdfTool/pdftoolcolorprofiles.h b/PdfTool/pdftoolcolorprofiles.h index f6fe24d..03bbcff 100644 --- a/PdfTool/pdftoolcolorprofiles.h +++ b/PdfTool/pdftoolcolorprofiles.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFTOOLCOLORPROFILES_H #define PDFTOOLCOLORPROFILES_H diff --git a/PdfTool/pdftoolfetchimages.cpp b/PdfTool/pdftoolfetchimages.cpp index 711942f..e07ee77 100644 --- a/PdfTool/pdftoolfetchimages.cpp +++ b/PdfTool/pdftoolfetchimages.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdftoolfetchimages.h" #include "pdfpagecontentprocessor.h" diff --git a/PdfTool/pdftoolfetchimages.h b/PdfTool/pdftoolfetchimages.h index 990b9b8..d6a69a0 100644 --- a/PdfTool/pdftoolfetchimages.h +++ b/PdfTool/pdftoolfetchimages.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFTOOLFETCHIMAGES_H #define PDFTOOLFETCHIMAGES_H diff --git a/PdfTool/pdftoolfetchtext.cpp b/PdfTool/pdftoolfetchtext.cpp index 31d5536..0971708 100644 --- a/PdfTool/pdftoolfetchtext.cpp +++ b/PdfTool/pdftoolfetchtext.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdftoolfetchtext.h" #include "pdfdocumenttextflow.h" diff --git a/PdfTool/pdftoolfetchtext.h b/PdfTool/pdftoolfetchtext.h index 34a2d25..69ed9ac 100644 --- a/PdfTool/pdftoolfetchtext.h +++ b/PdfTool/pdftoolfetchtext.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFTOOLFETCHTEXT_H #define PDFTOOLFETCHTEXT_H diff --git a/PdfTool/pdftoolinfo.cpp b/PdfTool/pdftoolinfo.cpp index e49e4d5..903cc46 100644 --- a/PdfTool/pdftoolinfo.cpp +++ b/PdfTool/pdftoolinfo.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdftoolinfo.h" #include "pdfform.h" diff --git a/PdfTool/pdftoolinfo.h b/PdfTool/pdftoolinfo.h index 32a17f6..6a9a162 100644 --- a/PdfTool/pdftoolinfo.h +++ b/PdfTool/pdftoolinfo.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFTOOLINFO_H #define PDFTOOLINFO_H diff --git a/PdfTool/pdftoolinfofonts.cpp b/PdfTool/pdftoolinfofonts.cpp index 90586c7..4bc9580 100644 --- a/PdfTool/pdftoolinfofonts.cpp +++ b/PdfTool/pdftoolinfofonts.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdftoolinfofonts.h" #include "pdfexecutionpolicy.h" diff --git a/PdfTool/pdftoolinfofonts.h b/PdfTool/pdftoolinfofonts.h index 00281b3..03b01be 100644 --- a/PdfTool/pdftoolinfofonts.h +++ b/PdfTool/pdftoolinfofonts.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFTOOLINFOFONTS_H #define PDFTOOLINFOFONTS_H diff --git a/PdfTool/pdftoolinfojavascript.cpp b/PdfTool/pdftoolinfojavascript.cpp index 2d38f47..72c17f3 100644 --- a/PdfTool/pdftoolinfojavascript.cpp +++ b/PdfTool/pdftoolinfojavascript.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdftoolinfojavascript.h" #include "pdfjavascriptscanner.h" diff --git a/PdfTool/pdftoolinfojavascript.h b/PdfTool/pdftoolinfojavascript.h index 03e04b7..ef63378 100644 --- a/PdfTool/pdftoolinfojavascript.h +++ b/PdfTool/pdftoolinfojavascript.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFTOOLINFOJAVASCRIPT_H #define PDFTOOLINFOJAVASCRIPT_H diff --git a/PdfTool/pdftoolinfometadata.cpp b/PdfTool/pdftoolinfometadata.cpp index bb8191e..7d4e8f8 100644 --- a/PdfTool/pdftoolinfometadata.cpp +++ b/PdfTool/pdftoolinfometadata.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdftoolinfometadata.h" #include "pdfexception.h" diff --git a/PdfTool/pdftoolinfometadata.h b/PdfTool/pdftoolinfometadata.h index fa14a88..59a7717 100644 --- a/PdfTool/pdftoolinfometadata.h +++ b/PdfTool/pdftoolinfometadata.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFTOOLINFOMETADATA_H #define PDFTOOLINFOMETADATA_H diff --git a/PdfTool/pdftoolinfonameddestinations.cpp b/PdfTool/pdftoolinfonameddestinations.cpp index 174e292..7c66e8e 100644 --- a/PdfTool/pdftoolinfonameddestinations.cpp +++ b/PdfTool/pdftoolinfonameddestinations.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdftoolinfonameddestinations.h" #include "pdfencoding.h" diff --git a/PdfTool/pdftoolinfonameddestinations.h b/PdfTool/pdftoolinfonameddestinations.h index d3d42f2..767b2ab 100644 --- a/PdfTool/pdftoolinfonameddestinations.h +++ b/PdfTool/pdftoolinfonameddestinations.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFTOOLINFONAMEDDESTINATIONS_H #define PDFTOOLINFONAMEDDESTINATIONS_H diff --git a/PdfTool/pdftoolinfopageboxes.cpp b/PdfTool/pdftoolinfopageboxes.cpp index 302dd08..4033aad 100644 --- a/PdfTool/pdftoolinfopageboxes.cpp +++ b/PdfTool/pdftoolinfopageboxes.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdftoolinfopageboxes.h" #include "pdfutils.h" diff --git a/PdfTool/pdftoolinfopageboxes.h b/PdfTool/pdftoolinfopageboxes.h index 73d3f12..18d2eec 100644 --- a/PdfTool/pdftoolinfopageboxes.h +++ b/PdfTool/pdftoolinfopageboxes.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFTOOLINFOPAGEBOXES_H #define PDFTOOLINFOPAGEBOXES_H diff --git a/PdfTool/pdftoolinfostructuretree.cpp b/PdfTool/pdftoolinfostructuretree.cpp index d4f84a6..4799f2c 100644 --- a/PdfTool/pdftoolinfostructuretree.cpp +++ b/PdfTool/pdftoolinfostructuretree.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdftoolinfostructuretree.h" #include "pdfstructuretree.h" diff --git a/PdfTool/pdftoolinfostructuretree.h b/PdfTool/pdftoolinfostructuretree.h index 6c09ccc..08bddc1 100644 --- a/PdfTool/pdftoolinfostructuretree.h +++ b/PdfTool/pdftoolinfostructuretree.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFTOOLINFOSTRUCTURETREE_H #define PDFTOOLINFOSTRUCTURETREE_H diff --git a/PdfTool/pdftooloptimize.cpp b/PdfTool/pdftooloptimize.cpp index 4cce6fb..241239d 100644 --- a/PdfTool/pdftooloptimize.cpp +++ b/PdfTool/pdftooloptimize.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdftooloptimize.h" #include "pdfdocumentwriter.h" diff --git a/PdfTool/pdftooloptimize.h b/PdfTool/pdftooloptimize.h index b78cad3..be405d9 100644 --- a/PdfTool/pdftooloptimize.h +++ b/PdfTool/pdftooloptimize.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFTOOLOPTIMIZE_H #define PDFTOOLOPTIMIZE_H diff --git a/PdfTool/pdftoolrender.cpp b/PdfTool/pdftoolrender.cpp index 2d6833b..443cb9c 100644 --- a/PdfTool/pdftoolrender.cpp +++ b/PdfTool/pdftoolrender.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdftoolrender.h" #include "pdffont.h" diff --git a/PdfTool/pdftoolrender.h b/PdfTool/pdftoolrender.h index 431a97d..218a5a7 100644 --- a/PdfTool/pdftoolrender.h +++ b/PdfTool/pdftoolrender.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFTOOLRENDER_H #define PDFTOOLRENDER_H diff --git a/PdfTool/pdftoolseparate.cpp b/PdfTool/pdftoolseparate.cpp index 14ab6c6..e8d0ad1 100644 --- a/PdfTool/pdftoolseparate.cpp +++ b/PdfTool/pdftoolseparate.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdftoolseparate.h" #include "pdfdocumentbuilder.h" diff --git a/PdfTool/pdftoolseparate.h b/PdfTool/pdftoolseparate.h index f7a7401..27f4a4f 100644 --- a/PdfTool/pdftoolseparate.h +++ b/PdfTool/pdftoolseparate.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFTOOLSEPARATE_H #define PDFTOOLSEPARATE_H diff --git a/PdfTool/pdftoolunite.cpp b/PdfTool/pdftoolunite.cpp index b097658..0a312bd 100644 --- a/PdfTool/pdftoolunite.cpp +++ b/PdfTool/pdftoolunite.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdftoolunite.h" #include "pdfdocumentbuilder.h" diff --git a/PdfTool/pdftoolunite.h b/PdfTool/pdftoolunite.h index 63feaa3..8834e4a 100644 --- a/PdfTool/pdftoolunite.h +++ b/PdfTool/pdftoolunite.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFTOOLUNITE_H #define PDFTOOLUNITE_H diff --git a/PdfTool/pdftoolverifysignatures.cpp b/PdfTool/pdftoolverifysignatures.cpp index 3e1f29d..3a0cf57 100644 --- a/PdfTool/pdftoolverifysignatures.cpp +++ b/PdfTool/pdftoolverifysignatures.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdftoolverifysignatures.h" diff --git a/PdfTool/pdftoolverifysignatures.h b/PdfTool/pdftoolverifysignatures.h index 5430abc..48c5387 100644 --- a/PdfTool/pdftoolverifysignatures.h +++ b/PdfTool/pdftoolverifysignatures.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFTOOLVERIFYSIGNATURES_H #define PDFTOOLVERIFYSIGNATURES_H diff --git a/PdfTool/pdftoolxml.cpp b/PdfTool/pdftoolxml.cpp index 3222eb7..1748659 100644 --- a/PdfTool/pdftoolxml.cpp +++ b/PdfTool/pdftoolxml.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include "pdftoolxml.h" #include "pdfvisitor.h" diff --git a/PdfTool/pdftoolxml.h b/PdfTool/pdftoolxml.h index de8b144..a584d66 100644 --- a/PdfTool/pdftoolxml.h +++ b/PdfTool/pdftoolxml.h @@ -1,19 +1,19 @@ // Copyright (C) 2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #ifndef PDFTOOLXML_H #define PDFTOOLXML_H diff --git a/README.txt b/README.txt index 9bfa105..6b439bd 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ ========================================================================== - PDFforQt library / PDF viewer + PDF4Qt library / PDF viewer (c) Jakub Melka 2018-2020 Mgr.Jakub.Melka@gmail.com ========================================================================== @@ -71,4 +71,4 @@ to compile the project. 7. DISCLAIMER -I wrote this project in my free time. I hope you will find it useful! \ No newline at end of file +I wrote this project in my free time. I hope you will find it useful! diff --git a/UnitTests/UnitTests.pro b/UnitTests/UnitTests.pro index 7a9aa32..8d35705 100644 --- a/UnitTests/UnitTests.pro +++ b/UnitTests/UnitTests.pro @@ -1,19 +1,19 @@ # Copyright (C) 2018-2019 Jakub Melka # -# This file is part of PdfForQt. +# This file is part of Pdf4Qt. # -# PdfForQt is free software: you can redistribute it and/or modify +# Pdf4Qt is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# PdfForQt is distributed in the hope that it will be useful, +# Pdf4Qt is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with PDFForQt. If not, see . +# along with Pdf4Qt. If not, see . QT += testlib @@ -23,13 +23,13 @@ CONFIG -= app_bundle TEMPLATE = app -INCLUDEPATH += $$PWD/../PDFForQtLib/Sources +INCLUDEPATH += $$PWD/../Pdf4QtLib/Sources DESTDIR = $$OUT_PWD/.. LIBS += -L$$OUT_PWD/.. -LIBS += -lPDFForQtLib +LIBS += -lPdf4QtLib QMAKE_CXXFLAGS += /std:c++latest diff --git a/UnitTests/tst_lexicalanalyzertest.cpp b/UnitTests/tst_lexicalanalyzertest.cpp index 805e21e..064181a 100644 --- a/UnitTests/tst_lexicalanalyzertest.cpp +++ b/UnitTests/tst_lexicalanalyzertest.cpp @@ -1,19 +1,19 @@ // Copyright (C) 2018-2020 Jakub Melka // -// This file is part of PdfForQt. +// This file is part of Pdf4Qt. // -// PdfForQt is free software: you can redistribute it and/or modify +// Pdf4Qt is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// PdfForQt is distributed in the hope that it will be useful, +// Pdf4Qt is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with PDFForQt. If not, see . +// along with Pdf4Qt. If not, see . #include