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
Albert Astals Cid
c769593ecd
Fix Messages.sh
14 years ago
Bogdan Cristea
7ce6990098
Separate settings in core and non core
...
Will make it easier to make separate apps based on the core in the future
Note this will most probably break your settings if you are not running a very up to date kdelibs (4.9 or 4.10)
so be careful on updating
REVIEW: 104947
14 years ago
Marco Martin
6041b31e43
go to exact bookmark point if possible
14 years ago
Marco Martin
6de4500fd1
bookmarkPosition function
14 years ago
Marco Martin
f59404ed02
expose complete url
14 years ago
Aaron Seigo
e82ee0f7e3
set an interval on the timer
14 years ago
Aaron Seigo
11bb8c0a7d
avoid some redraws
14 years ago
Aaron Seigo
863e34dc7a
put the thumbnail setting into PageItem as bookkeeping is helpful here
14 years ago
Aaron Seigo
973e9a28b8
fix off by one -> page is zeroth counted, number of pages obviously starts at 1
14 years ago
Aaron Seigo
6da814a022
don't clear prior requests when requesting thumbnails
...
this fixes the "some thumbnails don't show up" bug :)
14 years ago
Marco Martin
9b10c87bd4
remove custom parsing of bookmark url
14 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
a69ba957c9
remove the copy of tocmodel
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
0934b778b1
use the version of PagePainter from ui
14 years ago
Marco Martin
475bbe8556
document properties
14 years ago
Marco Martin
4fe74b2294
add translation catalogs
14 years ago
Marco Martin
0fb9fa57b2
count property for tableOfContents
...
disable tab when there is no toc
14 years ago
Marco Martin
8196b9db28
sort bookmark list
...
connect to the right signal
14 years ago
Marco Martin
adabbf5fb5
api for setting/unsetting bookmarks
14 years ago
Marco Martin
e5a77cc8c7
read only access to bookmarks
14 years ago
Marco Martin
407921c33e
updates decoration
...
still buggy
14 years ago
Marco Martin
2c87caaed3
book look for the table of contents
14 years ago
Marco Martin
9c000ce8b1
add a model for the table of contents
...
todo: license issues
14 years ago
Aaron Seigo
a1ec69a146
only paint the exposed area
14 years ago
Aaron Seigo
2119bb4e02
try to limit pixmap requests
14 years ago
Aaron Seigo
4c17d117b0
Revert "only repaint on things the app cares about"; turns out pagepainter does care about all changes
...
This reverts commit ac5c4364b7 .
14 years ago
Aaron Seigo
ac5c4364b7
only repaint on things the app cares about
14 years ago
Aaron Seigo
c6ad83e189
m_pixmap is no longer necessary either
14 years ago
Aaron Seigo
8a9d9a54a8
and yet more repaints go bye-bye
14 years ago
Aaron Seigo
b59578a149
and now i get actual content on the screen
14 years ago
Aaron Seigo
5c5b9deec8
if the painter is already AA'd, don't save/restore painter state
14 years ago
Aaron Seigo
a92af5b5a4
reset the page pointer when the document changes
14 years ago
Marco Martin
abca7780ad
try to cache the rendered page to see if zooming speed improves
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
0182af8c2f
remove negative margins
14 years ago
Marco Martin
0e1b49e83c
add a license
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