[gtkmm] Gtkmm-forge digest, Vol 1 #701 - 7 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Cc:
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #701 - 7 msgs
- Date: Thu, 03 Jun 2004 20:02:49 -0700
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 143632] New: - Unwrapped GErrors (bugzilla-daemon bugzilla gnome org)
2. [Bug 143018] - Gtk::IconTheme::lookup_icon() should throw an exception if gtk_icon_theme_lookup_icon() returns NULL (bugzilla-daemon bugzilla gnome org)
3. [Bug 142970] - Gtk::TreeView::get_path_at_pos dosen't free returned path (bugzilla-daemon bugzilla gnome org)
4. [Bug 143632] - Unwrapped GErrors (bugzilla-daemon bugzilla gnome org)
5. [Bug 143018] - Gtk::IconTheme::lookup_icon() should throw an exception if gtk_icon_theme_lookup_icon() returns NULL (bugzilla-daemon bugzilla gnome org)
6. [Bug 128560] - Menu Items show incorrect foreground color in some themes. (bugzilla-daemon bugzilla gnome org)
7. [Bug 142138] - Gtk::FileChooser::get_filename() should return std::string (bugzilla-daemon bugzilla gnome org)
--__--__--
Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 3 Jun 2004 05:24:46 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 143632] New: - Unwrapped GErrors
http://bugzilla.gnome.org/show_bug.cgi?id=143632
gtkmm | build | Ver: 2.4
Summary: Unwrapped GErrors
Product: gtkmm
Version: 2.4
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: build
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: murrayc murrayc com
These GErrors do not seem to be wrapped (with WRAP_GERROR):
GTK_FILE_SYSTEM_ERROR
GTK_FILE_CHOOSER_ERROR
GTK_ICON_THEME_FILE_PARSE_ERROR
As long as these are not wrapped, some gtkmm functions will probably throw
generic base exceptions instead of the derived exceptions.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--__--__--
Message: 2
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 3 Jun 2004 05:28:36 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 143018] - Gtk::IconTheme::lookup_icon() should throw an exception if gtk_icon_theme_lookup_icon() returns NULL
http://bugzilla.gnome.org/show_bug.cgi?id=143018
gtkmm | general | Ver: 2.4
------- Additional Comments From murrayc murrayc com 2004-06-03 05:28 -------
I would not like to add an exception where there is no corresponding GError in
the C function. Well, maybe, but we need to be consistent about when we throw an
error and when we return an invalid instance - just mapping GTK+ means we don't
need to decide about that.
So, adding operator bool() is probably the correct fix here. A patch would be
welcome, as an API addition for a future gtkmm 2.5/2.6.
As a workaround for now, you can check gobj() for 0.
This bug might also be interesting:
http://bugzilla.gnome.org/show_bug.cgi?id=143632
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--__--__--
Message: 3
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 3 Jun 2004 05:32:35 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 142970] - Gtk::TreeView::get_path_at_pos dosen't free returned path
http://bugzilla.gnome.org/show_bug.cgi?id=142970
gtkmm | TreeView | Ver: unspecified
murrayc murrayc com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From murrayc murrayc com 2004-06-03 05:32 -------
Thanks. Done. Please provide an actual patch in future.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--__--__--
Message: 4
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 3 Jun 2004 05:43:33 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 143632] - Unwrapped GErrors
http://bugzilla.gnome.org/show_bug.cgi?id=143632
gtkmm | build | Ver: 2.4
murrayc murrayc com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |API
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--__--__--
Message: 5
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 3 Jun 2004 05:43:51 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 143018] - Gtk::IconTheme::lookup_icon() should throw an exception if gtk_icon_theme_lookup_icon() returns NULL
http://bugzilla.gnome.org/show_bug.cgi?id=143018
gtkmm | general | Ver: 2.4
murrayc murrayc com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |API
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--__--__--
Message: 6
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 3 Jun 2004 15:47:45 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 128560] - Menu Items show incorrect foreground color in some themes.
http://bugzilla.gnome.org/show_bug.cgi?id=128560
gtkmm | general | Ver: 2.4
murrayc murrayc com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From murrayc murrayc com 2004-06-03 15:47 -------
*** This bug has been marked as a duplicate of 142417 ***
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--__--__--
Message: 7
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 3 Jun 2004 21:32:05 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 142138] - Gtk::FileChooser::get_filename() should return std::string
http://bugzilla.gnome.org/show_bug.cgi?id=142138
gtkmm | general | Ver: 2.4
------- Additional Comments From daniel elstner gmx net 2004-06-03 21:32 -------
As a start, I added a paragraph about the problem plus a link to this bug to the
class documentation of Gtk::FileChooser:
2004-06-04 Daniel Elstner <daniel elstner gmx net>
* gtk/src/filechooser.hg (FileChooser): Copy the class docs from
GTK+. Also explain the fact that the API is broken and how to use
it correctly despite this problem (bug #142138).
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--__--__--
_______________________________________________
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]