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

2018-02-21 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Applications%20okular%20stable-kf5-qt5%20FreeBSDQt5.9/31/
 Project:
Applications okular stable-kf5-qt5 FreeBSDQt5.9
 Date of build:
Thu, 22 Feb 2018 05:00:56 +
 Build duration:
14 min and counting
   JUnit Tests
  Name: (root) Failed: 2 test(s), Passed: 13 test(s), Skipped: 0 test(s), Total: 15 test(s)Failed: TestSuite.mainshelltestFailed: TestSuite.parttest

D10249: Option to exit after printing

2018-02-21 Thread Dileep Sankhla
dileepsankhla added a comment.


  No I ran the tests too and it was a success.

REPOSITORY
  R223 Okular

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

To: dileepsankhla, aacid, #okular, ngraham
Cc: ltoscano, ngraham, aacid, #okular, michaelweghorn


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

2018-02-21 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Applications%20okular%20kf5-qt5%20FreeBSDQt5.9/41/
 Project:
Applications okular kf5-qt5 FreeBSDQt5.9
 Date of build:
Wed, 21 Feb 2018 23:19:06 +
 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

D7962: Implement several new print scaling options

2018-02-21 Thread Albert Astals Cid
aacid requested changes to this revision.
This revision now requires changes to proceed.

REPOSITORY
  R223 Okular

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

To: sander, #okular, aacid
Cc: cfeck, rkflx, michaelweghorn, ngraham, aacid


D10547: Recalculate forms after command form changes

2018-02-21 Thread Albert Astals Cid
This revision was automatically updated to reflect the committed changes.
Closed by commit R223:f0a80a675f35: Recalculate forms after command form 
changes (authored by aheinecke, committed by aacid).

REPOSITORY
  R223 Okular

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D10547?vs=27600=27744

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

AFFECTED FILES
  autotests/calculatetexttest.cpp
  core/document.cpp

To: aheinecke, #okular, aacid
Cc: aacid, ltoscano, michaelweghorn, ngraham


D10049: [PATCH 3/4] Add initial support for built-in javascript functs

2018-02-21 Thread Albert Astals Cid
This revision was automatically updated to reflect the committed changes.
Closed by commit R223:cead2bbef3c2: Add initial support for built-in javascript 
functs (authored by aheinecke, committed by aacid).

REPOSITORY
  R223 Okular

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D10049?vs=26762=27741

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

AFFECTED FILES
  CMakeLists.txt
  core/script/builtin.js
  core/script/builtin.qrc
  core/scripter.cpp

To: aheinecke, #okular, aacid
Cc: aacid, michaelweghorn, ngraham


D10073: [PATCH 1/4] Add JavaScript Event Object handling

2018-02-21 Thread Albert Astals Cid
This revision was automatically updated to reflect the committed changes.
Closed by commit R223:d3a549ca258e: Add JavaScript Event Object handling 
(authored by aheinecke, committed by aacid).

CHANGED PRIOR TO COMMIT
  https://phabricator.kde.org/D10073?vs=27658=27740#toc

REPOSITORY
  R223 Okular

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D10073?vs=27658=27740

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

AFFECTED FILES
  CMakeLists.txt
  core/script/event.cpp
  core/script/event_p.h
  core/script/executor_kjs.cpp
  core/script/executor_kjs_p.h
  core/script/kjs_event.cpp
  core/script/kjs_event_p.h
  core/scripter.cpp
  core/scripter.h

To: aheinecke, #okular, aacid
Cc: aacid, michaelweghorn, ngraham


D10048: [PATCH 2/4] Add refresh widgets if underlying field changes

2018-02-21 Thread Albert Astals Cid
This revision was automatically updated to reflect the committed changes.
Closed by commit R223:d50c06df2590: Add refresh widgets if underlying field 
changes (authored by aheinecke, committed by aacid).

REPOSITORY
  R223 Okular

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D10048?vs=27266=27742

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

AFFECTED FILES
  core/document.cpp
  core/document.h
  core/script/kjs_field.cpp
  ui/formwidgets.cpp
  ui/formwidgets.h

To: aheinecke, #okular, aacid
Cc: aacid, michaelweghorn, ngraham


D10050: [PATCH 4/4] Add autotest for AFSimple_Calculate script

2018-02-21 Thread Albert Astals Cid
This revision was automatically updated to reflect the committed changes.
Closed by commit R223:5f05e4a1fcce: Add autotest for AFSimple_Calculate script 
(authored by aheinecke, committed by aacid).

REPOSITORY
  R223 Okular

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D10050?vs=26763=27743

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

AFFECTED FILES
  autotests/CMakeLists.txt
  autotests/calculatetexttest.cpp
  autotests/data/simpleCalculate.pdf

To: aheinecke, #okular, aacid
Cc: aacid, michaelweghorn, ngraham


D10073: [PATCH 1/4] Add JavaScript Event Object handling

2018-02-21 Thread Albert Astals Cid
aacid accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R223 Okular

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

To: aheinecke, #okular, aacid
Cc: aacid, michaelweghorn, ngraham


D10547: Recalculate forms after command form changes

2018-02-21 Thread Albert Astals Cid
aacid accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R223 Okular

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

To: aheinecke, #okular, aacid
Cc: aacid, ltoscano, michaelweghorn, ngraham


D10050: [PATCH 4/4] Add autotest for AFSimple_Calculate script

2018-02-21 Thread Albert Astals Cid
aacid accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R223 Okular

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

To: aheinecke, #okular, aacid
Cc: aacid, michaelweghorn, ngraham


D10049: [PATCH 3/4] Add initial support for built-in javascript functs

2018-02-21 Thread Albert Astals Cid
aacid accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R223 Okular

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

To: aheinecke, #okular, aacid
Cc: aacid, michaelweghorn, ngraham


D10048: [PATCH 2/4] Add refresh widgets if underlying field changes

2018-02-21 Thread Albert Astals Cid
aacid accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R223 Okular

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

To: aheinecke, #okular, aacid
Cc: aacid, michaelweghorn, ngraham


D10504: Bug 288042 - Option to reset forms

2018-02-21 Thread Albert Astals Cid
aacid requested changes to this revision.
aacid added a comment.
This revision now requires changes to proceed.


  Ok, ask if you have questions :)

REPOSITORY
  R223 Okular

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

To: ahmadosama, aacid
Cc: aacid, ngraham, #okular, michaelweghorn


D10249: Option to exit after printing

2018-02-21 Thread Albert Astals Cid
aacid requested changes to this revision.
This revision now requires changes to proceed.

REPOSITORY
  R223 Okular

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

To: dileepsankhla, aacid, #okular, ngraham
Cc: ltoscano, ngraham, aacid, #okular, michaelweghorn


D10249: Option to exit after printing

2018-02-21 Thread Albert Astals Cid
aacid added a comment.


  Have you tried running the test or did you add stuff just blindly in?

REPOSITORY
  R223 Okular

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

To: dileepsankhla, aacid, #okular, ngraham
Cc: ltoscano, ngraham, aacid, #okular, michaelweghorn


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

2018-02-21 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Applications%20okular%20kf5-qt5%20FreeBSDQt5.9/40/
 Project:
Applications okular kf5-qt5 FreeBSDQt5.9
 Date of build:
Wed, 21 Feb 2018 20:32:26 +
 Build duration:
14 min and counting
   JUnit Tests
  Name: (root) Failed: 2 test(s), Passed: 13 test(s), Skipped: 0 test(s), Total: 15 test(s)Failed: TestSuite.mainshelltestFailed: TestSuite.parttest

[okular] [Bug 330518] Add configure icon to the annotation toolbar

2018-02-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=330518

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=390816

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

[okular] [Bug 390816] colour palette for review tool

2018-02-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=390816

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=330518
   Keywords||usability
 CC||n...@kde.org

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