Albert Astals Cid
83a052b3ac
Revert 604187b7a3 and 258cd6562a
...
I did not have time to finish the poppler work and even if this will probably be good for using the poppler work, this adds new API and I don't want to commit to this since having a proper look at making it work
Sorry i failed to fulfill my promise
14 years ago
Michel Ludwig
00b01aa987
Add method 'setLastSourceLocationViewport( const Okular::DocumentViewport& vp )' to PageView
...
Undo changes to the class 'DocumentViewport'.
15 years ago
Michel Ludwig
2fd4100cbd
Coding style fixes
15 years ago
Michel Ludwig
e8e0237ca0
Add the possibility to show sources location graphically on the rendered pages.
...
Note that currently the rotation of pages is not taken into account as one still has
to find a unique way of handling this.
15 years ago
Michel Ludwig
0e29008150
Initial commit of the 'ViewerInterface' and of a first implementation.
15 years ago
Albert Astals Cid
258cd6562a
Core work for Reset Forms Action support
...
Heavily inspired in Guillermo Amaral patches
CCMAIL: gamaral@kde.org
15 years ago
Mohammad Mahfuzur Rahman Mamun
1b8e1fc436
all files other than textpage.cpp has been changed necessarily
15 years ago
Mohammad Mahfuzur Rahman Mamun
10b11903c2
Removal of black selection for epub or odt is working with some problem
15 years ago
Mohammad Mahfuzur Rahman Mamun
929e4b6a0e
Removed some double selection Problem
15 years ago
Montel Laurent
f9f65979f5
Normalize signals/slots
15 years ago
Kevin Kofler
e001fbab55
Fix landscape documents getting printed in portrait format if "Landscape" is selected in the print dialog (the default).
...
Partly based on a patch by Falk from KDE bug #181290 .
BUG: 181290
REVIEW: 101513
15 years ago
Mohammad Mahfuzur Rahman Mamun
4c4f6c1c7c
text selection code moved to Page::setTextPage from Document::requestTextPage
15 years ago
Mohammad Mahfuzur Rahman Mamun
1bbb192fce
added spaces between words ... looking very bad though ... will be solved later
15 years ago
Mohammad Mahfuzur Rahman Mamun
8eda44b435
crash in makeword removed
15 years ago
Mohammad Mahfuzur Rahman Mamun
4c5d844e28
Find word spacing and column spacing
15 years ago
Mohammad Mahfuzur Rahman Mamun
27d0f2f8c6
create and sort lines by y overlap first and then according to x ordering
15 years ago
Mohammad Mahfuzur Rahman Mamun
2eb5f270fd
three functions added in textpage
15 years ago
Mohammad Mahfuzur Rahman Mamun
57db9f4c19
textSelection according to the TextList seems to work fine -- tested with some pdfs
15 years ago
Mohammad Mahfuzur Rahman Mamun
3798bd7398
primary text selection for more than one columns -- have problem if start or end is in empty space
15 years ago
Myreal Name
2149fb46ef
Another message
15 years ago
David Palacio
db7d8ff608
Test if the file is readable if it is a regular file.
...
*REVIEW: 6667
svn path=/trunk/KDE/kdegraphics/okular/; revision=1230523
15 years ago
Pino Toscano
96ae09cfde
ignore setViewport() for page numbers out of the document
...
CCBUG: 266133
svn path=/trunk/KDE/kdegraphics/okular/; revision=1220028
15 years ago
Pino Toscano
40d20ca58d
in each page, add a pointer to the owner document
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1217914
15 years ago
Albert Astals Cid
6f3667b9d7
forwardport r1216334 okular/branches/KDE/4.6/kdegraphics/okular/core/document.cpp:
...
use prettyUrl to get a prettier url
svn path=/trunk/KDE/kdegraphics/okular/; revision=1216336
15 years ago
Albert Astals Cid
fab89241b2
Implement memory functions for freebsd
...
Patch by Alberto Villa
BUGS: 218418
svn path=/trunk/KDE/kdegraphics/okular/; revision=1207422
15 years ago
Pino Toscano
ba0dd22f71
when archiving, resolve the symlink if the document path is that
...
CCBUG: 245243
svn path=/trunk/KDE/kdegraphics/okular/; revision=1161859
16 years ago
Albert Astals Cid
4e551e6867
Improve error message
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1148688
16 years ago
Albert Astals Cid
25f95bbc9f
duplicate code is evil
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1115314
16 years ago
Albert Astals Cid
3583f6010a
move from virtual to slot to not kick ABI in the nuts
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1114947
16 years ago
Albert Astals Cid
0f0cacd63a
add a way to generators give a bit more info of why printing failed
...
and implement it in the pdf generator, others welcome to implement the function
for other generators
svn path=/trunk/KDE/kdegraphics/okular/; revision=1114944
16 years ago
Glen Kaukola
45c82f8636
Krazy: Check for spelling errors
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1110329
16 years ago
Pino Toscano
7a88256b35
use abs() before comparing to the current time, otherwise the comparison will always fail when the midnight passes
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1105306
16 years ago
Albert Astals Cid
667e07a343
setAttribute with doubles is evil as it uses the current locale and we don't want that, use QString::number
...
BUGS: 211990
svn path=/trunk/KDE/kdegraphics/okular/; revision=1050633
17 years ago
Albert Astals Cid
b9d749bc0d
Commit "Document information" patch by Luigi Toscano, 8 months without a nack from any devel and i like it, so let's commit it
...
Luigi's mail says
********
The attached patch changes a bit the handling of document informations
and the informations shown in the info page.
- document path is added to the information and a button allows you to
toggle between to file name (default) and the complete path;
- the number of the page is added to the information set by
documentInfo() and not by the properties dialog (so the latter will not
modify datas);
- the order of the information shown is the fixed now (see
orderedProperties).
*********
Then there are a few things of my own since some const here and there and adding three values to Key enum
Also it fixes wish 208999
BUGS: 208999
svn path=/trunk/KDE/kdegraphics/okular/; revision=1049872
17 years ago
Albert Astals Cid
4041eb7f5b
empty the pixmaps queue stack before doing the loop waiting for executing pixmap requests to empty, otherwise a single shot timed call to sendGeneratorRequest can kick us in the back cause bad things to happen, ranging from crashes to the app waiting forever in the loop
...
Patch provided by pino and tested by me
BUG: 212066
svn path=/trunk/KDE/kdegraphics/okular/; revision=1047671
17 years ago
Albert Astals Cid
a79fe451fd
check the search we are doing is still alive, otherwise doesn't make sense to keep on doing it and even more doing so might make us crash
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1045410
17 years ago
Albert Astals Cid
0b1124c4a8
do not accept new pixmap requests if we are shutting down
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1041420
17 years ago
Albert Astals Cid
10ba02cbd5
in case we have a new enough poppler give a better error message when we can't save files with /Encrypt
...
BUGS: 208119
svn path=/trunk/KDE/kdegraphics/okular/; revision=1037771
17 years ago
Pino Toscano
90074bef90
check the actual mime type names and not their pointers
...
BUG: 210882
svn path=/trunk/KDE/kdegraphics/okular/; revision=1037414
17 years ago
Albert Astals Cid
27830a988e
Add a [hidden] config option to set hinting to fonts
...
Defaults to disabled
Made the dvi and pdf backends honor the hinting setting
svn path=/trunk/KDE/kdegraphics/okular/; revision=1032936
17 years ago
Albert Astals Cid
b55024cfd7
Do not start a search if it's already running
...
BUGS: 203142
svn path=/trunk/KDE/kdegraphics/okular/; revision=1009822
17 years ago
Armin Berres
555cb3c9a1
add synctex support for pdf files
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1003016
17 years ago
Pino Toscano
df230edd3a
fix signal/slot connection
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=990840
17 years ago
Pino Toscano
b2472bef0d
check that the rotation page notification really refers to a page of a document
...
fixes crash when rotating documents opened in one of more than one okular tabs in konqueror
svn path=/trunk/KDE/kdegraphics/okular/; revision=989681
17 years ago
Pino Toscano
dc7583eb8b
Add the concept of "next destination" next to the "next viewport" one.
...
This allows a resolution, if set, of that named destination when opening a document.
CCBUG: 192032
svn path=/trunk/KDE/kdegraphics/okular/; revision=967542
17 years ago
Pino Toscano
42afd676d9
handle relative file names in source reference links correctly
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=942963
17 years ago
Pino Toscano
4d48c59a34
now that we have a small "progress" animation next to the search line edit in the find bar, there's no need for the "searching for ..." dialog
...
feedback about this new "notification" is much welcome
CCBUG: 155858
svn path=/trunk/KDE/kdegraphics/okular/; revision=926301
17 years ago
Patrick Spendrin
3330a5f992
fix crash in okular - forward port r923029
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=923031
17 years ago
Pino Toscano
e449fd1ef0
on document closing, clear the fifo with allocated text pages
...
(fixes potential crash because of references to potentially non-existing pages in the next open document)
svn path=/trunk/KDE/kdegraphics/okular/; revision=923020
17 years ago
Pino Toscano
3b905e3cf4
undefine the internal macros at the end
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=908738
17 years ago