Albert Astals Cid
ccbd55a036
don't look twice in the map
...
svn path=/trunk/playground/graphics/okular/; revision=606547
20 years ago
Pino Toscano
aeab3273cf
don't keep pointers to requests done that have been deleted
...
svn path=/trunk/playground/graphics/okular/; revision=606532
20 years ago
Pino Toscano
2a87f65ad4
fix sillyness
...
svn path=/trunk/playground/graphics/okular/; revision=606531
20 years ago
Tobias Koenig
76ea6f6564
The generator has to reswap the page height and width to create a pixmap
...
width default orientation
svn path=/trunk/playground/graphics/okular/; revision=606530
20 years ago
Tobias Koenig
893d6a4280
Missed this occurence of inkPaths which lead to a crash/assert...
...
svn path=/trunk/playground/graphics/okular/; revision=606525
20 years ago
Pino Toscano
a0d0f637cf
try to keep compatibility with poppler 0.5.x
...
svn path=/trunk/playground/graphics/okular/; revision=606385
20 years ago
Pino Toscano
318c381780
adapt to the recent core API changes
...
svn path=/trunk/playground/graphics/okular/; revision=606384
20 years ago
Tobias Koenig
a490cc0cd7
Add the following functionality:
...
* Bring QPixmap* back to make Albert happy ;)
* Store only one QPixmap per page/size and rotate it directly
* Rotate ObjectRects (boundary)
* Rotate Annotations (point coordinates)
* Don't reload pixmaps, ObjectRects and annotations on rotation
svn path=/trunk/playground/graphics/okular/; revision=606371
20 years ago
Pino Toscano
45fe1103c4
SVN_SILENT const
...
svn path=/trunk/playground/graphics/okular/; revision=606150
20 years ago
Pino Toscano
69e9777ad2
delete the page items when destroying the page view
...
svn path=/trunk/playground/graphics/okular/; revision=606143
20 years ago
Pino Toscano
c0ab6c7b88
properly delete it
...
svn path=/trunk/playground/graphics/okular/; revision=606112
20 years ago
Pino Toscano
4a40c3fd9f
fix the drawing artifacts when the review toolbar is placed in eg right or bottom position
...
svn path=/trunk/playground/graphics/okular/; revision=606106
20 years ago
Pino Toscano
0f4884e7fc
make the agg drawing routine take into account the opacity value for both pena dn brush color, and paint the ink annotation using also the specified opacity level
...
svn path=/trunk/playground/graphics/okular/; revision=606104
20 years ago
Pino Toscano
e5e7393e22
the opacity value applies also to the brush color
...
svn path=/trunk/playground/graphics/okular/; revision=606027
20 years ago
Pino Toscano
6fe91bae4d
usability: as the annotation tools can be used only in normal mode, switch to normal mode when the user choose to use them
...
svn path=/trunk/playground/graphics/okular/; revision=606026
20 years ago
Pino Toscano
44a69612ef
Make okular able to construct and display Geometric (Rectangle/Ellipse) Annotations.
...
Extended the annotation properties dialog to choose the type (rect/ellipse) or the color for the inner part.
Added a button in the review toolbar to construct a cyan ellipse.
svn path=/trunk/playground/graphics/okular/; revision=606023
20 years ago
Albert Astals Cid
73f0a7269d
resize the pageview widget when no doc is opened so the "gray" area expands
...
svn path=/trunk/playground/graphics/okular/; revision=606019
20 years ago
Pino Toscano
d3e6ffe673
fix error did in the previous commit
...
svn path=/trunk/playground/graphics/okular/; revision=606016
20 years ago
Albert Astals Cid
24651d3743
delete m_file when closing the documetn
...
svn path=/trunk/playground/graphics/okular/; revision=605995
20 years ago
Pino Toscano
8450a373a2
makeItCompile
...
svn path=/trunk/playground/graphics/okular/; revision=605993
20 years ago
Albert Astals Cid
9099fbecf7
Some krazy fixes
...
svn path=/trunk/playground/graphics/okular/; revision=605992
20 years ago
Pino Toscano
e955192030
make the pixmap optional in the PickPointEngine
...
svn path=/trunk/playground/graphics/okular/; revision=605990
20 years ago
Pino Toscano
4cb1a040c0
extend the property dialog for the highlight annotation, so it's possible to change the type of highlighting
...
svn path=/trunk/playground/graphics/okular/; revision=605982
20 years ago
Pino Toscano
33fb7d9eb5
add a black underline tool to the review toolbar
...
svn path=/trunk/playground/graphics/okular/; revision=605981
20 years ago
Pino Toscano
abb20bfe6c
black can be a valid color, so don't discard it when saving
...
svn path=/trunk/playground/graphics/okular/; revision=605980
20 years ago
Pino Toscano
bd1880e42d
less use of pointers; more const's
...
svn path=/trunk/playground/graphics/okular/; revision=605960
20 years ago
Pino Toscano
732b6e9c6e
use the return value of kprinter
...
svn path=/trunk/playground/graphics/okular/; revision=605939
20 years ago
Albert Astals Cid
a0a387b121
Fordward port kpdf changes about printing margins, a poppler from 1 minute ago is needed
...
svn path=/trunk/playground/graphics/okular/; revision=605937
20 years ago
Pino Toscano
c57405db8c
slightly improve the performances of RegularArea::simplify()
...
svn path=/trunk/playground/graphics/okular/; revision=605935
20 years ago
Pino Toscano
5a03c11e0a
better check that we've selected something
...
svn path=/trunk/playground/graphics/okular/; revision=605908
20 years ago
Pino Toscano
2cbf32906d
check that the target file exists
...
svn path=/trunk/playground/graphics/okular/; revision=605906
20 years ago
Pino Toscano
d40ea02787
Read almost completely the pdfsync information for a PDF, if available.
...
Unfortunately, I have no source file for the pdfsync files I have, so maybe there could be some problems.
Feedback is welcome.
svn path=/trunk/playground/graphics/okular/; revision=605905
20 years ago
Pino Toscano
7c2aac01d5
#include not needed
...
svn path=/trunk/playground/graphics/okular/; revision=605786
20 years ago
Pino Toscano
274469dae8
Almost complete support for inverse search within okular.
...
THe system generally works; what is missing is a good activating strategy (added in TODO - our usability expert is working on that), and a GUI to configure the editor.
The DVI backend was adapted to use this new feature.
(The PDF backend will use it soon.)
svn path=/trunk/playground/graphics/okular/; revision=605708
20 years ago
Albert Astals Cid
0266470364
*** applying this patch ***
...
trunk/KDE/kdegraphics/kghostview/dscparse.cpp
SVN commit 605597 by mueller:
- fix off-by-one issue during parsing certain ps files
svn path=/trunk/playground/graphics/okular/; revision=605672
20 years ago
Laurent Montel
8fa5bcb761
Don't try to use pkgconfig under windows
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=605631
20 years ago
Tobias Koenig
eba7da2a4a
Prevent crash if fileName is empty
...
svn path=/trunk/playground/graphics/okular/; revision=605630
20 years ago
Tobias Koenig
6c53e576b6
Add support for printing of TIFF documents
...
svn path=/trunk/playground/graphics/okular/; revision=605625
20 years ago
Tobias Koenig
07167f1e24
SVN_SILENT code cleanup
...
svn path=/trunk/playground/graphics/okular/; revision=605624
20 years ago
Pino Toscano
4f305424bc
read the annotations only once, ie when loading the pages
...
svn path=/trunk/playground/graphics/okular/; revision=605455
20 years ago
Pino Toscano
0d7f4d49d2
adapt to the recent poppler-qt4 changes, and maintain the compatibility with poppler 0.5.x
...
svn path=/trunk/playground/graphics/okular/; revision=605210
20 years ago
Tobias Koenig
57a240aca8
Replace cropImageOnImage by a simple QImage::copy()
...
svn path=/trunk/playground/graphics/okular/; revision=605194
20 years ago
Tobias Koenig
1479a6d28c
Small speed up patch, caches the value of getFreeMemory for 2 seconds,
...
that reduces the access of /proc/meminfo.
svn path=/trunk/playground/graphics/okular/; revision=605189
20 years ago
Tobias Koenig
a6fc833662
SVN_SILENT Code cleanup
...
svn path=/trunk/playground/graphics/okular/; revision=605153
20 years ago
Tobias Koenig
a70a0dea7f
Removed debugging code...
...
Tip of the Day:
You can use the following code to do time measurement the Qt way...
QTime time;
time.start();
// do the time consuming action
qDebug( "%d ms elapsed", time.elapsed() );
svn path=/trunk/playground/graphics/okular/; revision=605151
20 years ago
Leandro Emanuel López
6c65a2cdb5
activate the item's link title if installed.
...
svn path=/trunk/playground/graphics/okular/; revision=604940
20 years ago
Aaron J. Seigo
77932c92dd
two small changes, passed by pintoree on irc:
...
- render the viewed rect area in the thumbnail a bit more elegantly
- Render Mode -> View Mode ... "render" is geekanese, "view" is proper luserian
svn path=/trunk/playground/graphics/okular/; revision=604731
20 years ago
Leandro Emanuel López
c8db3ae9c4
Set the NewStuffDialog window title and when a item is installed one click open the PDF.
...
svn path=/trunk/playground/graphics/okular/; revision=604730
20 years ago
Pino Toscano
e073834781
change the service type of the text-to-speech service, as per recent changes
...
svn path=/trunk/playground/graphics/okular/; revision=604486
20 years ago
Pino Toscano
3cf64048d7
updates
...
svn path=/trunk/playground/graphics/okular/; revision=604320
20 years ago