Vala is a new programming language

learn more… | top users | synonyms

0
votes
0answers
20 views

mouse focus signals on desktop notifications

As the title suggests is there any way to signal the application when the mouse is focused on the notification instance it created. The code (Vala) that I'm using for that is as follows ...
1
vote
1answer
57 views

AppIndicator vala library

I want to make an tasks indicator app for google apps in vala. But i can't seem to find the appindicator library i need to make this. I'm relatively new to vala but i can't find the vapi file, so I ...
0
votes
0answers
21 views

PHP Xdebug pipe to valac

Recently switched to Ubuntu full time after toying with it on and off for the past years. Best move, netbeans and xdebug are awesome for php dev. I'm wondering if any one has had any experience ...
1
vote
0answers
59 views

Morphing windows

Im developing an application using Vala that needs to display simple notifications to the user with "Yes" or "No" actions. I tried doing this by creating a Notification (libnotify) and adding actions ...
0
votes
1answer
421 views

Vala compiler(valac) cannot find Lua package

The problem is very simple. The generated .c file has #include <lua.h>; valac -C --pkg lua luatest.vala which should be #include <lua52/lua.h>; I have found all lua headers in ...
0
votes
0answers
200 views

getting zlib error when compiling simple-scan

I'm trying to work on the simple-scan code as it crashes a lot for me. But when runningn make after running autogen.sh i get this error: make all-recursive make[1]: Switching to folder ...
0
votes
1answer
200 views

Creating an icon for indicator applet in Vala

I'm writing a program that uses a panel indicator, and I want to use an icon I've created. I can package the application so it installs my icon in usr/share/icons but I can't get the icon to show up ...
1
vote
0answers
216 views

How do I customise the stylesheet that GVim uses for displaying Vala code? [closed]

In the following code examples in GVim, the keywords are shown as bold. How to disable the use of bold and just make them use the same regular font in GVim?
5
votes
1answer
644 views

How to use accelerators in Gtk?

I need to make an application in Vala, using Gtk, that supports keyboard accelerators that can be changed by the user. First, I add an entry to the global Gtk.AccelMap and then set the accel_path ...
3
votes
1answer
402 views

How to use ArrayList in Vala using Anjuta as IDE?

I've been trying to use Anjuta to start using Vala. It was working well until I tried to use an ArrayList. The Gee library doesn't seem to work in Anjuta; it seems to be working when I compiled it ...
6
votes
1answer
322 views

Creating a Unity Lens: The name `Activation' does not exist in the context of `Unity'

I'm trying to create a Lens for Unity in 11.10 using vala. This is my daemon.vala: using Dee; using Gee; namespace PidginLens { public class Daemon : GLib.Object, Unity.Activation { ...
2
votes
1answer
272 views

How to compile a Unity scope? (Or: how to use libraries in Vala?)

I'm currently learning Vala, and after going through the basics I wanted to do an actual small project to make it more fun. For this, I thought creating a scope for Unity would be perfect (in this ...
1
vote
0answers
300 views

How to use Glades ActionGroup correctly? [closed]

Could someone give me an example how to use Glade's ActionGroup with a Gtk.Builder in a Vala-Application? If I have an ActionGroup with an Action save, and on this action I've set the activate Signal ...
0
votes
1answer
72 views

vtg-plugin dependencies not met

I am trying to compile the vtg-plugin from source however I am getting the error "vtg-dependencies not met" which complains about libpeas and gedit. The version of gedit it is asking for is 2.91.0, ...
1
vote
1answer
76 views

Duplicating gtk treeviews

how can I use views from .ui file many times? I load them this way var view_orig = builder.get_object("items_view") as Gtk.TreeView; var store_orig = builder.get_object("items_store") as ...
14
votes
6answers
2k views

Wanting to start development for Ubuntu (and most Linux distributions in general), which is suitable? Python or Vala?

I'm a computer science graduate, and learned languages like C, C++, C# and Java. Though I have more experience with Java. I want to develop for Linux and I'd prefer to develop for GNOME, I'm confused ...
3
votes
1answer
364 views

Are Vala and desktopcouch ready?

I have started writting rss reader in Vala, but I don't know, what database system should I use, I cannot connect to couchdb and sqlite works fine, but I would like use couchdb because of ubuntu one. ...
3
votes
1answer
227 views

How can I get html code from the web with vala(gtk)?

How can I get a html code from some site(e.g. www.google.com) using vala(gtk)?
13
votes
3answers
322 views

Find projects that use a particular programming language in Launchpad?

On Launchpad.net, most projects list the programming language(s) their software uses: It would be useful if there was a way to get a list of all the projects that use "X" programming language, in ...
8
votes
1answer
465 views

Will there be a Vala template for quickly?

Are there plans to develop a Vala template for Quickly? Would be interesting because I think, Vala will be the next gen programming language for Gnome.
8
votes
7answers
6k views

Which IDE should I use for Vala?

I think the title explains it already...