D13203: Add Typewriter annotation tool in Okular

2018-07-17 Thread Oliver Sander
sander added inline comments. INLINE COMMENTS > dileepsankhla wrote in annots.cpp:182 > 1. Do I need to do something like this in > okular/generators/poppler/annots.cpp: > > > > #ifdef HAVE_POPPLER_0_67 > > ppl_txtann->setTextColor( okl_txtann->textColor() ); > > #endif

[okular] [Bug 395517] can't set print default to duplex

2018-07-17 Thread Yuri Chornoivan
https://bugs.kde.org/show_bug.cgi?id=395517 Yuri Chornoivan changed: What|Removed |Added CC||yurc...@ukr.net --- Comment #6 from Yuri

[okular] [Bug 395517] can't set print default to duplex

2018-07-17 Thread Amnon
https://bugs.kde.org/show_bug.cgi?id=395517 --- Comment #5 from Amnon --- Nobody seems to want to do anything about this... Is there a good alternative to send a pdf file to print, other than OKULAR? -- You are receiving this mail because: You are the assignee for the bug.

D13203: Add Typewriter annotation tool in Okular

2018-07-17 Thread Dileep Sankhla
dileepsankhla added inline comments. INLINE COMMENTS > tobiasdeiminger wrote in annots.cpp:182 > Poppler::TextAnnotation::setTextFont is brand new poppler API (actually not > yet merged). We still want to support builds with older poppler versions. So > setTextFont needs to be surrounded by