Re: [Elementary-dev-community] What's up with Pantheon Notify?

2014-02-21 Thread Tom Beckmann
Yes, the plan is to make it a plugin, however I'm not sure whether the design that is currently implemented is the one we were going to go with. At least I think I remember discussions about a new super awesome design which will make everything better and somehow incorporate some sort of notificati

Re: [Elementary-dev-community] Different CMake files in elementary

2013-11-10 Thread Tom Beckmann
Yes: https://code.launchpad.net/~elementary-apps/+junk/cmake-modules On Sun, Nov 10, 2013 at 9:25 PM, Simon Dieterle wrote: > Hi guys, > > what i found out today is, that different projects use different cmake/ > directories. E.g. switchboard-plug-about and switchboard-plug-about > > This cause

Re: [Elementary-dev-community] Cairo Load an image?

2013-04-15 Thread Tom Beckmann
Have a look here http://bazaar.launchpad.net/~gala-dev/gala/trunk/view/head:/src/Widgets/WorkspaceView.vala On Apr 16, 2013 4:52 AM, "Craig" wrote: > Hello everyone, > > I'm trying to figure out how to load an image onto a surface, but all I > can find are tutorials about how to save an image. I'

Re: [Elementary-dev-community] Why does Cairo.set_source_rgb paint the whole canvas?

2013-04-14 Thread Tom Beckmann
The effect you observe is caused by the paint call at the bottom. Remove that and it should work fine. But you also have to insert ctx.set_operator(Cairo.Operator.CLEAR); ctx.paint(); ctx.set_operator(Cairo.Operator.OVER); at the very bottom of the draw method which clears the canvas. Clutter doesn

Re: [Elementary-dev-community] Stable Audience-like video player surfaces

2013-03-29 Thread Tom Beckmann
As far as I've checked the code (which is C by the way), there's nothing that audience doesn't have in its restructure branch. In fact, everything that goes beyond playing a video seems to be missing in snappy, like playlists, subtitles, languages and maybe different sources (haven't seen anything

Re: [Elementary-dev-community] Go-like build tools for Vala

2013-02-07 Thread Tom Beckmann
I wrote a script which I think does about what the go build tools would do. http://pastebin.com/hr8TfdPu To see what exactly it should be able to do, check line 30 following :) If you want to use it, it'd be best to copy it to /usr/bin, so you can just run 'ebuild' whenever you want to rebuild some

[Elementary-dev-community] Testing Dynamic Notebook

2012-06-12 Thread Tom Beckmann
Hi everyone, so finally I got a pure Gtk implementation of a dynamic notebook pretty much ready. It would be great if you'd try to integrate it in your apps to see if it works properly. If it does, it will go to granite. You can find it at * lp:~tombeckmann/granite/granite-dynamic-notebook-gkt-base

[Elementary-dev-community] [Merge] lp:~markellmtthw/dropoff/fix-932224 into lp:dropoff

2012-02-16 Thread Tom Beckmann
The proposal to merge lp:~markellmtthw/dropoff/fix-932224 into lp:dropoff has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~markellmtthw/dropoff/fix-932224/+merge/93426 -- https://code.launchpad.net/~markellmtthw/dropoff/fix-932224/+merge/

Re: [Elementary-dev-community] [Merge] lp:~markellmtthw/dropoff/fix-932224 into lp:dropoff

2012-02-16 Thread Tom Beckmann
Review: Approve -- https://code.launchpad.net/~markellmtthw/dropoff/fix-932224/+merge/93426 Your team Elementary Developer Community is subscribed to branch lp:dropoff. -- Mailing list: https://launchpad.net/~elementary-dev-community Post to : elementary-dev-community@lists.launchpad.net U

[Elementary-dev-community] [Merge] lp:~markellmtthw/dropoff/some-fixes into lp:dropoff

2012-02-14 Thread Tom Beckmann
The proposal to merge lp:~markellmtthw/dropoff/some-fixes into lp:dropoff has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~markellmtthw/dropoff/some-fixes/+merge/93045 -- https://code.launchpad.net/~markellmtthw/dropoff/some-fixes/+merge/

Re: [Elementary-dev-community] Dynamic Notebook

2011-12-14 Thread Tom Beckmann
ality and even more since it's more dynamic like that. Here it is: http://imagebin.org/188522 Tom Beckmann (__tom) -- Mailing list: https://launchpad.net/~elementary-dev-community Post to : elementary-dev-community@lists.launchpad.net Unsubscribe : https://launchpad.net/~elementary-d