[okular] [Bug 386600] Okularpart renders markdown as regular text

2017-11-09 Thread Simon Andric
https://bugs.kde.org/show_bug.cgi?id=386600

Simon Andric  changed:

   What|Removed |Added

 CC||simonandr...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 369115] Printing pages from pdfs sometimes gives low res results

2017-11-09 Thread Simon Andric
https://bugs.kde.org/show_bug.cgi?id=369115

Simon Andric  changed:

   What|Removed |Added

 CC||simonandr...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 386408] Text color printed incorrectly

2017-11-09 Thread Simon Andric
https://bugs.kde.org/show_bug.cgi?id=386408

Simon Andric  changed:

   What|Removed |Added

 CC||simonandr...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

KDE CI: Applications okular kf5-qt5 FedoraQt5.8 - Build # 97 - Still Unstable!

2017-11-09 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Applications%20okular%20kf5-qt5%20FedoraQt5.8/97/
 Project:
Applications okular kf5-qt5 FedoraQt5.8
 Date of build:
Thu, 09 Nov 2017 16:29:18 +
 Build duration:
20 min and counting
   JUnit Tests
  Name: (root) Failed: 1 test(s), Passed: 15 test(s), Skipped: 0 test(s), Total: 16 test(s)Failed: TestSuite.mainshelltest
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report88%
(21/24)46%
(124/268)46%
(124/268)29%
(10934/38028)19%
(4978/26276)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsdefault80%
(4/5)80%
(4/5)48%
(808/1679)29%
(371/1267)autotests93%
(13/14)93%
(13/14)83%
(1631/1976)39%
(955/2477)conf6%
(1/17)6%
(1/17)7%
(53/805)0%
(1/272)conf.autotests100%
(1/1)100%
(1/1)100%
(17/17)50%
(7/14)core83%
(40/48)83%
(40/48)46%
(4185/9148)34%
(2026/6031)core.script0%
(0/9)0%
(0/9)0%
(0/494)0%
(0/230)generators.comicbook29%
(2/7)29%
(2/7)3%
(10/397)0%
(0/430)generators.dvi2%
(1/46)2%
(1/46)0%
(9/3571)0%
(1/2423)generators.fax17%
(1/6)17%
(1/6)2%
(7/432)0%
(0/585)generators.fictionbook60%
(3/5)60%
(3/5)3%
(16/531)0%
(2/454)generators.kimgio100%
(1/1)100%
(1/1)63%
(41/65)31%
(5/16)generators.kimgio.tests100%
(1/1)100%
(1/1)100%
(49/49)46%
(24/52)generators.mobipocket60%
(3/5)60%
(3/5)11%
(13/115)0%
(0/120)generators.ooo27%
(3/11)27%
(3/11)1%
(14/1125)0%
(0/736)generators.plucker100%
(1/1)100%
(1/1)4%
(4/98)0%
(0/36)generators.plucker.unpluck0%
(0/6)0%
(0/6)0%
(0/1652)0%
(0/876)generators.poppler60%
(3/5)60%
(3/5)44%
(575/1311)35%
(247/697)generators.tiff100%
(1/1)100%
(1/1)4%
(10/226)0%

D8379: PDF: Support the new poppler renderToImage with update callback

2017-11-09 Thread Albert Astals Cid
This revision was automatically updated to reflect the committed changes.
Closed by commit R223:a2f5560c0076: PDF: Support the poppler 0.62 renderToImage 
with update callback (authored by aacid).

CHANGED PRIOR TO COMMIT
  https://phabricator.kde.org/D8379?vs=21826=22125#toc

REPOSITORY
  R223 Okular

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D8379?vs=21826=22125

REVISION DETAIL
  https://phabricator.kde.org/D8379

AFFECTED FILES
  core/document.cpp
  core/generator.cpp
  core/generator.h
  core/generator_p.h
  core/page.cpp
  generators/poppler/CMakeLists.txt
  generators/poppler/config-okular-poppler.h.cmake
  generators/poppler/generator_pdf.cpp

To: aacid, #okular, mlaurent, mwolff, rkflx
Cc: mwolff, rkflx, ngraham, michaelweghorn, mlaurent, #okular, aacid


[okular] [Bug 344081] support incremental rendering of content

2017-11-09 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=344081

Albert Astals Cid  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/oku
   ||lar/a2f5560c007648ffe753851
   ||fbb575d5c8afee6e1
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Albert Astals Cid  ---
Git commit a2f5560c007648ffe753851fbb575d5c8afee6e1 by Albert Astals Cid.
Committed on 09/11/2017 at 16:28.
Pushed by aacid into branch 'master'.

PDF: Support the poppler 0.62 renderToImage with update callback

Summary:
This way pages that take more than 500ms to render get updated every so often
so that the
user can see that the program didn't hang, it's just that it's taking long to
render

Tags:
incremental rendering, partial updates

Subscribers: #okular

Tags: #okular

Differential Revision: https://phabricator.kde.org/D8379

M  +5-0core/document.cpp
M  +22   -0core/generator.cpp
M  +25   -0core/generator.h
M  +4-0core/generator_p.h
M  +17   -5core/page.cpp
M  +12   -1generators/poppler/CMakeLists.txt
M  +3-0generators/poppler/config-okular-poppler.h.cmake
M  +66   -2generators/poppler/generator_pdf.cpp

https://commits.kde.org/okular/a2f5560c007648ffe753851fbb575d5c8afee6e1

-- 
You are receiving this mail because:
You are the assignee for the bug.