Script Kiddy
829f5d7c51
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1141647
16 years ago
Script Kiddy
59eec2c961
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1139821
16 years ago
Script Kiddy
2ae4b74ca6
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1135864
16 years ago
John Layt
b30305b668
Enable Current Page option in Okular print dialog if running Qt >= 4.7
...
Changed exported api so cc: to bindings.
CCMAIL: kde-bindings@kde.org
CCBUG: 194586
svn path=/trunk/KDE/kdegraphics/okular/; revision=1134379
16 years ago
Albert Astals Cid
95212a30b4
Accessing pdfdoc needs to hold the lock
...
BUGS: 240549
svn path=/trunk/KDE/kdegraphics/okular/; revision=1134257
16 years ago
Pino Toscano
4612649647
synctex_scanner_new_with_output_file: reset the io_mode to read before trying to read again
...
synctex_scanner_new_with_output_file() tries first to open the file in an
"unquoted mode"; if it fails, it tries again quoting the file name.
During the first attempt, the synctex_io_mode_t is passed as pointer and it
can be incremented, making the second attempt start from "rb" instead of "r".
The easiest solution is to reset the io_mode before doing the second open
attempt.
Bug seen, analyzed and patched by Albert Astals Cid.
svn path=/trunk/KDE/kdegraphics/okular/; revision=1132526
16 years ago
Pino Toscano
bc6b4978be
Update the SyncTeX parser from 1.6 to 1.9.
...
Also update the patches we carry:
- new 00-fix-__synctex_open-declaration.diff: fix a misplaced function declaration
- new 00-disable-SYNCTEX_INLINE.diff: disable SYNCTEX_INLINE on !MSVC, to avoid compiling issues
- remove 02-fix-_synctex_error.diff: code is already present in SyncTeX
- refresh 01-fix-win32-define.diff, 03-fix-_synctex_scan_named.diff, 04-gcc-specify-printf-format.diff, 05-fix-error-formats.diff
svn path=/trunk/KDE/kdegraphics/okular/; revision=1129764
16 years ago
Script Kiddy
7b4be4f08a
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1121394
16 years ago
Luigi Toscano
2bacaf9e14
New method to get the proper PrintError from the printFile* return value
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1115578
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
Albert Astals Cid
252d27eace
remove this return, otherwise we don't close the temporary file
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1114940
16 years ago
Albert Astals Cid
f3edf3d5a9
passwords are entered, not inserted
...
BUGS: 234322
svn path=/trunk/KDE/kdegraphics/okular/; revision=1114843
16 years ago
Albert Astals Cid
9d01ff3ff7
move to the correct mimetype name
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1111797
16 years ago
Glen Kaukola
122fab0eee
Krazy: Check single-char QString operations for efficiency.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1110335
16 years ago
Glen Kaukola
824a620d7a
Krazy: Check for C++ ctors that should be declared 'explicit'.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1110334
16 years ago
Glen Kaukola
45c82f8636
Krazy: Check for spelling errors
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1110329
16 years ago
Tobias Koenig
d8410c7eac
Ignore links to local anchors that do not exist in the
...
document.
BUG: 217135
svn path=/trunk/KDE/kdegraphics/okular/; revision=1109502
16 years ago
Script Kiddy
ff913d232f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1108213
16 years ago
Glen Kaukola
6623fcd4d8
Fix for the dvi generator issue with .eps files that have non-latin characters in the path.
...
Fix only in KDE > 4.5.
BUG: 228551
svn path=/trunk/KDE/kdegraphics/okular/; revision=1107836
16 years ago
Harsh Chouraria J
136e077f64
For Okular's Comic Book backend (.cbr files):
...
* Add support for the 'rar' executable, since some distros seem to use it.
BUG:232061
svn path=/trunk/KDE/kdegraphics/okular/; revision=1107586
16 years ago
Script Kiddy
3464f68c55
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1095460
16 years ago
Pino Toscano
d091beab16
allow TIFF files
...
BUG: 227784
svn path=/trunk/KDE/kdegraphics/okular/; revision=1093114
16 years ago
Script Kiddy
bf36e688a5
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1085570
16 years ago
Pino Toscano
d0615f7286
missing comma
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1082055
16 years ago
Pino Toscano
733aa17828
force 72x72 DPI as well in trunk
...
had no time to investigate the issue with some multiscreen configurations, so until more investigation is done, use that values
BUG: 204864
svn path=/trunk/KDE/kdegraphics/okular/; revision=1082032
16 years ago
Pino Toscano
2b1c2202a6
bump plugins versions to be in sync with kde 4.3 and, in case, consider more work being done
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1082022
16 years ago
Luigi Toscano
58d3df0cf3
Remove useless checks "foo!=0" before executing "delete foo"
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1079226
16 years ago
Luigi Toscano
a1d64f2944
Fix memory leak: properly release each allocated element of characterBitmaps
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1079217
16 years ago
Luigi Toscano
dd912f70a0
DVI generator is finally Q3Support-free \o/
...
Thanks to all the people that helped with the porting.
svn path=/trunk/KDE/kdegraphics/okular/; revision=1077799
16 years ago
Luigi Toscano
4232a6c5fc
QIODevice::Offset -> qint64
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1077797
16 years ago
Luigi Toscano
3329a8cd2b
Q3IntDict->QHash (various font tables)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1077795
16 years ago
Luigi Toscano
201216da37
Q3IntDict->QHash (ghostscript_interface::pageList)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1077793
16 years ago
Luigi Toscano
5bbafc9888
Q3MemArray -> QVector
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1077790
16 years ago
Luigi Toscano
867ad703e6
TPIC_path does not make use of any Q3PointArray specific
...
methods; it is in fact a simple QPolygon, so Qt3--.
svn path=/trunk/KDE/kdegraphics/okular/; revision=1076100
16 years ago
Luigi Toscano
e285cd125f
Q3Dict->QHash
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1075707
16 years ago
Harsh Chouraria J
da899f862e
FEATURE:204195
...
Add support for application/x-cbt filetypes using KArchive/KTar support. All kinds of tar (.cbt) files
should now be supported. Changed appropriate .desktop files to detect as well.
svn path=/trunk/KDE/kdegraphics/okular/; revision=1072400
16 years ago
Harsh Chouraria J
f5bbebd879
Generalize the code for KArchive support instead of using KZip directly. This will be helpful in
...
adding other supported formats, such as Tar. (Review ticket: 2181)
svn path=/trunk/KDE/kdegraphics/okular/; revision=1072399
16 years ago
Albert Astals Cid
835bdb8af2
commit improvement to the location of synctex thingies by Jochen Trumpf
...
CCBUG: 205084
svn path=/trunk/KDE/kdegraphics/okular/; revision=1072189
16 years ago
Albert Astals Cid
edd82d80c6
Make sure resolution is not inf
...
Fixes part of bug 205084
CCBUG: 205084
svn path=/trunk/KDE/kdegraphics/okular/; revision=1072172
16 years ago
Albert Astals Cid
f12bd0a942
remove const_cast eeeeeeeeeek
...
that wasn't even necessary eeeeeeeeeeeeek2
svn path=/trunk/KDE/kdegraphics/okular/; revision=1071422
16 years ago
Albert Astals Cid
d0d70242d0
increase text alpha bits to 4 as it's known to improve quality quite a bit
...
BUGS: 221402
svn path=/trunk/KDE/kdegraphics/okular/; revision=1070544
16 years ago
Albert Astals Cid
6e881ebe8d
First batch of fixes for fordward search, actually read it from the destination
...
Patch by Jochen Trumpf
svn path=/trunk/KDE/kdegraphics/okular/; revision=1067050
16 years ago
Script Kiddy
ed49bc455a
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1066903
16 years ago
Script Kiddy
c2390f3197
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1065022
16 years ago
Allen Winter
5e8008f650
tiny improvement to the macro_log_feature message for zlib
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1061613
17 years ago
Script Kiddy
9f6f5a3947
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1060240
17 years ago
Script Kiddy
d819d858bd
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1053122
17 years ago
Luigi Toscano
1f548c29b6
Activate support for DVI font information in the document properties dialog.
...
This is one of the few KDVI features that was still missing from DVI
generator.
The most important informations from the now-removed fontPool::status()
method are shown.
svn path=/trunk/KDE/kdegraphics/okular/; revision=1052192
17 years ago
Luigi Toscano
4fbb5676c1
Add support for DVI fonts (TeX font type) to FontInfo, as they can not mapped
...
to the existing ones.
Remove human-readable descriptions of fonts from TeXFontDefinition, this is
something that belongs to the PropertiesDialog.
svn path=/trunk/KDE/kdegraphics/okular/; revision=1052191
17 years ago