[Libreoffice-bugs] [Bug 91065] Title of Document Properties dialog cannot be localized adequately

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91065

Arul Michael  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |arul7...@gmail.com
   |desktop.org |

-- 
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 91065] Title of Document Properties dialog cannot be localized adequately

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

Katarina Behrens (CIB)  changed:

   What|Removed |Added

 CC||libreoffice@lists.freedeskt
   ||op.org
 Whiteboard||easyHack DifficultyBeginner
   ||TopicUI SkillCpp

--- Comment #3 from Katarina Behrens (CIB)  ---
This is an easy hack. As Julien already points out, .ui file for this dialog
lives in sfx2/uiconfig/ui/documentpropertiesdialog.ui ... Replace dialog title
with "Properties of %1", easy peasy

C++ code reading it is in sfx2/source/dialog/dinfdlg.cxx, setting the dialog
title takes place directly in constructor. So instead of concatenating the
strings, one has to replace %1 (using OUString::replaceFirst or whatever
appropriate) from the dialog title with the actual file name.

-- 
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 91065] Title of Document Properties dialog cannot be localized adequately

2015-06-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91065

--- Comment #2 from Julien Nabet serval2...@yahoo.fr ---
Once the string is changed in
http://opengrok.libreoffice.org/xref/core/sfx2/uiconfig/ui/documentpropertiesdialog.ui#8,
I wouldn't know then how to manage %1.
Sorry not for me :-( but certainly someone else will know :-)

-- 
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 91065] Title of Document Properties dialog cannot be localized adequately

2015-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91065

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #1 from Adolfo Jayme f...@libreoffice.org ---
@Julien: one for you? =)

-- 
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 91065] Title of Document Properties dialog cannot be localized adequately

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

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=51
   ||763

-- 
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 91065] Title of Document Properties dialog cannot be localized adequately

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

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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