From e42bc7e16e6d9f813b5c712261dffbef6b1bddb2 Mon Sep 17 00:00:00 2001 From: joe berner Date: Tue, 18 Dec 2018 10:59:15 -0600 Subject: Changes the UI interface so that only the current page is rendered on screen at a time. This has significant memory benefits for large PDF files. This also implements a least-recently used cache of tunable size, which improves responsiveness if you're hopping between two specific pages. --- .../desktop-utils/lumina-pdf/lumina-pdf.pro.user | 336 +++++++++++++++++++++ 1 file changed, 336 insertions(+) create mode 100644 src-qt5/desktop-utils/lumina-pdf/lumina-pdf.pro.user (limited to 'src-qt5/desktop-utils/lumina-pdf/lumina-pdf.pro.user') diff --git a/src-qt5/desktop-utils/lumina-pdf/lumina-pdf.pro.user b/src-qt5/desktop-utils/lumina-pdf/lumina-pdf.pro.user new file mode 100644 index 00000000..9d90447c --- /dev/null +++ b/src-qt5/desktop-utils/lumina-pdf/lumina-pdf.pro.user @@ -0,0 +1,336 @@ + + + + + + EnvironmentId + {a31e5426-3d97-4976-9bd7-91bf95bc2068} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 80 + true + true + 1 + true + false + 0 + true + true + 0 + 8 + true + 1 + true + true + true + false + + + + ProjectExplorer.Project.PluginSettings + + + + ProjectExplorer.Project.Target.0 + + Desktop + Desktop + {83c8fadd-db89-4dca-93ae-73230e72a3be} + 0 + 0 + 0 + + /home/joe/lumina/lumina/src-qt5/desktop-utils/build-lumina-pdf-Desktop-Debug + + + true + qmake + + QtProjectManager.QMakeBuildStep + true + + false + false + false + + + true + Make + + Qt4ProjectManager.MakeStep + + -w + -r + + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + true + Make + + Qt4ProjectManager.MakeStep + + -w + -r + + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Debug + Debug + Qt4ProjectManager.Qt4BuildConfiguration + 2 + true + + + /home/joe/lumina/lumina/src-qt5/desktop-utils/build-lumina-pdf-Desktop-Release + + + true + qmake + + QtProjectManager.QMakeBuildStep + false + + false + false + true + + + true + Make + + Qt4ProjectManager.MakeStep + + -w + -r + + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + true + Make + + Qt4ProjectManager.MakeStep + + -w + -r + + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Release + Release + Qt4ProjectManager.Qt4BuildConfiguration + 0 + true + + + /home/joe/lumina/lumina/src-qt5/desktop-utils/build-lumina-pdf-Desktop-Profile + + + true + qmake + + QtProjectManager.QMakeBuildStep + true + + false + true + true + + + true + Make + + Qt4ProjectManager.MakeStep + + -w + -r + + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + true + Make + + Qt4ProjectManager.MakeStep + + -w + -r + + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Profile + Profile + Qt4ProjectManager.Qt4BuildConfiguration + 0 + true + + 3 + + + 0 + Deploy + + ProjectExplorer.BuildSteps.Deploy + + 1 + Deploy Configuration + + ProjectExplorer.DefaultDeployConfiguration + + 1 + + + false + false + 1000 + + true + + false + false + false + false + true + 0.01 + 10 + true + 1 + 25 + + 1 + true + false + true + valgrind + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + 2 + + lumina-pdf + + Qt4ProjectManager.Qt4RunConfiguration:/home/joe/lumina/lumina/src-qt5/desktop-utils/lumina-pdf/lumina-pdf.pro + true + + lumina-pdf.pro + false + + /home/joe/lumina/lumina/src-qt5/desktop-utils/build-lumina-pdf-Desktop-Debug + 3768 + false + true + false + false + true + + 1 + + + + ProjectExplorer.Project.TargetCount + 1 + + + ProjectExplorer.Project.Updater.FileVersion + 18 + + + Version + 18 + + -- cgit