Pino Toscano
e76e7d1cd9
bump version
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=910805
17 years ago
Pino Toscano
06d43e8fb2
list only files that exist in the archive
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=910804
17 years ago
Pino Toscano
e468befe0f
bump versions (sync with kde 4.2)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=907921
17 years ago
Script Kiddy
fdf4e64fae
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=899359
17 years ago
Pino Toscano
211f082f1e
Scan recursively for images in CBZ archives.
...
BUG: 178029
svn path=/trunk/KDE/kdegraphics/okular/; revision=899134
17 years ago
Script Kiddy
2eecd577ed
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=898588
17 years ago
Pino Toscano
e0987c2989
fix logic error
...
BUG: 178028
svn path=/trunk/KDE/kdegraphics/okular/; revision=898354
17 years ago
Script Kiddy
7ac43b7aa5
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=891618
18 years ago
Script Kiddy
2f35e0b6ed
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=884759
18 years ago
Albert Astals Cid
38a3e18279
fix typo spotted by Yuri Chornoivan
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=882560
18 years ago
Script Kiddy
59ebe1b6b4
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=882522
18 years ago
Pino Toscano
008fce9421
Hack around the fact that CBR or CBZ documents can ahve the wrong extension.
...
(And I wonder, if the only way to recognize them is via extension, wtf?)
BUG: 174701
svn path=/trunk/KDE/kdegraphics/okular/; revision=882007
18 years ago
Frederik Schwarzer
39e964b2a0
typos
...
- smaller then -> smaller than
- bigger then -> bigger than
- ... then -> ... than
svn path=/trunk/KDE/kdegraphics/okular/; revision=872264
18 years ago
Script Kiddy
bd32183b79
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=866925
18 years ago
Pino Toscano
115a64ae72
Use the size as specified by the images, not a fake one.
...
BUG: 169592
svn path=/trunk/KDE/kdegraphics/okular/; revision=855907
18 years ago
Script Kiddy
9830f4e2aa
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=839175
18 years ago
Dirk Mueller
41afd26ba3
link all direct dependencies
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=829219
18 years ago
Pino Toscano
83350dc0d6
On UNIX, make use of a pty process instead of a normal process, as unrar opens pty connections for getting passwords.
...
In other cases, when getting password requests via stderr, just kill the process and return with a failure code:
the proper solution would be handling the password request, but this is a non-trivial task that require some more work.
Thus, for now, just do not allow password-protected RARs to be opened.
BUG: 165596
svn path=/trunk/KDE/kdegraphics/okular/; revision=828998
18 years ago
Script Kiddy
f7b2f750a1
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=822009
18 years ago
Jakob Petsovits
df5364da6c
Copy Okular's app icon from Oxygen core as "okular",
...
in the hicolor namespace. Before, the non-specified
"graphics-viewer-document" icon was used, which caused
icon loaders from other toolkits not to find this icon
as they don't consider Oxygen by default.
Also update all the references that made use of the
"graphics-viewer-document" icon in the code and
the many .desktop files.
svn path=/trunk/KDE/kdegraphics/okular/; revision=819965
18 years ago
Script Kiddy
f9e3980c1d
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=819275
18 years ago
Script Kiddy
603a72f1cd
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=817867
18 years ago
Script Kiddy
6048f67f48
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=815781
18 years ago
Script Kiddy
ead7047f74
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=815344
18 years ago
Script Kiddy
6ef155b9dc
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=813910
18 years ago
Script Kiddy
d8eabdac6f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=813139
18 years ago
Script Kiddy
c698399915
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=812441
18 years ago
Pino Toscano
2eb4d5a634
use the unrar found, not a generic one
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=811117
18 years ago
Pino Toscano
20fc951749
SVN_SILENT adjust comment to the reality
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=809973
18 years ago
Pino Toscano
612d40aad9
slightly improve the unrar detection:
...
- move in an own function the procedure to recognize an output
- try to detect first unrar-nonfree, then unrar
- keep and print on console the path of the found unrary
svn path=/trunk/KDE/kdegraphics/okular/; revision=809968
18 years ago
Pino Toscano
169df555d5
report a message when there is no unrar, or the unrar is not suitable
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=809958
18 years ago
Pino Toscano
f80b4a085d
do not build an unrar lavour when there's no unrar found, actually
...
distinguish between the "no unrar at all" and "the unrar found is not suitable"
svn path=/trunk/KDE/kdegraphics/okular/; revision=809956
18 years ago
Script Kiddy
5ef72af455
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=808730
18 years ago
Script Kiddy
bc8b45a24e
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=806907
18 years ago
Script Kiddy
da6f2d204e
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=802309
18 years ago
Script Kiddy
135c3752f1
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=799017
18 years ago
Pino Toscano
f697cdf007
Add a close() method for the comicbook document so:
...
- resources can be freed when closing the Okular document for real (and not just when opening a new comicbook document or quitting)
- we do not crash when doing an opening sequence like: cbz -> cbr -> cbz
svn path=/trunk/KDE/kdegraphics/okular/; revision=798868
18 years ago
Script Kiddy
dc54422fc9
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=795061
18 years ago
Script Kiddy
0b2775f527
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=794315
18 years ago
Script Kiddy
7d19cd2020
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=790906
18 years ago
Script Kiddy
3c387e94e9
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=790023
18 years ago
Script Kiddy
e81d64ff86
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=788506
18 years ago
Script Kiddy
bd72d3cb3b
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=787954
18 years ago
Pino Toscano
756aa0c0e0
now the comicbook backend has messages, so extract them
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=786317
18 years ago
Script Kiddy
20edfaae91
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=784310
18 years ago
Tobias Koenig
14d47622d8
Add about data to my maintained generators
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=782777
18 years ago
Script Kiddy
51244e469c
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=778798
18 years ago
Script Kiddy
81bea38964
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=776785
18 years ago
Script Kiddy
936171d955
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=774940
18 years ago
Script Kiddy
8b4d21d28f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=772852
18 years ago