[Libreoffice-bugs] [Bug 74169] support Apple pages format

2015-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74169

David Tardon dtar...@redhat.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |dtar...@redhat.com
   |desktop.org |

--- Comment #7 from David Tardon dtar...@redhat.com ---
An initial support for Pages = 4 has been added.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74169] support Apple pages format

2015-02-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74169

David Tardon dtar...@redhat.com changed:

   What|Removed |Added

  Component|filters and storage |General
Product|LibreOffice |libetonyek

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74169] support Apple pages format

2014-07-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74169

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it,
   ||ipla...@yahoo.co.uk

--- Comment #5 from tommy27 ba...@quipo.it ---
is this a duplicate of Bug 35361?
could anybody double check?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74169] support Apple pages format

2014-07-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74169

--- Comment #6 from David Tardon dtar...@redhat.com ---
(In reply to comment #5)
 is this a duplicate of Bug 35361?

No, it is not.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74169] support Apple pages format

2014-04-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74169

kolu...@gmail.com changed:

   What|Removed |Added

 Blocks||40090

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74169] support Apple pages format

2014-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74169

--- Comment #3 from Paul Wise pa...@bonedaddy.net ---
I don't have access to OSX so I can't attach any documents but you can find
many samples on the Internet, I linked to some in the initial report.

The format is pretty simple and XML so I wouldn't say reverse engineering would
be needed.

There is a project to convert Apple Pages to epub here:

https://github.com/immateriel/pages2epub/

There is a project to modify Keynote files here:

https://github.com/undees/snippetize

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74169] support Apple pages format

2014-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74169

--- Comment #4 from David Tardon dtar...@redhat.com ---
(In reply to comment #3)
 The format is pretty simple

You only think that because you have never seen a document with complex layout,
charts, tables and other objects in it.

 and XML so I wouldn't say reverse engineering
 would be needed.

You would be wrong. That the format is XML does not mean it is immediately
obvious what the elements/attributes and their values mean. And how they work
together. E.g., the parameters for parametrized shapes (stars, arrows, quote
bubbles, etc.) are saved as opaque numeric values.

Or take tables. Most of the table-related elements and attributes are 1-3
letter abbreviations. What is even better: only non-empty cells are actually
saved. The position of the next filled cell (i.e., row and column) is saved,
inventively, using a single attribute. (Of course, first you need to discover
that this attribute--which is called sf:ct--has anything to do with the
placement of cells in the grid...)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74169] support Apple pages format

2014-01-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74169

Tomaz Vajngerl qui...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Tomaz Vajngerl qui...@gmail.com ---
Yes, this is something really needed as there is almost no program available
that can read/convert this format in Windows / Linux platforms. 

There is already support for rudimentary reading of Keynote documents with
libetonyek library so it might make sense (assuming the formats have similar
structure) to either extend this library or make a new one using libetonyek as
base. 

As we generally need to reverse engineer the format it would be helpful to
attach simple example documents made with iWork Pages for those who want to
look at the format and don't have access to OSX (for example a simple document
with one or two paragraphs, a table and a picture would be a good start).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74169] support Apple pages format

2014-01-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74169

David Tardon dtar...@redhat.com changed:

   What|Removed |Added

 CC||dtar...@redhat.com

--- Comment #2 from David Tardon dtar...@redhat.com ---
libetonyek master has already got BIPU support for Pages (and Numbers too, but
it just detects the format). The filter is on the GSoC ideas list.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs