aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-pdf/lumina-pdf.pro
Commit message (Collapse)AuthorAge
* Added more annotation and widget support. Currently incomplete. Updated to ↵ZackaryWelch2018-04-27
| | | | MuPDF 1.13.
* Reset the default backend renderer to poppler.Ken Moore2018-03-30
| | | | The MuPDF stuff is **not** ready for prime-time yet.
* Improved Bookmarks layout and made MuPDF the default backendZackaryWelch2018-03-21
|
* Added a bookmarks menu, enabled on the MuPDF side.ZackaryWelch2018-03-21
|
* Get lumina-pdf all up and running again.Ken Moore2018-02-27
| | | | | 1. Abstract out the backend renderer into a new class 2. The Renderer can be selected at build time by setting the "USE_MUPDF" build flag to use mupdf instead of poppler (default).
* Added highlighting for search resultsZackaryWelch2018-02-16
|
* Switched lumina-pdf from Poppler to MuPDFZackaryWelch2018-02-16
|
* Began creating custom QPrintPreviewWidget for lumina-pdfZackaryWelch2017-12-26
|
* Fixed keyboard focus and added an information dialog to lumina-pdfZackaryWelch2017-12-20
|
* Make the poppler include path "poppler/qt5/<file.h>" rather than just the file.Ken Moore2017-11-29
| | | | This allows the poppler/qt5 path to be on *any* of the INCLUDEPATHS, rather than trying to specify a particular one through the OS-detection systems.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-11-27
|\
| * i18n: fix out of tree buildAndreas Müller2017-11-27
| | | | | | | | | | | | | | | | | | | | Fixes e.g: | /bin/sh: line 0: cd: i18n: No such file or directory | Makefile:955: recipe for target 'install_dotrans' failed | make[3]: *** [install_dotrans] Error 1 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* | Some UI improvements for lumina-pdf:Ken Moore2017-11-27
|/ | | | | | 1. Add a context menu of options. 2. Use the context menu for both the presentation label and normal viewer 3. Get things ready for better integration of keyboard shortcuts application-wide.
* Quick update to the .pro for some extra info.Ken Moore2017-08-11
|
* Add a few missing language files to lumina-pdf. Should match other projects now.Ken Moore2017-08-11
|
* Fix up the printing support in lumina-pdf. Now it respects almost all of the ↵Ken Moore2017-08-11
| | | | specialized options (collation, copies, reversed order, page range, landscape orientation, etc).
* Move the unfinished utilities in Lumina over to an "experimental" directory.Ken Moore2017-04-27
|
* Update the new lumina-pdf to work as a QMainWindow with a ↵Ken Moore2017-03-14
| | | | QPrintPreviewWidget embedded within it (instead of a QPrintPrevewDialog for everything).
* Add a new desktop application: lumina-pdfKen Moore2017-03-13
This is a basic PDF file viewer application, with printing capabilities. NOTE: This is not quite done yet - the basic PDF viewer works if an input file is supplied, but I have not finished adding all the normal window operations around it yet (menu bar with close, open file options, progress bar for loading status rather than using a message box, etc...)
bgstack15