Closed
Bug 550672
Opened 15 years ago
Closed 15 years ago
Provide disable native theme preference for Qt port
Categories
(Core Graveyard :: Widget: Qt, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: romaxa, Assigned: romaxa)
Details
Attachments
(1 file)
3.45 KB,
patch
|
dougt
:
review+
|
Details | Diff | Splinter Review |
Bug is very similar to bug 450916; mobile gtk2 optimizations -- prefs for: force 24bpp everywhere; use a single pixmap for double-buffer backing store (bounded by screen dimensions); disable native theme
We should be able to disable native Qt theme and use CSS only painted widgets.
Attachment #430825 -
Flags: review?(dougt)
Comment 1•15 years ago
|
||
Comment on attachment 430825 [details] [diff] [review]
Disable Qt native theme by pref
use nsnull, not NULL. (yes, the gtk one is wrong too)
what was "mozilla.widget.raise-on-setfocus" about?
Attachment #430825 -
Flags: review?(dougt) → review+
Assignee | ||
Comment 2•15 years ago
|
||
(In reply to comment #1)
> (From update of attachment 430825 [details] [diff] [review])
> use nsnull, not NULL. (yes, the gtk one is wrong too)
Ok.
>
> what was "mozilla.widget.raise-on-setfocus" about?
No ideas, I think that was something from initial Gtk->Qt port copy paste version.
Assignee | ||
Comment 3•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → romaxa
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•