KDE CI: Applications okular kf5-qt5 FreeBSDQt5.9 - Build # 77 - Still Unstable!

2018-04-22 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Applications%20okular%20kf5-qt5%20FreeBSDQt5.9/77/
 Project:
Applications okular kf5-qt5 FreeBSDQt5.9
 Date of build:
Mon, 23 Apr 2018 01:36:58 +
 Build duration:
1 hr 10 min and counting
   JUnit Tests
  Name: (root) Failed: 2 test(s), Passed: 14 test(s), Skipped: 0 test(s), Total: 16 test(s)Failed: TestSuite.mainshelltestFailed: TestSuite.parttest

KDE CI: Applications okular kf5-qt5 FreeBSDQt5.9 - Build # 76 - Still Unstable!

2018-04-22 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Applications%20okular%20kf5-qt5%20FreeBSDQt5.9/76/
 Project:
Applications okular kf5-qt5 FreeBSDQt5.9
 Date of build:
Sun, 22 Apr 2018 21:01:48 +
 Build duration:
14 min and counting
   JUnit Tests
  Name: (root) Failed: 2 test(s), Passed: 14 test(s), Skipped: 0 test(s), Total: 16 test(s)Failed: TestSuite.mainshelltestFailed: TestSuite.parttest

KDE CI: Applications okular kf5-qt5 FreeBSDQt5.9 - Build # 75 - Unstable!

2018-04-22 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Applications%20okular%20kf5-qt5%20FreeBSDQt5.9/75/
 Project:
Applications okular kf5-qt5 FreeBSDQt5.9
 Date of build:
Sun, 22 Apr 2018 20:24:08 +
 Build duration:
13 min and counting
   JUnit Tests
  Name: (root) Failed: 2 test(s), Passed: 14 test(s), Skipped: 0 test(s), Total: 16 test(s)Failed: TestSuite.mainshelltestFailed: TestSuite.parttest

D12352: Make it possible to disable the build of okularkirigami

2018-04-22 Thread Aleix Pol Gonzalez
This revision was not accepted when it landed; it landed in state "Needs 
Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit R223:1fb77446a737: Make it possible to disable the build of 
okularkirigami (authored by apol).

REPOSITORY
  R223 Okular

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D12352?vs=32616&id=32842

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

AFFECTED FILES
  CMakeLists.txt
  mobile/app/package/contents/ui/Documents.qml

To: apol, #okular, mart, aacid, lbeltrame
Cc: ngraham, aacid


[okular] [Bug 393119] No way to disable okularkirigami building

2018-04-22 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=393119

Aleix Pol  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/oku
   ||lar/1fb77446a7378368de5288c
   ||a9f57627ae2946d84
 Resolution|--- |FIXED

--- Comment #2 from Aleix Pol  ---
Git commit 1fb77446a7378368de5288ca9f57627ae2946d84 by Aleix Pol.
Committed on 22/04/2018 at 20:23.
Pushed by apol into branch 'master'.

Make it possible to disable the build of okularkirigami

Summary:
Some distros seem to have the option.

Test Plan: Still builds, can disable build

Reviewers: #okular, mart, aacid, lbeltrame

Tags: #okular

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

M  +4-1CMakeLists.txt
M  +28   -7mobile/app/package/contents/ui/Documents.qml

https://commits.kde.org/okular/1fb77446a7378368de5288ca9f57627ae2946d84

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

KDE CI: Applications okular stable-kf5-qt5 FreeBSDQt5.9 - Build # 56 - Still Unstable!

2018-04-22 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Applications%20okular%20stable-kf5-qt5%20FreeBSDQt5.9/56/
 Project:
Applications okular stable-kf5-qt5 FreeBSDQt5.9
 Date of build:
Sun, 22 Apr 2018 17:46:42 +
 Build duration:
13 min and counting
   JUnit Tests
  Name: (root) Failed: 2 test(s), Passed: 14 test(s), Skipped: 0 test(s), Total: 16 test(s)Failed: TestSuite.mainshelltestFailed: TestSuite.parttest

KDE CI: Applications okular kf5-qt5 FreeBSDQt5.9 - Build # 74 - Fixed!

2018-04-22 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Applications%20okular%20kf5-qt5%20FreeBSDQt5.9/74/
 Project:
Applications okular kf5-qt5 FreeBSDQt5.9
 Date of build:
Sun, 22 Apr 2018 17:47:02 +
 Build duration:
8 min 43 sec and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 16 test(s), Skipped: 0 test(s), Total: 16 test(s)

[okular] [Bug 393334] Okular crashed during closing after saving a pdf form

2018-04-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=393334

Albert Astals Cid  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/oku
   ||lar/3cea7c9927f0d7ff32bcfc1
   ||fbacde229d98e24c7

--- Comment #1 from Albert Astals Cid  ---
Git commit 3cea7c9927f0d7ff32bcfc1fbacde229d98e24c7 by Albert Astals Cid.
Committed on 22/04/2018 at 17:46.
Pushed by aacid into branch 'Applications/18.04'.

Fix crash on exit when having edited a text area

For some reason Q/KTextEdit is sending textChanged inside the
destructor, so protect us from that.

M  +15   -0autotests/parttest.cpp
M  +5-0ui/formwidgets.cpp

https://commits.kde.org/okular/3cea7c9927f0d7ff32bcfc1fbacde229d98e24c7

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

[okular] [Bug 336656] high cpu usage with some pdf (exported from libreoffice)

2018-04-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=336656

4aa7f...@opayq.com changed:

   What|Removed |Added

 CC||4aa7f...@opayq.com

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