[Okular-devel] [okular] [Bug 357971] [frameworks branch] Okular forward search does not update the position

2016-02-26 Thread Albert Vaca via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357971

Albert Vaca  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME
 CC||albertv...@gmail.com

--- Comment #2 from Albert Vaca  ---
I just created a pdf document with two named destinations and it works with the
latest version from the frameworks branch in git. Can you try it again with the
latest code? If you can reproduce it, please reopen the bug and attach a
document where we can test it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 349918] Okular frameworks git (sometimes) scales pages wrongly

2016-02-26 Thread Albert Vaca via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=349918

Albert Vaca  changed:

   What|Removed |Added

 CC||albertv...@gmail.com
 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Albert Vaca  ---
Doesn't happen to me using the latest version from the frameworks branch and
your file. Closing the bug. Feel free to reopen if you can reproduce it with a
recent build.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 359722] Page size "Custom" is set to zero and can not be adjusted

2016-02-26 Thread George Ruinelli via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359722

--- Comment #4 from George Ruinelli  ---
It is not an issue of Okular, so please change the selection to the appropriate
product (not sure which one fits best). The issue is also shown with other KDE
applications. Also note that the behaviour is different in the programs which
use the localized (german) version of the printing dialogue: One can select the
"custom" entry, but it gets reverted again to the previous selection.

If it is a Qt bug, I could add a bug report on https://bugreports.qt.io but
again I could not find a matching selection.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 348172] Scaling options missing in print dialog

2016-02-26 Thread Felix Jaeckel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=348172

Felix Jaeckel  changed:

   What|Removed |Added

 CC||fxjaec...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 359223] [framework] okular cannot open files with spaces in path or name (both from terminal and from dolphin)

2016-02-26 Thread Aleix Pol via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359223

Aleix Pol  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 359223] [framework] okular cannot open files with spaces in path or name (both from terminal and from dolphin)

2016-02-26 Thread Aleix Pol via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359223

Aleix Pol  changed:

   What|Removed |Added

 CC||aleix...@kde.org

--- Comment #7 from Aleix Pol  ---
Should be fixed as of:
http://commits.kde.org/okular/154c98fdaab2e593091fe644cfaeed96dd9fefaf

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


Re: [Okular-devel] Review Request 127042: Fix QUrl string encoding

2016-02-26 Thread Aleix Pol Gonzalez

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/127042/
---

(Updated Feb. 26, 2016, 4:11 p.m.)


Status
--

This change has been marked as submitted.


Review request for Okular and Alex Richardson.


Changes
---

Submitted with commit 154c98fdaab2e593091fe644cfaeed96dd9fefaf by Aleix Pol to 
branch frameworks.


Repository: okular


Description
---

This Url is converted in to a string to be parsed back using `QUrl( urlString, 
QUrl::StrictMode )`.
By default, it uses `PrettyDecoded`, which makes `QUrl::StrictMode` choke.

An alternative patch would be to overload openDocument to also take QUrl and 
skip the back-and-forth conversion.


Diffs
-

  shell/okular_main.cpp 9bdc1fe 
  shell/shell.h c7c155b 
  shell/shell.cpp c97054a 

Diff: https://git.reviewboard.kde.org/r/127042/diff/


Testing
---

Now I can open files with a space in it.


Thanks,

Aleix Pol Gonzalez

___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


Re: [Okular-devel] Review Request 127042: Fix QUrl string encoding

2016-02-26 Thread Albert Vaca Cintora

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/127042/#review92804
---


Ship it!




Looks good to me.

- Albert Vaca Cintora


On feb. 24, 2016, 9:21 a.m., Aleix Pol Gonzalez wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/127042/
> ---
> 
> (Updated feb. 24, 2016, 9:21 a.m.)
> 
> 
> Review request for Okular and Alex Richardson.
> 
> 
> Repository: okular
> 
> 
> Description
> ---
> 
> This Url is converted in to a string to be parsed back using `QUrl( 
> urlString, QUrl::StrictMode )`.
> By default, it uses `PrettyDecoded`, which makes `QUrl::StrictMode` choke.
> 
> An alternative patch would be to overload openDocument to also take QUrl and 
> skip the back-and-forth conversion.
> 
> 
> Diffs
> -
> 
>   shell/okular_main.cpp 9bdc1fe 
>   shell/shell.h c7c155b 
>   shell/shell.cpp c97054a 
> 
> Diff: https://git.reviewboard.kde.org/r/127042/diff/
> 
> 
> Testing
> ---
> 
> Now I can open files with a space in it.
> 
> 
> Thanks,
> 
> Aleix Pol Gonzalez
> 
>

___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel