Albert Astals Cid
19d98d6a74
Run clang-format
...
find . \( -name "*.cpp" -or -name "*.h" -or -name "*.c" -or -name "*.cc" \) -exec clang-format -i {} \;
If you reached this file doing a git blame, please see README.clang-format (added 2 commits in the future of this one)
6 years ago
Laurent Montel
516fb89d94
Use camelcase include. (scripted)
6 years ago
Laurent Montel
cb691f70dc
Fix some clazy warning
...
Summary: fix clazy warning
Reviewers: aacid
Reviewed By: aacid
Subscribers: nicolasfella, okular-devel
Tags: #okular
Differential Revision: https://phabricator.kde.org/D20832
7 years ago
Yuri Chornoivan
c7722c4078
Fix minor EBN issues
8 years ago
Kevin Funk
a53a2402ca
clang-tidy: modernize-use-nullptr run
...
Semi-ACK'd by Albert :)
9 years ago
Martin T. H. Sandsmark
2639b1e8ed
Extend print preview dialog to handle .pdf previews
10 years ago
Olivier CHURLAUD
630269a400
More ports out of KDialog
10 years ago
Martin T. H. Sandsmark
ba4b9eb1a6
ui: Fix build without implicit cast to/from ascii
...
See previous commits for details.
10 years ago
Alex Richardson
2f9246ae42
Port to new JSON plugin loading system
...
This means Okular can now work without ksycoca and KDELibs4Support.
REVIEW: 126193
10 years ago
Montel Laurent
466eb79615
Use QStringLiteral
11 years ago
Arnold Dumas
50f2ee6951
Use QPushButton instead of KPushButton.
12 years ago
Frederik Gladhorn
6c602bf0e7
Use categorized logging even more
12 years ago
Frederik Gladhorn
83d3f1f6b7
Revert "Some more kDebug->qDebug"
...
Seems like kDebug doesn't spam the user, so this needs to use qCDebug.
This reverts commit 34fbdf8c85 .
12 years ago
Frederik Gladhorn
34fbdf8c85
Some more kDebug->qDebug
12 years ago
Frederik Gladhorn
ac15a7075e
More QUrl porting
12 years ago
Frederik Gladhorn
b32d815301
A few action and include fixes
12 years ago
Frederik Gladhorn
4ce837a7ac
Qt5 porting
12 years ago
Frederik Gladhorn
0ba233788c
Use moc include style dictated by automoc
...
While it's generally not a great idea to include moc files at least this
compiles.
12 years ago
Frederik Gladhorn
75031eee7e
Fix includes
12 years ago
Luigi Toscano
4c4825a2a8
Print preview: explicitly look for the Okular/Ghostview part
...
No other parts which renders PostScript are available at the moment,
and parts which handles them are return "unexpected" resultS (e.g.
katepart: PostScript source code).
Reviewed by: Albert Astal Cid
BUG: 284428
FIXED-IN: 4.13.2
12 years ago
Albert Astals Cid
07c4a16da5
Make it possible to type a page number and press enter in Print Preview
...
Do not close Print Preview if enter is pressed
14 years ago
Pino Toscano
512ad01b14
PS print dialog: open with a non-lilliputian size, and remember its size across invocations
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=945138
17 years ago
Laurent Montel
c2fc9836e8
Fix iterator
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=882957
18 years ago
Pino Toscano
bd294e1de6
move the FilePrinterPreview to the kpart (no need for it to be in the core library)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=744225
19 years ago