[Vala][Styling] Dark variant question

2012-06-22 Thread Filip Lamparski
Hello, I'm writing an application which allows users to apply various filters to images and share them to social networks. I would like it to use the dark theme variant, like Totem or EOG. I tried looking at EOG code to figure it out, but no dice. I figured something out, and it's

Re: [Vala][Styling] Dark variant question

2012-06-22 Thread Filip Lamparski
Hello, I'm writing an application which allows users to apply various filters to images and share them to social networks. I would like it to use the dark theme variant, like Totem or EOG. I tried looking at EOG code to figure it out, but no dice. I figured something out, and it's mostly

Re: [Vala][Styling] Dark variant question

2012-06-22 Thread Filip Lamparski
On Fri 22 Jun 2012 12:16:34 BST, Emmanuele Bassi wrote: hi; On 22 June 2012 11:23, Filip Lamparski matka.pooha...@gmail.com wrote: My question is, how do I fix this, so that all widgets use the dark variant, including window decoration? the code is wrong. you have to let the toolkit

[vala] Program segfaults when trying to do anything with treepath of a selected IconView item

2012-06-24 Thread Filip Lamparski
Hello, I have an signal handler which activates when an icon in an IconView is activated. As I understand, such event produces a TreePath object. The problem is that whenever this signal is fired, the program segfaults. Here's the code: [CCode (instance_pos = -1)] public void on_filter_selected

On the matter of compiling software with dependencies missing from package repos (and graphical installers).

2012-07-04 Thread Filip Lamparski
think about this issue? _ Filip Lamparski - FB https://www.facebook.com/filip.lamparski - G+https://plus.google.com/105688569486178456264/posts ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org

[gtkmm] Segfault when connecting Gtk::Action::signal_activate()

2012-07-16 Thread Filip Lamparski
-- _ Filip Lamparski - FB https://www.facebook.com/filip.lamparski - G+https://plus.google.com/105688569486178456264/posts ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

How would one go about creating a GTK3 Application (using the new fancy Application framework) in Gtkmm?

2012-07-23 Thread Filip Lamparski
to hear your take on this. Have a nice day! -- _ Filip Lamparski - FB https://www.facebook.com/filip.lamparski - G+https://plus.google.com/105688569486178456264/posts ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Best way to busy-wait in Python 3 / Gtk+ 3?

2012-10-06 Thread Filip Lamparski
widgets for the window to display, or deadlocked. If anybody has any suggestion on how can I make the application busy-wait until the thumbnails finish loading (while keeping the GUI responsive), then please tell me. Thanks, Filip -- _ Filip Lamparski - FB https

Re: Best way to busy-wait in Python 3 / Gtk+ 3?

2012-10-07 Thread Filip Lamparski
display some sort of busy indicator until the idle callback fires. John -- _ Filip Lamparski - FB https://www.facebook.com/filip.lamparski - G+https://plus.google.com/105688569486178456264/posts ___ gtk-app-devel-list mailing

Re: Best way to busy-wait in Python 3 / Gtk+ 3?

2012-10-07 Thread Filip Lamparski
, but can't seem to find it. You obviously can't use any gtk/glib stuff in your worker, you'd need to just make a .jpg, then do all the widget stuff in the main process, Figured as much. -- _ Filip Lamparski - FB https://www.facebook.com/filip.lamparski - G+https

Re: Best way to busy-wait in Python 3 / Gtk+ 3?

2012-10-08 Thread Filip Lamparski
-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list -- _ Filip Lamparski - FB https://www.facebook.com/filip.lamparski - G+https://plus.google.com/105688569486178456264/posts

Re: Best way to busy-wait in Python 3 / Gtk+ 3?

2012-10-10 Thread Filip Lamparski
/gtk-app-devel-list -- _ Filip Lamparski - FB https://www.facebook.com/filip.lamparski - G+https://plus.google.com/105688569486178456264/posts ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org