Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KDE/okular
KDE document viewer
https://github.com/KDE/okular
Last synced: 3 months ago
JSON representation
KDE document viewer
- Host: GitHub
- URL: https://github.com/KDE/okular
- Owner: KDE
- Created: 2015-09-18T15:43:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T01:25:57.000Z (8 months ago)
- Last Synced: 2024-05-22T12:14:24.159Z (8 months ago)
- Language: C++
- Homepage: https://invent.kde.org/graphics/okular
- Size: 99 MB
- Stars: 777
- Watchers: 14
- Forks: 124
- Open Issues: 0
-
Metadata Files:
- Readme: README.clang-format
- License: LICENSES/BSD-2-Clause.txt
Awesome Lists containing this project
- Awesome - Okular - KDE document viewer. Okular can view and annotate documents of various formats, including PDF, Postscript, Comic Book, and various image formats. It supports native PDF annotations. (E-books / E-books Readers)
- fucking-Awesome-Linux-Software - ![Open-Source Software - Okular is a universal document viewer based developed by KDE. Okular works on multiple platforms, including but not limited to Linux, Windows, Mac OS X, BSD, etc. (Applications / E-Book Utilities)
- Awesome-Linux-Software - ![Open-Source Software - Okular is a universal document viewer based developed by KDE. Okular works on multiple platforms, including but not limited to Linux, Windows, Mac OS X, BSD, etc. (Applications / E-Book Utilities)
README
We introduced clang-format mandatory usage in July 2020.
If you want git blame to ignore the revision in which we did the mass change you can do
git config blame.ignoreRevsFile .git-blame-ignore-revs
on your cloneTo get the clang-format warnings locally instead at CI time we recommend you
to copy the hooks/pre-commit to your .git
cp hooks/pre-commit .git/hooks/We are using clang-format 13 on CI. Unfortunately clang-format is not totally
compatible with older versions of itself. If CI gives you trouble but your local
clang-format disagrees, just apply the changes suggested by CI and then commit
with the --no-verify flag. If you get stuck, don't hesitate to ask the reviewer
to help and they will reformat your commits :)