31 Commits (b34decacd3b454c0770174777ab4f7ae4e5e32f3)

Author SHA1 Message Date
Albert Astals Cid 1aa175cf3f Support SaveAs action 4 years ago
Albert Astals Cid fa6743aa04 Support the PDF Print named action 4 years ago
Albert Astals Cid 0c659a5466 clang-tidy: Enable google-explicit-constructor 5 years ago
Alexander Lohnau 2f193a63de Convert license headers to SPDX 5 years ago
Albert Astals Cid 19d98d6a74 Run clang-format 6 years ago
Albert Astals Cid 78cf6bd910 CI: enable more modernize checks 6 years ago
Yuri Chornoivan 69c7b834d1 Fix minor API docs EBN issues 8 years ago
Yuri Chornoivan 39b6e8147d Fix minor EBN issues 8 years ago
Yuri Chornoivan c04ca1fa96 Fix minor EBN issues 8 years ago
Andre Heinecke 1de0f5465b Add support for chained / next actions 8 years ago
Albert Astals Cid 4072eb0c3a Add override 9 years ago
Albert Astals Cid 2868e3e5ca Support SetOCGState links 9 years ago
Montel Laurent 5da7c5f77d port to qCDebug. Autogenerate export headers 12 years ago
Frederik Gladhorn ac15a7075e More QUrl porting 12 years ago
Montel Laurent 7b79ca1b36 Pedentic-- 12 years ago
Tobias Koenig 282950d127 Add Okular::RenditionAction class 14 years ago
Tobias Koenig 4639ded310 Implement autostart support for movie annotations 14 years ago
Albert Astals Cid 83a052b3ac Revert 604187b7a3 and 258cd6562a 14 years ago
Albert Astals Cid 258cd6562a Core work for Reset Forms Action support 15 years ago
Pino Toscano c05523da2b fix #include paths in core headers to other core headers to be relative 15 years ago
Pino Toscano 5b1276dc57 Add for GotoAction the possibility to represent a named destination, instead of a viewport. 17 years ago
Pino Toscano db5ae37e1d extra ',' 18 years ago
Pino Toscano d249c2783b Add an action kind for executing a script when activated. 18 years ago
Pino Toscano 1d40b13d2b SVN_SILENT exclude more private stuff from the apidox 19 years ago
Pino Toscano eec1e88373 comment out the MovieAction, unexported and unimplemented 19 years ago
Albert Astals Cid 82fe777cc0 param changed name 19 years ago
Pino Toscano 106e96240c rename (almost) every ActionFoo class to FooAction 19 years ago
Pino Toscano 25b6b590b9 refactor the hierarchy of the provate classes to be much like Qt-ish (common d_ptr, d_func(), etc) 19 years ago
Pino Toscano 8a84833504 Link -> Action renaming. 19 years ago
Pino Toscano 5f21b15d99 Link -> Action renaming. 19 years ago
Pino Toscano f3e484082d Link -> Action renaming. 19 years ago
Tobias Koenig ac792e5c9c Fixed krazy issues 19 years ago
Tobias Koenig ea51ee18f5 Do a lot of include cleanups... we install all important 19 years ago
Pino Toscano feeeb50a73 QString -> const QString& 19 years ago
Tobias Koenig 9e0ccabb58 API cleanup 20 years ago
Tobias Koenig d2f9f04494 API cleanup 20 years ago
Pino Toscano cf33727105 Add the support for Sounds, links to sounds and opning/closing page actions (only in Page, not really working yet) 20 years ago
Tobias Koenig df7d144c10 Moved all classes in core/ into the 'Okular' namespace and removed 20 years ago
Albert Astals Cid 33848a3ee8 The big poppler commit, we now don't use poppler but poppler-qt4 frontend, and that is GOOD 20 years ago
Pino Toscano aca01f331f Support for visibility in oKular; oKular compiles and links, but it seems no plugins are found. 20 years ago
Albert Astals Cid 6987b83b6a a bit of porting area.h is giving me lots of problems 20 years ago
Piotr Szymanski d09fd28b89 - MERGE KPDF 3.5 CHANGES 21 years ago
Piotr Szymanski 34b8e28322 - Page/Link: tooltips for links backported 21 years ago
Albert Astals Cid fe9ef1d751 Link following in presentation mode. 21 years ago
Albert Astals Cid bdc00ae3f3 Correct the implementation of Quit link action 21 years ago
Enrico Ros e5ed6251a6 Implemented PDF:FullScreen and Close action to KPDF 'Presentation' and 21 years ago
Enrico Ros 93c1d3845d Implemented history (implementation is inside Document. actions (2) are in 21 years ago
Enrico Ros 3bf154b57d Viewport: fixes, setViewport( vp, id ) excludes id from the notified 21 years ago
Enrico Ros 6dd95c9e06 Viewport MOD 1. Implemented the DocumentViewport class, owned by Document. 21 years ago
Albert Astals Cid 59a06e7da7 KPDFLinkBrowse( QString url ) { m_url = url; } -> KPDFLinkBrowse( const QString &url ) { m_url = url; } 21 years ago