Sandro Mani

Results 119 comments of Sandro Mani
trafficstars

Firstly, it will depend on the PDF export backend you use. If you use QPrinter, images will always get compressed as JPEG. If you choose PoDoFo, depending on the image...

Cool! The backend selection is exposed in the PDF Export dialog: ![image](https://user-images.githubusercontent.com/1298852/107354208-2c103900-6ace-11eb-983d-74031b393162.png)

Unfortunately it's not trivial, it requires someone with PDF knowhow which I don't really have...

Can you try deleting `$HOME/.config/gImageReader/gImageReader.conf`, perhaps the window geometry stored therein is messed up. Otherwise I can't really think of anyway gImageReader can control this, most likely an issue with...

I don't see this as a bug: when the page item is selected, the respective bbox is show highlighted as when any other type of item is selected. You can...

It is not necessary to open a new PR every time, just push new commits to your branch, the PR will get updated automatically.

Please open one PR per feature

Make one branch per feature

Because it would have to create two separate branches anyways to satisfy the git workflow, so you can just as well create the branches yourself.

Could you answer the question from PR #351: So as I understand, you decide to add a space between to words if `Utils::SpacedWord` returns true for both the left and...