Yuri Chornoivan
5478b2ec92
Fix minor typos
7 years ago
Yuri Chornoivan
39b6e8147d
Fix minor EBN issues
8 years ago
Aleix Pol
cf4bb5e3b1
Android: Make it possible to associate with files
...
Summary:
Put the file into a file descriptor and open this file descriptor.
Just application/pdf for now.
Test Plan: opened some documents on my phone
Reviewers: #okular, aacid, mart
Reviewed By: mart
Subscribers: okular-devel
Tags: #okular
Differential Revision: https://phabricator.kde.org/D12770
8 years ago
Kevin Funk
a53a2402ca
clang-tidy: modernize-use-nullptr run
...
Semi-ACK'd by Albert :)
9 years ago
Albert Astals Cid
4072eb0c3a
Add override
9 years ago
Marco Martin
8d8665582c
toolbar to open sidepanels
...
fix bookmarks management
11 years ago
Marco Martin
5ba5e2189c
rename from active to mobile
11 years ago
Montel Laurent
3102cd8665
Add explicit
11 years ago
Marco Martin
78d8b1f605
port the QML part
...
works correctly when a filename is fixed
still to port the c++ app part
11 years ago
Albert Astals Cid
541650a4f4
Remove the concept of observer/view id
...
Just use the pointer as id :-)
This is BIC and SIC, increase the soversion now to makes sure we don't forget in the future
Patch based in an earlier patch by Bogdan Cristea <cristeab@gmail.com>
REVIEW: 109115
13 years ago
Marco Martin
08303618d1
okmarks also for document
...
Please enter the commit message for your changes. Lines starting
14 years ago
Marco Martin
ae5ddd097c
support bookmarks with complete viewport
14 years ago
Marco Martin
d52118dc7e
use okular settings to decide document title
14 years ago
Marco Martin
cbe00442f5
relicense to gpl as the rest of okular
14 years ago
Marco Martin
475bbe8556
document properties
14 years ago
Marco Martin
e5a77cc8c7
read only access to bookmarks
14 years ago
Marco Martin
9c000ce8b1
add a model for the table of contents
...
todo: license issues
14 years ago
Marco Martin
4c7e1e50d3
include core files locally
...
they are not installed yet
14 years ago
Marco Martin
57311442b1
property that tells if the doc supports search
14 years ago
Marco Martin
c8d078b1fd
correctly restore the last viewed page
14 years ago
Marco Martin
97222282a9
basic search support
14 years ago
Marco Martin
68f32efab8
switch my files to lgpl
...
pagepainter is still problematic, shouldn't be duplicated anymore
14 years ago
Marco Martin
fd84427cc4
add a declarative plugin
...
two components:
Document, represents an Okular::Document
Page: represents an Okular::Page, once connected to a Document can display a single page
14 years ago