[Libreoffice-ux-advise] Tango for mac ? ...

2012-05-22 Thread Michael Meeks
Hi guys,

I just noticed (fixing the default theme for LOOL) that the Mac builds
have been using the Galaxy icon-set by default.

Is that deliberate ? (I 'fixed' it to Tango in passing to simplify the
logic), if that was deliberate, I can put it back of course.

Thanks !

Michael.

-- 
michael.me...@suse.com  , Pseudo Engineer, itinerant idiot

___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-ux-advise] [PATCH] fdo#34772 Word count / statistics in the status bar

2012-05-22 Thread Muhammad Haggag
Hello.

(Ux folks, please advise on the UX/Localization section below).

Bug:

https://bugs.freedesktop.org/show_bug.cgi?id=34772

Patch:
=
https://bugs.freedesktop.org/attachment.cgi?id=61962

Patch review:
===
https://bugs.freedesktop.org/page.cgi?id=splinter.htmlbug=34772attachment=61962

Changes (copied from patch):

This change adds a new status bar control,
SwWordCountStatusBarControl. The control shows the number of words
selected as well as the number of words in the whole document.
Double-clicking the control launches the modeless word count dialog.

Verification:
==
I tested with small documents (to the tune of 30 pages, ~3500 words).
I'd like to try it out on a large/huge document to make sure there's
no performance impact. Are there any standard large documents used
for LO performance testing?

UX/Localization:
=
Currently the status bar displays counts in the form: Words:
number-of-selected-words/total-number-of-words. It's not clear at
a glance what the numbers mean. It looks like this:
http://imgur.com/3WqVD

How do you suggest we go about displaying this information clearly,
hopefully without being overly verbose?

Also, I'm not sure how localizable string literals are handled in the
code base. Does LO use something like gettext, or do I have to
explicitly add a string resource and load it?

Open Issues/Questions:

* What's the point of viewsh.sdi? (compared to _viewsh.sdi).
_viewsh.sdi seems to be referencing the methods actually getting
invoked for word-count related logic.

* swriter.sdi: I based the entry for StateWordCount on StatePageCount.
I'm not sure what the fields mean (e.g. StatusBarConfig).

* How do I update LO help with material for the new status bar field?
I can see that other controls have their own documentation pages (e.g.
helpcontent2/source/text/swriter/02/0801.xhp documents the page
count control), but I don't know what template the files follow or
what the fields mean. This is what I have so far:
https://bugs.freedesktop.org/attachment.cgi?id=61963

Regards,
--Muhammad
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


Re: [Libreoffice-ux-advise] [PATCH] fdo#34772 Word count / statistics in the status bar

2012-05-22 Thread Muhammad Haggag
On Tue, May 22, 2012 at 6:13 PM, Regina Henschel
rb.hensc...@t-online.de wrote:
 Hi Muhammad,
[...]
 I don't know about standard 'large' documents for testing. You can use the
 document 'part1' of the ODF specification, which has 864 pages.
 http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.odt

Thanks! That's exactly what I had in mind.

Aside from slow loading (due to having a debug + dbgutil build),
runtime performance seems unaffected compared to a vanilla build.

Regards,
--Muhammad
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise