[Okular-devel] [Bug 309952] Open PDF CCIAA Italian

2012-11-17 Thread jambolo70
https://bugs.kde.org/show_bug.cgi?id=309952

--- Comment #5 from jambolo70 jambolo1...@gmail.com ---
(In reply to comment #4)
 Thanks for attaching the file. I have verified that the crash does not
 happen anymore if you use a new poppler version (for example 0.20.4).
 poppler is the library we use to render pdf files.
 
 If you happen to update to a poppler version newer or equal to 0.20.4 and
 you can still reproduce the crash, please reopen this bug.
 
 Thanks for caring about Okular.

I solved the problem with the version of openSUSE 12.2 in the repo there isn't
the required library, and also by searching on the site Opensuse.org does not
install properly.
I still think you're right about the library, probably is it.
Thank you.

-- 
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] [Bug 310227] Okular does not open TGA files if libqtga.so is present

2012-11-17 Thread Bogdan Cristea
https://bugs.kde.org/show_bug.cgi?id=310227

--- Comment #4 from Bogdan Cristea crist...@gmail.com ---
sorry, I have forgotten to check for qtga library existence. On my system,
openSUSE 12.2, where libqtga.so is present, the attached file cannot be opened.

-- 
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] [Bug 310227] Okular does not open TGA files if libqtga.so is present

2012-11-17 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=310227

--- Comment #5 from Albert Astals Cid aa...@kde.org ---
Which package provides libtga.so for you?

-- 
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] [Bug 310227] Okular does not open TGA files if libqtga.so is present

2012-11-17 Thread Sergiu Bivol
https://bugs.kde.org/show_bug.cgi?id=310227

--- Comment #6 from Sergiu Bivol ser...@ase.md ---
It's libqtgui4 (version 4.8.3) that provides libqtga.so.

~$ dpkg -S /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqtga.so
libqtgui4:amd64: /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqtga.so

~$ dpkg --status libqtgui4:amd64
Package: libqtgui4
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 12343
Maintainer: Kubuntu Developers kubuntu-de...@lists.ubuntu.com
Architecture: amd64
Multi-Arch: same
Source: qt4-x11
Version: 4:4.8.3+dfsg-0ubuntu3

-- 
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: Show paper size names like ISO/DIN A4 instead of just paper size in numbers

2012-11-17 Thread Thomas Fischer

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

(Updated Nov. 16, 2012, 10:33 p.m.)


Review request for Okular.


Changes
---

Rewriting patch to use big switch to cover all paper sizes QPrinter knows. 
Avoids i18n for static constants.


Description
---

This patch makes Okular not only show a document's size (width x height) in 
inches or millimeters, but it will try to guess the paper format's name as well.
Example: So far, for an opened PDF file in the Properties dialog (File - 
Properties), it would print Page Size: 210,016 x 297,011 mm. Using this 
patch, it would say instead 210,016 x 297,011 mm (portrait ISO/DIN A4)


Diffs (updated)
-

  core/document.cpp 3e4e21a 
  core/document_p.h 4a20561 

Diff: http://git.reviewboard.kde.org/r/107350/diff/


Testing
---

Works for example files using format ISO/DIN A4 and legal. No example files for 
other formats available (e.g. Japanese JIS-B or tabloid).


Screenshots
---

Showing paper format portrait ISO/DIN A4
  http://git.reviewboard.kde.org/r/107350/s/834/


Thanks,

Thomas Fischer

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


Re: [Okular-devel] Review Request: Properties dialog: switch to QFormLayout and showing icon for mime type

2012-11-17 Thread Thomas Fischer

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

(Updated Nov. 17, 2012, 10:56 a.m.)


Review request for Okular.


Changes
---

Updating description


Description (updated)
---

This patch changes the properties dialog to use QFormLayout instead of a 
two-column QGridLayout. This should make the dialog more compatible with other 
user interfaces.
For the mime type row, instead of just showing the mime type's name, a small 
QLabel is used to show the mime type's icon.

Maybe it would be a good idea to not only show the mime type's name, but also 
the description (KMimeType::comment(..)). Example: PDF Document 
(application/pdf)


Diffs
-

  ui/propertiesdialog.cpp 2ef8220 

Diff: http://git.reviewboard.kde.org/r/107357/diff/


Testing
---


Screenshots
---

QFormLayout and mime type icon
  http://git.reviewboard.kde.org/r/107357/s/835/


Thanks,

Thomas Fischer

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


[Okular-devel] [Bug 310227] Okular does not open TGA files if libqtga.so is present

2012-11-17 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=310227

Albert Astals Cid aa...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #7 from Albert Astals Cid aa...@kde.org ---
Qt does not have a way to specify which plugin to use to use for loading a
QImage so this is QImageReaders fault for not trying will all the plugins
(Besides the tga plugin for not loading the image)

I suggest you report this bug at https://bugreports.qt-project.org

-- 
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] [Bug 60170] Orientation seascape goto next page, than incorrect display

2012-11-17 Thread Markus Ehrnsperger
https://bugs.kde.org/show_bug.cgi?id=60170

--- Comment #6 from Markus Ehrnsperger markus_ehrnsper...@yahoo.de ---
 Please, can you confirm whether or not this happens with Okular?
Sorry, I cannot answer this question. The file
http://www.ses-astra.com/brochure-gallery/files/240/Digitaler Empfang 0202.pdf
is not available any more, and I don't have a copy.

Regards, Markus

-- 
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] [Bug 60170] Orientation seascape goto next page, than incorrect display

2012-11-17 Thread Adrián Chaves Fernández
https://bugs.kde.org/show_bug.cgi?id=60170

Adrián Chaves Fernández adriyeticha...@gmail.com changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |INVALID

-- 
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: Properties dialog: switch to QFormLayout and showing icon for mime type

2012-11-17 Thread Albert Astals Cid

---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/107357/#review22143
---



ui/propertiesdialog.cpp
http://git.reviewboard.kde.org/r/107357/#comment17036

KMimeType::mimeType may return 0, please account for that



ui/propertiesdialog.cpp
http://git.reviewboard.kde.org/r/107357/#comment17037

convert the QLatin1String into a i18nc so translators can change the order 
or the way of showing, maybe () is not usual, if they need it


- Albert Astals Cid


On Nov. 17, 2012, 5:09 p.m., Thomas Fischer wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 http://git.reviewboard.kde.org/r/107357/
 ---
 
 (Updated Nov. 17, 2012, 5:09 p.m.)
 
 
 Review request for Okular.
 
 
 Description
 ---
 
 This patch changes the properties dialog to use QFormLayout instead of a 
 two-column QGridLayout. This should make the dialog more compatible with 
 other user interfaces.
 For the mime type row, instead of just showing the mime type's name, a small 
 QLabel is used to show the mime type's icon.
 
 Maybe it would be a good idea to not only show the mime type's name, but also 
 the description (KMimeType::comment(..)). Example: PDF Document 
 (application/pdf)
 
 
 Diffs
 -
 
   ui/propertiesdialog.cpp 2ef8220 
 
 Diff: http://git.reviewboard.kde.org/r/107357/diff/
 
 
 Testing
 ---
 
 
 Screenshots
 ---
 
 QFormLayout and mime type icon
   http://git.reviewboard.kde.org/r/107357/s/835/
 
 
 Thanks,
 
 Thomas Fischer
 


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


Re: [Okular-devel] Review Request: Properties dialog: switch to QFormLayout and showing icon for mime type

2012-11-17 Thread Thomas Fischer

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

(Updated Nov. 17, 2012, 5:09 p.m.)


Review request for Okular.


Changes
---

Instead of writing out the raw mimetype (example: application/pdf), it 
shows a description of the mime type followed by the mime type's name in 
parentheses (example: PDF document (application/pdf)).


Description
---

This patch changes the properties dialog to use QFormLayout instead of a 
two-column QGridLayout. This should make the dialog more compatible with other 
user interfaces.
For the mime type row, instead of just showing the mime type's name, a small 
QLabel is used to show the mime type's icon.

Maybe it would be a good idea to not only show the mime type's name, but also 
the description (KMimeType::comment(..)). Example: PDF Document 
(application/pdf)


Diffs (updated)
-

  ui/propertiesdialog.cpp 2ef8220 

Diff: http://git.reviewboard.kde.org/r/107357/diff/


Testing
---


Screenshots
---

QFormLayout and mime type icon
  http://git.reviewboard.kde.org/r/107357/s/835/


Thanks,

Thomas Fischer

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


Re: [Okular-devel] Review Request: Properties dialog: switch to QFormLayout and showing icon for mime type

2012-11-17 Thread Thomas Fischer

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

(Updated Nov. 17, 2012, 7:51 p.m.)


Review request for Okular.


Changes
---

Addressing issues:
- KMimeType::mimeType may return 0, please account for that
- convert the QLatin1String into a i18nc so translators can change the order or 
the way of showing, maybe () is not usual, if they need it


Description
---

This patch changes the properties dialog to use QFormLayout instead of a 
two-column QGridLayout. This should make the dialog more compatible with other 
user interfaces.
For the mime type row, instead of just showing the mime type's name, a small 
QLabel is used to show the mime type's icon.

Maybe it would be a good idea to not only show the mime type's name, but also 
the description (KMimeType::comment(..)). Example: PDF Document 
(application/pdf)


Diffs (updated)
-

  ui/propertiesdialog.cpp 2ef8220 

Diff: http://git.reviewboard.kde.org/r/107357/diff/


Testing
---


Screenshots
---

QFormLayout and mime type icon
  http://git.reviewboard.kde.org/r/107357/s/835/


Thanks,

Thomas Fischer

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


Re: [Okular-devel] Review Request: Properties dialog: switch to QFormLayout and showing icon for mime type

2012-11-17 Thread Thomas Fischer


 On Nov. 17, 2012, 2:14 p.m., Albert Astals Cid wrote:
  The QFormLayout is not needed,  that's a class totally tailored for small 
  screen state devices (phones) and it's not going to happen that we port 
  this dialog to a phone.
  
  The icon thing looks like a nice addition and i don't object to the showing 
  of the comment either,

 The QFormLayout is not needed, that's a class
 totally tailored for small screen state devices (phones)
According to the documentation, this is only one argument to use this class. 
The other one is that it adepts to the desktop's settings (KDE, Gnome, Windows, 
Mac) regarding layout alignment. In this respect, it is an improvement over the 
previous addWidget(..., Qt::AlignRight);
Finally, the addRow statement takes care of creating the label instead of 
creating and layouting QLabel *key manually.

 The icon thing looks like a nice addition and
 i don't object to the showing of the comment either
Working on that ...


- Thomas


---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/107357/#review22121
---


On Nov. 17, 2012, 10:56 a.m., Thomas Fischer wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 http://git.reviewboard.kde.org/r/107357/
 ---
 
 (Updated Nov. 17, 2012, 10:56 a.m.)
 
 
 Review request for Okular.
 
 
 Description
 ---
 
 This patch changes the properties dialog to use QFormLayout instead of a 
 two-column QGridLayout. This should make the dialog more compatible with 
 other user interfaces.
 For the mime type row, instead of just showing the mime type's name, a small 
 QLabel is used to show the mime type's icon.
 
 Maybe it would be a good idea to not only show the mime type's name, but also 
 the description (KMimeType::comment(..)). Example: PDF Document 
 (application/pdf)
 
 
 Diffs
 -
 
   ui/propertiesdialog.cpp 2ef8220 
 
 Diff: http://git.reviewboard.kde.org/r/107357/diff/
 
 
 Testing
 ---
 
 
 Screenshots
 ---
 
 QFormLayout and mime type icon
   http://git.reviewboard.kde.org/r/107357/s/835/
 
 
 Thanks,
 
 Thomas Fischer
 


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


[Okular-devel] [Bug 310271] New: okular crashes when a font rather than computermodern is used

2012-11-17 Thread tanrui
https://bugs.kde.org/show_bug.cgi?id=310271

Bug ID: 310271
  Severity: normal
   Version: 0.14.0
  Priority: NOR
  Assignee: okular-devel@kde.org
   Summary: okular crashes when a font rather than computermodern
is used
Classification: Unclassified
OS: MS Windows
  Reporter: tan...@adsc.com.sg
  Hardware: MS Windows
Status: UNCONFIRMED
 Component: DVI backend
   Product: okular

I use the windows port of KDE from http://windows.kde.org
Okular can correctly display the dvi file when the font is the default font of
latex (computer modern), but Okular crashes when other fonts (e.g., times) are
used, the error message is Fatal error: Wrong command byte found in VF macro
list: 255   This probably means that  Note that I have tried two latex
distributions (miktex and texlive), the issue persists.


Reproducible: Always

Steps to Reproduce:
1. Create a latex document 'test.tex':
\documentclass{article}
\usepackage{times}
\begin{document}
Test.
\end{document}

2. Compile the latex document by:
latex test.tex

3. Use okular to open 'test.dvi'

Actual Results:  
Okular crashes


Expected Results:  
A document with text Test. displayed in Times font.

This bug is specific to the windows port of KDE.

-- 
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] [Bug 310271] okular crashes when a font rather than computermodern is used

2012-11-17 Thread tanrui
https://bugs.kde.org/show_bug.cgi?id=310271

--- Comment #2 from tan...@adsc.com.sg ---
Created attachment 75321
  -- https://bugs.kde.org/attachment.cgi?id=75321action=edit
the generated dvi file

-- 
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] [Bug 310272] New: okular cannot display eps figure in dvi file

2012-11-17 Thread tanrui
https://bugs.kde.org/show_bug.cgi?id=310272

Bug ID: 310272
  Severity: normal
   Version: 0.14.0
  Priority: NOR
  Assignee: okular-devel@kde.org
   Summary: okular cannot display eps figure in dvi file
Classification: Unclassified
OS: MS Windows
  Reporter: tan...@adsc.com.sg
  Hardware: MS Windows
Status: UNCONFIRMED
 Component: DVI backend
   Product: okular

I am using the windows port of KDE.
Okular cannot display eps figures in DVI file. I think this problem is specific
to the windows port.

Reproducible: Always

Steps to Reproduce:
Use Okular under windows port of KDE to open the attached dvi file.
Actual Results:  
The figure area is empty

Expected Results:  
display the figure

I think this problem is specific to the windows port

-- 
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] [Bug 310272] okular cannot display eps figure in dvi file

2012-11-17 Thread tanrui
https://bugs.kde.org/show_bug.cgi?id=310272

--- Comment #1 from tan...@adsc.com.sg ---
Created attachment 75322
  -- https://bugs.kde.org/attachment.cgi?id=75322action=edit
the latex source

-- 
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] [Bug 310272] okular cannot display eps figure in dvi file

2012-11-17 Thread tanrui
https://bugs.kde.org/show_bug.cgi?id=310272

--- Comment #2 from tan...@adsc.com.sg ---
Created attachment 75323
  -- https://bugs.kde.org/attachment.cgi?id=75323action=edit
the eps file

-- 
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] [Bug 310272] okular cannot display eps figure in dvi file

2012-11-17 Thread tanrui
https://bugs.kde.org/show_bug.cgi?id=310272

--- Comment #3 from tan...@adsc.com.sg ---
Created attachment 75324
  -- https://bugs.kde.org/attachment.cgi?id=75324action=edit
the generated dvi file

-- 
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] [Bug 310272] okular cannot display eps figure in dvi file

2012-11-17 Thread tanrui
https://bugs.kde.org/show_bug.cgi?id=310272

--- Comment #4 from tan...@adsc.com.sg ---
Created attachment 75325
  -- https://bugs.kde.org/attachment.cgi?id=75325action=edit
the GNUplot script for the eps file

-- 
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] [Bug 310273] New: crash when try to open pdf document created by chromium browser

2012-11-17 Thread kael
https://bugs.kde.org/show_bug.cgi?id=310273

Bug ID: 310273
  Severity: critical
   Version: 0.14.3
  Priority: NOR
  Assignee: okular-devel@kde.org
   Summary: crash when try to open pdf document created by
chromium browser
Classification: Unclassified
OS: Linux
  Reporter: kaelr...@gmail.com
  Hardware: openSUSE RPMs
Status: UNCONFIRMED
 Component: PDF backend
   Product: okular

I want to print a Wikipedia item (List of Unix utilities,
http://en.wikipedia.org/wiki/List_of_Unix_utilities) through system pdf printer
in Chromium 24.0.1290.0.
After that I found that the output pdf cannot be opened in okular, but it's
shown well in gv, acrobat reader ,etc.
when try to open the document with okular, the program lose response.

Reproducible: Always

-- 
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