mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
451a3091cc
User Interface: added a toolbox for selecting an annotation tool without polluting the toolbar (pageviewtoolbox animated widget). Icons of that toolbar are gimped version of ones in nuvola icontheme. Core: added annotation class. this will support all features (except for silly ones (really there are some!)) from pdf 1.6 specs but abstracted in the kdpf way. (api changes in progress...) About annotations: only some incomplete interfaces are in plasefor now. Every type of pdf annotations has tens of parameters. I think we'll render correctly everything but provide only simple and useful tools for making annotations over the pages, otherwise a 'Qt designer like' property view will be required to do fine adjustment over the crappy thousands of settings. (and we're aiming at a quick and simple viewer with lots of coolness, not chaos). Note: the code has been wrongly committed to HEAD before,but soon reverted. Have fun! svn path=/branches/kpdf_annotations/kdegraphics/kpdf/; revision=388768
14 lines
456 B
Makefile
14 lines
456 B
Makefile
SUBDIRS = generator_pdf
|
|
|
|
INCLUDES = -I$(srcdir)/generator_pdf -I$(srcdir)/.. -I$(srcdir)/../xpdf -I$(srcdir)/../xpdf/goo -I$(top_builddir)/kpdf $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
libkpdfcore_la_LIBADD = ./generator_pdf/libgeneratorpdf.la
|
|
libkpdfcore_la_SOURCES = page.cpp document.cpp link.cpp annotations.cpp \
|
|
pagetransition.cpp
|
|
|
|
noinst_LTLIBRARIES = libkpdfcore.la
|
|
|
|
document.lo: ../conf/settings.h
|
|
page.lo: ../conf/settings.h
|