Albert Astals Cid
9d805df013
Double click selects words
...
BUGS: 187347
FIXED-IN: 4.9,0
14 years ago
Guillermo A. Amaral B
592c0c1611
Allow PDF Generator to handle embedded movies
14 years ago
Albert Astals Cid
bf47b97cc2
Do not return 0 in getFreeMemory for the first two seconds
14 years ago
Albert Astals Cid
4d8ba36488
Add greedy preloading option
...
Based on a patch by Sebastian Rose <s.rose@semkath.de>
REVIEW: 103129
BUGS: 184196
14 years ago
Albert Astals Cid
3e3a504d3c
Allow the renaming of bookmark "parent" items (i.e. file names)
...
Patch heavily inspired on a patch by Constantin Serban-Radoi <costashsrc@gmail.com>
14 years ago
Albert Astals Cid
bd6219327f
Update version for 4.8.1
14 years ago
Albert Astals Cid
d34bc7f263
Do not cache end() of a QList you are removing stuff from...
...
...makes it crash :D
BUGS: 294633
FIXED-IN: 4.8.1
14 years ago
Albert Astals Cid
04716f9fd1
Do not cache end() of a QList you are removing stuff from...
...
...makes it crash :D
BUGS: 294633
FIXED-IN: 4.8.1
14 years ago
Albert Astals Cid
12ab23e631
Add a note why we can't use rightRef
14 years ago
Albert Astals Cid
d6c1ead1b0
More small adaptations
14 years ago
Albert Astals Cid
e74894ce94
Put duplicate code in a function
14 years ago
Albert Astals Cid
7825e4c545
Fix stuff for a better merge
14 years ago
Mohammad Mahfuzur Rahman Mamun
92e3c16066
all len-1 are replaced with str.endsWith
14 years ago
Mohammad Mahfuzur Rahman Mamun
0c02a163ea
Some minor changes and cleanup of Backward textfind
14 years ago
Albert Astals Cid
cc3d80dc33
bump devel version to 0.14.80
14 years ago
Albert Astals Cid
81c5c540df
Update versions for KDE 4.8
...
(cherry picked from commit 51a77e6a51 )
14 years ago
Albert Astals Cid
51a77e6a51
Update versions for KDE 4.8
14 years ago
Mohammad Mahfuzur Rahman Mamun
9afba5c75d
Some textfind change
14 years ago
Mohammad Mahfuzur Rahman Mamun
1dd139736f
both forward and backward find implemented and tested a bit
14 years ago
Mohammad Mahfuzur Rahman Mamun
f6a3ccf8b5
some printinfo and unnecessary comments has been removed
14 years ago
Mohammad Mahfuzur Rahman Mamun
7062308214
textfind with hyphenation working - simple test with pdf and djvu done
14 years ago
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
Albert Astals Cid
428d2412bd
Remove the need for the hash so we can map back from words to characters
...
This is needed because sometimes the hash had collissions and make it impossible to know which character we had to put back
Now we just keep the word and the characters together in the same class and it is much easier to correlate them
Also the code gets much more simplified and less new/delete are needed
This fixes the crash in 287138
I am still concerted that we use the page width and height in TextPagePrivate::correctTextOrder, but that should not cause crashes, at most some misplacements of very small text
14 years ago
Albert Astals Cid
972b514c21
Rework makeAndSortLines to return a list of qpairs instead of two lists
14 years ago
Albert Astals Cid
ad79f60045
entRect is const
14 years ago
Albert Astals Cid
2776b11276
Move the invocation of makeAndSortLines inside calculateStatisticalInformation
14 years ago
Albert Astals Cid
476e21e440
declare j and k in the for loop definition
14 years ago
Albert Astals Cid
b055d659b0
Simplify the code
...
TextPagePrivate::correctTextOrder was running makeAndSortLines + calculateStatisticalInformation to calculate the tcx, tcy
to pass it to XYCutForBoundingBoxes and then in XYCutForBoundingBoxes we were doing the same but just for when countLoop was not 0, thus
if we remove the first code and remove the check for countLoop being not 0 we end up with the same behaviour
14 years ago
Albert Astals Cid
d49894b9d2
the list does not change -> const
14 years ago
Albert Astals Cid
d704dd1ecd
const + spacing fixes
14 years ago
Albert Astals Cid
8d7c2b2ce1
Make the function const to signal it does not change anything in the object
14 years ago
Albert Astals Cid
e8c7e8aa13
Do what the comment says
14 years ago
Albert Astals Cid
446838c080
< > -> !=
...
I can read it better
14 years ago
Albert Astals Cid
7a4c56dda5
Improve spacing/style
14 years ago
Mohammad Mahfuzur Rahman Mamun
aa5128630c
Little Experiment for pdf
15 years ago
Albert Astals Cid
689f6507d3
Avoid searching three times in the hash
15 years ago
Albert Astals Cid
99b3906560
Move the calculation of the key to a single place
...
Removes the problem of changing it in one placea and not in the other
15 years ago
Albert Astals Cid
5a48a4aab9
Fix crash due to new text algorithm
...
When there are two entities with the same key, do not only check for
are but also for text to be matching
15 years ago
Albert Astals Cid
5ec4c069f0
Add @since markers
15 years ago
Michel Ludwig
d7e116f2d7
Move the definition of the 'EmbedMode' enum to 'part.h'
15 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
a823df5c8f
Some more changes according to the review.
15 years ago
Jiri Baum
412e3e739e
table selection tool - semi-automatic dividers
...
BUGS: 283440
REVIEW: 102788
15 years ago
Albert Astals Cid
405bd75a1a
add a property with the page number
...
deliverately not documented since we don't want others to use it
15 years ago
Albert Astals Cid
880dae2e19
Add a way to rename the current page bookmark from the menu
...
Comes with some api additions to bookmarkmanager
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
Albert Astals Cid
d41f230123
Move correctTextOrder to TextPagePrivate
15 years ago
Michel Ludwig
d29099b39c
Only activate a subset of the available features when the part is launched in viewer mode.
...
In viewer mode the part will now use a different XML GUI file (part-viewermode.rc).
Also, some actions won't be created, e.g. those used for exporting stuff, for
launching presentation mode, or for selecting parts of the document. The captions
of the configuration dialogs also contain the word 'viewer' then.
15 years ago
Michel Ludwig
0e29008150
Initial commit of the 'ViewerInterface' and of a first implementation.
15 years ago