drag'n'drop sample application

2011-09-07 Thread John Emmas
Using gtk-win32, I'm porting a GTK+ application (originally written for Linux and OS-X) to the Windows platform and have been pleasantly surprised at how well it's all worked. However, part of the app's functionality includes a drag'n'drop feature to move items from one part of the GUI to

Re: Can g_file_monitor_file () report events from before it was created?

2011-09-07 Thread Peter Clifton
On Wed, 2011-09-07 at 03:18 +0100, Peter Clifton wrote: --=-RBhkyZn6RRXPH6Tyg7fR Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, 2011-09-06 at 01:42 +0100, Peter Clifton wrote: --=3D-1PQvPQuhjpa09GLvybFI Content-Type: text/plain;

Re: drag'n'drop sample application

2011-09-07 Thread Allin Cottrell
On Wed, 7 Sep 2011, John Emmas wrote: Using gtk-win32, I'm porting a GTK+ application (originally written for Linux and OS-X) to the Windows platform and have been pleasantly surprised at how well it's all worked. However, part of the app's functionality includes a drag'n'drop feature to

Re: Open a file in a GTK application (over network)

2011-09-07 Thread Michal Suchanek
Obviously, all file choosers are broken in one way or another. No way to open a file in GTK yet. Maybe it will be possible in GTK4 or if you roll your own widget :-S ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

gtk_combo_box_new_with_model_and_entry with gtk_cell_layout_set_cell_data_func

2011-09-07 Thread Pierre-Louis Bonicoli
Hi ! I try to use gtk_cell_layout_set_cell_data_func with a combobox which has an entry. gtk_cell_layout_set_cell_data_func method allows to map an item in my model with an entry in the combobox. How to map an index of an entry with an item in the model ? It seems that using

Re: GTK and OSX: a call to sanity

2011-09-07 Thread Emmanuele Bassi
hi Paul; On 2011-09-06 at 18:18, Paul Davis wrote: On Tue, Sep 6, 2011 at 6:07 PM, Emmanuele Bassi eba...@gmail.com wrote: otherwise you're just forking gtk, and using the resources of the gtk project to give an aura of officiality to what is essentially your own personal project. I'd

Re: Alt and Command keys in the quartz backend

2011-09-07 Thread Michael Natterer
On Tue, 2011-09-06 at 16:38 -0700, John Ralls wrote: On Sep 6, 2011, at 3:46 PM, Michael Natterer wrote: And just to finally say it, please spare us this aggressive undertone. I quit. That was certainly not my intention, and I'm sorry if I was maybe too harsh, but as a matter of fact

Re: GTK and OSX: a call to sanity

2011-09-07 Thread Milan Bouchet-Valat
Le mardi 06 septembre 2011 à 16:34 -0700, John Ralls a écrit : I'm not going to respond to most of that. I think you shouldn't take Emmanuele's tone so bad. ;-) He's always very direct, but his point is right, and his suggestions are actually the acknowledgment that your work is worth being part

Re: Sharing the places sidebar between Nautilus and GTK+

2011-09-07 Thread Milan Bouchet-Valat
Le mercredi 07 septembre 2011 à 01:53 +0200, Jannis Pohlmann a écrit : * the sidebar has no mount/eject progress indicators, There's a rough patch for it, maybe it will be committed soon: https://bugzilla.gnome.org/show_bug.cgi?id=619665 * the eject buttons do not look/feel clickable, i.e.,

Re: GTK and OSX: a call to sanity

2011-09-07 Thread Kristian Rietveld
On Wed, Sep 7, 2011 at 11:10 AM, Milan Bouchet-Valat nalimi...@club.fr wrote: Le mardi 06 septembre 2011 à 16:34 -0700, John Ralls a écrit : It's not a fork of Gtk+ (yet, though on days like this one I get really tempted). I actually revived the gtk-osx project on SF; the previous version was

Re: Sharing the places sidebar between Nautilus and GTK+

2011-09-07 Thread Tristan Van Berkom
On Wed, 2011-09-07 at 11:27 +0200, Milan Bouchet-Valat wrote: Le mercredi 07 septembre 2011 à 01:53 +0200, Jannis Pohlmann a écrit : * the sidebar has no mount/eject progress indicators, There's a rough patch for it, maybe it will be committed soon:

Re: Sharing the places sidebar between Nautilus and GTK+

2011-09-07 Thread Alexander Larsson
On Tue, 2011-09-06 at 17:44 -0500, Federico Mena Quintero wrote: Hi, everyone, There is a patch in [1], by Jon McCann, to make the shortcuts bar in GtkFileChooser be pretty much the same as the one in Nautilus. Rather than patch the wobbly edifice that is gtkfilechooserdefault.c, this

Re: Sharing the places sidebar between Nautilus and GTK+

2011-09-07 Thread Alexander Larsson
On Wed, 2011-09-07 at 01:53 +0200, Jannis Pohlmann wrote: On Tue, 06 Sep 2011 17:44:01 -0500 Federico Mena Quintero feder...@gnome.org wrote: Hi, everyone, There is a patch in [1], by Jon McCann, to make the shortcuts bar in GtkFileChooser be pretty much the same as the one in

Re: GTK and OSX: a call to sanity

2011-09-07 Thread Federico Mena Quintero
On Wed, 2011-09-07 at 08:25 +0100, Emmanuele Bassi wrote: Windows and Linux build issues and support are handled on gnome.org: the Quartz backend of gtk is not in any regard special and it should not need separate resources. One thing we have been bad at is learning to accept that sometimes,

Re: Sharing the places sidebar between Nautilus and GTK+

2011-09-07 Thread Jannis Pohlmann
On Wed, 07 Sep 2011 15:24:48 +0200 Alexander Larsson al...@redhat.com wrote: On Wed, 2011-09-07 at 01:53 +0200, Jannis Pohlmann wrote: For Thunar, I'm currently working on a widget to replace the GtkTreeView in the sidebar:

Re: GTK and OSX: a call to sanity

2011-09-07 Thread Javier Jardón
On 7 September 2011 15:26, Federico Mena Quintero feder...@gnome.org wrote: As to what is in Bugzilla, is there a quick way to find all the Quartz bugs to speed up their review?  (Or are those patches already in the quartz-integration branch?  I didn't look at individual commits to see if

Re: GTK and OSX: a call to sanity

2011-09-07 Thread Carlos Garnacho
Hey :), On Wed, 2011-09-07 at 09:26 -0500, Federico Mena Quintero wrote: * This bit: --- a/gdk/x11/gdkdevicemanager-xi2.c +++ b/gdk/x11/gdkdevicemanager-xi2.c @@ -417,10 +417,6 @@ gdk_x11_device_manager_xi2_constructed (GObject *object) for (i = 0; i ndevices; i++) { dev

Re: GTK and OSX: a call to sanity

2011-09-07 Thread Javier Jardón
2011/9/7 Javier Jardón jjar...@gnome.org: On 7 September 2011 15:26, Federico Mena Quintero feder...@gnome.org wrote: As to what is in Bugzilla, is there a quick way to find all the Quartz bugs to speed up their review?  (Or are those patches already in the quartz-integration branch?  I

Re: GTK and OSX: a call to sanity

2011-09-07 Thread Andy Spencer
On 2011-09-07, Carlos Garnacho wrote: That's the inverse of a recent commit of mine to master, not sure how it slipped in the diff, maybe the branch is being compared to a more recent master? Perhaps `git diff origin/master...origin/quartz-integration' would work better? P.S. As someone who's

RE: GTK and OSX: a call to sanity

2011-09-07 Thread Shawn Bakhtiar
EmmanuelYour an ass (as in donkey) But don't be offended by my tone, I only say this because I care about what happens the the OS X version of GTK. John has been working his tail off, all the while responding to dump developers like me, while I can't get a tweet out of an elites

Re: GTK and OSX: a call to sanity

2011-09-07 Thread Kean Johnston
On 9/7/2011 6:34 PM, Shawn Bakhtiar wrote: EmmanuelYour an ass (as in donkey) Everyone just HAS to vent their spleen, don't they? I don't know John so maybe I am off base here but I'm fairly certain he is capable of defending himself quite well without that sort of useless comment.

no Gtk hackfest for now

2011-09-07 Thread Ryan Lortie
hi all, I just sent an email to foundation-announce about Boston Summit being in Montréal. We're not going to attach a Gtk hackfest to that since the notice is short and we already know that some important participants can not attend. The plan for now seems to be to have one early next year.

Re: Sharing the places sidebar between Nautilus and GTK+

2011-09-07 Thread Alexander Larsson
On Wed, 2011-09-07 at 16:31 +0200, Jannis Pohlmann wrote: On Wed, 07 Sep 2011 15:24:48 +0200 Alexander Larsson al...@redhat.com wrote: On Wed, 2011-09-07 at 01:53 +0200, Jannis Pohlmann wrote: For Thunar, I'm currently working on a widget to replace the GtkTreeView in the sidebar:

Re: no Gtk hackfest for now

2011-09-07 Thread Tristan Van Berkom
On Wed, Sep 7, 2011 at 8:03 PM, Ryan Lortie de...@desrt.ca wrote: hi all, I just sent an email to foundation-announce about Boston Summit being in Montréal.  We're not going to attach a Gtk hackfest to that since the notice is short and we already know that some important participants can

Re: GTK and OSX: a call to sanity

2011-09-07 Thread John Ralls
On Sep 7, 2011, at 7:26 AM, Federico Mena Quintero wrote: On Wed, 2011-09-07 at 08:25 +0100, Emmanuele Bassi wrote: Windows and Linux build issues and support are handled on gnome.org: the Quartz backend of gtk is not in any regard special and it should not need separate resources. One