[Desktop-packages] [Bug 1573031] Re: Most tool bar buttons are useless

2016-11-03 Thread Adolfo Jayme
** Changed in: libreoffice (Ubuntu)
   Status: Triaged => Opinion

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1573031

Title:
  Most tool bar buttons are useless

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Opinion

Bug description:
  Most tool bar buttons are never or rarely used.

  Only frequently used buttons shall be shown by default. And only when
  it is not more intuitive than the right click menu, like when copying
  and pasting or per object action.

  The status bar can also be hidden in some of these applications, the
  same as the sidebar contracted by default.

  Here are some suggested defaults:
  https://launchpadlibrarian.net/254847787/Writer.png
  https://launchpadlibrarian.net/254849290/Impress.png
  https://launchpadlibrarian.net/254846207/Calc.png
  https://launchpadlibrarian.net/254849096/Math.png

  Good interface design shows what is currently in use in that very
  moment, or used constantly. And gets rid of everything else.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 15:05:57 2016
  InstallationDate: Installed on 2015-11-14 (159 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1573031/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1573031] Re: Most tool bar buttons are useless

2016-05-03 Thread Bug Watch Updater
Launchpad has imported 22 comments from the remote bug at
https://bugs.documentfoundation.org/show_bug.cgi?id=92218.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2015-06-20T22:57:24+00:00 Yousuf 'Jay' Philips wrote:

Created attachment 116691
single toolbar

This was an enhancement that i had previously brought to a design
meeting in November 2014 after working on it and posting it in redmine (
https://redmine.documentfoundation.org/boards/1/topics/529 ).

The single toolbar concept can be found in apps like Google Docs and IBM
Symphony and it provides a simplified set of highly used toolbar buttons
so that the document can take up the majority of the screen and let
users focus on creating their documents.

Details of how IBM Symphony achieved this single toolbar mode can be
found in this redmine thread (
https://redmine.documentfoundation.org/boards/1/topics/163 ).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1573031/comments/0


On 2015-06-24T04:50:32+00:00 Barta-c wrote:

hi Jay,
just to better understand this enhancement request...
do you propose to replace the actual multiple toolbar setup with a single 
toolbar setup or do you want just to add a new toolbar with all the commands in 
it (this can already be achieved manually creating a custom toolbar and hiding 
all the others)

IMHO it would be great to have both things so user can decide which one
they prefer.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1573031/comments/1


On 2015-06-24T16:52:34+00:00 Yousuf 'Jay' Philips wrote:

Created attachment 116810
single toolbar xml

Hey Tommy,

The current multiple toolbar setup is the default and a user would be
able to enable the single toolbar mode, if that is what they prefer.
Likely in View > Mode > Single Toolbar Mode.

The custom toolbar xml file used in the screenshot is attached for users
who want to play with it. This custom toolbar does handle a user's basic
writing needs, but it doesnt handle contextual things like when you
select an image and wanting to add a border or selecting a shape and
wanting to change its border color, though these things can be formatted
using the context menu.

So a decision has to be made to either do the single toolbar mode as a
single toolbar that doesnt change or a group of toolbars that fit on a
row that can handle context.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1573031/comments/2


On 2016-03-01T19:27:58+00:00 Yousuf 'Jay' Philips wrote:

So the Writer toolbar is ready and sent as a patch:
https://gerrit.libreoffice.org/22818

So that is pending is the creation of an UNO command to do the
following.

On Click:
1) Backup to the user profile a list of the module toolbars where the Visible 
property is true
2) Set all Visible=true toolbars to Visible=false
3) Enable single toolbar mode toolbar (singlemode.xml) by setting its 
Visible=true
4) Backup the current user profile module 'ToolbarMode' entry in the user 
profile 
5) Set the user profile module 'ToolbarMode' entry to 'Single'
6) Backup the current icon theme name and size and set it to Breeze small

On Un-Click: (basically the opposite)
1) Restore the backed up user profile module 'ToolbarMode' entry
2) Clear the backed up 'ToolbarMode' entry
3) Hide single toolbar mode toolbar by setting its Visible=false
4) Restore the Visible=true to the backed up toolbars list
5) Clear the backed up toolbar list
6) Restore backed up icon theme name and size

The point of this functionality is so that when a user enables and then
disables single toolbar mode, all their previously set toolbars settings
wont be reset. The UNO command should be accessible in Writer and Calc
as Impress and Draw can easily be set to utilize a single toolbar. This
same UNO command functionality is intended for Sidebar Mode (bug 92220),
so ideally the code should be written with the intention that it can be
used reused/extended. It would be ideal if there was a single UNO
command (e.g. .uno:ToolbarMode) which could take an argument for the
toolbar mode to be done (e.g. .uno:ToolbarMode?Style:string=Single)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1573031/comments/3


On 2016-03-09T07:13:46+00:00 Vasya-shipuchkin wrote:

Hi, Yousuf. this work will be continued? because, are working on
analogue ribbon https://smehrbrodt.wordpress.com/2015/11/24/improving-
the-toolbars-in-libreoffice/

Reply at:

[Desktop-packages] [Bug 1573031] Re: Most tool bar buttons are useless

2016-05-03 Thread Alberto Salvia Novella
@ Adolfo Jayme

Moreover I never said messy, but useless.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1573031

Title:
  Most tool bar buttons are useless

Status in LibreOffice:
  Unknown
Status in libreoffice package in Ubuntu:
  Triaged

Bug description:
  Most tool bar buttons are never or rarely used.

  Only frequently used buttons shall be shown by default. And only when
  it is not more intuitive than the right click menu, like when copying
  and pasting or per object action.

  The status bar can also be hidden in some of these applications, the
  same as the sidebar contracted by default.

  Here are some suggested defaults:
  https://launchpadlibrarian.net/254847787/Writer.png
  https://launchpadlibrarian.net/254849290/Impress.png
  https://launchpadlibrarian.net/254846207/Calc.png
  https://launchpadlibrarian.net/254849096/Math.png

  Good interface design shows what is currently in use in that very
  moment, or used constantly. And gets rid of everything else.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 15:05:57 2016
  InstallationDate: Installed on 2015-11-14 (159 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1573031/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1573031] Re: Most tool bar buttons are useless

2016-05-03 Thread Alberto Salvia Novella
@ Adolfo Jayme

The Document Foundation has the last saying on this, and for the moment
the upstream bug is open.

** Bug watch added: Document Foundation Bugzilla #92218
   https://bugs.documentfoundation.org/show_bug.cgi?id=92218

** Changed in: df-libreoffice
   Importance: Wishlist => Unknown

** Changed in: df-libreoffice
   Status: Invalid => Unknown

** Changed in: df-libreoffice
 Remote watch: Document Foundation Bugzilla #99435 => Document Foundation 
Bugzilla #92218

** Changed in: libreoffice (Ubuntu)
   Status: Invalid => Triaged

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1573031

Title:
  Most tool bar buttons are useless

Status in LibreOffice:
  Unknown
Status in libreoffice package in Ubuntu:
  Triaged

Bug description:
  Most tool bar buttons are never or rarely used.

  Only frequently used buttons shall be shown by default. And only when
  it is not more intuitive than the right click menu, like when copying
  and pasting or per object action.

  The status bar can also be hidden in some of these applications, the
  same as the sidebar contracted by default.

  Here are some suggested defaults:
  https://launchpadlibrarian.net/254847787/Writer.png
  https://launchpadlibrarian.net/254849290/Impress.png
  https://launchpadlibrarian.net/254846207/Calc.png
  https://launchpadlibrarian.net/254849096/Math.png

  Good interface design shows what is currently in use in that very
  moment, or used constantly. And gets rid of everything else.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 15:05:57 2016
  InstallationDate: Installed on 2015-11-14 (159 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1573031/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1573031] Re: Most tool bar buttons are useless

2016-04-29 Thread Adolfo Jayme
“Most tool bar buttons are useless”… to you.

Quoting https://m.signalvnoise.com/why-i-love-ugly-messy-interfaces-and-
you-probably-do-too-edff4a896a83#.ypuw3zs4s

“There’s no reason to assume that having a lot of links or text on a
page, or a dense UI, or a sparse aesthetic is fundamentally bad — those
might be fine choices for the problem at hand. Especially if it’s a big,
hairy problem.”

** No longer affects: hundredpapercuts

** Changed in: libreoffice (Ubuntu)
   Status: Triaged => Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1573031

Title:
  Most tool bar buttons are useless

Status in LibreOffice:
  Invalid
Status in libreoffice package in Ubuntu:
  Invalid

Bug description:
  Most tool bar buttons are never or rarely used.

  Only frequently used buttons shall be shown by default. And only when
  it is not more intuitive than the right click menu, like when copying
  and pasting or per object action.

  The status bar can also be hidden in some of these applications, the
  same as the sidebar contracted by default.

  Here are some suggested defaults:
  https://launchpadlibrarian.net/254847787/Writer.png
  https://launchpadlibrarian.net/254849290/Impress.png
  https://launchpadlibrarian.net/254846207/Calc.png
  https://launchpadlibrarian.net/254849096/Math.png

  Good interface design shows what is currently in use in that very
  moment, or used constantly. And gets rid of everything else.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 15:05:57 2016
  InstallationDate: Installed on 2015-11-14 (159 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1573031/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1573031] Re: Most tool bar buttons are useless

2016-04-23 Thread Bug Watch Updater
** Changed in: df-libreoffice
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1573031

Title:
  Most tool bar buttons are useless

Status in LibreOffice:
  Invalid
Status in One Hundred Papercuts:
  Triaged
Status in libreoffice package in Ubuntu:
  Triaged

Bug description:
  Most tool bar buttons are never or rarely used.

  Only frequently used buttons shall be shown by default. And only when
  it is not more intuitive than the right click menu, like when copying
  and pasting or per object action.

  The status bar can also be hidden in some of these applications, the
  same as the sidebar contracted by default.

  Here are some suggested defaults:
  https://launchpadlibrarian.net/254847787/Writer.png
  https://launchpadlibrarian.net/254849290/Impress.png
  https://launchpadlibrarian.net/254846207/Calc.png
  https://launchpadlibrarian.net/254849096/Math.png

  Good interface design shows what is currently in use in that very
  moment, or used constantly. And gets rid of everything else.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 15:05:57 2016
  InstallationDate: Installed on 2015-11-14 (159 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1573031/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1573031] Re: Most tool bar buttons are useless

2016-04-21 Thread Bug Watch Updater
Launchpad has imported 3 comments from the remote bug at
https://bugs.documentfoundation.org/show_bug.cgi?id=99435.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2016-04-21T13:51:49+00:00 Alberto Salvia Novella wrote:

Most tool bar buttons are never or rarely used.

Only frequently used buttons shall be shown by default. And only when it
is not more intuitive than the right click menu, like when copying and
pasting or per object action.

The status bar can also be hidden in some of these applications, the
same as the sidebar contracted by default.

Here are some suggested defaults:
https://launchpadlibrarian.net/254847787/Writer.png
https://launchpadlibrarian.net/254849290/Impress.png
https://launchpadlibrarian.net/254846207/Calc.png
https://launchpadlibrarian.net/254849096/Math.png

Good interface design shows what is currently in use in that very
moment, or used constantly. And gets rid of everything else.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1573031/comments/8


On 2016-04-21T14:22:25+00:00 Vstuart-foote wrote:

Hi Alberto, thanks for posting.

But, would observe that if they were useless--button widgets (and other
toolbar GUI controls)--they would not exist to link to the .uno commands
they control.

Would say this is back to our ongoing Benjamin vs. Eve discussion. What
minimum set of features should be presented in a default UI to provide a
well functioning and intuitive UI but at the same time not annoy
experienced users by requiring excessive UI customization beyond
defaults.

And of course this is compounded by our hybrid mix of static and dynamic
or modal toolbars that assert depending on the object with focus--or
task being performed.

So, hope you see that handling Toolbar default configurations are not as
simple as you have put forward.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1573031/comments/9


On 2016-04-21T14:30:40+00:00 Vstuart-foote wrote:

As it is against Ubuntu "Wily Werewolf" setting version to 5.0.2.2

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1573031/comments/10


** Changed in: df-libreoffice
   Status: Unknown => New

** Changed in: df-libreoffice
   Importance: Unknown => Wishlist

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1573031

Title:
  Most tool bar buttons are useless

Status in LibreOffice:
  New
Status in One Hundred Papercuts:
  Triaged
Status in libreoffice package in Ubuntu:
  Triaged

Bug description:
  Most tool bar buttons are never or rarely used.

  Only frequently used buttons shall be shown by default. And only when
  it is not more intuitive than the right click menu, like when copying
  and pasting or per object action.

  The status bar can also be hidden in some of these applications, the
  same as the sidebar contracted by default.

  Here are some suggested defaults:
  https://launchpadlibrarian.net/254847787/Writer.png
  https://launchpadlibrarian.net/254849290/Impress.png
  https://launchpadlibrarian.net/254846207/Calc.png
  https://launchpadlibrarian.net/254849096/Math.png

  Good interface design shows what is currently in use in that very
  moment, or used constantly. And gets rid of everything else.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 15:05:57 2016
  InstallationDate: Installed on 2015-11-14 (159 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1573031/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1573031] Re: Most tool bar buttons are useless

2016-04-21 Thread Alberto Salvia Novella
** Attachment added: "Impress.png"
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1573031/+attachment/4641442/+files/Impress.png

** Description changed:

  Most tool bar buttons are never or rarely used.
  
  Only frequently used buttons so be shown by default. And only when it is
  not more intuitive than the right click menu, like when copying and
  pasting or per object action.
  
  Here are some suggested defaults:
  
  https://launchpadlibrarian.net/254847787/Writer.png
- https://launchpadlibrarian.net/254845901/Impress.png
+ https://launchpadlibrarian.net/254849290/Impress.png
  https://launchpadlibrarian.net/254846207/Calc.png
  
  https://launchpadlibrarian.net/254849096/Math.png
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 15:05:57 2016
  InstallationDate: Installed on 2015-11-14 (159 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  Most tool bar buttons are never or rarely used.
  
  Only frequently used buttons so be shown by default. And only when it is
  not more intuitive than the right click menu, like when copying and
  pasting or per object action.
  
  Here are some suggested defaults:
  
  https://launchpadlibrarian.net/254847787/Writer.png
  https://launchpadlibrarian.net/254849290/Impress.png
  https://launchpadlibrarian.net/254846207/Calc.png
- 
  https://launchpadlibrarian.net/254849096/Math.png
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 15:05:57 2016
  InstallationDate: Installed on 2015-11-14 (159 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  Most tool bar buttons are never or rarely used.
  
  Only frequently used buttons so be shown by default. And only when it is
  not more intuitive than the right click menu, like when copying and
  pasting or per object action.
  
  Here are some suggested defaults:
  
  https://launchpadlibrarian.net/254847787/Writer.png
  https://launchpadlibrarian.net/254849290/Impress.png
  https://launchpadlibrarian.net/254846207/Calc.png
  https://launchpadlibrarian.net/254849096/Math.png
+ 
+ The status bar can also be hidden in some of these applications.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 15:05:57 2016
  InstallationDate: Installed on 2015-11-14 (159 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  Most tool bar buttons are never or rarely used.
  
  Only frequently used buttons so be shown by default. And only when it is
  not more intuitive than the right click menu, like when copying and
  pasting or per object action.
  
- Here are some suggested defaults:
+ The status bar can also be hidden in some of these applications. Here
+ are some suggested defaults:
  
  https://launchpadlibrarian.net/254847787/Writer.png
  https://launchpadlibrarian.net/254849290/Impress.png
  https://launchpadlibrarian.net/254846207/Calc.png
  https://launchpadlibrarian.net/254849096/Math.png
- 
- The status bar can also be hidden in some of these applications.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 15:05:57 2016
  InstallationDate: Installed on 2015-11-14 (159 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  Most tool bar buttons are never or rarely used.
  
  Only frequently used buttons so be shown by default. And only when it is
  not more intuitive than the right click menu, like when copying and
  pasting or per object action.
  
- The status bar can also be hidden in some of these applications. Here
- are some suggested defaults:
+ The 

[Desktop-packages] [Bug 1573031] Re: Most tool bar buttons are useless

2016-04-21 Thread Alberto Salvia Novella
** Attachment added: "Math.png"
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1573031/+attachment/4641440/+files/Math.png

** Description changed:

  Most tool bar buttons are never or rarely used.
  
  Only frequently used buttons so be shown by default. And only when it is
  not more intuitive than the right click menu, like when copying and
  pasting or per object action.
  
  Here are some suggested defaults:
  https://launchpadlibrarian.net/254847787/Writer.png
  https://launchpadlibrarian.net/254845901/Impress.png
  https://launchpadlibrarian.net/254846207/Calc.png
+ https://launchpadlibrarian.net/254849096/Math.png
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 15:05:57 2016
  InstallationDate: Installed on 2015-11-14 (159 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  Most tool bar buttons are never or rarely used.
  
  Only frequently used buttons so be shown by default. And only when it is
  not more intuitive than the right click menu, like when copying and
  pasting or per object action.
  
  Here are some suggested defaults:
+ 
  https://launchpadlibrarian.net/254847787/Writer.png
  https://launchpadlibrarian.net/254845901/Impress.png
  https://launchpadlibrarian.net/254846207/Calc.png
+ 
  https://launchpadlibrarian.net/254849096/Math.png
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 15:05:57 2016
  InstallationDate: Installed on 2015-11-14 (159 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1573031

Title:
  Most tool bar buttons are useless

Status in LibreOffice:
  Unknown
Status in One Hundred Papercuts:
  Triaged
Status in libreoffice package in Ubuntu:
  Triaged

Bug description:
  Most tool bar buttons are never or rarely used.

  Only frequently used buttons shall be shown by default. And only when
  it is not more intuitive than the right click menu, like when copying
  and pasting or per object action.

  The status bar can also be hidden in some of these applications, the
  same as the sidebar contracted by default.

  Here are some suggested defaults:
  https://launchpadlibrarian.net/254847787/Writer.png
  https://launchpadlibrarian.net/254849290/Impress.png
  https://launchpadlibrarian.net/254846207/Calc.png
  https://launchpadlibrarian.net/254849096/Math.png

  Good interface design shows what is currently in use in that very
  moment, or used constantly. And gets rid of everything else.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 15:05:57 2016
  InstallationDate: Installed on 2015-11-14 (159 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1573031/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1573031] Re: Most tool bar buttons are useless

2016-04-21 Thread Alberto Salvia Novella
** Attachment removed: "Writer.png"
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1573031/+attachment/4641421/+files/Writer.png

** Attachment added: "Writer.png"
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1573031/+attachment/4641439/+files/Writer.png

** Description changed:

  Most tool bar buttons are never or rarely used.
  
  Only frequently used buttons so be shown by default. And only when it is
  not more intuitive than the right click menu, like when copying and
  pasting or per object action.
  
  Here are some suggested defaults:
- https://launchpadlibrarian.net/254845745/Writer.png
+ https://launchpadlibrarian.net/254847787/Writer.png
  https://launchpadlibrarian.net/254845901/Impress.png
  https://launchpadlibrarian.net/254846207/Calc.png
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 15:05:57 2016
  InstallationDate: Installed on 2015-11-14 (159 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1573031

Title:
  Most tool bar buttons are useless

Status in libreoffice package in Ubuntu:
  In Progress

Bug description:
  Most tool bar buttons are never or rarely used.

  Only frequently used buttons so be shown by default. And only when it
  is not more intuitive than the right click menu, like when copying and
  pasting or per object action.

  Here are some suggested defaults:

  https://launchpadlibrarian.net/254847787/Writer.png
  https://launchpadlibrarian.net/254849290/Impress.png
  https://launchpadlibrarian.net/254846207/Calc.png

  https://launchpadlibrarian.net/254849096/Math.png

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 15:05:57 2016
  InstallationDate: Installed on 2015-11-14 (159 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1573031/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1573031] Re: Most tool bar buttons are useless

2016-04-21 Thread Alberto Salvia Novella
** Attachment added: "Writer.png"
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1573031/+attachment/4641421/+files/Writer.png

** Description changed:

  Most tool bar buttons are never or rarely used.
  
  Only frequently used buttons so be shown by default. And only when it is
  not more intuitive than the right click menu, like when copying and
  pasting or per object action.
+ 
+ Here are some suggested defaults:
+ https://launchpadlibrarian.net/254845745/Writer.png
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 15:05:57 2016
  InstallationDate: Installed on 2015-11-14 (159 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1573031

Title:
  Most tool bar buttons are useless

Status in libreoffice package in Ubuntu:
  In Progress

Bug description:
  Most tool bar buttons are never or rarely used.

  Only frequently used buttons so be shown by default. And only when it
  is not more intuitive than the right click menu, like when copying and
  pasting or per object action.

  Here are some suggested defaults:
  https://launchpadlibrarian.net/254847787/Writer.png
  https://launchpadlibrarian.net/254845901/Impress.png
  https://launchpadlibrarian.net/254846207/Calc.png

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 15:05:57 2016
  InstallationDate: Installed on 2015-11-14 (159 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1573031/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1573031] Re: Most tool bar buttons are useless

2016-04-21 Thread Alberto Salvia Novella
** Attachment added: "Calc.png"
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1573031/+attachment/4641423/+files/Calc.png

** Description changed:

  Most tool bar buttons are never or rarely used.
  
  Only frequently used buttons so be shown by default. And only when it is
  not more intuitive than the right click menu, like when copying and
  pasting or per object action.
  
  Here are some suggested defaults:
  https://launchpadlibrarian.net/254845745/Writer.png
  https://launchpadlibrarian.net/254845901/Impress.png
+ https://launchpadlibrarian.net/254846207/Calc.png
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 15:05:57 2016
  InstallationDate: Installed on 2015-11-14 (159 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

** Changed in: libreoffice (Ubuntu)
 Assignee: (unassigned) => Alberto Salvia Novella (es20490446e)

** Changed in: libreoffice (Ubuntu)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1573031

Title:
  Most tool bar buttons are useless

Status in libreoffice package in Ubuntu:
  In Progress

Bug description:
  Most tool bar buttons are never or rarely used.

  Only frequently used buttons so be shown by default. And only when it
  is not more intuitive than the right click menu, like when copying and
  pasting or per object action.

  Here are some suggested defaults:
  https://launchpadlibrarian.net/254847787/Writer.png
  https://launchpadlibrarian.net/254845901/Impress.png
  https://launchpadlibrarian.net/254846207/Calc.png

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 15:05:57 2016
  InstallationDate: Installed on 2015-11-14 (159 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1573031/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1573031] Re: Most tool bar buttons are useless

2016-04-21 Thread Alberto Salvia Novella
** Attachment added: "Impress.png"
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1573031/+attachment/4641422/+files/Impress.png

** Description changed:

  Most tool bar buttons are never or rarely used.
  
  Only frequently used buttons so be shown by default. And only when it is
  not more intuitive than the right click menu, like when copying and
  pasting or per object action.
  
  Here are some suggested defaults:
  https://launchpadlibrarian.net/254845745/Writer.png
+ https://launchpadlibrarian.net/254845901/Impress.png
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 15:05:57 2016
  InstallationDate: Installed on 2015-11-14 (159 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1573031

Title:
  Most tool bar buttons are useless

Status in libreoffice package in Ubuntu:
  In Progress

Bug description:
  Most tool bar buttons are never or rarely used.

  Only frequently used buttons so be shown by default. And only when it
  is not more intuitive than the right click menu, like when copying and
  pasting or per object action.

  Here are some suggested defaults:
  https://launchpadlibrarian.net/254847787/Writer.png
  https://launchpadlibrarian.net/254845901/Impress.png
  https://launchpadlibrarian.net/254846207/Calc.png

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 15:05:57 2016
  InstallationDate: Installed on 2015-11-14 (159 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1573031/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp