maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Blue LCARS theme released (https://talk.maemo.org/showthread.php?t=17098)

iskarion 2008-02-25 12:10

Re: Blue LCARS theme released
 
Quote:

Originally Posted by Corwin (Post 147357)
But unfortunately the OMWeather-thing is critical to me. I would also be happy if this could be fixed :)

Two weeks ago I did open a bugreport on this in the OMWeather bugtracker and it's assigned to one of the OMWeather developers. So I guess they are working on it. At least they know that the bug exists.
https://garage.maemo.org/tracker/ind...id=93&atid=417

vasvlad 2008-02-26 19:40

Re: Blue LCARS theme released
 
Quote:

Originally Posted by iskarion (Post 147403)
Two weeks ago I did open a bugreport on this in the OMWeather bugtracker and it's assigned to one of the OMWeather developers. So I guess they are working on it. At least they know that the bug exists.
https://garage.maemo.org/tracker/ind...id=93&atid=417

This bug will be fixed in version 0.19.6 of OMWeather. It will be released this week.

https://garage.maemo.org/pm/task.php...project_id=161

Vlad

ian_ryge 2008-02-26 21:00

Re: Blue LCARS theme released
 
That's great news, vasvlad. Thanks!

silvermain 2008-02-26 21:09

Re: Blue LCARS theme released
 
I don't know about the whole problem with the weather applet. I just changed the default colour in settings to orange and it shows fine.

vasvlad 2008-02-26 21:14

Re: Blue LCARS theme released
 
Quote:

Originally Posted by ian_ryge (Post 148180)
That's great news, vasvlad. Thanks!

Ian I have the problem with button "Update" in popup window of OMWeather. This button is hidden. But when I press it - it is shown.

Regards,
Vlad

vasvlad 2008-02-26 21:23

Re: Blue LCARS theme released
 
Quote:

Originally Posted by silvermain (Post 148190)
I don't know about the whole problem with the weather applet. I just changed the default colour in settings to orange and it shows fine.

This is strange. Which version of OMweather and OS are you using?

Vlad.

ian_ryge 2008-02-26 23:10

Re: Blue LCARS theme released
 
Quote:

Originally Posted by vasvlad (Post 148192)
Ian I have the problem with button "Update" in popup window of OMWeather. This button is hidden. But when I press it - it is shown.

That's a strange type of button - it uses a button graphic for the clicked state but none for the normal state. The same type of button appears in Nokia's PDF reader (the page-number button)... Since the background is white in the built-in themes, the black symbol is visible with or without a button graphic behind it. But in themes with a black background, the black symbol is invisible until clicked.

If you could make "Update" be the same type of button as the "Close" and "Settings" buttons which appear in that window, then it would work perfectly in LCARS and other dark themes.

Quote:

Originally Posted by silvermain (Post 148190)
I don't know about the whole problem with the weather applet. I just changed the default colour in settings to orange and it shows fine.

OMWeather lets you set the color of the text on the applet itself. But the details view (which pops up when you click on the applet) currently has hardcoded black text, which is invisible in themes that set a black background.

vasvlad 2008-02-27 09:29

Re: Blue LCARS theme released
 
Quote:

Originally Posted by ian_ryge (Post 148264)
That's a strange type of button - it uses a button graphic for the clicked state but none for the normal state. The same type of button appears in Nokia's PDF reader (the page-number button)... Since the background is white in the built-in themes, the black symbol is visible with or without a button graphic behind it. But in themes with a black background, the black symbol is invisible until clicked.

If you could make "Update" be the same type of button as the "Close" and "Settings" buttons which appear in that window, then it would work perfectly in LCARS and other dark themes.

I have fixed with problem.
https://garage.maemo.org/frs/downloa...PADD-style.png

munky261 2008-02-28 05:43

Re: Blue LCARS theme released
 
is there anyway to increase the thickness of the top bar so that my statusbar clock , and cpu/ram monitor arent hanging off and making it look like crap? and also , how can i make the font bigger , it is definitely too samll for me , id like to make it the default size system font

ian_ryge 2008-03-01 06:47

Re: Blue LCARS theme released
 
Thanks again vasvlad! OMWeather looks great!

Quote:

Originally Posted by munky261 (Post 148877)
is there anyway to increase the thickness of the top bar so that my statusbar clock , and cpu/ram monitor arent hanging off and making it look like crap? and also , how can i make the font bigger , it is definitely too samll for me , id like to make it the default size system font

It would be kind of difficult (but not impossible) to make the top bar thicker. Since quite a few images would need to be changed to line up with a thicker bar, it would probably be best to make the changes in the template image, and rebuild the theme. See our howto if you're interested: http://synthesize.us/LCARS_PADD/HOWT..._hildon_themes

Text sizes, on the other hand, are easy to change. They're defined in /usr/share/themes/theme-name/gtk-2.0/gtkrc

To give any of the LCARS themes large fonts, simply replace the "Font definitions" section of the gtkrc file with the following:
Code:

##############################
#
# Font definitions
#
##############################

style "osso-SystemFont" {
        font_name = "Nokia Sans 16.75"
}

style "osso-EmpSystemFont" {
        font_name = "Nokia Sans Bold 16.75"
}

style "osso-TitleFont" {
        font_name = "Nokia Sans 12.75"
}

style "osso-ButtonFont" {
        font_name = "Nokia Sans 16.75"
}

style "osso-SmallFont" {
        font_name = "Nokia Sans 11.625"
}

style "osso-LargeFont" {
        font_name = "Nokia Sans 29.5"
}

style "osso-HWRFont1"
{
  font_name = "Nokia Sans 52"
}

style "osso-HWRFont2"
{
  font_name = "Nokia Sans 38"
}

Hope that helps.


All times are GMT. The time now is 19:58.

vBulletin® Version 3.8.8