Albert Astals Cid
e0a0091d0c
Update the series file
15 years ago
Albert Astals Cid
858442781e
Fix cpp comments
15 years ago
Albert Astals Cid
5536d1b1aa
Apply and update 07-synctex_scanner_new_with_output_file-reset-mode.diff
15 years ago
Albert Astals Cid
31326a2cac
Apply and update 06-mingw-_synctex_error.diff
15 years ago
Albert Astals Cid
b822617454
Apply and update 05-fix-error-formats.diff
15 years ago
Albert Astals Cid
34a2f4605a
Apply and update 04-gcc-specify-printf-format.diff
15 years ago
Albert Astals Cid
5c2bb74538
03-fix-_synctex_scan_named.diff is fixed upstream
15 years ago
Albert Astals Cid
c07473792a
Apply and update 01-fix-win32-define.diff
15 years ago
Albert Astals Cid
fd9c8580d3
This patch is upstream now
15 years ago
Albert Astals Cid
c2287ecb37
Apply 00-disable-SYNCTEX_INLINE.diff
...
And update the diff itself to the new line location
15 years ago
Albert Astals Cid
e834ec57c9
Update to synctex 1.16
...
Does not compile :D
15 years ago
Ralf Habacker
debd7373d5
Optimized windows printing support by using renderToImage
15 years ago
Ralf Habacker
195c51e8f1
Enable print menu items in windows
...
BUGS: 190497
15 years ago
Script Kiddy
cfd881c2ee
SVN_SILENT made messages (.desktop file)
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
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
Pino Toscano
0507090d8c
pdf: abstractTextPage() does not use 'rot', so declare it unused
15 years ago
Pino Toscano
82313448fa
pdf: add prefix for poppler messages, silent warning
15 years ago
Pino Toscano
933ef384d7
pdf: claim support for the WWF file type
15 years ago
Pino Toscano
505139af31
generators: fix core #includes removing the okular prefix
15 years ago
Script Kiddy
84cc400fd0
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1231700
15 years ago
Script Kiddy
b815d7356d
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1231185
15 years ago
Script Kiddy
805a8e7f89
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1230986
15 years ago
Script Kiddy
64b8965b35
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1230852
15 years ago
Script Kiddy
1b38da667b
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1230663
15 years ago
Albert Astals Cid
57cdf76407
pdfdoc->page can return 0 protect against it
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1222775
15 years ago
Script Kiddy
6754fbd1c4
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1213671
15 years ago
Albert Astals Cid
537f2618bb
pipe poppler debug through kdebug
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1209701
15 years ago
Laurent Montel
28fff2c988
Install as programs
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1187515
16 years ago
David Faure
605c31e27c
Make executable the Type=Application .desktop files we install,
...
so that they can be used even from a KDE running in another prefix (http://markmail.org/message/4p3krovtnzwx35zd )
svn path=/trunk/KDE/kdegraphics/okular/; revision=1182571
16 years ago
Pino Toscano
14521f54a7
bump plugins versions to be in sync with kde 4.4 and, in case, consider more work being done
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1156088
16 years ago
Script Kiddy
34cef01317
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1150134
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
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
Script Kiddy
ff913d232f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1108213
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
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
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