Re: [Elementary-dev-community] Luna Check Up

2012-07-18 Thread Pim Vullers
Another example of this is the print contract which provides you with 
the print
settings dialog. It's up to the developer of the contract to provide a 
proper

implementation.

On Wed, 18 Jul 2012 14:25:02 -0700, Daniel Foré wrote:
Yea, what should happen is that you should preview before anything 
get's
posted. The Geary contract should show the compose window, the 
Twitter

contract should show the Tweet window, etc.

There's nothing we can really do on the Contractor side that really
prevents anyone from executing those binaries.

On Wed, Jul 18, 2012 at 12:32 PM, Allen Lowe  
wrote:


well, considering that the contract just uses an existing command 
line

interface, they could already do that anyway just as easily.


Allen Lowe


On Wed, Jul 18, 2012 at 12:09 PM, Sergey "Shnatsel" Davidoff
 wrote:
> In addition to the aforementioned doc with requested changes, 
voldyman
> drafted a doc that describes how the whole thing is expected to 
work.

Here
> it is:
>

https://docs.google.com/document/d/1SxrUvlZpbNzjrelfxMljAzwJxR3hvWRbSqQehsK4wl8/edit#
>
> He also makes a valid point about preventing contract misuse, e.g. 
a
> malicious app could try to post things to your Twitter without you 
even

> knowing.
>
> --
> Sergey "Shnatsel" Davidoff
> OS architect @ elementary



--
Pim Vullers


--
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Luna Check Up

2012-07-18 Thread Daniel Foré
Yea, what should happen is that you should preview before anything get's
posted. The Geary contract should show the compose window, the Twitter
contract should show the Tweet window, etc.

There's nothing we can really do on the Contractor side that really
prevents anyone from executing those binaries.

On Wed, Jul 18, 2012 at 12:32 PM, Allen Lowe  wrote:

> well, considering that the contract just uses an existing command line
> interface, they could already do that anyway just as easily.
>
>
> Allen Lowe
>
>
> On Wed, Jul 18, 2012 at 12:09 PM, Sergey "Shnatsel" Davidoff
>  wrote:
> > In addition to the aforementioned doc with requested changes, voldyman
> > drafted a doc that describes how the whole thing is expected to work.
> Here
> > it is:
> >
> https://docs.google.com/document/d/1SxrUvlZpbNzjrelfxMljAzwJxR3hvWRbSqQehsK4wl8/edit#
> >
> > He also makes a valid point about preventing contract misuse, e.g. a
> > malicious app could try to post things to your Twitter without you even
> > knowing.
> >
> > --
> > Sergey "Shnatsel" Davidoff
> > OS architect @ elementary
> >
> > --
> > Mailing list: https://launchpad.net/~elementary-dev-community
> > Post to : elementary-dev-community@lists.launchpad.net
> > Unsubscribe : https://launchpad.net/~elementary-dev-community
> > More help   : https://help.launchpad.net/ListHelp
> >
>



-- 
Best Regards,

Daniel Foré

elementaryos.org
-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Luna Check Up

2012-07-18 Thread Allen Lowe
well, considering that the contract just uses an existing command line
interface, they could already do that anyway just as easily.


Allen Lowe


On Wed, Jul 18, 2012 at 12:09 PM, Sergey "Shnatsel" Davidoff
 wrote:
> In addition to the aforementioned doc with requested changes, voldyman
> drafted a doc that describes how the whole thing is expected to work. Here
> it is:
> https://docs.google.com/document/d/1SxrUvlZpbNzjrelfxMljAzwJxR3hvWRbSqQehsK4wl8/edit#
>
> He also makes a valid point about preventing contract misuse, e.g. a
> malicious app could try to post things to your Twitter without you even
> knowing.
>
> --
> Sergey "Shnatsel" Davidoff
> OS architect @ elementary
>
> --
> Mailing list: https://launchpad.net/~elementary-dev-community
> Post to : elementary-dev-community@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~elementary-dev-community
> More help   : https://help.launchpad.net/ListHelp
>

-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Luna Check Up

2012-07-18 Thread Sergey "Shnatsel" Davidoff
In addition to the aforementioned doc with requested changes, voldyman
drafted a doc that describes how the whole thing is expected to work. Here
it is:
https://docs.google.com/document/d/1SxrUvlZpbNzjrelfxMljAzwJxR3hvWRbSqQehsK4wl8/edit#

He also makes a valid point about preventing contract misuse, e.g. a
malicious app could try to post things to your Twitter without you even
knowing.

-- 
Sergey "Shnatsel" Davidoff
OS architect @ elementary
-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Luna Check Up

2012-07-18 Thread Sergey "Shnatsel" Davidoff
2012/7/9 Daniel Foré 

> Contractor - we have 3 bugs to fix here. One crasher, one
> translation-related, and one we could probably solve by splitting contracts
> into separate packages (not shipping them with Contractor itself).
>

Looks like this is not the case. Well, it kinda works, but at the moment
it's useless. Whatever contract I come up with, in most cases I realize I
cannot write it because of Contractor limitations. And it's no better from
application developer standpoint either.

Here's a doc written by kalikiana, tom95 and myself that describes the
current issues with Contractor:
https://docs.google.com/document/d/1kjpIHASnkcFnbzFp_Hs5ikeciK_t4YVdZfn4WCKai4c/edit
For every item described in it there's a Launchpad bug report too.

Even after everything described in the doc is resolved, we'll still need to
write standalone binaries to replace nautilus-sendto, otherwise introducing
Contractor will be a regression.

-- 
Sergey "Shnatsel" Davidoff
OS architect @ elementary
-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Luna Check Up

2012-07-14 Thread Cody Garver
Aside from merging a branch that's been in-progress forever, Tom made 8
Gala commits today.

Now there are only THREE bugs attached to Gala
luna-beta1
!

There are around 40 New or Confirmed bugs left that are not attached to a
milestone.

If you are a tester and would like to help out, please investigate the
remaining
bugs  and
mark yourself as affected and/or leave a comment on bugs you have
experience with or an opinion about.

On Wed, Jul 11, 2012 at 5:46 PM, Christian Dywan wrote:

> On 09.07.2012 21:58, Daniel Foré wrote:
> > Christian, can we target any relevant bug reports to the milestone?
>
> I've sorted out the missing tasks so we have 3 bugs targeted for the
> beta and I moved the notes from the Google doc into the bugs.
>
>
> --
> Mailing list: https://launchpad.net/~elementary-dev-community
> Post to : elementary-dev-community@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~elementary-dev-community
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
Cody Garver
-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Luna Check Up

2012-07-11 Thread Christian Dywan
On 09.07.2012 21:58, Daniel Foré wrote:
> Christian, can we target any relevant bug reports to the milestone?

I've sorted out the missing tasks so we have 3 bugs targeted for the
beta and I moved the notes from the Google doc into the bugs.



signature.asc
Description: OpenPGP digital signature
-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Luna Check Up

2012-07-10 Thread Sergey "Shnatsel" Davidoff
Turns out Files has a custom milestone:
https://launchpad.net/pantheon-files/+milestone/0.1
I've also reported some bugs I was aware of and targeted some of them to
https://launchpad.net/pantheon-files/+milestone/luna-beta1

-- 
Sergey "Shnatsel" Davidoff
-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Luna Check Up

2012-07-10 Thread Sergey "Shnatsel" Davidoff
Also, there's kinda upstream Plank for which we don't have any work item
tracking at the moment, and there *are* work items left for it. I'd also be
really really glad to see Plank migrated to GSettings this cycle because
otherwise we'll have to hardcode our defaults (there's no way to set
distributor defaults in their current config system).

-- 
Sergey "Shnatsel" Davidoff
OS architect @ elementary
-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Luna Check Up

2012-07-09 Thread Daniel Foré
Christian, can we target any relevant bug reports to the milestone?

Best Regards,
Daniel Foré

El jul 9, 2012, a las 11:43 a.m., Christian Dywan  
escribió:

> On 09.07.2012 01:39, Daniel Foré wrote:
>> Granite - only 1 bug and it has a linked branch. Can we get a review
>> on this branch? Also, can we then make a Granite release or did we
>> have some other bugs to target?
> We need to sort out the last kinks in the dynamic notebook, notably menu
> support before release. Otherwise all effort to get it ready would've
> been moot since it's incomplete.
> Should be in the range of days.
> 

-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Luna Check Up

2012-07-09 Thread Daniel Foré
Oh no haha. Yes just set the style is all. 

Best Regards,
Daniel Foré

El jul 9, 2012, a las 11:55 a.m., Mario Guerriero  escribió:

> Il 09/07/2012 20:43, Cassidy James ha scritto:
>> Just to clarify, Dan, we're talking about just adding/changing a class on 
>> the widget when it's in editable mode so the entry styling is applied? As 
>> in, no significant changes to the widget.
>> 
>> On Jul 9, 2012 11:49 AM, "Daniel Foré"  wrote:
>> The current style looks like a depressed button, which nowhere else on the 
>> system can you enter text into a depressed button. Entries should look like 
>> entries, buttons should look like buttons.
>> 
>> We had this a while back, but I have no idea why it was changed.
>> 
>> On Mon, Jul 9, 2012 at 1:54 AM, Mario Guerriero  wrote:
>> Il 09/07/2012 01:39, Daniel Foré ha scritto:
>>> Hey Guys,
>>> 
>>> Just thought I'd give a quick rundown of the beta-1 milestone: 
>>> https://launchpad.net/elementary/+milestone/luna-beta1
>>> 
>>> 
>>> Cerbere - Looks like we have all the beta-1 bugs fixed! Did we forget to 
>>> target any other bugs or can we make a release?
>>> 
>>> Contractor - we have 3 bugs to fix here. One crasher, one 
>>> translation-related, and one we could probably solve by splitting contracts 
>>> into separate packages (not shipping them with Contractor itself).
>>> 
>>> Files - only 2 bugs here. One seems pretty bite size, just adding/chaning a 
>>> CSS class. Another seems more difficult and something we might want to 
>>> retarget to another milestone.
>>> 
>>> Gala - lots of bugs here. We could use all the help we can get.
>>> 
>>> Granite - only 1 bug and it has a linked branch. Can we get a review on 
>>> this branch? Also, can we then make a Granite release or did we have some 
>>> other bugs to target?
>>> 
>>> Noise - soo many bugs. This one needs help as well.
>>> 
>>> Libpantheon - two bugs here, one with a patch and another with a branch. 
>>> Can we get these reviewed and figure out where we're at?
>>> 
>>> Greeter - 6 reports here.
>>> 
>>> Terminal - 6 bugs. A few of them look pretty bite size.
>>> 
>>> Scratch - 3 bugs. Two of them need design input. I'll try to get that 
>>> figured out. The last one is a sensitivity thing and I'm thinking it's 
>>> probably not a super difficult fix.
>>> 
>>> Slingshot - 6 bugs. a few of them just popped up so we might be able to 
>>> track the regression pretty easily.
>>> 
>>> Switchboard - 7 bugs. couple of these we could probably move to a later 
>>> milestone since   they're more wish list. Some of 
>>> the other ones are pretty legit. Definitely need to get this sorted.
>>> 
>>> Wingpanel - 2 bugs. one shortcut thing and one multi-monitor problem.
>>> 
>>> 
>>> So as you can see we have a few projects that are very close to release: 
>>> Cerbere, Granite, Contractor, Files, Scratch, Wingpanel. Let's knock these 
>>> out really quick and get 'em out of our faces so we can concentrate on 
>>> cleaning up the ones that really need help!
>>> 
>>> 
>>> Best Regards,
>>> 
>>> Daniel Foré
>>> 
>>> elementaryos.org
>>> 
>>> 
>>> 
>> Hi,
>> 
>> I target smooth scrolling bug for 0.2 milestone in Files. Now there is only 
>> this bug  (https://bugs.launchpad.net/pantheon-files/+bug/996101) but I 
>> can't see the reson of why we want it as a Gtk.Entry. It is such an elegant 
>> widget
>> 
>> 
>> --
>> Mailing list: https://launchpad.net/~elementary-dev-community
>> Post to : elementary-dev-community@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~elementary-dev-community
>> More help   : https://help.launchpad.net/ListHelp
>> 
>> 
>> 
>> 
>> -- 
>> Best Regards,
>> 
>> Daniel Foré
>> 
>> elementaryos.org
>> 
>> 
>> --
>> Mailing list: https://launchpad.net/~elementary-dev-community
>> Post to : elementary-dev-community@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~elementary-dev-community
>> More help   : https://help.launchpad.net/ListHelp
>> 
> Yes, I misunderstood. I thought Dan wanted to replace the LocationBar with a 
> GtkEntry while it is in editing mode
> 
-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Luna Check Up

2012-07-09 Thread Mario Guerriero

Il 09/07/2012 20:43, Cassidy James ha scritto:


Just to clarify, Dan, we're talking about just adding/changing a class 
on the widget when it's in editable mode so the entry styling is 
applied? As in, no significant changes to the widget.


On Jul 9, 2012 11:49 AM, "Daniel Foré" > wrote:


The current style looks like a depressed button, which nowhere
else on the system can you enter text into a depressed button.
Entries should look like entries, buttons should look like buttons.

We had this a while back, but I have no idea why it was changed.

On Mon, Jul 9, 2012 at 1:54 AM, Mario Guerriero
mailto:mefri...@gmail.com>> wrote:

Il 09/07/2012 01:39, Daniel Foré ha scritto:

Hey Guys,

Just thought I'd give a quick rundown of the beta-1
milestone: https://launchpad.net/elementary/+milestone/luna-beta1


Cerbere - Looks like we have all the beta-1 bugs fixed! Did
we forget to target any other bugs or can we make a release?

Contractor - we have 3 bugs to fix here. One crasher, one
translation-related, and one we could probably solve by
splitting contracts into separate packages (not shipping them
with Contractor itself).

Files - only 2 bugs here. One seems pretty bite size, just
adding/chaning a CSS class. Another seems more difficult and
something we might want to retarget to another milestone.

Gala - lots of bugs here. We could use all the help we can get.

Granite - only 1 bug and it has a linked branch. Can we get a
review on this branch? Also, can we then make a Granite
release or did we have some other bugs to target?

Noise - soo many bugs. This one needs help as well.

Libpantheon - two bugs here, one with a patch and another
with a branch. Can we get these reviewed and figure out where
we're at?

Greeter - 6 reports here.

Terminal - 6 bugs. A few of them look pretty bite size.

Scratch - 3 bugs. Two of them need design input. I'll try to
get that figured out. The last one is a sensitivity thing and
I'm thinking it's probably not a super difficult fix.

Slingshot - 6 bugs. a few of them just popped up so we might
be able to track the regression pretty easily.

Switchboard - 7 bugs. couple of these we could probably move
to a later milestone since they're more wish list. Some of
the other ones are pretty legit. Definitely need to get this
sorted.

Wingpanel - 2 bugs. one shortcut thing and one multi-monitor
problem.


So as you can see we have a few projects that are very close
to release: Cerbere, Granite, Contractor, Files, Scratch,
Wingpanel. Let's knock these out really quick and get 'em out
of our faces so we can concentrate on cleaning up the ones
that really need help!


Best Regards,

Daniel Foré

elementaryos.org 




Hi,

I target smooth scrolling bug for 0.2 milestone in Files. Now
there is only this bug 
(https://bugs.launchpad.net/pantheon-files/+bug/996101) but I

can't see the reson of why we want it as a Gtk.Entry. It is
such an elegant widget


--
Mailing list: https://launchpad.net/~elementary-dev-community

Post to : elementary-dev-community@lists.launchpad.net

Unsubscribe : https://launchpad.net/~elementary-dev-community

More help   : https://help.launchpad.net/ListHelp




-- 
Best Regards,


Daniel Foré

elementaryos.org 


--
Mailing list: https://launchpad.net/~elementary-dev-community

Post to : elementary-dev-community@lists.launchpad.net

Unsubscribe : https://launchpad.net/~elementary-dev-community

More help   : https://help.launchpad.net/ListHelp

Yes, I misunderstood. I thought Dan wanted to replace the LocationBar 
with a GtkEntry while it is in editing mode


-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Luna Check Up

2012-07-09 Thread Christian Dywan
On 09.07.2012 01:39, Daniel Foré wrote:
> Granite - only 1 bug and it has a linked branch. Can we get a review
> on this branch? Also, can we then make a Granite release or did we
> have some other bugs to target?
We need to sort out the last kinks in the dynamic notebook, notably menu
support before release. Otherwise all effort to get it ready would've
been moot since it's incomplete.
Should be in the range of days.



signature.asc
Description: OpenPGP digital signature
-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Luna Check Up

2012-07-09 Thread Cassidy James
Just to clarify, Dan, we're talking about just adding/changing a class on
the widget when it's in editable mode so the entry styling is applied? As
in, no significant changes to the widget.
On Jul 9, 2012 11:49 AM, "Daniel Foré"  wrote:

> The current style looks like a depressed button, which nowhere else on the
> system can you enter text into a depressed button. Entries should look like
> entries, buttons should look like buttons.
>
> We had this a while back, but I have no idea why it was changed.
>
> On Mon, Jul 9, 2012 at 1:54 AM, Mario Guerriero wrote:
>
>>  Il 09/07/2012 01:39, Daniel Foré ha scritto:
>>
>> Hey Guys,
>>
>>  Just thought I'd give a quick rundown of the beta-1 milestone:
>> https://launchpad.net/elementary/+milestone/luna-beta1
>>
>>
>>  Cerbere - Looks like we have all the beta-1 bugs fixed! Did we forget
>> to target any other bugs or can we make a release?
>>
>>  Contractor - we have 3 bugs to fix here. One crasher, one
>> translation-related, and one we could probably solve by splitting contracts
>> into separate packages (not shipping them with Contractor itself).
>>
>>  Files - only 2 bugs here. One seems pretty bite size, just
>> adding/chaning a CSS class. Another seems more difficult and something we
>> might want to retarget to another milestone.
>>
>>  Gala - lots of bugs here. We could use all the help we can get.
>>
>>  Granite - only 1 bug and it has a linked branch. Can we get a review on
>> this branch? Also, can we then make a Granite release or did we have some
>> other bugs to target?
>>
>>  Noise - soo many bugs. This one needs help as well.
>>
>>  Libpantheon - two bugs here, one with a patch and another with a
>> branch. Can we get these reviewed and figure out where we're at?
>>
>>  Greeter - 6 reports here.
>>
>>  Terminal - 6 bugs. A few of them look pretty bite size.
>>
>>  Scratch - 3 bugs. Two of them need design input. I'll try to get that
>> figured out. The last one is a sensitivity thing and I'm thinking it's
>> probably not a super difficult fix.
>>
>>  Slingshot - 6 bugs. a few of them just popped up so we might be able to
>> track the regression pretty easily.
>>
>>  Switchboard - 7 bugs. couple of these we could probably move to a later
>> milestone since they're more wish list. Some of the other ones are pretty
>> legit. Definitely need to get this sorted.
>>
>>  Wingpanel - 2 bugs. one shortcut thing and one multi-monitor problem.
>>
>>
>>  So as you can see we have a few projects that are very close to
>> release: Cerbere, Granite, Contractor, Files, Scratch, Wingpanel. Let's
>> knock these out really quick and get 'em out of our faces so we can
>> concentrate on cleaning up the ones that really need help!
>>
>>
>> Best Regards,
>>
>> Daniel Foré
>>
>>  elementaryos.org
>>
>>
>>
>>  Hi,
>>
>> I target smooth scrolling bug for 0.2 milestone in Files. Now there is
>> only this bug  (https://bugs.launchpad.net/pantheon-files/+bug/996101)
>> but I can't see the reson of why we want it as a Gtk.Entry. It is such an
>> elegant widget
>>
>>
>> --
>> Mailing list: https://launchpad.net/~elementary-dev-community
>> Post to : elementary-dev-community@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~elementary-dev-community
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
> --
> Best Regards,
>
> Daniel Foré
>
> elementaryos.org
>
>
> --
> Mailing list: https://launchpad.net/~elementary-dev-community
> Post to : elementary-dev-community@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~elementary-dev-community
> More help   : https://help.launchpad.net/ListHelp
>
>
-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Luna Check Up

2012-07-09 Thread Daniel Foré
The current style looks like a depressed button, which nowhere else on the
system can you enter text into a depressed button. Entries should look like
entries, buttons should look like buttons.

We had this a while back, but I have no idea why it was changed.

On Mon, Jul 9, 2012 at 1:54 AM, Mario Guerriero  wrote:

>  Il 09/07/2012 01:39, Daniel Foré ha scritto:
>
> Hey Guys,
>
>  Just thought I'd give a quick rundown of the beta-1 milestone:
> https://launchpad.net/elementary/+milestone/luna-beta1
>
>
>  Cerbere - Looks like we have all the beta-1 bugs fixed! Did we forget to
> target any other bugs or can we make a release?
>
>  Contractor - we have 3 bugs to fix here. One crasher, one
> translation-related, and one we could probably solve by splitting contracts
> into separate packages (not shipping them with Contractor itself).
>
>  Files - only 2 bugs here. One seems pretty bite size, just
> adding/chaning a CSS class. Another seems more difficult and something we
> might want to retarget to another milestone.
>
>  Gala - lots of bugs here. We could use all the help we can get.
>
>  Granite - only 1 bug and it has a linked branch. Can we get a review on
> this branch? Also, can we then make a Granite release or did we have some
> other bugs to target?
>
>  Noise - soo many bugs. This one needs help as well.
>
>  Libpantheon - two bugs here, one with a patch and another with a branch.
> Can we get these reviewed and figure out where we're at?
>
>  Greeter - 6 reports here.
>
>  Terminal - 6 bugs. A few of them look pretty bite size.
>
>  Scratch - 3 bugs. Two of them need design input. I'll try to get that
> figured out. The last one is a sensitivity thing and I'm thinking it's
> probably not a super difficult fix.
>
>  Slingshot - 6 bugs. a few of them just popped up so we might be able to
> track the regression pretty easily.
>
>  Switchboard - 7 bugs. couple of these we could probably move to a later
> milestone since they're more wish list. Some of the other ones are pretty
> legit. Definitely need to get this sorted.
>
>  Wingpanel - 2 bugs. one shortcut thing and one multi-monitor problem.
>
>
>  So as you can see we have a few projects that are very close to release:
> Cerbere, Granite, Contractor, Files, Scratch, Wingpanel. Let's knock these
> out really quick and get 'em out of our faces so we can concentrate on
> cleaning up the ones that really need help!
>
>
> Best Regards,
>
> Daniel Foré
>
>  elementaryos.org
>
>
>
>  Hi,
>
> I target smooth scrolling bug for 0.2 milestone in Files. Now there is
> only this bug  (https://bugs.launchpad.net/pantheon-files/+bug/996101)
> but I can't see the reson of why we want it as a Gtk.Entry. It is such an
> elegant widget
>
>
> --
> Mailing list: https://launchpad.net/~elementary-dev-community
> Post to : elementary-dev-community@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~elementary-dev-community
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
Best Regards,

Daniel Foré

elementaryos.org
-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Luna Check Up

2012-07-09 Thread David Gomes
Regarding the terminal, yeah, the bugs are bite size, but the problem si
tha tI don0t know how to fix them, I have contacted the gnome team several
times, with no luck.

It's not about time, it's about knowing deep and dark GTK secrets :S

On Mon, Jul 9, 2012 at 5:14 PM, Sergey "Shnatsel" Davidoff <
ser...@elementaryos.org> wrote:

> I can add that Maya has diverged from luna-beta1 naming and has
> "0.1-luna-beta1" milestone; we should probably fix that. Slingshot
> also has some bugs targeted to a nonexistent luna-beta2.
>
> If Pantheon Files has no bugs targeted to beta1, that must be a
> mistake. I'll report more.
>
> Also, Switchboard plugs need love - lots of love, in fact. G-C-C
> compatibility layer also needs attention from a guru.
>
> For the OS we mostly have upstream patching to do.
>
> --
> Sergey "Shnatsel" Davidoff
>
> --
> Mailing list: https://launchpad.net/~elementary-dev-community
> Post to : elementary-dev-community@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~elementary-dev-community
> More help   : https://help.launchpad.net/ListHelp
>
-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Luna Check Up

2012-07-09 Thread Sergey "Shnatsel" Davidoff
I can add that Maya has diverged from luna-beta1 naming and has
"0.1-luna-beta1" milestone; we should probably fix that. Slingshot
also has some bugs targeted to a nonexistent luna-beta2.

If Pantheon Files has no bugs targeted to beta1, that must be a
mistake. I'll report more.

Also, Switchboard plugs need love - lots of love, in fact. G-C-C
compatibility layer also needs attention from a guru.

For the OS we mostly have upstream patching to do.

--
Sergey "Shnatsel" Davidoff

-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Luna Check Up

2012-07-09 Thread Mario Guerriero

Il 09/07/2012 01:39, Daniel Foré ha scritto:

Hey Guys,

Just thought I'd give a quick rundown of the beta-1 milestone: 
https://launchpad.net/elementary/+milestone/luna-beta1



Cerbere - Looks like we have all the beta-1 bugs fixed! Did we forget 
to target any other bugs or can we make a release?


Contractor - we have 3 bugs to fix here. One crasher, one 
translation-related, and one we could probably solve by splitting 
contracts into separate packages (not shipping them with Contractor 
itself).


Files - only 2 bugs here. One seems pretty bite size, just 
adding/chaning a CSS class. Another seems more difficult and something 
we might want to retarget to another milestone.


Gala - lots of bugs here. We could use all the help we can get.

Granite - only 1 bug and it has a linked branch. Can we get a review 
on this branch? Also, can we then make a Granite release or did we 
have some other bugs to target?


Noise - soo many bugs. This one needs help as well.

Libpantheon - two bugs here, one with a patch and another with a 
branch. Can we get these reviewed and figure out where we're at?


Greeter - 6 reports here.

Terminal - 6 bugs. A few of them look pretty bite size.

Scratch - 3 bugs. Two of them need design input. I'll try to get that 
figured out. The last one is a sensitivity thing and I'm thinking it's 
probably not a super difficult fix.


Slingshot - 6 bugs. a few of them just popped up so we might be able 
to track the regression pretty easily.


Switchboard - 7 bugs. couple of these we could probably move to a 
later milestone since they're more wish list. Some of the other ones 
are pretty legit. Definitely need to get this sorted.


Wingpanel - 2 bugs. one shortcut thing and one multi-monitor problem.


So as you can see we have a few projects that are very close to 
release: Cerbere, Granite, Contractor, Files, Scratch, Wingpanel. 
Let's knock these out really quick and get 'em out of our faces so we 
can concentrate on cleaning up the ones that really need help!



Best Regards,

Daniel Foré

elementaryos.org 




Hi,

I target smooth scrolling bug for 0.2 milestone in Files. Now there is 
only this bug (https://bugs.launchpad.net/pantheon-files/+bug/996101) 
but I can't see the reson of why we want it as a Gtk.Entry. It is such 
an elegant widget


-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Luna Check Up

2012-07-08 Thread Cody Garver
Cerbere update: Porting to granite should not be considered. Only updating
slingshot binary name should happen.

On Sun, Jul 8, 2012 at 10:04 PM, Cody Garver  wrote:

> Cerbere - Two remaining interests I have are renaming slingshot to
> slingshot-launcher  and
> porting cerbere to 
> granite
> .
>
> Contractor - Needs love.
>
> Pantheon Files - Need info from xapantu since he is working upstream on
> Marlin. What are they working on? Does it impact us positively or
> negatively? And how long will it take?
>
> Gala - You know.
>
> Granite - Popovers are 
> annoying.
> beta1 or future?
>
> Noise - Development has moved upstream to beatbox. Once its stable release
> is made, Noise will get the treatment it needs.
>
> libpantheon - What does mefrio think?
>
> Greeter - Papa was a rolling stone.
>
> Terminal - Looking good. Maybe munchor will have a free weekend soon and
> run through it.
>
> Scratch - Looking good. Mefrio shows us who's the original multitasking
> man around here.
>
> Slingshot - voluntatefaber just got back from vacation today. Expect great
> things.
>
> Switchboard - aroman, holla back.
>
> Wingpanel - Looking good. Maybe agent00tai or someone else can bring it
> home.
>
>
> On Sun, Jul 8, 2012 at 9:07 PM, Cassidy James  wrote:
>
>> Amen! :) Also, let's definitely make sure that once those are released,
>> we help out where it's needed rather than working on additional bits of
>> those. If we really crack down and focus our development, we can get a beta
>> release pushed out of here pretty quickly. Then we wait for the wider
>> testing and onslaught of bug reports that'll come from that. ;)
>> On Jul 8, 2012 6:40 PM, "Daniel Foré"  wrote:
>>
>>> Hey Guys,
>>>
>>> Just thought I'd give a quick rundown of the beta-1 milestone:
>>> https://launchpad.net/elementary/+milestone/luna-beta1
>>>
>>>
>>> Cerbere - Looks like we have all the beta-1 bugs fixed! Did we forget to
>>> target any other bugs or can we make a release?
>>>
>>> Contractor - we have 3 bugs to fix here. One crasher, one
>>> translation-related, and one we could probably solve by splitting contracts
>>> into separate packages (not shipping them with Contractor itself).
>>>
>>> Files - only 2 bugs here. One seems pretty bite size, just
>>> adding/chaning a CSS class. Another seems more difficult and something we
>>> might want to retarget to another milestone.
>>>
>>> Gala - lots of bugs here. We could use all the help we can get.
>>>
>>> Granite - only 1 bug and it has a linked branch. Can we get a review on
>>> this branch? Also, can we then make a Granite release or did we have some
>>> other bugs to target?
>>>
>>> Noise - soo many bugs. This one needs help as well.
>>>
>>> Libpantheon - two bugs here, one with a patch and another with a branch.
>>> Can we get these reviewed and figure out where we're at?
>>>
>>> Greeter - 6 reports here.
>>>
>>> Terminal - 6 bugs. A few of them look pretty bite size.
>>>
>>> Scratch - 3 bugs. Two of them need design input. I'll try to get that
>>> figured out. The last one is a sensitivity thing and I'm thinking it's
>>> probably not a super difficult fix.
>>>
>>> Slingshot - 6 bugs. a few of them just popped up so we might be able to
>>> track the regression pretty easily.
>>>
>>> Switchboard - 7 bugs. couple of these we could probably move to a later
>>> milestone since they're more wish list. Some of the other ones are pretty
>>> legit. Definitely need to get this sorted.
>>>
>>> Wingpanel - 2 bugs. one shortcut thing and one multi-monitor problem.
>>>
>>>
>>> So as you can see we have a few projects that are very close to release:
>>> Cerbere, Granite, Contractor, Files, Scratch, Wingpanel. Let's knock these
>>> out really quick and get 'em out of our faces so we can concentrate on
>>> cleaning up the ones that really need help!
>>>
>>>
>>> Best Regards,
>>>
>>> Daniel Foré
>>>
>>> elementaryos.org
>>>
>>>
>>> --
>>> Mailing list: https://launchpad.net/~elementary-dev-community
>>> Post to : elementary-dev-community@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~elementary-dev-community
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>> --
>> Mailing list: https://launchpad.net/~elementary-dev-community
>> Post to : elementary-dev-community@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~elementary-dev-community
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
> --
> Cody Garver
>



-- 
Cody Garver
-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Luna Check Up

2012-07-08 Thread Cody Garver
Cerbere - Two remaining interests I have are renaming slingshot to
slingshot-launcher  and
porting cerbere to
granite
.

Contractor - Needs love.

Pantheon Files - Need info from xapantu since he is working upstream on
Marlin. What are they working on? Does it impact us positively or
negatively? And how long will it take?

Gala - You know.

Granite - Popovers are
annoying.
beta1 or future?

Noise - Development has moved upstream to beatbox. Once its stable release
is made, Noise will get the treatment it needs.

libpantheon - What does mefrio think?

Greeter - Papa was a rolling stone.

Terminal - Looking good. Maybe munchor will have a free weekend soon and
run through it.

Scratch - Looking good. Mefrio shows us who's the original multitasking man
around here.

Slingshot - voluntatefaber just got back from vacation today. Expect great
things.

Switchboard - aroman, holla back.

Wingpanel - Looking good. Maybe agent00tai or someone else can bring it
home.


On Sun, Jul 8, 2012 at 9:07 PM, Cassidy James  wrote:

> Amen! :) Also, let's definitely make sure that once those are released, we
> help out where it's needed rather than working on additional bits of those.
> If we really crack down and focus our development, we can get a beta
> release pushed out of here pretty quickly. Then we wait for the wider
> testing and onslaught of bug reports that'll come from that. ;)
> On Jul 8, 2012 6:40 PM, "Daniel Foré"  wrote:
>
>> Hey Guys,
>>
>> Just thought I'd give a quick rundown of the beta-1 milestone:
>> https://launchpad.net/elementary/+milestone/luna-beta1
>>
>>
>> Cerbere - Looks like we have all the beta-1 bugs fixed! Did we forget to
>> target any other bugs or can we make a release?
>>
>> Contractor - we have 3 bugs to fix here. One crasher, one
>> translation-related, and one we could probably solve by splitting contracts
>> into separate packages (not shipping them with Contractor itself).
>>
>> Files - only 2 bugs here. One seems pretty bite size, just adding/chaning
>> a CSS class. Another seems more difficult and something we might want to
>> retarget to another milestone.
>>
>> Gala - lots of bugs here. We could use all the help we can get.
>>
>> Granite - only 1 bug and it has a linked branch. Can we get a review on
>> this branch? Also, can we then make a Granite release or did we have some
>> other bugs to target?
>>
>> Noise - soo many bugs. This one needs help as well.
>>
>> Libpantheon - two bugs here, one with a patch and another with a branch.
>> Can we get these reviewed and figure out where we're at?
>>
>> Greeter - 6 reports here.
>>
>> Terminal - 6 bugs. A few of them look pretty bite size.
>>
>> Scratch - 3 bugs. Two of them need design input. I'll try to get that
>> figured out. The last one is a sensitivity thing and I'm thinking it's
>> probably not a super difficult fix.
>>
>> Slingshot - 6 bugs. a few of them just popped up so we might be able to
>> track the regression pretty easily.
>>
>> Switchboard - 7 bugs. couple of these we could probably move to a later
>> milestone since they're more wish list. Some of the other ones are pretty
>> legit. Definitely need to get this sorted.
>>
>> Wingpanel - 2 bugs. one shortcut thing and one multi-monitor problem.
>>
>>
>> So as you can see we have a few projects that are very close to release:
>> Cerbere, Granite, Contractor, Files, Scratch, Wingpanel. Let's knock these
>> out really quick and get 'em out of our faces so we can concentrate on
>> cleaning up the ones that really need help!
>>
>>
>> Best Regards,
>>
>> Daniel Foré
>>
>> elementaryos.org
>>
>>
>> --
>> Mailing list: https://launchpad.net/~elementary-dev-community
>> Post to : elementary-dev-community@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~elementary-dev-community
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
> --
> Mailing list: https://launchpad.net/~elementary-dev-community
> Post to : elementary-dev-community@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~elementary-dev-community
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
Cody Garver
-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Luna Check Up

2012-07-08 Thread Cassidy James
Amen! :) Also, let's definitely make sure that once those are released, we
help out where it's needed rather than working on additional bits of those.
If we really crack down and focus our development, we can get a beta
release pushed out of here pretty quickly. Then we wait for the wider
testing and onslaught of bug reports that'll come from that. ;)
On Jul 8, 2012 6:40 PM, "Daniel Foré"  wrote:

> Hey Guys,
>
> Just thought I'd give a quick rundown of the beta-1 milestone:
> https://launchpad.net/elementary/+milestone/luna-beta1
>
>
> Cerbere - Looks like we have all the beta-1 bugs fixed! Did we forget to
> target any other bugs or can we make a release?
>
> Contractor - we have 3 bugs to fix here. One crasher, one
> translation-related, and one we could probably solve by splitting contracts
> into separate packages (not shipping them with Contractor itself).
>
> Files - only 2 bugs here. One seems pretty bite size, just adding/chaning
> a CSS class. Another seems more difficult and something we might want to
> retarget to another milestone.
>
> Gala - lots of bugs here. We could use all the help we can get.
>
> Granite - only 1 bug and it has a linked branch. Can we get a review on
> this branch? Also, can we then make a Granite release or did we have some
> other bugs to target?
>
> Noise - soo many bugs. This one needs help as well.
>
> Libpantheon - two bugs here, one with a patch and another with a branch.
> Can we get these reviewed and figure out where we're at?
>
> Greeter - 6 reports here.
>
> Terminal - 6 bugs. A few of them look pretty bite size.
>
> Scratch - 3 bugs. Two of them need design input. I'll try to get that
> figured out. The last one is a sensitivity thing and I'm thinking it's
> probably not a super difficult fix.
>
> Slingshot - 6 bugs. a few of them just popped up so we might be able to
> track the regression pretty easily.
>
> Switchboard - 7 bugs. couple of these we could probably move to a later
> milestone since they're more wish list. Some of the other ones are pretty
> legit. Definitely need to get this sorted.
>
> Wingpanel - 2 bugs. one shortcut thing and one multi-monitor problem.
>
>
> So as you can see we have a few projects that are very close to release:
> Cerbere, Granite, Contractor, Files, Scratch, Wingpanel. Let's knock these
> out really quick and get 'em out of our faces so we can concentrate on
> cleaning up the ones that really need help!
>
>
> Best Regards,
>
> Daniel Foré
>
> elementaryos.org
>
>
> --
> Mailing list: https://launchpad.net/~elementary-dev-community
> Post to : elementary-dev-community@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~elementary-dev-community
> More help   : https://help.launchpad.net/ListHelp
>
>
-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp