You can subscribe to this list here.
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(9) |
Oct
(11) |
Nov
(10) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2014 |
Jan
(8) |
Feb
(2) |
Mar
(5) |
Apr
(3) |
May
(2) |
Jun
(3) |
Jul
(3) |
Aug
(3) |
Sep
(5) |
Oct
(29) |
Nov
(4) |
Dec
(17) |
2015 |
Jan
(9) |
Feb
(7) |
Mar
(23) |
Apr
(7) |
May
(8) |
Jun
(4) |
Jul
(1) |
Aug
(4) |
Sep
(3) |
Oct
(2) |
Nov
(3) |
Dec
(1) |
2016 |
Jan
(9) |
Feb
(11) |
Mar
(9) |
Apr
(3) |
May
(3) |
Jun
(3) |
Jul
(2) |
Aug
(3) |
Sep
(4) |
Oct
(2) |
Nov
(2) |
Dec
(3) |
2017 |
Jan
(7) |
Feb
(23) |
Mar
(25) |
Apr
(13) |
May
(12) |
Jun
(2) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Diana I. <dia...@gm...> - 2014-10-19 09:14:25
|
Hello Laurent, I've looked in the bug tracker and I think the tasks assigned to me seem to be reasonable to finish them in this release. I don't know to estimate very precisely because I don't have a very clearly view of the components, but I'll try to do all the best to finish them in time ;-) Best regards, Diana 2014-10-15 23:56 GMT+02:00 Laurent CLAUDE <lau...@fr...>: > Hi Diana, Hi Matthieu, > Already: Diana thank you for your participation tonight in spite of your > health. > > Diana, I'm sorry to inform you of this through that channel, but with > Matthieu we had a bright idea tonight ;-) > > Indeed, at the end of our meeting today we discussed whether to publish a > beta 2 before the "Capitol du Libre." > Beyond simply want to come up with a new version, the challenges are many: > - Invite contributions from translators > - To show that we are really active (compared to Montpellier in July) > - To show that the project grown gradually, especially also because now you're > here (and it will be for us the oportunity, during the conference, to > present you as a full member of the project) > > Release a beta 2 and complete all current tasks bugtracker are two > different things. > We can still decide what should be done to achieve this goal. > This imposes certain constraints, and we all three need to engage > ourselves on the feasibility of this goal. > > We had the opportunity with Matthieu to defining engagements. But knowing > you least, here's my question: On what are you able to hire you? > I realize that the hardest part for you is to dive into the code, rather > than to carry out the tasks. > But I'd like you to list the work you could accomplish, given the time allotted > to us. > > So, Diana, what do you think of this goal work? > > Many thanks > Laurent > > > ------------------------------------------------------------------------------ > Comprehensive Server Monitoring with Site24x7. > Monitor 10 servers for $9/Month. > Get alerted through email, SMS, voice calls or mobile push notifications. > Take corrective actions from your mobile device. > http://p.sf.net/sfu/Zoho > _______________________________________________ > Mail2voice-devel mailing list > Mai...@li... > https://lists.sourceforge.net/lists/listinfo/mail2voice-devel > > |
From: Laurent C. <lau...@fr...> - 2014-10-17 17:41:22
|
Hi all, It is indeed an event that we have to consider with importance for Mail2Voice. International scope is what sorely lacking in Mail2Voice now. I am very supportive of what we are studying our presence at this event. And indeed we must hurry. Unfortunately I am not a resource to speak in English. I mean of course participate in the preparation of this task, but ... who feels able to intervene? Many thanks, Laurent CLAUDE Le 16/10/2014 00:01, Matthieu Hazon a écrit : > Hi team, > > I think we should consider to apply to a lighting talk for FOSDEM 2015. > > This event will take place on 31 January and 1 February in Brussels (as > usual). This is one of the biggest events about FLOSS in Europe and > covers many areas. More details at https://fosdem.org/2015/ . We have > until 20 November to submit our proposal > (https://fosdem.org/2015/news/2014-09-19-call-for-participation-part-two/). > > This would be a great occasion to talk about Mail2Voice in front of a > quite big international audience and to raise concerns about > accessibility in free software. Additionally, it is an opportunity to > see many people from other projects (like people from GNOME Foundation > for instance). > > From my side, I'm quite sure I will join the event again so I'm > volunteer to participate in the presentation. > > Also as it is a big event, it is preferable to plan this early. > > Cheers, > > Matthieu Hazon > > ------------------------------------------------------------------------------ > Comprehensive Server Monitoring with Site24x7. > Monitor 10 servers for $9/Month. > Get alerted through email, SMS, voice calls or mobile push notifications. > Take corrective actions from your mobile device. > http://p.sf.net/sfu/Zoho > _______________________________________________ > Mail2voice-devel mailing list > Mai...@li... > https://lists.sourceforge.net/lists/listinfo/mail2voice-devel |
From: Laurent C. <lau...@fr...> - 2014-10-17 17:29:21
|
Hi all, I just published the announcement of our presence at the Capitol du Libre, on our web site. http://www.mail2voice.org/en/news/mail2voice-at-capitol-du-libre-2014-11-15.html The reproduction of this information on social networks will be effective within 24h max. Regards, Laurent CLAUDE |
From: Laurent C. <lau...@fr...> - 2014-10-17 15:50:49
|
Hi, great news, because from my side I have not found anything with Visual... Regards, Laurent CLAUDE Le 17/10/2014 14:27, Matthieu Hazon a écrit : > Hi team, > > I now have a debut of script core for locale file generation from source code. I now have the following perl command (tested in MinGW shipped with Git under Windows): > > user@xxxx /C/share/Mail2Voice/gui/panels > $ perl -ne '/([a-zA-Z0-9]*).Text *= *"(.*)"/ && print " <setting name=\"$1\" value=\"$2\" />\n"' configurationControl.Designer.cs > > This command outputs: > <setting name="appLangLabel" value="Lang:" /> > <setting name="appVoiceLabel" value="Voice:" /> > <setting name="mainButtonSpeechPreviewCheckBox" value="Speech announcement for menus on mouse hover" /> > <setting name="inServerParamsGroupBox" value="Incoming server" /> > <setting name="testImapButton" value="Test" /> > <setting name="imapSSLCheckbox" value="Secured" /> > <setting name="inServerPortLabel" value="Port:" /> > <setting name="inServerAddressLabel" value="IMAP server address:" /> > <setting name="outServerParamsGroupBox" value="Outgoing server" /> > <setting name="smtpSSLCheckbox" value="Secured" /> > <setting name="testSmtpButton" value="Test" /> > <setting name="outServerPortLabel" value="Port :" /> > <setting name="outServerAddressLabel" value="SMTP server address:" /> > <setting name="accountNameLabel" value="Name:" /> > <setting name="loginParamsGroupBox" value="Login infos" /> > <setting name="accountPasswordLabel" value="Password:" /> > <setting name="accountAddressLabel" value="Email address:" /> > <setting name="accountParamsGroupBox" value="Account settings" /> > <setting name="defaultMsgParamsGroupBox" value="Default message" /> > <setting name="defaultMsgContentLabel" value="Message:" /> > <setting name="defaultMsgObjectLabel" value="Object:" /> > <setting name="globalParamsGroupBox" value="Global settings" /> > <setting name="activateLogsCheckBox" value="Enable logs" /> > <setting name="activateTrashCheckBox" value="Enable trash" /> > <setting name="advancedParamsGroupBox" value="Advanced settings" /> > <setting name="activateUpdateCheckCheckBox" value="Check for updates" /> > <setting name="activateDetailedLogsCheckBox" value="Enable detailed logs" /> > <setting name="addressBookParamsGroupBox" value="Addressbook" /> > <setting name="importAddressBookButton" value="Import addressbook\r\n(.csv file)\r\n" /> > <setting name="cancelButton" value="Cancel" /> > <setting name="saveButton" value="Save" /> > > So this is a viable solution although there can be other prettier alternatives (but I'm not an expert). For the moment I will go with this and complete the script to process every .Designer.cs file and concatenate results in the targeted XML file. > > Cheers, > > Matthieu Hazon > > ------------------------------------------------------------------------------ > Comprehensive Server Monitoring with Site24x7. > Monitor 10 servers for $9/Month. > Get alerted through email, SMS, voice calls or mobile push notifications. > Take corrective actions from your mobile device. > http://p.sf.net/sfu/Zoho > _______________________________________________ > Mail2voice-devel mailing list > Mai...@li... > https://lists.sourceforge.net/lists/listinfo/mail2voice-devel |
From: Matthieu H. <mat...@ha...> - 2014-10-17 12:27:19
|
Hi team, I now have a debut of script core for locale file generation from source code. I now have the following perl command (tested in MinGW shipped with Git under Windows): user@xxxx /C/share/Mail2Voice/gui/panels $ perl -ne '/([a-zA-Z0-9]*).Text *= *"(.*)"/ && print " <setting name=\"$1\" value=\"$2\" />\n"' configurationControl.Designer.cs This command outputs: <setting name="appLangLabel" value="Lang:" /> <setting name="appVoiceLabel" value="Voice:" /> <setting name="mainButtonSpeechPreviewCheckBox" value="Speech announcement for menus on mouse hover" /> <setting name="inServerParamsGroupBox" value="Incoming server" /> <setting name="testImapButton" value="Test" /> <setting name="imapSSLCheckbox" value="Secured" /> <setting name="inServerPortLabel" value="Port:" /> <setting name="inServerAddressLabel" value="IMAP server address:" /> <setting name="outServerParamsGroupBox" value="Outgoing server" /> <setting name="smtpSSLCheckbox" value="Secured" /> <setting name="testSmtpButton" value="Test" /> <setting name="outServerPortLabel" value="Port :" /> <setting name="outServerAddressLabel" value="SMTP server address:" /> <setting name="accountNameLabel" value="Name:" /> <setting name="loginParamsGroupBox" value="Login infos" /> <setting name="accountPasswordLabel" value="Password:" /> <setting name="accountAddressLabel" value="Email address:" /> <setting name="accountParamsGroupBox" value="Account settings" /> <setting name="defaultMsgParamsGroupBox" value="Default message" /> <setting name="defaultMsgContentLabel" value="Message:" /> <setting name="defaultMsgObjectLabel" value="Object:" /> <setting name="globalParamsGroupBox" value="Global settings" /> <setting name="activateLogsCheckBox" value="Enable logs" /> <setting name="activateTrashCheckBox" value="Enable trash" /> <setting name="advancedParamsGroupBox" value="Advanced settings" /> <setting name="activateUpdateCheckCheckBox" value="Check for updates" /> <setting name="activateDetailedLogsCheckBox" value="Enable detailed logs" /> <setting name="addressBookParamsGroupBox" value="Addressbook" /> <setting name="importAddressBookButton" value="Import addressbook\r\n(.csv file)\r\n" /> <setting name="cancelButton" value="Cancel" /> <setting name="saveButton" value="Save" /> So this is a viable solution although there can be other prettier alternatives (but I'm not an expert). For the moment I will go with this and complete the script to process every .Designer.cs file and concatenate results in the targeted XML file. Cheers, Matthieu Hazon |
From: Matthieu H. <mat...@ha...> - 2014-10-15 23:20:09
|
Hi team, I think we should consider to apply to a lighting talk for FOSDEM 2015. This event will take place on 31 January and 1 February in Brussels (as usual). This is one of the biggest events about FLOSS in Europe and covers many areas. More details at https://fosdem.org/2015/ . We have until 20 November to submit our proposal (https://fosdem.org/2015/news/2014-09-19-call-for-participation-part-two/). This would be a great occasion to talk about Mail2Voice in front of a quite big international audience and to raise concerns about accessibility in free software. Additionally, it is an opportunity to see many people from other projects (like people from GNOME Foundation for instance). From my side, I'm quite sure I will join the event again so I'm volunteer to participate in the presentation. Also as it is a big event, it is preferable to plan this early. Cheers, Matthieu Hazon |
From: Laurent C. <lau...@fr...> - 2014-10-15 21:56:17
|
Hi Diana, Hi Matthieu, Already: Diana thank you for your participation tonight in spite of your health. Diana, I'm sorry to inform you of this through that channel, but with Matthieu we had a bright idea tonight ;-) Indeed, at the end of our meeting today we discussed whether to publish a beta 2 before the "Capitol du Libre." Beyond simply want to come up with a new version, the challenges are many: - Invite contributions from translators - To show that we are really active (compared to Montpellier in July) - To show that the project grown gradually, especially also because now you're here(and it will be for us the oportunity, during the conference, to present you as a full member of the project) Release a beta 2 and complete all current tasks bugtracker are two different things. We can still decide what should be done to achieve this goal. This imposes certain constraints, and we all three need to engage ourselves on the feasibility of this goal. We had theopportunity with Matthieu to defining engagements. But knowing you least, here's my question: On what are you able to hire you? I realize that the hardest part for you is to dive into the code, rather than to carry out the tasks. But I'd like you to list the work you could accomplish, given the time allotted to us. So, Diana, what do you think of this goal work? Many thanks Laurent |
From: Laurent C. <lau...@fr...> - 2014-10-15 20:35:50
|
Hi all, Meeting notes are available on the project wiki at the following address:http://wiki.mail2voice.org/doku.php/2014-10-05_meeting_notes As usual, questions or remarks are welcomed. Best regards, Laurent CLAUDE |
From: Laurent C. <lau...@fr...> - 2014-10-01 21:44:44
|
Hi All, The organizing team of the Capitol du Libre just accepted our conference : "Mail2Voice: une approche de l'email accessible". http://2014.capitoledulibre.org/schedule/presentation/37/ The Capitol du Libre is an event dedicated to ...free software. It is oriented to both the general public and specialized public. Organized by assocations Toulibre and Ubuntu-fr, this evennement held annually in November since 2011 in Toulouse, France. This year it will be on 14, 15 and 16 November 2014. We probably give our presentation Saturday, November 15. We have a month and a half to perfect our presentation. So.... Who's coming? best regards Laurent |
From: Laurent C. <lau...@fr...> - 2014-09-24 18:31:31
|
Hi all, Meeting notes are available on the project wiki at the following address:http://wiki.mail2voice.org/doku.php/2014-09-24_meeting_notes As usual, questions or remarks are welcomed. Best regards, Laurent CLAUDE |
From: Laurent C. <lau...@fr...> - 2014-09-10 18:47:23
|
Hi all, Meeting notes are available on the project wiki at the following address: http://wiki.mail2voice.org/doku.php/2014-09-10_meeting_notes As usual, questions or remarks are welcomed. Best regards, Laurent CLAUDE |
From: Laurent C. <lau...@fr...> - 2014-09-07 18:11:40
|
Hi all, Version 1.1 beta 1 is now online! The site is up to date of this announcement, the rest of the communication will follow in the coming days. I reiterate my sincere thanks to all of you who contributed to this excellent result. I refer of course to Olivier and Matthew for the code, Renaud for graphics. I also think of all the users who have made us rich returns on the forum. Vive Mail2Voice! Laurent CLAUDE |
From: Laurent C. <lau...@fr...> - 2014-09-06 15:04:39
|
Hi all, Today is a big day: *Mail2Voice version 1.0.9.1 (alias 1.1 beta1) is done!* I extend a special thank you to all of you who contributed to this release of Mail2Voice! Meeting notes are available on the project wiki at the following address:http://wiki.mail2voice.org/doku.php/2014-09-06_meeting_notes As usual, questions or remarks are welcomed. Best regards, Laurent CLAUDE |
From: Laurent C. <lau...@fr...> - 2014-09-03 20:08:03
|
Hi all, Meeting notes are available on the project wiki at the following address:http://wiki.mail2voice.org/doku.php/2014-09-03_meeting_notes As usual, questions or remarks are welcomed. Best regards, Laurent CLAUDE |
From: Laurent C. <lau...@fr...> - 2014-08-31 18:45:30
|
Hi all, Meeting notes are available on the project wiki at the following address:http://wiki.mail2voice.org/doku.php/2014-08-31_meeting_notes As usual, questions or remarks are welcomed. Best regards, Laurent CLAUDE |
From: Laurent C. <lau...@fr...> - 2014-08-28 19:35:41
|
Hi all, Meeting notes are available on the project wiki at the following address:http://wiki.mail2voice.org/doku.php/2014-08-28_meeting_notes As usual, questions or remarks are welcomed. Best regards, Laurent CLAUDE |
From: Laurent C. <lau...@fr...> - 2014-08-23 18:58:21
|
Hi all, Meeting notes are available on the project wiki at the following address:http://wiki.mail2voice.org/doku.php/2014-08-23_meeting_notes As usual, questions or remarks are welcomed. Best regards, Laurent CLAUDE |
From: Laurent C. <lau...@fr...> - 2014-07-30 19:05:13
|
Hi all, Meeting notes are available on the project wiki at the following address: http://wiki.mail2voice.org/doku.php/2014-07-30_meeting_notes As usual, questions or remarks are welcomed. Best regards, Laurent CLAUDE |
From: Laurent C. <lau...@fr...> - 2014-07-09 21:54:29
|
Hi all, Meeting notes are available on the project wiki at the following address:http://wiki.mail2voice.org/doku.php/2014-07-09_meeting_notes As usual, questions or remarks are welcomed. Best regards, Laurent CLAUDE |
From: Laurent C. <lau...@fr...> - 2014-07-02 20:02:29
|
Hi all, Meeting notes are available on the project wiki at the following address:http://wiki.mail2voice.org/doku.php/2014-07-02_meeting_notes As usual, questions or remarks are welcomed. Best regards, Laurent CLAUDE |
From: Laurent C. <lau...@fr...> - 2014-06-25 21:03:29
|
Hi all, Meeting notes are available on the project wiki at the following address:http://wiki.mail2voice.org/doku.php/2014-06-25_meeting_notes As usual, questions or remarks are welcomed. Best regards, Laurent CLAUDE |
From: Laurent C. <lau...@fr...> - 2014-06-18 21:26:15
|
Hi all, Meeting notes are available on the project wiki at the following address:http://wiki.mail2voice.org/doku.php/2014-06-18_meeting_notes As usual, questions or remarks are welcomed. Best regards, Laurent CLAUDE |
From: Laurent C. <lau...@fr...> - 2014-06-04 18:48:09
|
Hi all, Meeting notes are available on the project wiki at the following address:http://wiki.mail2voice.org/doku.php/2014-06-04_meeting_notes As usual, questions or remarks are welcomed. Best regards, Laurent CLAUDE |
From: Matthieu H. <mat...@al...> - 2014-05-14 19:29:58
|
Hi all, Meeting notes are available on the project wiki at the following address: http://wiki.mail2voice.org/doku.php/2014-05-14_meeting_notes As usual, questions or remarks are welcomed. Best regards, Matthieu Hazon |
From: Laurent C. <lau...@fr...> - 2014-05-07 18:41:59
|
Hi all, It is done: the code has moved to Github. Update your tools! We were previously on Sourceforge, who hosted us for 3 years. Thank you to them. The migration was done without major problems, everything seems to work well. But thank you to trace any strange operation. Best regards, Laurent |