Yuri Chornoivan
3b73357d2f
Fix some typos found by Krazy2
13 years ago
Fabio D'Urso
a7cb8e1d3c
Compile with Poppler < 0.20
...
I had added this special case because Poppler < 0.20 stored garbage
in the DOM node corresponding to inplaceText (but good data in contents).
This code copied the good value into inplaceText, so that our UI code,
which used to show the user what it read from inplaceText, showed the
good value instead.
Now that Okular only has contents, this special handling is no longer
needed.
13 years ago
Jon Mease
2ae9e58bb4
Merge window.text, contents and inplaceText annotation properties
...
BUG: 319442
REVIEW: 110391
13 years ago
Yury G. Kudryashov
3e976b620f
Fixup for e37c43b189
...
Use QFile::decodeName() instead of QString::fromLocal8Bit() as suggested by
André Wöbbeking a couple of days after commit.
13 years ago
David Faure
155312269b
Remove erroneous double-quotes around %c in Exec line
13 years ago
Script Kiddy
cbc693b664
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
583fc0d81f
SVN_SILENT made messages (.desktop file)
13 years ago
Albert Astals Cid
3f3f82afa1
Fix my email address
13 years ago
Script Kiddy
b23f5037df
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
0b17013be3
SVN_SILENT made messages (.desktop file)
13 years ago
Chusslove Illich (Часлав Илић)
9307953355
Renamed dummy extraction file rc_okular_poppler.cpp to usual rc.cpp.
...
When special dummy file name is used, it needs to be listed in
the l10n-kde4/scripts/repack-pot.pl script. So when the special
name is not necessary, better use the usual one.
13 years ago
Pino Toscano
a579df637f
poppler: i18n: extract messages also from .ui and .kcfg files
13 years ago
Pino Toscano
f45e119e0f
poppler: fix typo
13 years ago
Albert Astals Cid
96d8d6b8b0
And now add the files i forgot
...
woops :D
13 years ago
Albert Astals Cid
69f683b9a4
Expose the thin line support of poppler 0.24
...
Based on a patch by Thomas Freitag - Thomas.Freitag@alfa.de
13 years ago
Marco Martin
27c37c1fd1
use TryExec to not appear when not installed
...
when okular active is not installed, it should not appear in the open with menu, so add TryExec to see if the executable exists
this is used instead of conditional install to make easier for distributions to package the desktop and active versions separately
BUG:314981
REVIEW:109047
13 years ago
Script Kiddy
a034e086e5
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
23e88b8605
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
ba79674de9
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
be8aa28dc9
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
472d8d1480
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
3aa5e29169
SVN_SILENT made messages (.desktop file)
13 years ago
Albert Astals Cid
2cab1c0a42
Update versions for 4.10.0
13 years ago
Script Kiddy
be60fbf64d
SVN_SILENT made messages (.desktop file)
13 years ago
Albert Astals Cid
00cbba3ece
Propertly encode the filename
...
BUGS: 313700
FIXED-IN: 4.10.0
13 years ago
Script Kiddy
44b7ff680c
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
a4a7d5039d
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
45c8af8151
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
39e2ea5e73
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
aca1975553
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
94a3df94f8
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
a3a57f0634
SVN_SILENT made messages (.desktop file)
13 years ago
Albert Astals Cid
17b93c0872
Proper way of checking the flags
13 years ago
Marco Martin
fec9218235
every mimetype with own desktop file
...
splits the desktop file of the active app per mimetype,
as is done for the desktop version and for the part,
so only the ones that were actually built will be supported
13 years ago
Script Kiddy
999d89b0be
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
341c0bc7f2
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
d4aceee67e
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
79f95f3086
SVN_SILENT made messages (.desktop file)
13 years ago
Fabio D'Urso
8f57ae5ec3
Removed unnecessary #ifdef HAVE_POPPLER_0_20
...
That block of code is already surrounded by an outer #ifdef HAVE_POPPLER_0_20
13 years ago
Script Kiddy
b38206612c
SVN_SILENT made messages (.desktop file)
14 years ago
Fabio D'Urso
2b4de7c934
Generator interface: Use the existing setFeature method to report tiled rendering capability
...
instead of adding a new supportsTiles() virtual method
14 years ago
Script Kiddy
25acd1cf58
SVN_SILENT made messages (.desktop file)
14 years ago
Fabio D'Urso
9f19fc3daa
PDF documents: Tell the user that XFA forms are not supported yet
14 years ago
Fabio D'Urso
e9189c0d71
Added support for user strings in editable form combobox fields
14 years ago
Script Kiddy
02893a5d74
SVN_SILENT made messages (.desktop file)
14 years ago
Tobias Koenig
77ccbbcbaa
Create proper ScreenAnnotations in poppler generator
...
REVIEW: 106605
14 years ago
Tobias Koenig
83167d7688
Fix a crash when loading documents with Screen/MediaRendition annotations.
...
To fix this issue the right way we need some more extensions to poppler and
Okular, so disable the code for the moment until this work is done.
14 years ago
Tobias Koenig
770e2818bb
Evaluate additional actions of screen and widget annotations
...
This fixes the auto-start feature of PDFs generated with the LaTeX movie
package, which uses the additional action of a widget annotation to start
the movie when entering the page.
BUG: 300051
REVIEW: 106430
FIXED-IN: 4.10
14 years ago
Fabio D'Urso
6082396d3b
Poppler 0.22 can save encrypted documents
14 years ago
Fabio D'Urso
081f3e5bcb
Removed generators/poppler/README.Annotations
...
README.Annotations contained info that are no longer useful, as Okular
now relies on Poppler to parse PDF annotations.
14 years ago