lp:okular

Created by Deprecated Projected Neon and last modified
Get this branch:
bzr branch lp:okular

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Deprecated Projected Neon
Project:
okular
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://anongit.kde.org/okular.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on russkaya and finished taking 40 seconds — see the log
Import started on russkaya and finished taking 40 seconds — see the log
Import started on pear and finished taking 20 seconds — see the log
Import started on pear and finished taking 20 seconds — see the log

Recent revisions

5083. By Oliver Sander <email address hidden>

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

5082. By Oliver Sander <email address hidden>

Simplify the drawing of buffered highlight rectangles

Previously, they were drawn by modifying individual pixels
of the QImage. With this patch we simply use a QPainter.

REVIEW: 130214

5081. By l10n daemon script <email address hidden>

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"

5080. By l10n daemon script <email address hidden>

GIT_SILENT made messages (after extraction)

5079. By Albert Astals Cid

Merge remote-tracking branch 'origin/Applications/17.08'

5078. By Albert Astals Cid

Merge remote-tracking branch 'origin/Applications/17.08'

5077. By Albert Astals Cid

1.3.x for master

5076. By Albert Astals Cid

GIT_SILENT Upgrade KDE Applications version to 17.11.70.

5075. By Luigi Toscano

Merge remote-tracking branch 'origin/Applications/17.04'

5074. By Marco Martin

port to Kirigami 2

port kirigami 1 usage to kirigami 2
partially port to QQC2 when possible
(will need to wait newer qt versions for a full port waiting on
icons on toolbuttons and the new ScrollView

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.