You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/05/25 18:21:28 UTC

[Bug 119418] New: Improvements of About Box (abitility to copy info, bitness, URL)

https://issues.apache.org/ooo/show_bug.cgi?id=119418

          Priority: P3
            Bug ID: 119418
          Assignee: ooo-issues@incubator.apache.org
           Summary: Improvements of About Box (abitility to copy info,
                    bitness, URL)
          Severity: normal
        Issue Type: DEFECT
    Classification: Code
                OS: All
          Reporter: kaktebyavirubit@gmail.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: AOO 3.4.0
         Component: ui
           Product: framework

Created attachment 77601
  --> https://issues.apache.org/ooo/attachment.cgi?id=77601&action=edit
In LibreOffice version and build-ID may be copied

Apache OpenOffice 3.4.0 (Final) AOOO340m1 (Build 9590) - Rev. 1327774 Russian
UI/Locale

Need the ability to copy version, build, and revision of the program
information from the About Box like it's made in LibreOffice.

While descripting problems in Office applications it is desirable to specify
the exact version, build, and revision of the program since this information
helps to diagnose the problem much faster (also good idea to increase default
font size used to display described above info in Apache OpenOffice - now it's
very small). Very uncomfortable to gain this information each time manually.

Also About Box does not show bitness (32-bit or 64-bit).

Also remove the "full stop (dot)" at the end of URL with credits
(http://www.openoffice.org/welcome/credits.html.), because after copy-paste
functions you need to delete this "full stop (dot)" manually, or make URL
clickable.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 119418] Improvements of About Box (abitility to copy info, bitness, URL)

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=119418

--- Comment #3 from Ariel Constenla-Haile <ar...@apache.org> ---
Created attachment 78475
  --> https://issues.apache.org/ooo/attachment.cgi?id=78475&action=edit
About Dialog from current trunk

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 119418] About Dialog Improvements

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=119418

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Improvements of About Box   |About Dialog Improvements
                   |(abitility to copy info,    |
                   |bitness, URL)               |

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 119418] About Dialog Improvements

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=119418

hdu@apache.org <hd...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ACCEPTED                    |RESOLVED
           Hardware|PC                          |All
         Resolution|---                         |FIXED
   Target Milestone|---                         |AOO 4.0

--- Comment #8 from hdu@apache.org <hd...@apache.org> ---
Updated status to FIXED and target to release that will contain the
enhancement.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 119418] Improvements of About Box (abitility to copy info, bitness, URL)

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=119418

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |ACCEPTED

--- Comment #4 from Ariel Constenla-Haile <ar...@apache.org> ---

> Need the ability to copy version, build, and revision of the program
> information from the About Box 

This information can now be selected and copied

> Also About Box does not show bitness (32-bit or 64-bit).

Right now, Linux is the only system where we support both 32 and 64 bits, so I
left this as an optional feature to be set at configure time by the developer
building AOO using --with-build-version, for example:

--with-build-version="$(date +"%Y-%m-%d %H:%M:%S (%a, %d %b %Y)") - `uname
-sm`"

This will produce something like

2012-06-22 08:23:54 (Fri, 22 Jun 2012) - Linux x86_64


> Also remove the "full stop (dot)" at the end of URL with credits
> (http://www.openoffice.org/welcome/credits.html.), because after copy-paste
> functions you need to delete this "full stop (dot)" manually, or make URL
> clickable.

I removed this and added a link

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 119418] Improvements of About Box (abitility to copy info, bitness, URL)

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=119418

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|arielch@apache.org          |ooo-issues@incubator.apache
                   |                            |.org
           Assignee|ooo-issues@incubator.apache |arielch@apache.org
                   |.org                        |

--- Comment #2 from Ariel Constenla-Haile <ar...@apache.org> ---
Committed some changes under Revision 1351463

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

[Bug 119418] Improvements of About Box (abitility to copy info, bitness, URL)

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=119418

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
                 CC|                            |arielch@apache.org
         Issue Type|DEFECT                      |ENHANCEMENT
     Ever confirmed|0                           |1

--- Comment #1 from Ariel Constenla-Haile <ar...@apache.org> ---
Confirmed as request for enhancement.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 119418] About Dialog Improvements

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=119418

--- Comment #9 from Ariel Constenla-Haile <ar...@apache.org> ---
The current version, after the logo changes, looks IMO horrible (besides the
horribleness of the flat logo).

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 119418] About Dialog Improvements

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=119418

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #78475|0                           |1
        is obsolete|                            |

--- Comment #6 from Ariel Constenla-Haile <ar...@apache.org> ---
Created attachment 79591
  --> https://issues.apache.org/ooo/attachment.cgi?id=79591&action=edit
About Dialog from current trunk

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 119418] About Dialog Improvements

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=119418

--- Comment #7 from Ariel Constenla-Haile <ar...@apache.org> ---
Created attachment 79592
  --> https://issues.apache.org/ooo/attachment.cgi?id=79592&action=edit
Readme, License and Notice dialog

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 119418] Improvements of About Box (abitility to copy info, bitness, URL)

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=119418

--- Comment #5 from SVN Robot <sv...@dev.null.org> ---
"arielch" committed SVN revision 1388247 into trunk:
#i119418# - About Dialog improvements

-- 
You are receiving this mail because:
You are on the CC list for the bug.