Date: prev next · Thread: first prev next last
2015 Archives by date, by thread · List index


https://bugs.documentfoundation.org/show_bug.cgi?id=90794

            Bug ID: 90794
           Summary: Fix the Linux HiDPI start screen
           Product: LibreOffice
           Version: 4.2.3.3 release
          Hardware: Other
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: UI
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: keithcu@gmail.com
                CC: keithcu@gmail.com, libreoffice@lists.freedesktop.org

LibreOffice looks pretty good on these screens now, but it leaves a bad first
impression with the start bitmap.

Fixing this is platform specific. For Linux, the relevant file is:
http://opengrok.libreoffice.org/xref/core/desktop/unx/source/splashx.c

The first question is how to fetch the DPI. It can't use the
OutputDevice::DPIScaleFactor, so it needs to do something like "xrdb -query" or
borrow some of what Saldisp::Init does:
http://opengrok.libreoffice.org/xref/core/vcl/unx/generic/app/saldisp.cxx#557

The next step is to get a high-res start bitmap, and display it when
appropriate.

The final step is to fix the progress window which displays inside the start
bitmap.

I believe this is an easy hack.

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

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.