Re: Moving from mailing lists to Discourse

2019-02-08 Thread Reuben Rissler
On 02/08/2019 04:37 PM, makep...@firemail.cc wrote: So let me get this straight, GitLab has a feature where an ordinary user can setup his GitLab account to email him every time a new issue is created? It's on the repo page, behind the bell icon, to the left of the star. Visible after signi

Re: Moving from mailing lists to Discourse

2019-02-08 Thread Reuben Rissler
On 02/08/2019 12:45 PM, makep...@firemail.cc wrote: ardour LMMS moved handling of support requests and conversations from their mailing list to GitHub issues and it works. Using GNOME's GitLab as the single place for discussions can also be considered an alternative. One can respond to i

Re: Moving from mailing lists to Discourse

2019-02-06 Thread Reuben Rissler
To introduce myself, I only am using Gtk for 3 years, but really like the infrastructure / people / open source surrounding Gtk. I am sometimes seen as 'theGtknerd'. On 02/06/2019 06:46 AM, Emmanuele Bassi via gtk-devel-list wrote: The GTK project would have various sub-topics, mostly arou

Custom CellRendererToggle for Gtk Treeview

2018-09-04 Thread Reuben Rissler
I am creating a viewer for PostgreSQL databases. A boolean column may have True, False, or None. A CellRendererToggle can not display/edit these three states without heavy manipulation (in fact, impossible as far as I can tell). So I want to create a widget like PGAdmin III used. In normal sta

Re: Combined search and combobox?

2018-07-28 Thread Reuben Rissler
(gucharmap:30880): Gtk-CRITICAL **: 17:41:07.804: gtk_entry_set_text: assertion 'text != NULL' failed This happens e.g. when I'm using the up down arrows within the text entry. Btw, this happens also if I only replace (without setting up all the connections), gtk_combo_box_new() with gtk_

Re: Combined search and combobox?

2018-07-27 Thread Reuben Rissler
On 07/27/2018 12:15 AM, Dov Grobgeld wrote: Thanks. This is exactly what I was looking for! I didn't realize that a combobox can be attached to a model, and that a model can be filtered. Gtk models are powerful, but with great power comes great complexity ;) Imo multiple partial string match s

Re: Combined search and combobox?

2018-07-26 Thread Reuben Rissler
On 07/26/2018 07:36 AM, Dov Grobgeld via gtk-devel-list wrote: Is there a widget that combines a searchbox with a combobox? A use case would be to search for a fontname in a very long font list. I would like to be able to type a search string, and have the opened combobox display only entries