Author Topic: Window decorations in OPIE: a limited selection  (Read 4876 times)

herename

  • Newbie
  • *
  • Posts: 2
    • View Profile
Window decorations in OPIE: a limited selection
« on: March 30, 2004, 10:48:10 pm »
I\'m frustrated that OPIE only offers a limited number of window decoration styles (ie, the widgets like the \"OK\" and \"?\" buttons).  I find myself using the \"flat\" decorations because the others are quite ugly.

I noticed that the zStyle application for the Sharp ROM uses a different kind of decoration (it has a myStyle.decorations plain text file that specifies .png images for the different buttons).

Why is there such a limited selection in OPIE?  zStyle appears to be similar to opie-theme application --- are they related?  Can similar .decoration files work with OPIE.

I\'d love to hear from anybody who\'s customized their window decorations.

amrein

  • Sr. Member
  • ****
  • Posts: 345
    • View Profile
    • http://
Window decorations in OPIE: a limited selection
« Reply #1 on: March 31, 2004, 02:06:36 am »
It is planned to add more of them in the future. A \'curstom user style\' web page (like the screenshot one but of course completely revamped) will certainly be created as soon as Opie will be good enough for every developper.

You could already work on yours if you want to. Opie is a work builded by its users (and don\'t know much for exemple about Qt programming but as I\'m french, I translated all files in French). Give your name to the new style and to mark Opie with your fingerprint!

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
Window decorations in OPIE: a limited selection
« Reply #2 on: March 31, 2004, 04:22:18 am »
Yes, good idea. We would like to see more decorations and widget styles in Opie.
Cheers,

Michael 'Mickey' Lauer | Embedded Linux Freelancer | www.Vanille-Media.de
Consider donating, if you like the software I contribute to.

herename

  • Newbie
  • *
  • Posts: 2
    • View Profile
Window decorations in OPIE: a limited selection
« Reply #3 on: March 31, 2004, 07:45:07 am »
Well, looking at the code on the opie-themeing distibution,
the flat decoration is the only one that has an obvious image
input to me.  In flat.cpp there are hard-coded xpm images
for the OK, ?, and maximize buttons.

If I nerd-out later tonight perhaps I\'ll play with that a bit.  Seems
like those could either be hard-changed or made to read in a user
supplied xpm for each button.