okular hosts its code at git://anongit.kde.org/okular.git.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:okular

See all merge proposals.

okular has 2 active branches owned by 2 teams. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:okular
Series: trunk
1 Development 2017-08-10 15:27:27 UTC
5083. Print via QPrinter when rasterizing a...

Author: Oliver Sander
Revision Date: 2017-08-10 15:27:27 UTC

Print via QPrinter when rasterizing and printing annotations

When the user chooses to print with rasterization and annotations,
it is easy to print directly to a QPrinter, rather than converting
to PostScript and then using CUPS tools. The code for it was
already there, but it was hidden behind an #ifdef Q_OS_WIN.
This patch enables it for all plattforms. If nothing else,
it will make an interesting debugging tool, because it allows
to bypass the postscript & CUPS toolchain from the GUI.
This may allow to track down some of the numerous my-printer-settings-
are-getting-ignored bugs.

The previously windows-only rasterization code used printer.physicalDpiX()
as the rasterization resolution. At least on my machine this resulted
in a dpi value of 1200, which means quite a lot of memory is used.
I left the windows code untouched, but on Unix I lowered that value
to 300dpi, which is what the postscript rasterizer uses.

Incidentally, this patch does fix at least one bug for me:
Without it, my printer will happily ignore the 'print in grayscale'
button. With the patch, that button is suddenly honoured.

REVIEW: 130218

lp:~kubuntu-members/okular/4.11 1 Development 2014-01-01 21:33:38 UTC
4299. Prepare for 4.11.5

Author: Albert Astals Cid
Revision Date: 2014-01-01 21:33:38 UTC

Prepare for 4.11.5

12 of 2 results
You can't create new branches for okular.