[Libreoffice-bugs] [Bug 106878] Improve the LibreOffice "fallback theme"
https://bugs.documentfoundation.org/show_bug.cgi?id=106878 Heiko Tietze changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Heiko Tietze --- We updated the themes for 6.1. Fallback is now the newly designed Colibre theme. -- You are receiving this mail because: You are the assignee for the bug.___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 106878] Improve the LibreOffice "fallback theme"
https://bugs.documentfoundation.org/show_bug.cgi?id=106878 --- Comment #3 from QA Administrators --- ** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug -- You are receiving this mail because: You are the assignee for the bug.___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 106878] Improve the LibreOffice "fallback theme"
https://bugs.documentfoundation.org/show_bug.cgi?id=106878 V Stuart Foote changed: What|Removed |Added Status|UNCONFIRMED |NEW CC||vstuart.fo...@utsa.edu Ever confirmed|0 |1 --- Comment #2 from V Stuart Foote --- +1 -- You are receiving this mail because: You are the assignee for the bug.___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 106878] Improve the LibreOffice "fallback theme"
https://bugs.documentfoundation.org/show_bug.cgi?id=106878 Jan Holesovsky changed: What|Removed |Added CC||ke...@collabora.com, ||qui...@gmail.com, ||randal...@web.de --- Comment #1 from Jan Holesovsky --- Thibaut: As to the actual code pointers: vcl/unx/kde/salnativewidgets-kde.cxx vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx vcl/unx/gtk/salnativewidgets-gtk.cxx vcl/source/gdi/salnativewidgets-none.cxx vcl/win/gdi/salnativewidgets-luna.cxx vcl/osx/salnativewidgets.cxx are the current implementations of the native themes. To see where the drawing happens, do 'git grep DrawNativeControl'. Eg. a radio button drawing happens in vcl/source/control/button.cxx in: void RadioButton::ImplDrawRadioButtonState(vcl::RenderContext& rRenderContext) You can see that the "native" part happens in the if (!maImage && rRenderContext.IsNativeControlSupported(... part, and the fallback happens in: if (!bNativeOK) part. -- You are receiving this mail because: You are the assignee for the bug.___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs