You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Hurka
c6a3275151
Fix QScroller crash on Qt < 5.14 and certain screen arrangements
...
QScrollerPrivate::setDpiFromWidget() before Qt 5.14 crashes
when the target widget does not intersect a physical screen,
because QDesktopWidget returns screen index `-1` in this case,
which leads to an out-of-range read from QApplication::screens(),
which leads to a segfault when reading from an invalid QScreen* pointer.
This adds a workaround that checks for the `-1` situation,
and then tries to resize PageView temporarily to intersect at least some screen.
BUG: 425188
FIXED-IN: 20.12
5 years ago
autotests
New part/ directory for okularpart sources from /, ui/, conf/
5 years ago
cmake/ modules
Use a target in FindDiscount (modern cmake) rather than variables
8 years ago
conf
New part/ directory for okularpart sources from /, ui/, conf/
5 years ago
core
Fix formatting after Laurent's commit
5 years ago
doc
[doc] Applied changes for:
6 years ago
generators
New part/ directory for okularpart sources from /, ui/, conf/
5 years ago
hooks
Add .git-blame-ignore-revs and some instructions for clang-format
6 years ago
icons
New part/ directory for okularpart sources from /, ui/, conf/
5 years ago
interfaces
Run clang-format
6 years ago
mobile
New part/ directory for okularpart sources from /, ui/, conf/
5 years ago
part
Fix QScroller crash on Qt < 5.14 and certain screen arrangements
5 years ago
shell
New part/ directory for okularpart sources from /, ui/, conf/
5 years ago
.clang-tidy
Add .clang-tidy configuration file
6 years ago
.git-blame-ignore-revs
Add .git-blame-ignore-revs and some instructions for clang-format
6 years ago
.gitignore
GIT_SILENT: ignore .cmake generated by qtc
6 years ago
.gitlab-ci.yml
gitlab-ci: use eatmydata in apt-get
5 years ago
.krazy
synctex is "external code", make krazy stay away from it
16 years ago
AUTHORS
…
CMakeLists.txt
New part/ directory for okularpart sources from /, ui/, conf/
5 years ago
COPYING
…
COPYING.DOC
GIT_SILENT: Use https here
7 years ago
COPYING.LIB
Add copies of the GFDL-1.2 and LGPL-2
15 years ago
Mainpage.dox
Update Okular developer documentation
7 years ago
Messages.sh
New part/ directory for okularpart sources from /, ui/, conf/
5 years ago
Okular5Config.cmake.in
Use ecm_setup_qtplugin_macro_names
6 years ago
OkularConfigureChecks.cmake
Force release of free memory
8 years ago
README.clang-format
Add .git-blame-ignore-revs and some instructions for clang-format
6 years ago
README.internals.png
…
TODO
Fix some typos found by Krazy2
13 years ago
_clang-format
Add _clang_format file
6 years ago
aboutdata.h
Run clang-format
6 years ago
config-okular.h.cmake
Increase kjs requirement for using the timeout check
6 years ago
kdocumentviewer.h
Run clang-format
6 years ago
metainfo.yaml
New part/ directory for okularpart sources from /, ui/, conf/
5 years ago
okular.categories
Use new syntax
7 years ago
okular.upd
Store the state of the builtin annotations in a new config key
6 years ago
okular_part.desktop
SVN_SILENT made messages (.desktop file) - always resolve ours
5 years ago