Re: tangospg and 2008.8 - gui not drawing

2008-08-13 Thread Petr Vanek
On Tue, 12 Aug 2008 14:42:42 +0300
Risto H. Kurppa [EMAIL PROTECTED] (RHK)
wrote:

I have contacted the developer (not about this though) to ask if there
is a svn repo or something for the community to participate. He
(Marcus Bauer) answered that there only the source codes of releases
are available currently, he's been developing tango only as a local
copy.

To create a wider user and developer community around tangogps, I've
asked him also if it was OK to start a tangogps mailing list to allow
users and developers to discuss these things and submit patches to
him. No answer yet, I'll let you know when he answers.

And is this patch for tangogps or general gtk stuff.. To me it looks
it doesn't have much to do with tango..

I have also emailed Marcus today with similar questions. I think having
chance in participation would be very nice and i would also love to
be included. If he replies you please let us know, then we can talk in
different place as it is quite off topic here.
cheers
Petr


--
Petr Vaněk
http://biodynamika.cz




___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: tangospg and 2008.8 - gui not drawing

2008-08-13 Thread Marcus Bauer
Hey guys,

thanks for all your interest!!! I'm currently working like crazy and
have a huge mail backlog, so please be patient with me if I don't answer
in a timely manner. 

As with any open source project, well written patches that solve a bug
are always welcome.

Example: Pavel Machek has sent a patch that allows to input the lat/lon
for a POI in serveral different formats in addition to the decimal. Cool
patch, easy to integrate, perfect! [appears in the next version]

Another example: some people sent me shell scripts for converting logs
into KML etc.  This is great too!

Reading and writing mails takes a lot of time and currently my time is
best spent developing the software.

Mailing list, public svn/git whatever will all come in due time.

Things that can be done right now:

  * translate - look into/google for the gettext documentation how
to do this
  * spread the word, write in your blog, send me your pictures,
install it on any
linux/computer/eeePC/ubuntu/debian/gentoo/SUSE/mandriva/box you
can get hold of
  * 


On Wed, 2008-08-13 at 15:57 +0200, Petr Vanek wrote:
 On Tue, 12 Aug 2008 14:42:42 +0300
 Risto H. Kurppa [EMAIL PROTECTED] (RHK)
 wrote:
 
 I have contacted the developer (not about this though) to ask if there
 is a svn repo or something for the community to participate. He
 (Marcus Bauer) answered that there only the source codes of releases
 are available currently, he's been developing tango only as a local
 copy.
 
 To create a wider user and developer community around tangogps, I've
 asked him also if it was OK to start a tangogps mailing list to allow
 users and developers to discuss these things and submit patches to
 him. No answer yet, I'll let you know when he answers.
 
 And is this patch for tangogps or general gtk stuff.. To me it looks
 it doesn't have much to do with tango..
 
 I have also emailed Marcus today with similar questions. I think having
 chance in participation would be very nice and i would also love to
 be included. If he replies you please let us know, then we can talk in
 different place as it is quite off topic here.
 cheers
 Petr
 
 
 --
 Petr Vaněk
 http://biodynamika.cz
 
 
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: tangospg and 2008.8 - gui not drawing

2008-08-12 Thread Robert William Hutton
Geoff Ruscoe wrote:
 Everything looks great now.  Except I still don't have the Auto Center 
 button anymore.  Anybody else having this problem?

Yep.  I fixed it; you just have to slightly reduce the x and y thickness 
in the toolitem stanza of your gtkrc.  Here's the patch:

--- /media/card/gtkrc   Tue Aug 12 11:36:52 2008
+++ /usr/share/themes/Moko/gtk-2.0/gtkrcTue Aug 12 16:25:23 2008
@@ -160,8 +160,8 @@

  style toolitem
  {
-  xthickness = 12
-  ythickness = 12
+  xthickness = 11
+  ythickness = 11

bg[NORMAL] = @selected_bg_color
fg[NORMAL] = @selected_fg_color

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: tangospg and 2008.8 - gui not drawing

2008-08-12 Thread Bastian Feder
Hi,
has anyone reported this back to the TangoGPS developer(s)?
Would be nice if the changes will be included into the *.ipk.

just my 5 cents

hf
Bastian

On Tue, Aug 12, 2008 at 9:29 AM, Robert William Hutton
[EMAIL PROTECTED] wrote:
 Geoff Ruscoe wrote:
 Everything looks great now.  Except I still don't have the Auto Center
 button anymore.  Anybody else having this problem?

 Yep.  I fixed it; you just have to slightly reduce the x and y thickness
 in the toolitem stanza of your gtkrc.  Here's the patch:

 --- /media/card/gtkrc   Tue Aug 12 11:36:52 2008
 +++ /usr/share/themes/Moko/gtk-2.0/gtkrcTue Aug 12 16:25:23 2008
 @@ -160,8 +160,8 @@

  style toolitem
  {
 -  xthickness = 12
 -  ythickness = 12
 +  xthickness = 11
 +  ythickness = 11

bg[NORMAL] = @selected_bg_color
fg[NORMAL] = @selected_fg_color

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community




-- 
--
spread the word ... see www.browsehappy.com ;o)

Calvin: Weekends don't count unless you spend them doing something
completely pointless.

Join the Greater IBM Connection (http://www.xing.com/premiumgroup-6291.d26b7d)

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: tangospg and 2008.8 - gui not drawing

2008-08-12 Thread Risto H. Kurppa
I have contacted the developer (not about this though) to ask if there
is a svn repo or something for the community to participate. He
(Marcus Bauer) answered that there only the source codes of releases
are available currently, he's been developing tango only as a local
copy.

To create a wider user and developer community around tangogps, I've
asked him also if it was OK to start a tangogps mailing list to allow
users and developers to discuss these things and submit patches to
him. No answer yet, I'll let you know when he answers.

And is this patch for tangogps or general gtk stuff.. To me it looks
it doesn't have much to do with tango..

r


On Tue, Aug 12, 2008 at 10:42 AM, Bastian Feder [EMAIL PROTECTED] wrote:
 Hi,
 has anyone reported this back to the TangoGPS developer(s)?
 Would be nice if the changes will be included into the *.ipk.

 just my 5 cents

 hf
 Bastian

 On Tue, Aug 12, 2008 at 9:29 AM, Robert William Hutton
 [EMAIL PROTECTED] wrote:
 Geoff Ruscoe wrote:
 Everything looks great now.  Except I still don't have the Auto Center
 button anymore.  Anybody else having this problem?

 Yep.  I fixed it; you just have to slightly reduce the x and y thickness
 in the toolitem stanza of your gtkrc.  Here's the patch:

 --- /media/card/gtkrc   Tue Aug 12 11:36:52 2008
 +++ /usr/share/themes/Moko/gtk-2.0/gtkrcTue Aug 12 16:25:23 2008
 @@ -160,8 +160,8 @@

  style toolitem
  {
 -  xthickness = 12
 -  ythickness = 12
 +  xthickness = 11
 +  ythickness = 11

bg[NORMAL] = @selected_bg_color
fg[NORMAL] = @selected_fg_color

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community




 --
 --
 spread the word ... see www.browsehappy.com ;o)

 Calvin: Weekends don't count unless you spend them doing something
 completely pointless.

 Join the Greater IBM Connection (http://www.xing.com/premiumgroup-6291.d26b7d)

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community





-- 
| risto h. kurppa
| risto at kurppa dot fi
| http://risto.kurppa.fi

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: tangospg and 2008.8 - gui not drawing

2008-08-12 Thread Geoff Ruscoe
On Tue, Aug 12, 2008 at 7:42 AM, Risto H. Kurppa [EMAIL PROTECTED] wrote:


 And is this patch for tangogps or general gtk stuff.. To me it looks
 it doesn't have much to do with tango..


It looks to me as though this is something that should be in the 2008.08
deployment (opkg update anybody?).

I would like to thank Marcus for what a great job he's done with tangogps.
I use it more than any other app on the freerunner.  I would like to point
out that tangogps specific stuff probably belongs attached to the tangogps
site rather than here.  I have thought about looking into that as well but
so far this is the closest thing I've done to it.

Thanks again Marcus!  Super glad the app works on 2008.08 (as with many I
was worried).
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: tangospg and 2008.8 - gui not drawing

2008-08-12 Thread Steven **
FYI, I submitted at least part of this issue a few days ago:
http://docs.openmoko.org/trac/ticket/1786

-Steven

On Tue, Aug 12, 2008 at 12:12 PM, Geoff Ruscoe
[EMAIL PROTECTED] wrote:

 On Tue, Aug 12, 2008 at 7:42 AM, Risto H. Kurppa [EMAIL PROTECTED] wrote:

 And is this patch for tangogps or general gtk stuff.. To me it looks
 it doesn't have much to do with tango..


 It looks to me as though this is something that should be in the 2008.08
 deployment (opkg update anybody?).

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: tangospg and 2008.8 - gui not drawing

2008-08-09 Thread Geoff Ruscoe
  You can either install it by overwriting
 /usr/share/themes/Moko/gtk-2.0/gtkrc or I think by sticking it in
 ~/.gtkrc-2.0

  Cheers,
  Mike.

Thanks, Mike.  Your modified gtkrc worked perfectly for me.  tangogps
looks *much* better now.  However, putting it in ~/.gtkrc-2.0 didn't
seem to work for me so I just moved
/usr/share/themes/Moko/gtk-2.

 0/gtkrc to
 /usr/share/themes/Moko/gtk-2.0/gtkrc.orig and pasted yours in.


That worked great for me too!

Everything looks great now.  Except I still don't have the Auto Center
button anymore.  Anybody else having this problem?



snip sample gtkrc


 Nathan

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community




-- 
Geoff Ruscoe
Sigma Visions Computer Consulting
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: tangospg and 2008.8 - gui not drawing

2008-08-08 Thread Geoff Ruscoe
Yes Also I had it crash many times while on the config page.  I was trying
to set it to use my previously downloaded maps in the /media/card/Maps/osm
directory.  And it crashes with the popup about reporting the error.



On Fri, Aug 8, 2008 at 1:12 PM, Steven Kurylo [EMAIL PROTECTED]wrote:

 Hi,

 I just installed the latest tangogps (0.9.2-r1) on 2008.8.  Several
 GUI widgets aren't drawing properly, which were fine on other
 distributions.

 On the bottom left hand corner I see maps but none of the other tabs
 to the right are shown, its black.  However if I tap in the black
 area, the page loads properly (trip, config, etc).  If I'm on the trip
 page, I can see the trip tab, but the rest are black.

 On the map page, the fullscreen button on the top is cut off.  I
 also can't see the autocenter button.

 Is this happening to other people with 2008.8?

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community




-- 
Geoff Ruscoe
Sigma Visions Computer Consulting
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: tangospg and 2008.8 - gui not drawing

2008-08-08 Thread Michael Sheldon

Steven Kurylo wrote:

Hi,

I just installed the latest tangogps (0.9.2-r1) on 2008.8.  Several
GUI widgets aren't drawing properly, which were fine on other
distributions.

On the bottom left hand corner I see maps but none of the other tabs
to the right are shown, its black.  However if I tap in the black
area, the page loads properly (trip, config, etc).  If I'm on the trip
page, I can see the trip tab, but the rest are black.

On the map page, the fullscreen button on the top is cut off.  I
also can't see the autocenter button.

Is this happening to other people with 2008.8?


 Yes, the gtk theme is a bit buggy, attached my own fixed gtkrc which 
reduces the inner button borders to a reasonable size and fixes the 
background colour of inactive notebook tabs.


 This makes both tangogps and some other GTK apps much more usable.

 You can either install it by overwriting 
/usr/share/themes/Moko/gtk-2.0/gtkrc or I think by sticking it in 
~/.gtkrc-2.0


 Cheers,
  Mike.
# Moko GTK+ theme
#
# Copyright 2007 OpenedHand Ltd [EMAIL PROTECTED]
# Based on OpenedHand's Sato GTK+ Theme
#
# This theme uses several style properties introduced in GTK+ 2.10
#
# black: #33
# orange: #ff7d00
#

gtk-button-images = 0
gtk-menu-images = 0
gtk-icon-sizes = 
gtk-button=32,32:gtk-small-toolbar=48,48:gtk-large-toolbar=48,48

# Set the default gtk-color-scheme property
gtk_color_scheme = 
fg_color:#000;bg_color:#f4f0f4;base_color:#fff;text_color:#000;selected_bg_color:#ff7d00;selected_fg_color:#000

style default
{

  xthickness = 2
  ythickness = 2

  GtkButton::default_border = {0, 0, 0, 0}
  GtkButton::focus-line-width = 0
  GtkCheckButton::indicator-size = 35
  GtkCheckButton::indicator-spacing = 5
  GtkCheckMenuItem::indicator_size = 18
  GtkEntry::inner_border = {10, 10, 10, 10}
  GtkFrame::shadow_type = GTK_SHADOW_NONE
  GtkPaned::handle-size = 16
  GtkRange::slider-width = 28
  GtkRange::trough_border = 0
  GtkScale::slider-length = 56
  GtkScrollbar::has_backward_stepper = 1
  GtkScrollbar::has_forward_stepper = 1
  GtkScrollbar::has_secondary_backward_stepper = 1
  GtkScrollbar::has_secondary_forward_stepper = 1
  GtkScrollbar::slider_width = 30
  GtkScrollbar::stepper_size = 26
  GtkScrollbar::stepper_spacing = 0
  GtkSpinButton::shadow_type = GTK_SHADOW_NONE
  GtkTreeView::allow_rules = 1
  GtkTreeView::even_row_color = #fff
  GtkTreeView::odd_row_color = #e7e7e7
  GtkTreeView::vertical_separator = 6
  GtkWidget::focus_line_width = 2
  GtkWidget::focus_padding = 0
  GtkWidget::scroll-arrow-vlength = 48
  GtkWidget::scroll-arrow-hlength = 48

  MokoDialerTextview::large_font = 20
  MokoDialerTextview::medium_font = 15
  MokoDialerTextview::medium_font = 15
  MokoDialerTextview::small_font = 10


  fg [NORMAL] = @fg_color
  fg [PRELIGHT] = @fg_color
  fg [ACTIVE] = @selected_fg_color
  fg [INSENSITIVE] = @fg_color
  fg [SELECTED] = @selected_fg_color

  bg [NORMAL] = @bg_color
  bg [PRELIGHT] = @bg_color
  bg [ACTIVE] = @selected_bg_color
  bg [INSENSITIVE] = lighter (@bg_color)
  bg [SELECTED] = @selected_bg_color

  text [NORMAL] = @text_color
  text [PRELIGHT] = @text_color
  text [SELECTED] = @text_color
  text [ACTIVE] = @text_color

  base [NORMAL] = @base_color
  base [SELECTED] = @selected_bg_color
  base [ACTIVE] = @base_color

  engine moko-engine {
border = TRUE
  }
}

class GtkWidget style default

style reversed
{
  bg[NORMAL] = @fg_color
  fg[NORMAL] = @bg_color

  bg[PRELIGHT] = @fg_color
  fg[PRELIGHT] = @bg_color
}
widget_class *GtkButton* style reversed

style button
{
  GtkButton::inner_border = {1, 1, 1, 1}
  engine moko-engine {
border = TRUE
gradient = TRUE
  }
}
class GtkButton style button

style button-colors {
  bg[NORMAL] = #333
  fg[NORMAL] = #fff

  bg[PRELIGHT] = #333
  fg[PRELIGHT] = #fff
}
widget_class GtkButton* style button-colors

style treeview-header {

  # inner-border was added in GTK+ 2.10
  GtkButton::inner_border = {0, 0, 0, 0}

  bg[NORMAL] = #eee
  fg[NORMAL] = #000

  bg[PRELIGHT] = #eee
  fg[PRELIGHT] = #000

  engine moko-engine {
border = FALSE
gradient = TRUE
  }
}
widget_class *GtkTreeView.GtkButton* style treeview-header

style combo {
  bg[NORMAL] = @selected_bg_color
  text[NORMAL] = @selected_fg_color

  bg[PRELIGHT] = @selected_bg_color
  text[PRELIGHT] = @selected_fg_color

  engine moko-engine {
gradient = TRUE
  }
}
widget_class *Combo* style combo

style toolbar
{
  GtkToolbar::internal_padding = 0
  xthickness = 0
  ythickness = 0

  engine moko-engine {
gradient = TRUE
border = FALSE
  }
}
class GtkToolbar style toolbar
class GtkToolbar style reversed

style toolitem
{
  xthickness = 12
  ythickness = 12

  bg[NORMAL] = @selected_bg_color
  fg[NORMAL] = @selected_fg_color

  # toolbar colours are reversed
  bg[PRELIGHT] = @fg_color
  fg[PRELIGHT] = @bg_color

  engine moko-engine {
gradient = TRUE
border = FALSE
  }
}
widget_class *Tool*GtkToggleButton style toolitem
widget_class *Tool*GtkButton style toolitem


Re: tangospg and 2008.8 - gui not drawing

2008-08-08 Thread Stephen Shelton
On Fri, Aug 08, 2008 at 10:12:33AM -0700, Steven Kurylo wrote:
 Hi,
 
 I just installed the latest tangogps (0.9.2-r1) on 2008.8.  Several
 GUI widgets aren't drawing properly, which were fine on other
 distributions.
 
 On the bottom left hand corner I see maps but none of the other tabs
 to the right are shown, its black.  However if I tap in the black
 area, the page loads properly (trip, config, etc).  If I'm on the trip
 page, I can see the trip tab, but the rest are black.
 
 On the map page, the fullscreen button on the top is cut off.  I
 also can't see the autocenter button.
 
 Is this happening to other people with 2008.8?
 

I'm having similar experiences, unfortunately. I can see the full screen button,
but only because the entire app has been shortened.
-- 
Stephen Shelton
[EMAIL PROTECTED]
http://www.stephenashelton.com

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: tangospg and 2008.8 - gui not drawing

2008-08-08 Thread Nathan Kinkade
2008/8/8 Michael Sheldon [EMAIL PROTECTED]:
snip
  Yes, the gtk theme is a bit buggy, attached my own fixed gtkrc which
 reduces the inner button borders to a reasonable size and fixes the
 background colour of inactive notebook tabs.

  This makes both tangogps and some other GTK apps much more usable.

  You can either install it by overwriting
 /usr/share/themes/Moko/gtk-2.0/gtkrc or I think by sticking it in
 ~/.gtkrc-2.0

  Cheers,
  Mike.
snip sample gtkrc

Thanks, Mike.  Your modified gtkrc worked perfectly for me.  tangogps
looks *much* better now.  However, putting it in ~/.gtkrc-2.0 didn't
seem to work for me so I just moved
/usr/share/themes/Moko/gtk-2.0/gtkrc to
/usr/share/themes/Moko/gtk-2.0/gtkrc.orig and pasted yours in.

Nathan

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community