[Libreoffice-bugs] [Bug 70376] RTL file names do not display properly on the window bar

2014-02-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70376 Commit Notification libreoffice-comm...@lists.freedesktop.org changed: What|Removed |Added Whiteboard|target:4.3.0

[Libreoffice-bugs] [Bug 70376] RTL file names do not display properly on the window bar

2014-02-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70376 --- Comment #9 from Emir Sarı bitig...@openmailbox.org --- Where does the code reside for this? I searched but I could not find. I want to try to fix this. -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 70376] RTL file names do not display properly on the window bar

2014-02-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70376 --- Comment #10 from Khaled Hosny khaledho...@eglug.org --- Check https://gerrit.libreoffice.org/gitweb?p=core.git;a=blob;f=vcl/osx/salframe.cxx;h=6b236d6779840c0bc251f9798e092f2aab62cb51;hb=HEAD#l299 and the code that calls it. -- You are

[Libreoffice-bugs] [Bug 70376] RTL file names do not display properly on the window bar

2014-02-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70376 --- Comment #11 from Emir Sarı bitig...@openmailbox.org --- I just did a quick search on the Apple Developer Base, and found this. If we would drop the file name from the titlebar, would this fix this bug: NSString* pTitle = CreateNSString(

[Libreoffice-bugs] [Bug 70376] RTL file names do not display properly on the window bar

2014-02-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70376 --- Comment #13 from Tor Lillqvist t...@iki.fi --- Like all (?) Objective-C method names, the first letter is lower-case: setTitleWithRepresentedFilename. But that won't help, I think, or at least will be confusing, as it will just make OS X

[Libreoffice-bugs] [Bug 70376] RTL file names do not display properly on the window bar

2014-02-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70376 --- Comment #14 from Tor Lillqvist t...@iki.fi --- Could possibly be the code in TitleHelper::impl_updateTitleForFrame() in framework/source/fwe/helper/titlehelper.cxx , testing that. (But it will take a while as my Mac build is currently

[Libreoffice-bugs] [Bug 70376] RTL file names do not display properly on the window bar

2014-02-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70376 Commit Notification libreoffice-comm...@lists.freedesktop.org changed: What|Removed |Added Whiteboard|

[Libreoffice-bugs] [Bug 70376] RTL file names do not display properly on the window bar

2014-02-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70376 Emir Sarı bitig...@openmailbox.org changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 70376] RTL file names do not display properly on the window bar

2014-02-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70376 --- Comment #12 from Emir Sarı bitig...@openmailbox.org --- Update: I replaced the string in salframe.cxx, first build attempt aborted because I did not add the string to salframe.h. For the second build attempt I got this error:

[Libreoffice-bugs] [Bug 70376] RTL file names do not display properly on the window bar

2014-02-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70376 --- Comment #17 from Emir Sarı bitig...@openmailbox.org --- Created attachment 93340 -- https://bugs.freedesktop.org/attachment.cgi?id=93340action=edit after the patch! -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 70376] RTL file names do not display properly on the window bar

2014-02-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70376 Emir Sarı bitig...@openmailbox.org changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 70376] RTL file names do not display properly on the window bar

2013-11-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70376 Ahmad Harthi aalhar...@kacst.edu.sa changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 70376] RTL file names do not display properly on the window bar

2013-11-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70376 tommy27 ba...@quipo.it changed: What|Removed |Added CC||ba...@quipo.it --- Comment #1

[Libreoffice-bugs] [Bug 70376] RTL file names do not display properly on the window bar

2013-11-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70376 --- Comment #2 from Khaled Hosny khaledho...@eglug.org --- Is this LibreOffice/OpenOffice specific? Looks like OS issue to me, what happens if you open the file (or similarly named one) in other applications? -- You are receiving this mail

[Libreoffice-bugs] [Bug 70376] RTL file names do not display properly on the window bar

2013-11-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70376 --- Comment #3 from Urmas davian...@gmail.com --- That bug does not manifest on Windows as the program window is not mirrored there. But that's how the current title is displayed when titlebar is RTL. -- You are receiving this mail because: You

[Libreoffice-bugs] [Bug 70376] RTL file names do not display properly on the window bar

2013-11-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70376 --- Comment #4 from Emir Sarı bitig...@openmailbox.org --- Created attachment 89684 -- https://bugs.freedesktop.org/attachment.cgi?id=89684action=edit Same file in TextEdit This is a LO/AOO/NO specific issue, here you can see the same file

[Libreoffice-bugs] [Bug 70376] RTL file names do not display properly on the window bar

2013-11-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70376 --- Comment #5 from Foss f...@openmailbox.org --- Emir, would a test odt be useful in this case? Can you point out clearly what is not displayed correctly? For people unfamiliar with arabic or hebrew text it might not be obvious. -- You are

[Libreoffice-bugs] [Bug 70376] RTL file names do not display properly on the window bar

2013-11-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70376 --- Comment #6 from Khaled Hosny khaledho...@eglug.org --- In my system TextEdit shows only the file name in the titlebar, so I can’t compare this. But the LibreOffice issue can be easily explained; LibreOffice sets the title as file name -

[Libreoffice-bugs] [Bug 70376] RTL file names do not display properly on the window bar

2013-11-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70376 --- Comment #7 from Emir Sarı bitig...@openmailbox.org --- I'll try to reproduce the issue with different software and post the results to see how they are handling. I think the best way would be dropping the LibreOffice name, software name is

[Libreoffice-bugs] [Bug 70376] RTL file names do not display properly on the window bar

2013-10-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70376 Emir Sarı emir_s...@msn.com changed: What|Removed |Added Attachment #87457|text/plain |image/png mime

[Libreoffice-bugs] [Bug 70376] RTL file names do not display properly on the window bar

2013-10-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70376 Emir Sarı emir_s...@msn.com changed: What|Removed |Added QA Contact||emir_s...@msn.com -- You