Gtkmm-forge digest, Vol 1 #886 - 7 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Cc:
- Subject: Gtkmm-forge digest, Vol 1 #886 - 7 msgs
- Date: Thu, 03 Mar 2005 20:07:50 -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-admin 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 168998] funlockfile/flockfile/getc_unlocked problems on Solaris, Tru64 UNIX (bugzilla-daemon bugzilla gnome org)
2. [Bug 168268] 0 should be NULL in one gtk call (bugzilla-daemon bugzilla gnome org)
3. [Bug 143007] popup menu: keyboard accelerator does not work while menu is visible (bugzilla-daemon bugzilla gnome org)
4. [Bug 154004] Values above VScale widgets from a Glade UI disappear when the widget is used (bugzilla-daemon bugzilla gnome org)
5. [Bug 154004] Values above VScale widgets from a Glade UI disappear when the widget is used (bugzilla-daemon bugzilla gnome org)
6. [Bug 163585] GConf set on lists doesn't work (bugzilla-daemon bugzilla gnome org)
7. [Bug 144627] Some async functions leak memory for the proxy (bugzilla-daemon bugzilla gnome org)
--__--__--
Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 3 Mar 2005 06:39:34 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 168998] funlockfile/flockfile/getc_unlocked problems on Solaris, Tru64 UNIX
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=168998
gtkmm | build | Ver: 2.4.x
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution| |FIXED
Status|UNCONFIRMED |RESOLVED
------- Additional Comments From Murray Cumming 2005-03-03 06:39 -------
Great. Committed. It's good to have this fixed properly.
Please remember to patch the ChangeLog in future.
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 2
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 3 Mar 2005 06:42:40 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 168268] 0 should be NULL in one gtk call
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=168268
gtkmm | build | Ver: 2.2
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution| |FIXED
Status|UNCONFIRMED |RESOLVED
------- Additional Comments From Murray Cumming 2005-03-03 06:42 -------
OK, that's what I've used. Thanks.
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 3
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 3 Mar 2005 06:58:33 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 143007] popup menu: keyboard accelerator does not work while menu is visible
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=143007
gtk+ | uimanager/actions | Ver: 2.6.x
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|2.4 |2.6.x
Summary|Accelerator does not work |popup menu: keyboard
|while popup menu is visible |accelerator does not work
| |while menu is visible
Product|gtkmm |gtk+
Component|general |uimanager/actions
CC| |murrayc murrayc com
------- Additional Comments From Murray Cumming 2005-03-03 06:58 -------
I suspect that it would work if the menu item was also in a regular menu bar.
Popup menus should just be shortcuts to existing menu items anyway, and I guess
that's why they don't also show the keyboard shortcut in the popup menu.
Reassigning to GTK+, who may disagree, and may require a C test case.
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 4
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 3 Mar 2005 07:20:56 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 154004] Values above VScale widgets from a Glade UI disappear when the widget is used
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=154004
gnomemm | libglademm | Ver: 2.4
Bug 154004 depends on bug 168747, which changed state.
Bug 168747 Summary: Values next to Scale widgets are not displayed with C++ wrappers
http://bugzilla.gnome.org/show_bug.cgi?id=168747
What |Old Value |New Value
----------------------------------------------------------------------------
Resolution| |WONTFIX
Status|UNCONFIRMED |RESOLVED
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 5
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 3 Mar 2005 07:22:45 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 154004] Values above VScale widgets from a Glade UI disappear when the widget is used
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=154004
gnomemm | libglademm | Ver: 2.4
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution| |FIXED
Status|NEW |RESOLVED
------- Additional Comments From Murray Cumming 2005-03-03 07:22 -------
In scale.hg, I have prevented format_value from ever returning an empty string
to GTK+. This is in HEAD (gtkmm 2.5/2.6 only). Thanks for the hard work. Please
reopen if this doesn't fix it.
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 6
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 3 Mar 2005 08:18:33 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 163585] GConf set on lists doesn't work
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=163585
gnomemm | gconfmm | Ver: 2.9
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution| |FIXED
Status|UNCONFIRMED |RESOLVED
------- Additional Comments From Murray Cumming 2005-03-03 08:18 -------
The default BasicTypesTraits now does this, and it works.
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 7
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 3 Mar 2005 17:05:31 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 144627] Some async functions leak memory for the proxy
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=144627
gnomemm | gnome-vfsmm | Ver: unspecified
Ben Maurer changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |memory
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]