[Elementary-dev-community] [Merge] lp:~elementary-dev-community/maya/evolution-data-server-3.16 into lp:maya

2015-10-14 Thread Corentin Noël
The proposal to merge 
lp:~elementary-dev-community/maya/evolution-data-server-3.16 into lp:maya has 
been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~elementary-dev-community/maya/evolution-data-server-3.16/+merge/274429
-- 
Your team elementary Developer Community is subscribed to branch 
lp:~elementary-dev-community/maya/evolution-data-server-3.16.

-- 
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


[Elementary-dev-community] [Merge] lp:~elementary-dev-community/maya/evolution-data-server-3.16 into lp:maya

2015-10-14 Thread Corentin Noël
Corentin Noël has proposed merging 
lp:~elementary-dev-community/maya/evolution-data-server-3.16 into lp:maya.

Requested reviews:
  elementary Apps team (elementary-apps)

For more details, see:
https://code.launchpad.net/~elementary-dev-community/maya/evolution-data-server-3.16/+merge/274429

Make it compatible with EDS 3.16
-- 
Your team elementary Developer Community is subscribed to branch 
lp:~elementary-dev-community/maya/evolution-data-server-3.16.
=== modified file 'core/Model/CalendarModel.vala'
--- core/Model/CalendarModel.vala	2015-01-16 23:38:19 +
+++ core/Model/CalendarModel.vala	2015-10-14 16:16:29 +
@@ -362,7 +362,7 @@
 try {
 var cancellable = new GLib.Cancellable ();
 connecting (source, cancellable);
-var client = new E.CalClient.connect_sync (source, E.CalClientSourceType.EVENTS, cancellable);
+var client = new E.CalClient.connect_sync (source, E.CalClientSourceType.EVENTS, 30, cancellable);
 source_client.insert (source.dup_uid (), client);
 } catch (Error e) {
 error_received (e.message);

=== modified file 'vapi/libecalendar-1.2.vapi'
--- vapi/libecalendar-1.2.vapi	2014-12-31 16:11:57 +
+++ vapi/libecalendar-1.2.vapi	2015-10-14 16:16:29 +
@@ -24,7 +24,7 @@
 		public CalClient (E.Source source, E.CalClientSourceType source_type) throws GLib.Error;
 		public virtual async void connect (E.Source source, E.CalClientSourceType source_type, GLib.Cancellable? cancellable) throws GLib.Error;
 		[CCode (has_construct_function = false, cname = "e_cal_client_connect_sync")]
-		public CalClient.connect_sync (E.Source source, E.CalClientSourceType source_type, GLib.Cancellable? cancellable = null) throws GLib.Error;
+		public CalClient.connect_sync (E.Source source, E.CalClientSourceType source_type, int32 wait_for_connected_seconds, GLib.Cancellable? cancellable = null) throws GLib.Error;
 		public async bool add_timezone (iCal.TimeZone zone, GLib.Cancellable cancellable) throws GLib.Error;
 		public bool add_timezone_sync (iCal.TimeZone zone, GLib.Cancellable cancellable) throws GLib.Error;
 		public bool check_one_alarm_only ();

-- 
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


[Elementary-dev-community] [Merge] lp:~elementary-dev-community/maya/evolution-data-server-3.16 into lp:maya

2015-10-14 Thread Corentin Noël
The proposal to merge 
lp:~elementary-dev-community/maya/evolution-data-server-3.16 into lp:maya has 
been updated.

Commit Message changed to:

Compatible with EDS 3.16

For more details, see:
https://code.launchpad.net/~elementary-dev-community/maya/evolution-data-server-3.16/+merge/274429
-- 
Your team elementary Developer Community is subscribed to branch 
lp:~elementary-dev-community/maya/evolution-data-server-3.16.

-- 
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


[Elementary-dev-community] Replace libnotify

2014-03-10 Thread Corentin Noël
Hi all,
I found this information today : https://developer.gnome.org/GNotification/ and 
as Trusty does ship glib 2.39 with this functions, I think It would be better 
for every app using libnotify to switch to GLib native notification system.
Any idea/comment/approval about this ?

Have a nice week,
Corentin tintou Noël
-- 
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] [Merge] lp:~elementary-dev-community/noise/fix-1089869 into lp:noise

2014-03-07 Thread Corentin Noël
Review: Approve

It's okay for me, let's merge it !
-- 
https://code.launchpad.net/~elementary-dev-community/noise/fix-1089869/+merge/208528
Your team elementary Developer Community is subscribed to branch 
lp:~elementary-dev-community/noise/fix-1089869.

-- 
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


[Elementary-dev-community] [Merge] lp:~elementary-dev-community/noise/fix-1089869 into lp:noise

2014-03-07 Thread Corentin Noël
The proposal to merge lp:~elementary-dev-community/noise/fix-1089869 into 
lp:noise has been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~elementary-dev-community/noise/fix-1089869/+merge/208528
-- 
https://code.launchpad.net/~elementary-dev-community/noise/fix-1089869/+merge/208528
Your team elementary Developer Community is subscribed to branch 
lp:~elementary-dev-community/noise/fix-1089869.

-- 
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


[Elementary-dev-community] [Merge] lp:~elementary-dev-community/noise/fix-1089869 into lp:noise

2014-03-07 Thread Corentin Noël
The proposal to merge lp:~elementary-dev-community/noise/fix-1089869 into 
lp:noise has been updated.

Commit Message changed to:

Change view selector sensitivity to a more consistent state

For more details, see:
https://code.launchpad.net/~elementary-dev-community/noise/fix-1089869/+merge/208528
-- 
https://code.launchpad.net/~elementary-dev-community/noise/fix-1089869/+merge/208528
Your team elementary Developer Community is subscribed to branch 
lp:~elementary-dev-community/noise/fix-1089869.

-- 
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] Anyone coming to FOSDEM 2014?

2013-12-22 Thread Corentin Noël
Hey all!
Yeah that could be a great opportunity to have an elementary meeting there, if 
there are some other people interested, I will try to go there (Brussels is not 
that far from my Home)

Have a nice week !
Corentin tintou Noël

Le 22 déc. 2013 17:57, Fabian Thoma fab...@elementaryos.org a écrit :

 Hey Sergey,

 I'm not sure yet but if I can get a hotel room and am able to take off from 
 work I might actually come there.

 Greetings,
 Fabian

 On 16 Dec 2013 14:33, Sergey Shnatsel Davidoff ser...@elementaryos.org 
 wrote:

 Hey guys,

 I'm going to attend FOSDEM 2014 and give a lightning talk on the performance 
 optimization work we've been doing in elementary OS.

 Is anybody else is going to attend? It'd be sweet to meet you guys in 
 person! 
 It's also a great keysigning opportunity for such a geographically 
 distributed team. Keys have to be submitted in advance though, so make sure 
 to read https://fosdem.org/2014/keysigning/

 See you!
 -- 
 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


[Elementary-dev-community] Switchboard ported to libPeas

2013-11-08 Thread Corentin Noël

Hi all !

It is done, Switchboard is ported libPeas
(see https://code.launchpad.net/~tintou/switchboard/libpeas )

With theese changes, the libpantheon is deprecated and is replaced by 
libswitchboard (it is a better naming for a library that handles plugs).


If you're a plug developer or interested by developping a new plug, you 
can see the new implementation I've made on the About Plug

(see https://code.launchpad.net/~tintou/switchboard-plug-about/libpeas )

I hope the transition will be finished as soon as possible.

Here are the changes:

* API side (still considered as UNSTABLE but a port for each plug is 
required, there is no backward compatibility):


 NEW CLASS Switchboard.Plug :
 Properties:
  - Category category; // PERSONAL, HARDWARE, NETWORK, SYSTEM or OTHER, 
but OTHER is ignored for now…

  - string code_name; // The name recognised with the open-plug command
  - string display_name; // The localised plug name
  - string description; // A short description
  - string icon;

 Functions (to override):
  - Gtk.Widget get_widget ();
  - void close ();
  // 'search' returns results like (Keyboard → Behavior → Duration, 
keyboardsepbehavior) TODO: Will be used in the future…

  - async Gee.TreeMapstring, string search (string search);

The plug needs to register itself to the Switchboard.plugs_manager 
object.


* Files installation side:
   no more /usr/lib/plugs but:
  - /usr/lib/switchboard/personal
  - /usr/lib/switchboard/hardware
  - /usr/lib/switchboard/network
  - /usr/lib/switchboard/system
   the plug location is now restricted to ONE subdirectory, so no more 
/usr/lib/plugs/pantheon/about/* but 
/usr/lib/switchboard/personal/pantheon-about/*
   no more my_plug.plug but my_plug.plugin (see the libPeas 
documentation for more information)


I think all is said :)
Have fun !

Corentin tintou Noël

--
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] Maya and EDS

2013-10-15 Thread Corentin Noël
Hey Josh,
I am the one who did develop the new Maya branch
You can find it here : 
https://code.launchpad.net/~elementary-apps/maya/maya-saucy

What is implemented:
* New plugin system
* CalDAV plugin
* Google CalDAV plugin

Regards,
Corentin Noël

Josh Girvin j...@jgirvin.com a écrit :

-- 
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] Renaming Noise

2012-11-19 Thread Corentin Noël
Okay, I disagree with you all then because in my language (french) there is two 
way to pronounce that :
In french, and that word exists and means problems
In english, and that is really hard because there is an double voyel (no-ise) 
so it's not that good for us.
I let the democracy choose, but here are my two cents.

Regards,
Corentin Noël (tintou)

Benjamin VanMeggelen ben.vanmegge...@gmail.com a écrit :

I also agree that Noise is an appropriate name for the player. I feel that 
this naming scheme is most relevant to the player, as opposed to Tempo or some 
of the others that have been mentioned. Noise seems more generic and 
straight-forward as to what the app is meant to do.

On Mon, 19 Nov, 2012 at 9:51 AM, Felix Akkermans felix.akkerm...@gmail.com 
wrote:
I also agree with Jaap. Both names are equal to me in communicational value, 
so definitely not worth the effort and hassle.

On 11/19/2012 03:46 PM, Chris Triantafillis wrote:
I agree with Jaap and i'm against rename it...
Also i don't like Tempo, Noise is much better...


2012/11/19 Jaap Broekhuizen jaap...@gmail.com
Don't we already present Noise in the OS as a music player? Doesn't the icon 
have the purpose of showing the user what the app probably does?

IMO Noise relates more to music than Tempo does. Also, if we are going 
this way with Noise because the name should directly show people what the app 
does, we should probably rename Geary and Midori too. And the makers of 
Empathy, Skype, Spotify, Steam, Firefox, Opera, Launchpad, Google Plus, 
Banshee, Clementine should probably have to start to think about a new name 
too.

When we moved from Beatbox to our own fork the choice was made to name it 
Noise. That already resulted in some confusion among the users. Renaming it 
again will only yet again result in more confusion.

There will always be people who say a certain name is not good for the app, or 
that it is weird. The same will happen when you rename it to Tempo, or any 
other name for that matter. 

IMO Noise should only be renamed if there is a really, really good reason to, 
and some users complaining it may sound negative is a good reason, i think. 
Also when you choose to rename it, the new name should be significantly better 
than the old name, if you want to show the confused users that it was really 
necessary and useful to make the change.

Just my two cents,
Jaap

Op ma, nov 19, 2012 at 3:14 ,David Gomes da...@elementaryos.org schreef:

It's trivial to you because you know what Noise is. It's a media player, you 
know it.

For people who don't, it's better if that name it is installed under in the 
computer is Music Player or something like that. It's easier for most people.


On Mon, Nov 19, 2012 at 1:23 PM, Jaap Broekhuizen | Mobiel jaap...@gmail.com 
wrote:
What is many? Seems like a trivial thing to me...

--
Jaap

Sergey Shnatsel Davidoff ser...@elementaryos.orgschreef:

2012/11/19 Jaap Broekhuizen jaap...@gmail.com:
 Is there an actual logical reason to rename Noise?

Noise is perceived as something negative by many (the kind of people
who are not crazy about metal or industrial), that's it AFAIK.

--
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




-- 
Best Regards, 
Chris Triantafillis






-- 
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


[Elementary-dev-community] Last news from Maya

2012-03-21 Thread Corentin Noël
Hello all,

Since the beginning of the month, Niels Avonds and me have worked hard to 
continue the Maya project.
And now, fast a month after feature freeze, I have to say that target features 
are implemented.

So why I am emailing you ?
Because we need some feedbacks, tests, and reports from you. Just say if 
something is going wrong.

Was was done since a month :
  * The Calendar was partially rewritten and completely reorganised
  * The Panel on the right side now works
  * The Adding event dialog now works
  * Exporting ical through Contractor
  * Even more bugfixes…

Thank you for reading,
Corentin Noël

-- 
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