Yuri Chornoivan
62ae537984
Add figures to illustrate the enhancement methods (courtesy of Thomas Freitag)
13 years ago
Albert Astals Cid
b1283fee89
Merge remote-tracking branch 'origin/KDE/4.10'
13 years ago
Burkhard Lück
f5f6580eb9
fix typo X-KDE-Keyowrds -> X-KDE-Keywords
...
(cherry picked from commit e977b10b0b )
Conflicts:
generators/spectre/active-documentviewer_ghostview.desktop
13 years ago
Burkhard Lück
e977b10b0b
fix typo X-KDE-Keyowrds -> X-KDE-Keywords
13 years ago
Yuri Chornoivan
8eed97fded
Add documentation for noraise command line option
13 years ago
Tomáš Poledný
618e320a77
Add command line argument noraise
...
This path add new command line argument noraise. Window will not be raised with argument noraise.
I tried:
okular
okular -noraise
okular -noraise file_exist.pdf
okular -noraise file_not_exist
okular https://bugs.freedesktop.org/attachment.cgi?id=46889 --noraise
okular https://nonexisturl --noraise
okular -unique -noraise file_exist.pdf
okular -unique -noraise file_exist.pdf && okular -unique file_exist2.pdf
okular -unique -noraise file_exist.pdf file_exist2.pdf
okular -unique file.pdf && okular -unique -noraise file2.pdf
okular -unique -noraise file.pdf && okular -unique file2.pdf
BUGS: 315538
REVIEW: 109363
FIXED-IN: 4.11.0
13 years ago
Yuri Chornoivan
fae360f6de
Fix year
13 years ago
Yuri Chornoivan
64498147cd
REVIEW: 109249
...
Document Okular backends
13 years ago
Script Kiddy
ab0c3885e9
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
0b17013be3
SVN_SILENT made messages (.desktop file)
13 years ago
Azat Khuzhin
b5abd493ab
Drop detectEncoding method and just feed more data to KEncodingProber
...
REVIEW: 109119
13 years ago
Albert Astals Cid
9e56fafd91
Merge remote-tracking branch 'origin/KDE/4.10'
...
Conflicts:
VERSION
core/version.h
13 years ago
Albert Astals Cid
7bfc3a42bc
Update versions for 4.10.1
13 years ago
Pino Toscano
25bebeb63b
rename rc_okular_ghostview.cpp to usual rc.cpp
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
Script Kiddy
25988ccbfc
SVN_SILENT made messages (.desktop file)
13 years ago
Albert Astals Cid
541650a4f4
Remove the concept of observer/view id
...
Just use the pointer as id :-)
This is BIC and SIC, increase the soversion now to makes sure we don't forget in the future
Patch based in an earlier patch by Bogdan Cristea <cristeab@gmail.com>
REVIEW: 109115
13 years ago
Script Kiddy
b50c784155
SVN_SILENT made messages (.desktop file)
13 years ago
Pino Toscano
a579df637f
poppler: i18n: extract messages also from .ui and .kcfg files
13 years ago
Script Kiddy
0b4fedbe9d
SVN_SILENT made messages (.desktop file)
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
38c4efef4f
Fix cmake condition
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
Script Kiddy
751f564aed
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
50707696b0
SVN_SILENT made messages (.desktop file)
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
Eike Hein
db1eb41171
Move KColorScheme instanciation out of the paint path.
...
REVIEW:108958
13 years ago
Albert Astals Cid
d28e1af956
Fixlets to the txt backend
13 years ago
Azat Khuzhin
74420f1baa
Txt backend
...
BUGS: 261930
REVIEW: 109009
FIXED-IN: 4.11.0
13 years ago
Eike Hein
7bdf8d1f05
Remove unused member, thanks to Albert for noticing the slip-up.
13 years ago
Eike Hein
db1a6e9894
Move the page numbers a little higher.
...
Make sure there's no ambiguity that the page number refers to
the preceding thumbnail. This is a bigger deal because the fix
in b0f64d2 took away a visual divider.
13 years ago
Eike Hein
b0f64d2dcf
Get rid of window background-colored bars between thumbnail containers.
...
This seems to be what the original code wanted to achieve, but failed
due to a convoluted approach of setting the color of the current back-
ground role to a default palette's Base color ... instead we just leave
the palette untouched and set the correct background role now. Visual
noise be gone, yay.
CCMAIL:wstephenson@kde.org
13 years ago
Eike Hein
d865f4d733
Cope with global color scheme changes in the page number entry.
...
CCMAIL:wstephenson@kde.org
13 years ago
Eike Hein
a3b3545cab
Port sidebar delegate to KColorScheme.
...
Certain KDE color schemes have Window Background and View Text
not contrasting, which causes invisible icon labels when using
QPalette::Text on QPalette::Base. An example is the default
color scheme in openSUSE 12.3.
Thanks to Will Stephenson for noticing.
CCMAIL:wstephenson@kde.org
It turns out that the Places sidebar in Dolphin suffers from
the same bug, so a similar change should be done there. Frank?
CCMAIL:frank78ac@googlemail.com
13 years ago
Burkhard Lück
fd22b42b26
add info about Table Selection Tool and that browse tool mode is necessary for Inverse Search
...
backport to branch 4.10
CCBUG:313775
(cherry picked from commit b89488c6ba )
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
7165ffebe4
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
bb83a5cdba
Merge remote-tracking branch 'origin/KDE/4.10'
...
Conflicts:
VERSION
core/version.h
13 years ago
Albert Astals Cid
2cab1c0a42
Update versions for 4.10.0
13 years ago
Burkhard Lück
b89488c6ba
add info about Table Selection Tool and that browse tool mode is necessary for Inverse Search
...
CCBUG:313775
13 years ago
Script Kiddy
be60fbf64d
SVN_SILENT made messages (.desktop file)
13 years ago
Albert Astals Cid
cb003adcfd
Merge remote-tracking branch 'origin/KDE/4.10'
13 years ago
Albert Astals Cid
00cbba3ece
Propertly encode the filename
...
BUGS: 313700
FIXED-IN: 4.10.0
13 years ago
Albert Astals Cid
005153a728
Try to make it fail on jenkins too
...
Seems the path is not being utf8 and thus stuff does not fail
Don't think this will do anything, but won't hurt
13 years ago