[gtkmm] Gtkmm-forge digest, Vol 1 #692 - 4 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Cc:
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #692 - 4 msgs
- Date: Sun, 23 May 2004 20:14:30 -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 143007] New: - Accelerators do not work in popup (context) menus (bugzilla-daemon bugzilla gnome org)
2. [Bug 142138] - Gtk::FileChooser::get_filename() should return std::string (bugzilla-daemon bugzilla gnome org)
3. [Bug 143018] New: - Gtk::IconTheme::lookup_icon() should throw an exception if gtk_icon_theme_lookup_icon() returns NULL (bugzilla-daemon bugzilla gnome org)
4. [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: Sun, 23 May 2004 16:01:12 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 143007] New: - Accelerators do not work in popup (context) menus
http://bugzilla.gnome.org/show_bug.cgi?id=143007
gtkmm | general | Ver: 2.2
Summary: Accelerators do not work in popup (context) menus
Product: gtkmm
Version: 2.2
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: High
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: tshead k-3d com
* Build the popup menu sample from examples/book/menus/popup.
* Run it.
* Right-click in the window that opens.
* Popup menu appears; one item has an accelerator "Ctrl+P".
* Try to activate the accelerator using the keyboard.
* Nothing happens.
I've verified this with both gtkmm-2.2.11 and gtkmm-2.4.1
------- 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: Sun, 23 May 2004 18:34:25 -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 chris cvine freeserve co uk 2004-05-23 18:34 -------
Gtk::FileChooser::get_filename() calls
Glib::convert_return_gchar_ptr_to_ustring on the return value of
gtk_file_chooser_get_filename(), so it correctly returns Glib::ustring.
Changing it now would break API.
------- 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: Sun, 23 May 2004 18:47:55 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 143018] New: - 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
Summary: Gtk::IconTheme::lookup_icon() should throw an exception
if gtk_icon_theme_lookup_icon() returns NULL
Product: gtkmm
Version: 2.4
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: chris cvine freeserve co uk
Gtk::IconTheme::lookup_icon wraps the gtk_icon_info pointer returned by
gtk_icon_theme_lookup_icon(). The C function returns a NULL value for the
pointer if the icon searched for cannot be found: accordingly a null
Gtk::IconInfo object is returned where the C function fails.
However, there is no Gtk::IconInfo::operator bool() function to test the
validity of the Gtk::IconInfo object, and in any event it would be better to
throw an exception, like Gtk::IconTheme::load_icon().
------- 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: Sun, 23 May 2004 21:09:40 -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-05-23 21:09 -------
Glib::convert_return_gchar_ptr_to_ustring() doesn't do any character set
conversion, it's just a tiny inline function that handles the 0 pointer case.
Note that I'm not proposing to change it now -- although the API break is more
of theorhetical nature, it definitely would break the ABI and that's what matters.
------- 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]