Gtkmm-forge Digest, Vol 12, Issue 5



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 436789] Wrong return for
      FileChooserButton::property_dialog (gtkmm (bugzilla.gnome.org))
   2. [Bug 320198] Port to libgda 2 (Glom (bugzilla.gnome.org))
   3. [Bug 320198] Port to libgda 2 (Glom (bugzilla.gnome.org))
   4. [Bug 320198] Port to libgda 2 (Glom (bugzilla.gnome.org))
   5. [Bug 437041] New: Add IconTheme support to the	Action classes
      (gtkmm (bugzilla.gnome.org))
   6. [Bug 437041] Add IconTheme support to the Action	classes
      (gtkmm (bugzilla.gnome.org))
   7. [Bug 437041] Add IconTheme support to the Action	classes
      (gtkmm (bugzilla.gnome.org))
   8. [Bug 437041] Add IconTheme support to the Action	classes
      (gtkmm (bugzilla.gnome.org))


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

Message: 1
Date: Tue,  8 May 2007 07:28:52 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 436789] Wrong return for
	FileChooserButton::property_dialog
To: gtkmm-forge lists sourceforge net
Message-ID: <20070508072852 AF4806C416E box gnome org>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=436789

  gtkmm | general | Ver: unspecified

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc murrayc com




------- Comment #1 from Murray Cumming  2007-05-08 07:28 UTC -------
Yes, the gtk_signals.defs file seems to be correct:

(define-property dialog
  (of-object "GtkFileChooserButton")
  (prop-type "GParamObject")
  (docs "The file chooser dialog to use.")
  (readable #f)
  (writable #t)
  (construct-only #t)
)

but this function was generated:
  Glib::PropertyProxy_ReadOnly<FileChooserDialog*> property_dialog() const;
I think no property_* accessor should be generated for a non-readable
construct-only property. This probably needs fixing in the .pm and/or .m4
gmmproc files of glibmm.

When we fix this, I think it's safe to remove this function because nobody
could be using it.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=436789.



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

Message: 2
Date: Tue,  8 May 2007 16:47:16 +0000 (UTC)
From: "Glom (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 320198] Port to libgda 2
To: gtkmm-forge lists sourceforge net
Message-ID: <20070508164716 ECB236C4153 box gnome org>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=320198

  Glom | build | Ver: CVS HEAD

Bug 320198 depends on bug 433687, which changed state.

Bug 433687 Summary: SQL parser misinterprets \\'
http://bugzilla.gnome.org/show_bug.cgi?id=433687

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=320198.



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

Message: 3
Date: Tue,  8 May 2007 18:03:04 +0000 (UTC)
From: "Glom (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 320198] Port to libgda 2
To: gtkmm-forge lists sourceforge net
Message-ID: <20070508180304 0EDA26C414B box gnome org>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=320198

  Glom | build | Ver: CVS HEAD




------- Comment #15 from Murray Cumming  2007-05-08 18:03 UTC -------
It seems to work very well. I fixed the error above, which I think was
unrelated. 

Please merge this back into svn trunk when you have a chance, and then close
this bug.

It will be great to finally have this done.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=320198.



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

Message: 4
Date: Tue,  8 May 2007 19:55:37 +0000 (UTC)
From: "Glom (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 320198] Port to libgda 2
To: gtkmm-forge lists sourceforge net
Message-ID: <20070508195537 97B946C416E box gnome org>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=320198

  Glom | build | Ver: CVS HEAD

Armin Burgmeier changed:

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




------- Comment #16 from Armin Burgmeier  2007-05-08 19:55 UTC -------
Committed.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=320198.



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

Message: 5
Date: Wed,  9 May 2007 00:33:57 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 437041] New: Add IconTheme support to
	the	Action classes
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-437041-5595 http bugzilla gnome org/>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=437041

  gtkmm | general | Ver: 2.10.x
           Summary: Add IconTheme support to the Action classes
           Product: gtkmm
           Version: 2.10.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: chipx86 chipx86 com
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


GTK+ supports setting an icontheme-compliant icon name on an Action (Action,
ToggleAction, RadioAction), but gtkmm does not wrap this property. The attached
patch adds support for this (as well as wrapping the "visible_overflown"
property that was also not wrapped).

It also introduces new Gtk::*Action::create() functions that take an icontheme
icon name instead of a stock ID. GTK+ does not provide equivalent functions
(even though it should, since it takes stock IDs), but it's something that
would be invaluable to VMware Workstation :)


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=437041.



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

Message: 6
Date: Wed,  9 May 2007 00:34:43 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 437041] Add IconTheme support to the
	Action	classes
To: gtkmm-forge lists sourceforge net
Message-ID: <20070509003443 568E66C419A box gnome org>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=437041

  gtkmm | general | Ver: 2.10.x




------- Comment #1 from Christian Hammond  2007-05-09 00:34 UTC -------
Created an attachment (id=87848)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=87848&action=view)
Action IconTheme support patch


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=437041.



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

Message: 7
Date: Mon, 14 May 2007 08:31:57 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 437041] Add IconTheme support to the
	Action	classes
To: gtkmm-forge lists sourceforge net
Message-ID: <20070514083157 070F86C4191 box gnome org>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=437041

  gtkmm | general | Ver: 2.10.x

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc murrayc com




------- Comment #2 from Murray Cumming  2007-05-14 08:31 UTC -------
I'm a bit worried that this will be an ambiguous method overload:
 static Glib::RefPtr<Action> create(const Glib::ustring& name, const
Glib::ustring& label =  Glib::ustring(), const Glib::ustring& tooltip = 
Glib::ustring());
   static Glib::RefPtr<Action> create(const Glib::ustring& name, const
Gtk::StockID& stock_id, const Glib::ustring& label =  Glib::ustring(), const
Glib::ustring& tooltip =  Glib::ustring());
+  static Glib::RefPtr<Action> create(const Glib::ustring& name, const
Glib::ustring& icon_name, const Glib::ustring& label, const Glib::ustring&
tooltip);



-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=437041.



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

Message: 8
Date: Mon, 14 May 2007 08:48:14 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 437041] Add IconTheme support to the
	Action	classes
To: gtkmm-forge lists sourceforge net
Message-ID: <20070514084814 D46356C4191 box gnome org>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=437041

  gtkmm | general | Ver: 2.10.x




------- Comment #3 from Murray Cumming  2007-05-14 08:48 UTC -------
I think, even if this isn't actually ambiguous, it would make things clearer if
the create method was renamed to create_*(), with something appropriate. It's a
pity that it's too late to rename the existing ones.

I'd also like us (you, please) to take this opportunity to add doxygen
documentation for these create methods, and probably the constructors too.

Thanks.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=437041.



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

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

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

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


End of Gtkmm-forge Digest, Vol 12, Issue 5
******************************************



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