--- Dirk Meyer <[EMAIL PROTECTED]> escreveu: > Gustavo Sverzut Barbieri wrote: > > --- Dirk Meyer <[EMAIL PROTECTED]> escreveu: > > Yes... but maybe we could make them brighter or yellow... which may > > contrast the bg, and then there is no need for the darker bg. > > Try the KDE themes website (www.kde-look.org) to search for new > icons/backgrounds. Geoff Holden: what's the current status of your > new > icons (http://halfempty.com/bright/pics/freevo)?
Later, when the skin get more mature I'll start to search for icons and backgrounds and themes... Geoff Holden made very good icons/bg, but he disappeared! BTW, where's Krister? The last time I saw a post was a long time ago... he must be bloated with work. > > > But we should align based on the read content or the > should-be-there > > content? I mean: if we have only one item in a row, where it should > be > > 4, it should be placed on the center or at the position of the > first > > item, as we calculate it to hold 4 items (but there is only one)? > The > > later is the best IMO. > > Yes, the later, and we do that. Ok, how we specify that in the XML? > > Ok. But did you fixed the problem that leads to the bigger item to > draw > > outside its area space? (I made blue2 look that way to show you the > > bug) > > I searched the bug today .. and found it. It's not Python bug, it's > XML. If you set the content alignment to left, the item will draw > outside the area. The reason is that spacing is set to a negative > value. The space we need for an item is calculated based on the > largest item. The selected is very large. To avoid to much space > between items, I set spacing to a negative value. So it's no bug, > it's > the intention of the skin designer. Ok, it's XML bug, but as we define an area, should one be allowed to draw outside that area? > > About the things being to blue_round1 or blue2, IMO we should first > try > > to make those new things work, after that we take a breath and > start to > > design the XML, maybe we can search for cool designs and do our own > > based on that, and with Aubin's help we can create a wonderful > theme. > > Yes, blue2 should be our playing-skin. If you have a nice idea, feel > free to add a new menuset with your idea and add it to menu. Ok. > > >> BTW, press DISPLAY _twice_ in the video menu and select a movie > >> with fxd file information. > > > > Very good! > > Now that we can draw really fast, why don't we make that the > default? > > And change listing orders? 1st we have 'video details', 2nd 'video > menu > > with info', 3rd 'normal text style' > > The 3rd style looks cool for fxd files, but very boring for movies > without additional informations and directories. Maybe it should be > like it is now, and we could add a variable force-style. Than put > folder.fxd in your movies folder and force the style to 3. What do > you > think? And maybe also a variable start-with-style for people who > wants > to have the text view as default. I think the folder.fxd is good, and it could be combined with the local_skin.fxd, as u mentioned. And about the <if> tags? It's working? I was wondering how to implement that, since the <if condition=""> must be evaluated not at parse time, but when you will use it's content. How are you dealing with that? Also, where in the new skin we get the XML contents and give them to the OSD? Also, I think we will need text formating tags quite soon. Take a look at the 3rd movie menu style. That looks too monotonous, same colors, same sizes and we're loosing too much space on the screen using new lines to make it less mono. If we have some <font> tags, which could define: family, size, shadow, color, that would be very good and make our design more interesting. And we really want a <table> structure or something that let us align left/center/right or top/center/down within a content. I said that because our new skin is very ugly just using those '\t', Everybody knows we should align the label to the right and the value to the left, like we did before in the music player. Gustavo _______________________________________________________________________ Yahoo! Mail O melhor e-mail gratuito da internet: 6MB de espa�o, antiv�rus, acesso POP3, filtro contra spam. http://br.mail.yahoo.com/ ------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
