Gtkmm-forge Digest, Vol 4, Issue 1



Send Gtkmm-forge mailing list submissions to
	gtkmm-forge lists sourceforge net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
	gtkmm-forge-request lists sourceforge net

You can reach the person managing the list at
	gtkmm-forge-owner lists sourceforge net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."


gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla.  A daily digest is sent to gtkmm-main, to encourage people to help fixing the bugs. Do not try to unsubscribe gtkmm-forge from gtkmm-list.


Today's Topics:

   1. [Bug 351336] gtk_style_attach wrapping is missed
      (gtkmm (bugzilla.gnome.org))
   2. [Bug 354544] New: [PATCH] Wrap	g_get_user_config_dir() and
      g_get_user_data_dir() (glibmm (bugzilla.gnome.org))
   3. [Bug 354544] [PATCH] Wrap g_get_user_config_dir()	and
      g_get_user_data_dir() (glibmm (bugzilla.gnome.org))
   4. [Bug 354556] New: wrap g_get_user_x_dir() functions
      (glibmm (bugzilla.gnome.org))
   5. [Bug 354556] wrap g_get_user_x_dir() functions
      (glibmm (bugzilla.gnome.org))
   6. [Bug 354544] [PATCH] Wrap g_get_user_config_dir()	and
      g_get_user_data_dir() (glibmm (bugzilla.gnome.org))
   7. [Bug 354544] [PATCH] Wrap g_get_user_config_dir()	and
      g_get_user_data_dir() (glibmm (bugzilla.gnome.org))
   8. [Bug 354556] wrap g_get_user_x_dir() functions
      (glibmm (bugzilla.gnome.org))


----------------------------------------------------------------------

Message: 1
Date: Sat,  2 Sep 2006 09:43:29 +0100 (BST)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 351336] gtk_style_attach wrapping is
	missed
To: gtkmm-forge lists sourceforge net
Message-ID: <20060902084329 E234E6C40C6 box gnome org>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=351336
 gtkmm | general | Ver: 2.4.x





------- Comment #3 from Johannes Schmid  2006-09-02 08:42 UTC -------
Created an attachment (id=72067)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=72067&action=view)
Wrap gtk_style_attach/detach

GtkStyle is more than just about theming, it also provides some low-level X
stuff. 

Anyway, this method is only useful when creating widgets from scratch by
deriving directly from Gtk::Widget. In this case you need to call this in your
realise() handler to make the widget work properly.

I have attached a very trivial patch which adds the two methods to Gtk::Style.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



------------------------------

Message: 2
Date: Wed,  6 Sep 2006 02:30:09 +0100 (BST)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 354544] New: [PATCH] Wrap
	g_get_user_config_dir() and g_get_user_data_dir()
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-354544-5595 http bugzilla gnome org/>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=354544
 glibmm | general | Ver: 2.12.x

           Summary: [PATCH] Wrap g_get_user_config_dir() and
                    g_get_user_data_dir()
           Product: glibmm
           Version: 2.12.x
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: daf minuslab net
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unversioned Enhancement
   GNOME milestone: Unspecified


Two functions I use frequently.  Attached is a patch for their inclusion, right
next to get_home_dir().

My doxygen knowledge is a bit rusty, i'm not sure you can do that link syntax,
hopefully it is legit.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



------------------------------

Message: 3
Date: Wed,  6 Sep 2006 02:32:43 +0100 (BST)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 354544] [PATCH] Wrap
	g_get_user_config_dir()	and g_get_user_data_dir()
To: gtkmm-forge lists sourceforge net
Message-ID: <20060906013243 C18306C40C9 box gnome org>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=354544
 glibmm | general | Ver: 2.12.x





------- Comment #1 from Dave Foster  2006-09-06 01:31 UTC -------
Created an attachment (id=72282)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=72282&action=view)
Patch to add two user functions from glib

Created with cvs diff -u and trimmed.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



------------------------------

Message: 4
Date: Wed,  6 Sep 2006 03:55:58 +0100 (BST)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 354556] New: wrap g_get_user_x_dir()
	functions
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-354556-5595 http bugzilla gnome org/>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=354556
 glibmm | general | Ver: 2.12.x

           Summary: wrap g_get_user_x_dir() functions
           Product: glibmm
           Version: 2.12.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: jonathon jongsma gmail com
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


There are a few miscellaneous utility functions in glib that are unwrapped in
glibmm, including: g_get_user_data_dir(), g_get_user_config_dir(), and
g_get_user_cache_dir().  This patch wraps these in the Glib namespace.  It also
changes the reference doc makefile to rebuild the documentation when a header
file in glib/glibmm/ is changed, but I can remove this part if desired.

Is it ok at add this API or do we have to branch first?


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



------------------------------

Message: 5
Date: Wed,  6 Sep 2006 03:56:52 +0100 (BST)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 354556] wrap g_get_user_x_dir()
	functions
To: gtkmm-forge lists sourceforge net
Message-ID: <20060906025652 99BC06C40BF box gnome org>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=354556
 glibmm | general | Ver: 2.12.x





------- Comment #1 from jonner  2006-09-06 02:56 UTC -------
Created an attachment (id=72285)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=72285&action=view)
patch to wrap g_get_user_x_dir() functions


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



------------------------------

Message: 6
Date: Wed,  6 Sep 2006 04:48:20 +0100 (BST)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 354544] [PATCH] Wrap
	g_get_user_config_dir()	and g_get_user_data_dir()
To: gtkmm-forge lists sourceforge net
Message-ID: <20060906034820 59A676C40CD box gnome org>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=354544
 glibmm | general | Ver: 2.12.x


jonner changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathon jongsma gmail com




------- Comment #2 from jonner  2006-09-06 03:47 UTC -------
Ha!  I just filed bug #354556 with a patch on this exact thing too.  I guess
you beat me to it.  Except mine also includes g_get_user_cache_dir().  Mind if
I dup this one?


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



------------------------------

Message: 7
Date: Wed,  6 Sep 2006 13:36:46 +0100 (BST)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 354544] [PATCH] Wrap
	g_get_user_config_dir()	and g_get_user_data_dir()
To: gtkmm-forge lists sourceforge net
Message-ID: <20060906123646 B7FDE6C4120 box gnome org>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=354544
 glibmm | general | Ver: 2.12.x


Dave Foster changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE




------- Comment #3 from Dave Foster  2006-09-06 12:36 UTC -------
Haha, that's pretty funny.  I'll dup it.

*** This bug has been marked as a duplicate of 354556 ***


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



------------------------------

Message: 8
Date: Wed,  6 Sep 2006 13:36:47 +0100 (BST)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 354556] wrap g_get_user_x_dir()
	functions
To: gtkmm-forge lists sourceforge net
Message-ID: <20060906123647 28CEA6C4122 box gnome org>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=354556
 glibmm | general | Ver: 2.12.x


Dave Foster changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |daf minuslab net




------- Comment #2 from Dave Foster  2006-09-06 12:36 UTC -------
*** Bug 354544 has been marked as a duplicate of this bug. ***


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



------------------------------

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

------------------------------

_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest, Vol 4, Issue 1
*****************************************



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]