Ralf Habacker
c9be29cb14
backported win32 application icons from trunk
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=906555
17 years ago
Pino Toscano
d7a983af45
Backport SVN commit 903998 by bhards:
...
Protect against potential broken manifest files.
Fixes CID:4679 and CID:4680.
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=904612
17 years ago
Pino Toscano
033ed3a7a2
backport:
...
- open the temporary file name only after any option is set to it (fix crash when asking to print to pdf)
- close the file before sending it for printing, so we can be sure it is written as a whole
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=899240
17 years ago
Pino Toscano
6463172ae6
Backport: scan recursively for images in CBZ archives.
...
CCBUG: 178029
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=899137
17 years ago
Albert Astals Cid
c85959c8f1
Backport r898742 okular/trunk/KDE/kdegraphics/okular/shell/ (shell.cpp shell.h):
...
Update m_showMenuBarAction on the proper time
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=898743
17 years ago
Pino Toscano
70f73b6ec1
backport: fix logic error
...
CCBUG: 178028
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=898355
18 years ago
Pino Toscano
addcfcc34b
Backport: when moving annotations, consider just the rotation of their pages, and not also the page orientation.
...
CCBUG: 177598
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=898293
18 years ago
John Layt
dd7005833c
Backport from 4.2 of commit 897000 to fix Print to File for PDF, DVI and DJVU.
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=897005
18 years ago
John Layt
3f694b03d8
Backport from 4.2 of revision 895905.
...
Fixes to FilePrinter for Qt 4.4:
1) detectCupsService() finally works because QTCPSocket finally works.
Assumes Cups is on localhost:631 which is a compromise as Qt won't
even tell us if it is using Cups, let alone where Cups is.
2) Duplex printing obeys user selected option from dialog rather than
just guessing.
3) If custom page margins set then respect these
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=896270
18 years ago
Pino Toscano
0310696bc1
backport:
...
add the compressed versions of eps
CCBUG: 177516
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=896221
18 years ago
Pino Toscano
22e4e7ea8b
backport:
...
check whether the loading really suceeeded
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=896113
18 years ago
Pino Toscano
2bb7c673d8
bump versions for kde 4.1.4
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=895235
18 years ago
Albert Astals Cid
ff552335ff
Backport r894427
...
Try to fix again the inifite scroolbar loop
It's still to be improved because it gives you a uncentered page, but better a bit ugly than unusable
This fix will be in KDE 4.1.4
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=894428
18 years ago
Albert Astals Cid
b0575c89fa
Backport r894123
...
correctly restore m_showMenuBarAction status on startup
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=894124
18 years ago
Script Kiddy
516525cb19
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=891479
18 years ago
Pino Toscano
3f2c5c30c9
backport of SVN commit 890803 by pino:
...
add more checks against invalid viewports
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=890804
18 years ago
Pino Toscano
e4004942c2
backport:
...
When starting an incremental search, do not consider the start page "done" if there was a match in it.
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=890801
18 years ago
Pino Toscano
38fe9646a9
backport: reset the line edit palette when we get results
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=890792
18 years ago
Pino Toscano
97923d10a7
Backport:
...
Add VIM-like navigation (HJKL) in the content view.
Patch by Frederik Gladhorn, thanks!
CCBUG: 174647
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=890790
18 years ago
Pino Toscano
20a2aecec5
Backport of SVN commit 890775 by bhards:
...
Implement scale-down for images that would not otherwise fit
on the selected printed page format.
CCBUG:174447
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=890789
18 years ago
Pino Toscano
1a16e6e051
backport: calculate PS paper size more correctly when passed to poppler
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=885277
18 years ago
Pino Toscano
c2e4dca18c
backport:
...
recent files: do not add '-' (aka stdin) when reading a document from it
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=882132
18 years ago
Pino Toscano
f213bb1d0d
Backport: hack around the fact that CBR or CBZ documents can ahve the wrong extension.
...
CCBUG: 174701
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=882010
18 years ago
Script Kiddy
af576529d1
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=881005
18 years ago
Pino Toscano
55e5f2e608
bump version
...
Dirk, can you please backport it to the KDE 4.1.3 tag?
CCMAIL: mueller@kde.org
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=877985
18 years ago
Pino Toscano
829ffdb8d1
backport: be sure to close the file before sending it for printing
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=875560
18 years ago
Pino Toscano
68392b7956
Backport: do not ignore (white)spaces in the search query when searching within the text of a page.
...
Will be in KDE 4.1.3.
CCBUG: 172244
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=873278
18 years ago
Pino Toscano
3fecaaeeea
oups, accidental typo
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=872681
18 years ago
Script Kiddy
1052e18dac
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=872394
18 years ago
Pino Toscano
6a80bc6920
Switch from a KSelectAction to a KActionMenu+KAction's, so the actions of the "View Mode" submenu can have custom shortcuts (and placed in toolbars, etc).
...
CCBUG: 172661
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=870511
18 years ago
Pino Toscano
b94c38a7d7
Remove the "old" way of configuring the toolbars and just use the XMLGUI facilities.
...
This makes the toolbar editing safer.
CCBUGS: 168528, 171186
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=870503
18 years ago
Pino Toscano
f365bd4aad
consider annotBoundary as boundary *without* cropping to the requested limits
...
this should fix drawing problems with note, stamp, and geometric annotations
CCBUG: 160396
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=870165
18 years ago
Pino Toscano
43d39f37bc
Backport: select all the text when opening the find bar.
...
CCBUG: 172585
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=869969
18 years ago
Pino Toscano
77a06e44aa
backport: always deal with memory measures as ulonglong, this way systems with >4 GB of memory work for real now
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=867873
18 years ago
Pino Toscano
83078a2912
backport: do not forget to init m_maxAllocatedTextPages
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=867872
18 years ago
Script Kiddy
d0ef9c5899
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=867213
18 years ago
Pino Toscano
2994663818
backport: when no extension is set, assume png (fix the previous check)
...
reported by Fathi Boudra
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=866615
18 years ago
Pino Toscano
99ef0cdf46
bump versions
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=863717
18 years ago
Pino Toscano
b3bd5e0818
- make sure to properly unregister all the observers before the Document gets destroyed
...
- keep ownership of the "export as" menu, and check before manipulating its child widgets: avoid crashes in case the part widget is destroyed before the part is
both the problems discovered and debugged with the precious help of Armin Berres, thanks!
CCMAIL: trigger@space-based.de
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=863714
18 years ago
Pino Toscano
5e6c2feae4
do not use the specified widget as parent for the Document, but just keep it
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=863256
18 years ago
Pino Toscano
fb79991ef8
backport: read-only text fields should be read-only, not disabled
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=863236
18 years ago
Pino Toscano
6d8a4dc8d4
Make "fit to width" the default zoom level for new documents.
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=859446
18 years ago
Pino Toscano
677db64087
Backport: use the size as specified by the images, not a fake one.
...
CCBUG: 169592
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=855908
18 years ago
Pino Toscano
988de8f3cc
Backport: consider the orientation of TIFF documents.
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=855847
18 years ago
Rafael Fernández López
bf350c12fa
Backport rev 855382
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=855384
18 years ago
Burkhard Lück
1a989240e3
documentation backport fron trunk
...
svn path=/branches/KDE/4.1/kdegraphics/doc/okular/; revision=854903
18 years ago
Script Kiddy
6cea95eed2
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=854233
18 years ago
Rafael Fernández López
2cdb8ad6a5
Backport of rev 853433. Call to setupGUI after createGUI has been called
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=853444
18 years ago
Pino Toscano
ca66beaf48
bump versions
...
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=851326
18 years ago
Pino Toscano
dcb87dd97f
Backport: take into account relative links in pages, and resolve them correctly.
...
CCBUG: 169001
svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=850146
18 years ago