Albert Astals Cid
186e691188
Merge remote-tracking branch 'origin/release/20.04'
6 years ago
Albert Astals Cid
a0d6a377cb
CI: Remove python-yaml
6 years ago
Kezi Olio
ca1d623729
Disable scrolling overshoot
...
It was introduced in 51b90ecd73 together
with kinetic scrolling, but people do not like it.
BUGS: 421482
6 years ago
Albert Astals Cid
8d2fe2231d
Merge remote-tracking branch 'origin/release/20.04'
6 years ago
Ahmad Samir
793f1692db
Fix filtering items in the contents treeview
...
When filtering the items in the contents panel, we start iterating over
them using rootIndex() to get all the children, don't do the same loop
for each and every item, one go is enough.
Also only use a regular expression if the regularExpression option is
enabled, otherwise just use string operations, the latter is always
faster. With this change, both regex and non-regex search are faster.
BUG: 421469
6 years ago
Albert Astals Cid
bb8de23468
CHM: Fix memory leak every time we open a file
6 years ago
Laurent Montel
088776b671
GIT_SILENT: we don't use phabricator now
6 years ago
Laurent Montel
f5e1d007c2
GIT_SILENT: ignore .cmake generated by qtc
6 years ago
Oliver Sander
13070218eb
Test whether documents that request fullscreen are handled properly
6 years ago
Arshad Husain
08a76adda1
Do not show dialog when reloading file that requests fullscreen
...
When using Okular as previewer in PDFTex workflow, preparing beamer slides,
the following usability hell occurred:
* LaTex/Beamer slides should be compiled to PDF with metadata "StartFullScreen"
* But while editing, on every PDF change/and reload, the user gets a modal popup
"The document requested to be launched in presentation mode." "Do you want to allow it?"
BUG: 361740
6 years ago
Albert Astals Cid
4954395d08
PDF: Only enable the signatures without page feature with poppler 0.89
...
poppler 0.88 is crashy when using the signatures() method.
Use poppler's own version defines to check for 0.89 (since there's no
new api added in 0.89 we can't check it like the others)
6 years ago
Yuri Chornoivan
7eb37c99c9
Add more scale factors
...
BUGS: 421468
6 years ago
Albert Astals Cid
4b1d85f81b
Show signatures that don't belong to any page in the signature panel
...
Needs poppler 0.88, we "pretend" the belong to page 0 since in Okular
core there's no concept of having a signature that doesn't belong to any
page
BUGS: 415199
6 years ago
Albert Astals Cid
b1c02b7e79
Markdown: Support internal links
...
When processing the <a> elements, store in two maps those that contain
an href="#Something" and those with name="Something" then once we've
processed them all, go over the first map trying to find itself in the
second
BUGS: 421163
6 years ago
Christoph Feck
3d148bd570
GIT_SILENT Update Appstream for new release
6 years ago
Christoph Feck
5e1f2c9a47
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 3d148bd570 )
6 years ago
Christoph Feck
d3dcf7a394
GIT_SILENT Upgrade release service version to 20.04.1.
6 years ago
l10n daemon script
ee0c3c0f17
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
6 years ago
l10n daemon script
35ef78d708
GIT_SILENT made messages (after extraction)
6 years ago
l10n daemon script
67b36f1cc2
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
6 years ago
l10n daemon script
334904c48b
GIT_SILENT made messages (after extraction)
6 years ago
Albert Astals Cid
05338b026e
Merge remote-tracking branch 'origin/release/20.04'
6 years ago
Albert Astals Cid
390a88411a
Fix File menu structure
...
BUGS: 421004
6 years ago
l10n daemon script
3b57e3a731
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
6 years ago
l10n daemon script
0fe02f2e18
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
6 years ago
Nate Graham
d3c7f134a8
Merge branch 'release/20.04'
6 years ago
Kezi Olio
08d368c13b
Fix scroll speed with free-spinning mouse wheels
...
BUG: 420492
FIXED-IN: 1.10.1
This just removes the smooth mouse wheel scrolling, fixing that problem.
6 years ago
David Hurka
bacc39f870
Merge remote-tracking branch 'origin_invent/release/20.04'
6 years ago
David Hurka
8fdfeeb6c7
Fix action collection names of Facing Pages [Center Fist Page] and Overview
6 years ago
Yuri Chornoivan
39cacd8482
Update docs with the new switch tab option description
6 years ago
Andi Sardina Ramos
d735d50cde
Give the option of switching to a tab if the file is already open instead of opening a new tab
...
Disabled by default
BUG: 419096
6 years ago
l10n daemon script
f353ed2a9b
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
6 years ago
l10n daemon script
5410a798c9
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
6 years ago
Albert Astals Cid
a4e044e6d6
tweak spacing to make clang-10 happier
...
The whole file is a mess, but in particular this was making a warning so
let's fix it
6 years ago
David Hurka
ef488d334e
Generate presentation drawing tool icons in a custom QIconEngine, so checkboxes can be sharp on hidpi
...
The checkboxes in the drawing tool icons in the presentation toolbar were not sharp on hiDPI, this fixes it.
The toolbar buttons are QActions with QIcons, and the icons were created from 25x25 pixmaps. That is usually smaller than the toolbar’s icon size, so the icons had a nice size. But at hiDPI, the icons were scaled up, so the checkmarks looked blurry.
Now the icons are generated in the correct resolution on the fly, because the painting code from ColorAction::setColor() is moved to a custom QIconEngine inside ColorAction.
6 years ago
Albert Astals Cid
5abcbea617
Make clazy happy
...
Otherwise when CI gets a new enough poppler it'll start failing
6 years ago
Albert Astals Cid
d8e4796830
Merge remote-tracking branch 'origin/release/20.04'
6 years ago
Albert Astals Cid
903cdec02b
GIT_SILENT fix version
...
need to figure out a way to make this work :/
6 years ago
Albert Astals Cid
12e217e571
Merge remote-tracking branch 'origin/release/20.04'
6 years ago
Albert Astals Cid
26f8bb3279
GIT_SILENT increase version
6 years ago
Christoph Feck
8fd53e5674
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit c8dcf1fdea )
6 years ago
Christoph Feck
c8dcf1fdea
GIT_SILENT Update Appstream for new release
6 years ago
Christoph Feck
5f9a2d85d4
GIT_SILENT Upgrade release service version to 20.04.0.
6 years ago
Albert Astals Cid
cf42f391cc
Merge remote-tracking branch 'origin/release/20.04'
6 years ago
Albert Astals Cid
da24829ee2
djvu: Fix garbage on empty pages at "high" zoom levels
...
BUGS: 419962
6 years ago
Albert Astals Cid
25b6775468
Use ${KF5_REQUIRED_VERSION} also for ECM
6 years ago
Friedrich W. H. Kossebau
2fa8080447
Ensure build dependency on JSON files using CMAKE_AUTOMOC_DEPEND_FILTERS
...
Also do needed setup for automoc in installed CMake config file.
6 years ago
Yuri Chornoivan
4d75045cd8
Fix minor EBN issues
6 years ago
l10n daemon script
1cea26861a
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
6 years ago
l10n daemon script
3d69157736
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
6 years ago