=== OutOfControl is now known as benonsoftware [12:46] Hi [12:47] where can I get started with app development for ubuntu ? I just watched a video in the main site, it seems I can dev with js html5 [12:47] I want to do a simple window management like http://mizage.com/divvy/ available for osx [12:47] I know about compiz grid, but I like divvy functionality better [12:48] I wonder where I can get started ? [12:49] http://developer.ubuntu.com/get-started/ [12:49] shwaiil: that must be done in compiz aka compiz plugin [12:50] dz0ny: tks for looking. that's the only way ? [12:51] that i know of. Basically you need to access compiz api, control application can probably be written in any language [12:52] divvy looks so much better :Z [12:52] shwaiil: i'm pretty sure there is compiz plugin for that [12:53] dz0ny: yes, there's "grid", but comparing with divvy... it's not that cool [12:53] so I want to code it myself [12:54] you can probably start with compiz grid plugin and build on top of it [13:01] trying to figure out if I could develop differently [13:01] compiz looks too complicated [13:04] I believe it's the only way :/ [13:05] : I [17:03] Hi. I created a new project that makes it easier to create C++ projects on Ubuntu using Autotools. [17:04] It greatly simplifies the process of creating configuration scripts and such, without the need for manually creating all of the configuration files for autotools. It's basically a project-based build environment similar to Eclipse, but in the console instead [17:04] https://launchpad.net/apptoolkit [17:05] Run it in an empty directory and it will create the necessary project resources for you along with a binary configuration file [17:05] Currently only available in source format