Gtkmm-forge Digest, Vol 7, Issue 8
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: Gtkmm-forge Digest, Vol 7, Issue 8
- Date: Fri, 15 Dec 2006 12:18:58 -0800
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 369335] Gtk::Adjustment ignores initial value in
constructor (gtkmm (bugzilla.gnome.org))
2. [Bug 385858] Spinbutton values not initialized properly when
constructing from an existing adjustment (gtkmm (bugzilla.gnome.org))
3. [Bug 386180] New: Reference counting errors with shared
ActionGroups among Windows (gtkmm (bugzilla.gnome.org))
4. [Bug 386180] Reference counting errors with shared
ActionGroups among Windows (gtkmm (bugzilla.gnome.org))
5. [Bug 386180] Reference counting errors with shared
ActionGroups among Windows (gtkmm (bugzilla.gnome.org))
6. [Bug 386180] Reference counting errors with shared
ActionGroups among Windows (gtkmm (bugzilla.gnome.org))
7. [Bug 386180] Reference counting errors with shared
ActionGroups among Windows (gtkmm (bugzilla.gnome.org))
----------------------------------------------------------------------
Message: 1
Date: Thu, 14 Dec 2006 21:51:43 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 369335] Gtk::Adjustment ignores initial
value in constructor
To: gtkmm-forge lists sourceforge net
Message-ID: <20061214215143 B116B6C415F 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=369335
gtkmm | general | Ver: 2.9.x
------- Comment #3 from Murray Cumming 2006-12-14 21:50 UTC -------
*** Bug 385858 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 2
Date: Thu, 14 Dec 2006 21:51:42 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 385858] Spinbutton values not
initialized properly when constructing from an existing adjustment
To: gtkmm-forge lists sourceforge net
Message-ID: <20061214215142 D68E36C4169 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=385858
gtkmm | general | Ver: 2.10.x
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |murrayc murrayc com
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Comment #1 from Murray Cumming 2006-12-14 21:50 UTC -------
I believe this was fixed since 2.10.3.
*** This bug has been marked as a duplicate of 369335 ***
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 3
Date: Fri, 15 Dec 2006 12:56:58 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 386180] New: Reference counting errors
with shared ActionGroups among Windows
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-386180-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=386180
gtkmm | general | Ver: 2.4
Summary: Reference counting errors with shared ActionGroups among
Windows
Product: gtkmm
Version: 2.4
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: enselic gmail com
QAContact: gtkmm-forge lists sourceforge net
GNOME version: 2.15/2.16
GNOME milestone: Unspecified
When implementing an SDI, I encountered problems when I shared an ActionGroup
among several Windows (representing the documents).
The same functionality implemented without ActionGroups, but with buttons and
simple callbacks, doesn't produce the same errors.
Both versions are attatched below.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 4
Date: Fri, 15 Dec 2006 12:59:13 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 386180] Reference counting errors with
shared ActionGroups among Windows
To: gtkmm-forge lists sourceforge net
Message-ID: <20061215125913 8BA316C4106 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=386180
gtkmm | general | Ver: 2.4
------- Comment #1 from Martin Nordholts 2006-12-15 12:57 UTC -------
Created an attachment (id=78425)
--> (http://bugzilla.gnome.org/attachment.cgi?id=78425&action=view)
The gtk-error producing example
Compile and run. Then create a new image, close the first one (the one with
#1), and observe gtk-errors.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 5
Date: Fri, 15 Dec 2006 13:00:20 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 386180] Reference counting errors with
shared ActionGroups among Windows
To: gtkmm-forge lists sourceforge net
Message-ID: <20061215130020 C76256C410F 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=386180
gtkmm | general | Ver: 2.4
------- Comment #2 from Martin Nordholts 2006-12-15 12:58 UTC -------
Created an attachment (id=78426)
--> (http://bugzilla.gnome.org/attachment.cgi?id=78426&action=view)
The working non-ActionGroup example.
Compile and run. No errors!
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 6
Date: Fri, 15 Dec 2006 13:01:56 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 386180] Reference counting errors with
shared ActionGroups among Windows
To: gtkmm-forge lists sourceforge net
Message-ID: <20061215130156 8F7AD6C4137 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=386180
gtkmm | general | Ver: 2.4
Martin Nordholts changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #78425|text/plain |text/x-c++src
mime type| |
------- Comment #3 from Martin Nordholts 2006-12-15 13:00 UTC -------
(From update of attachment 78425)
Compile and run. Then create a new image, close the first one (the one with
#1), and observe gtk-errors.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 7
Date: Fri, 15 Dec 2006 13:05:11 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 386180] Reference counting errors with
shared ActionGroups among Windows
To: gtkmm-forge lists sourceforge net
Message-ID: <20061215130511 15C496C4132 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=386180
gtkmm | general | Ver: 2.4
------- Comment #4 from Martin Nordholts 2006-12-15 13:03 UTC -------
To avoid confusion: The update of the first example involves only chaning
mimetype from text/plain to text/x-c++src. I didn't realize it would create a
new 'post'. So, you don't need to look for modifications of the patch itself.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
------------------------------
_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest, Vol 7, Issue 8
*****************************************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]