Re: [Kicad-developers] wxGrid boolean changes

2018-03-21 Thread Jeff Young
>>   
>>> https://git.launchpad.net/~jeyjey/kicad/commit/?h=6.0=7dda85fdae21f162bd7413fdceb16e49698f31bf
>>>   
>>> <https://git.launchpad.net/~jeyjey/kicad/commit/?h=6.0=7dda85fdae21f162bd7413fdceb16e49698f31bf>
>>>  
>>> <https://git.launchpad.net/~jeyjey/kicad/commit/?h=6.0=7dda85fdae21f162bd7413fdceb16e49698f31bf
>>>  
>>> <https://git.launchpad.net/~jeyjey/kicad/commit/?h=6.0=7dda85fdae21f162bd7413fdceb16e49698f31bf>>.
>>>  Cheers,
>>>  Jeff.
>>>  On 14
>>>   Mar 2018, at 13:50,
>>>   Jon Evans
>>>   
>>> <j...@craftyjon.com <mailto:j...@craftyjon.com> <mailto:j...@craftyjon.com 
>>> <mailto:j...@craftyjon.com>><mailto:j...@craftyjon.com 
>>> <mailto:j...@craftyjon.com>>
>>>  
>>> <mailto:j...@craftyjon.com <mailto:j...@craftyjon.com>>> wrote:
>>>  Hi all,
>>>  I
>>>   recently (2f86b497)
>>>   changed the behavior of
>>>   the
>>>   wxGrid in the
>>>  footprint 
>>> wizard dialog to fix some issues with
>>>   boolean
>>>  (checkbox) 
>>> parameters.
>>>  The
>>>   default behavior
>>>   from wxWidgets (at least
>>>   in 3.0)
>>>   is buggy
>>>  in
>>>   that the update
>>>   events don't get
>>>   sent out
>>>   when
>>>   you'd expect
>>>  from
>>>   the
>>>   wxGridCellBoolEditor.
>>>  I
>>>   have found that I
>>>   can get behavior
>>>   that makes
>>>   sense to
>>>   me by
>>>  overriding 
>>> event handlers for the grid itself,
>>>   but I'd
>>>   like to
>>>  make
>>>   a more generic fix
>>>   that can be easily
>>>   portable
>>>   to other
>>>  grids, 
>>> since we will likely have more places to
>>>       use
>>>       checkboxes
>>>  in
>>>   grids in the futur

Re: [Kicad-developers] Via Stitching

2017-01-17 Thread Wayne Stambaugh
On 1/17/2017 7:50 AM, Kristoffer Ödmark wrote:
> I looked at the video and the concept is very nice, nice work!
> 
> I agree with wayne that automatic netcode is a bit dangerous, I would 
> recommend that you use a wxSingleChoice dialog in the beginning of 
> adding a via, so that the user can choose netcode from a list. Or 
> something better :)
> 
>> I would prefer that you avoid the term stitching.  Vias could just as
>> easily be thermal vias.  
> 
> For the vias to be thermal vias, they should not be tented to avoid blow
> out, I dont know if that is possible to do now, but it really should 
> be an option for induvidual vias, a tented token or similar. 
> 
> It seems to me that the stitch token decides wheter to
> write out the netcode on the via or not, is that correct?

The net code is saved as part of the via definition so the stitch
setting should make no difference.

> 
> - Kristoffer
> 
> 
> On 2017-01-16 22:09, Wayne Stambaugh wrote:
>> Heikki,
>>
>> What is the purpose of the "stitch" token added to the file format?
>> Vias already have a netcode field so adding "stitch" to the file format
>> seems to serve no purpose.
>>
>> I would prefer that you avoid the term stitching.  Vias could just as
>> easily be thermal vias.  I don't think the generic term via is going to
>> confuse anyone.  I would think most users placing vias for purposes
>> other than trace routing understand the purpose of the vias.
>>
>> You are still automatically assigning via netcodes based on placement.
>> We agreed (at least I thought we did) that this assumption is dangerous
>> and that the user should be selecting the net assignment.  I'm OK if you
>> suggest to the user the best netcode based on the via placement position
>> but under no circumstance should the code be selecting the via netcode.
>>
>> There is some work currently going on with to fix some of the issues
>> with the connection algorithm that may conflict with your code.  Please
>> make sure you check with the folks that are working on this code.  If
>> you are working on the connection algorithm, please let Heikki know so
>> that we can avoid any conflicts.
>>
>> Please configure your editor so that it doesn't leave trailing white
>> space all over the source files.  Your patch contains a bunch of it.
>>
>> Cheers,
>>
>> Wayne
>>
>> On 1/9/2017 11:33 AM, Heikki Pulkkinen wrote:
>>> Hi
>>>
>>> I add netnames to stitch vias.
>>>
>>>
>>> Regards
>>>
>>>
>>> Heikki
>>>
>>> https://youtu.be/7FgmY8Uzgbg
>>>
>>>
>>> On Wed, Dec 21, 2016 at 3:15 PM, Heikki Pulkkinen >> > wrote:
>>>
>>> Hi Wayne and others,
>>>
>>> It has been for a while. I was out of my faster computer again.
>>> Mother board has to been put oven again.
>>> I think, that my suggestion of via stitching is now quite robust.
>>> But it has to be tested more and some other than me. Main idea has
>>> developed so, that VIA class has new property of that stitching and
>>> it has to be saved on [.kicad_pcb] file too. Filling pours is part
>>> of that how to connect vias and pours, so it has to be done twice.
>>> And there is some new additions in shape_poly_set.cpp and drc.cpp.
>>> They do not disturb other program. And of course I have to add some
>>> little things in gal canvas too. I did not make any class of
>>> stitching, just put them in own namespace, because there is no data
>>> to hide. All stitch data is in VIA class. So, hope that my idea is
>>> usable and it is worth of improve.
>>>
>>> Regards
>>>
>>> Heikki
>>>
>>> On Sun, Nov 13, 2016 at 8:03 PM, Wayne Stambaugh
>>> > wrote:
>>>
>>> Hi Heikki,
>>>
>>> I appreciate any effort that you can make on this.  I really
>>> would like
>>> to get the via stitching code in before the stable version 5 pre
>>> release
>>> which I'm hoping to do at the beginning of 2017 before FOSDEM.
>>>
>>> Cheers,
>>>
>>> Wayne
>>>
>>>
>>> On 11/12/2016 12:35 PM, Heikki Pulkkinen wrote:
>>> > Hi Wayne,
>>> >
>>> > OK, I understand that.  I look what can I do, but I do not promise
>>> > anything, very soon anyway. I am not familiar with gal canvas. I 
>>> done
>>> > this to legacy canvas, because I know how it works. Now stitching 
>>> works
>>> > in my tests quite well "of course". And it is working my needs.
>>> >
>>> >  I try via stitching on gal, and it is partly working. Stitch via
>>> > placing and chain connection does not seems to work. But 
>>> converting old
>>> > designs with pad->track->via... chain removing pad connection 
>>> from chain
>>> > converts vias as stitch vias when run track via cleanup.
>>> >
>>> > I do some code cleaning and send it to look at as soon as 
>>> possible. You
>>> > can use 

Re: [Kicad-developers] MacOS + OpenMP

2018-03-01 Thread Bernhard Stegmaier
 
>>>>>I just naively replaced all of the OpenMP for loops like above
>>>>>and now
>>>>>3d-Viewer uses all cores.
>>>>>On my i7-3770T rendering time decreased from about 100s to 30s.
>>>>> 
>>>>>I also did it for the ratsnest loop but didn’t notice any difference
>>>>>(maybe my test PCB was just to small).
>>>>> 
>>>>>I could play around a bit to put that stuff into some nice syntax
>>>>   maybe
>>>>>similar to what Microsoft has with concurrency::parallel_for_each
>>>>>  https://msdn.microsoft.com/en-us/library/dd492857.aspx
>>>>><https://msdn.microsoft.com/en-us/library/dd492857.aspx>
>>>>>So, at least ugly #ifdef around each parallel for loop could be
>>>>   hidden.
>>>>> 
>>>>>Don’t get me wrong, I don’t want to add just another parallelisation
>>>>>library/mechanism.
>>>>>And… I guess it won’t be possible to transparently cover all the
>>>>   OpenMP
>>>>>pragma stuff maybe needed inside for loop body or maybe other stuff
>>>>>needed for GCD (e.g. when writing to variables outside for body).
>>>>> 
>>>>>Thoughts? Would this be an option?
>>>>> 
>>>>>Oh, yes:
>>>>>I did look into using STL std::async.
>>>>>Doesn’t seem to be a good idea, because it usually doesn’t seem
>>>>>to use
>>>>>anything like thread pools, etc. on various platforms.
>>>>>You probably don’t want to create that much threads… :) 
>>>>> 
>>>>> 
>>>>>Regards,
>>>>>Bernhard
>>>>> 
>>>>>>On 1. Mar 2018, at 08:40, Bernhard Stegmaier
>>>>   <stegma...@sw-systems.de
>>>><mailto:stegma...@sw-systems.de> <mailto:stegma...@sw-systems.de
>>>><mailto:stegma...@sw-systems.de>>
>>>>>><mailto:stegma...@sw-systems.de <mailto:stegma...@sw-systems.de>
>>>>   <mailto:stegma...@sw-systems.de
>>>><mailto:stegma...@sw-systems.de>>>> wrote:
>>>>>> 
>>>>>>I had a quick look where OpenMP is used.
>>>>>> 
>>>>>>I found it somewhere in the connectivity/ratsnest code.
>>>>>>I don’t know of any complaints in that area and even on my old HW I
>>>>>>had never a bad experience.
>>>>>> 
>>>>>>And then, 3D-Viewer.
>>>>>> 
>>>>>>    So, in my opinion it is basically only about 3D-Viewer… I don’t
>>>>>>know
>>>>>>if user experience will be that bad without OpenMP.
>>>>>>IMHO it’s only the Raytracing view, which isn’t intended to be used
>>>>>>for normal viewing stuff anyway.
>>>>>> 
>>>>>>If I find some time over the weekend I will also try… but I don’t
>>>>>>think it will be worth it.
>>>>>> 
>>>>>> 
>>>>>>Regards,
>>>>>>Bernhard
>>>>>> 
>>>>>>>On 1. Mar 2018, at 00:50, Jeff Young <j...@rokeby.ie
>>>>>>><mailto:j...@rokeby.ie>
>>>>   <mailto:j...@rokeby.ie>
>>>>>>><mailto:j...@rokeby.ie <mailto:j...@rokeby.ie
>>>>>>><mailto:j...@rokeby.ie>>>> wrote:
>>>>>>> 
>>>>>>>Or rip it out and use STL?
>>>>>>> 
>>>>>>>>On 28 Feb 2018, at 23:38, Jon Evans <j...@craftyjon.com
>>>>>>>><mailto:j...@craftyjon.com>
>>>>   <mailto:j...@craftyjon.com>
>>>>>>>><mailto:j...@craftyjon.com <mailto:j...@craftyjon.com
>>>>>>>><mailto:j...@craftyjon.com>>>> wrote:
>>>>>>>> 
>>>>>>>>Hi all,
>>>>>>>> 
>>>>>>>>    Does anyone have a working build setup for getting OpenMP-enabled
>>>>>>>>KiCad out of MacOS?
>>>>>>>>If so, please share how -- I tried for a bit but couldn't get it
>>>>>>>>g

Re: [Kicad-developers] 5.0.2 stable release.

2018-12-07 Thread Maciej Suminski
library.
>>> >>>> >>>
>>> >>>> >>>  On 11/26/2018 5:55 PM, Nick Østergaard
>> wrote:
>>> >>>> >>>  > Are we expecting to tag 5.0.1 as 5.0.2
>>> for the
>>> >> libraries
>>> >>>> >>> or are we
>>> >>>> >>>  > getting a minor library update as well?
>>> >>>> >>>  > On Mon, 26 Nov 2018 at 20:32, Wayne
>>> Stambaugh
>>> >>>> >>>  >> <mailto:stambau...@gmail.com> <mailto:stambau...@gmail.com
>>> <mailto:stambau...@gmail.com>>
>>> >>>> <mailto:stambau...@gmail.com
>>> <mailto:stambau...@gmail.com> <mailto:stambau...@gmail.com
>>> <mailto:stambau...@gmail.com>>>>
>>>     >> wrote:
>>> >>>> >>>  >>
>>>     >>>> >>>  >> I just noticed a few last minute
>>> changes were made
>>> >>>> to the
>>> >>>> >>> 5.0
>>> >>>> >>>  branch.
>>> >>>> >>>  >> Is there anything else pending or am I
>>> good to go
>>> >> with
>>> >>>> >>>  tagging 5.0.2?
>>> >>>> >>>  >>
>>> >>>> >>>  >> Cheers,
>>> >>>> >>>      >>
>>> >>>> >>>  >> Wayne
>>> >>>> >>>  >>
>>> >>>> >>>  >> On 11/25/2018 2:01 PM, Wayne Stambaugh
>>> wrote:
>>> >>>> >>>  >>> I plan on tagging 5.0.2 tomorrow
>>> unless is a show
>>> >>>> stopper
>>> >>>> >>>  bug that I am
>>> >>>> >>>  >>> not aware of.  My goal is to give the
>>> library,
>>> >> doc, and
>>> >>>> >>>  translations a
>>> >>>> >>>  >>> week to get tagged for 5.0.2 and
>>> another week for
>>> >> the
>>> >>>> >>>  installers to get
>>> >>>> >>>  >>> built so I can make the release
>>> announcement on
>>> >> 12/9.
>>> >>>> >>>  Please let me
>>>     >>>> >>>  >>> know if this doesn't fit into your
>>> schedule so we
>>> >>>> can make
>>> >>>> >>>  other plans.
>>> >>>> >>>  >>>
>>> >>>> >>>  >>> Once 5.0.2 is released, I would like
>>> to string
>>> >>>> freeze the
>>> >>>> >>>  development
>>> >>>> >>>  >>> branch to start getting ready of 5.1
>>> release
>>> >>>> candidates by
>>> >>>> >>>  the beginning
>>> >>>> >>>  >>> of the year.  If you have any UI
>>> string changes
>>> >>>> that you
>>> >>>> >>> are
>>> >>>> >>>  planning to
>>> >>>> >>>  >>> make, now would be a good time.
>>> >>>> >>>  >>>
>>> >>>> >>>  >>> Thank you again everyone for your hard
>>> work.
>>> >> KiCad
>>> >>>> >>&

Re: [Kicad-developers] Mac Nightlies switch to Scripting?

2015-07-08 Thread Garth Corral
   mailto:adamw...@feelslikeburning.com  wrote:
 
   Hi folks,
 
   I currently build both non-scripting and scripting
   Mac nightlies.  I am thinking it is time to stop
   building non-scripting and move the scripting builds
   out of DEBUG.  They don't work perfectly, but I
   thinking having more folks use them will help expose
   the bugs that do exist.
 
   Thoughts?
 
   Adam Wolf
   Cofounder and Engineer
   WL
   ___
   Mailing list: https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
   Post to : kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
 mailto:kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
   mailto:kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
   Unsubscribe : https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
   More help   : https://help.launchpad.net/ListHelp 
 https://help.launchpad.net/ListHelp
 
 
   ___
   Mailing list: https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
   Post to : kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
 mailto:kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
   mailto:kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
   Unsubscribe : https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
   More help   : https://help.launchpad.net/ListHelp 
 https://help.launchpad.net/ListHelp
 
 
   ___
   Mailing list: https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
   Post to : kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
 mailto:kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
   mailto:kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
   Unsubscribe : https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
   More help   : https://help.launchpad.net/ListHelp 
 https://help.launchpad.net/ListHelp
 
 
 
 
 
 
 ___
 Mailing list: https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
 Post to : kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
 mailto:kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
 More help   : https://help.launchpad.net/ListHelp 
 https://help.launchpad.net/ListHelp
 
 
 ___
 Mailing list: https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
 Post to : kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
 mailto:kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
 More help   : https://help.launchpad.net/ListHelp 
 https://help.launchpad.net/ListHelp
 
 
 ___
 Mailing list: https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
 Post to : kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
 More help   : https://help.launchpad.net/ListHelp 
 https://help.launchpad.net/ListHelp


smime.p7s
Description: S/MIME cryptographic signature
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] [PATCH] Add empty eeschema page layout for Eagle schematic import. Bug #1729722

2018-02-12 Thread Wayne Stambaugh
;>> your
> >>>>>     > patch file.
> >>>>>     > 110: +    "(line (name segm1:Line) (start 0 0) (end 0 0))\n"
> >>>>>     >
> >>>>>     > JP mentions in a comment to the bug report that there is
> a legacy
> >>>>>     > compatibility requirement to have at least one item in
> the page
> >>>>>     layout,
> >>>>>     > otherwise the default layout it used. This was for old
> schematics
> >>> that
> >>>>>     > do not have a page layout specified.
> >>>>>     >
> >>>>>     > Kind Regards
> >>>>>     > Russell
> >>>>>     >
> >>>>>     >
> >>>>>     > On Wed, Feb 7, 2018 at 12:13 AM Maciej Sumiński
> >>>>>     <maciej.sumin...@cern.ch <mailto:maciej.sumin...@cern.ch>
> <mailto:maciej.sumin...@cern.ch <mailto:maciej.sumin...@cern.ch>>
> >>>>>     > <mailto:maciej.sumin...@cern.ch
> <mailto:maciej.sumin...@cern.ch> <mailto:maciej.sumin...@cern.ch
> <mailto:maciej.sumin...@cern.ch>
> >>>>>>
> >>>>>     wrote:
> >>>>>     >
> >>>>>     >     Hi Russell,
> >>>>>     >
> >>>>>     >     Thank you very much for the patch. It works as
> expected and I
> >>>>>     would like
> >>>>>     >     to merge it, but there are two things.
> >>>>>     >
> >>>>>     >     I have simplified the patch a bit (moved the empty
> layout to
> >>>>>     an existing
> >>>>>     >     file, minor code formatting fixes), so please
> confirm you are
> >>>>>     ok with
> >>>>>     >     committing it under your name.
> >>>>>     >
> >>>>>     >     Another question is about "there is a 0 length line
> to fool
> >>>>>     something
> >>>>>     >     somewhere." comment for const char emptyLayout[].
> Could you
> >>> say
> >>>>>     >     something more about it? I could not spot a 0 length
> line in
> >>>>>     the layout
> >>>>>     >     description, so perhaps we can remove it to avoid
> confusion.
> >>>>>     >
> >>>>>     >     Regards,
> >>>>>     >     Orson
> >>>>>     >
> >>>>>     >     On 02/03/2018 01:27 AM, Russell Oliver wrote:
> >>>>>     >     > Attached is a patch that adds an empty layout
> using the same
> >>>>>     >     method as the
> >>>>>     >     > SetDefaultLayout function, which is then called by
> the Eagle
> >>>>>     schematic
> >>>>>     >     > plugin to leave only the imported frame visible.
> >>>>>     >     >
> >>>>>     >     > https://bugs.launchpad.net/kicad/+bug/1729722
> <https://bugs.launchpad.net/kicad/+bug/1729722>
> >>>>>     >     >
> >>>>>     >     > Kind Regards
> >>>>>     >     > Russell
> >>>>>     >     >
>     >>>>>     >     >
> >>>>>     >     >
> >>>>>     >     > ___
> >>>>>     >     > Mailing list:
> https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>
> >>>>>     >     > Post to     : kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>
> >>>>>     <mailto:kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>>
> >>>>>     >     <mailto:kicad-developers@lists.launchpad.net
>     <mailto:kicad-developers@lists.launchpad.net>
> >>>>>     <mailto:kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>>>
> >>>>>   

Re: [Kicad-developers] [PATCH] Add empty eeschema page layout for Eagle schematic import. Bug #1729722

2018-02-12 Thread Russell Oliver
gt; > where a
> > >>> zero
> > >>>>> diameter circle was causing pages not to print.
> > >>>>>
> > >>>>> On 2/7/2018 7:45 AM, Russell Oliver wrote:
> > >>>>> > Hi Orson,
> > >>>>> >
> > >>>>> > I'm completely fine with any simplifications and style
> > changes.
> > >>>>> >
> > >>>>> > With regards to the zero length line, it appears on line
> > 110 of
> > >>> your
> > >>>>> > patch file.
> > >>>>> > 110: +"(line (name segm1:Line) (start 0 0) (end 0
> 0))\n"
> > >>>>> >
> > >>>>> > JP mentions in a comment to the bug report that there is
> > a legacy
> > >>>>> > compatibility requirement to have at least one item in
> > the page
> > >>>>> layout,
> > >>>>> > otherwise the default layout it used. This was for old
> > schematics
> > >>> that
> > >>>>> > do not have a page layout specified.
> > >>>>> >
> > >>>>> > Kind Regards
> > >>>>> > Russell
> > >>>>> >
> > >>>>> >
> > >>>>> > On Wed, Feb 7, 2018 at 12:13 AM Maciej Sumiński
> > >>>>> <maciej.sumin...@cern.ch <mailto:maciej.sumin...@cern.ch>
> > <mailto:maciej.sumin...@cern.ch <mailto:maciej.sumin...@cern.ch>>
> > >>>>> > <mailto:maciej.sumin...@cern.ch
> > <mailto:maciej.sumin...@cern.ch> <mailto:maciej.sumin...@cern.ch
> > <mailto:maciej.sumin...@cern.ch>
> > >>>>>>
> > >>>>> wrote:
> > >>>>> >
> > >>>>> > Hi Russell,
> > >>>>> >
> > >>>>> > Thank you very much for the patch. It works as
> > expected and I
> > >>>>> would like
> > >>>>> > to merge it, but there are two things.
> > >>>>> >
> > >>>>> > I have simplified the patch a bit (moved the empty
> > layout to
> > >>>>> an existing
> > >>>>> >     file, minor code formatting fixes), so please
> > confirm you are
> > >>>>> ok with
> > >>>>> > committing it under your name.
> > >>>>> >
> > >>>>> > Another question is about "there is a 0 length line
> > to fool
> > >>>>> something
> > >>>>> > somewhere." comment for const char emptyLayout[].
> > Could you
> > >>> say
> > >>>>> > something more about it? I could not spot a 0 length
> > line in
> > >>>>> the layout
> > >>>>> > description, so perhaps we can remove it to avoid
> > confusion.
> > >>>>> >
> > >>>>> > Regards,
> > >>>>> > Orson
> > >>>>> >
> > >>>>> > On 02/03/2018 01:27 AM, Russell Oliver wrote:
> > >>>>> > > Attached is a patch that adds an empty layout
> > using the same
> > >>>>> > method as the
> > >>>>> > > SetDefaultLayout function, which is then called by
> > the Eagle
> > >>>>> schematic
> > >>>>> > > plugin to leave only the imported frame visible.
> > >>>>> > >
> > >>>>> > > https://bugs.launchpad.net/kicad/+bug/1729722
> > <https://bugs.launchpad.net/kicad/+bug/1729722>
> > >>>>> > >
> > >>>>> > > Kind Regards
> > >

Re: [Kicad-developers] [PATCH] Add empty eeschema page layout for Eagle schematic import. Bug #1729722

2018-02-13 Thread Maciej Sumiński
, 2018 at 12:05 AM Wayne Stambaugh
>>> <stambau...@gmail.com <mailto:stambau...@gmail.com>
>>> >>>>> <mailto:stambau...@gmail.com <mailto:stambau...@gmail.com>>>
>>> wrote:
>>> >>>>>
>>> >>>>> Be careful with zero length line segments.  They have been
>>> known to
>>> >>>>> cause issues in the past.  We recently fixed a print bug
>>> where a
>>> >>> zero
>>> >>>>> diameter circle was causing pages not to print.
>>> >>>>>
>>> >>>>> On 2/7/2018 7:45 AM, Russell Oliver wrote:
>>> >>>>> > Hi Orson,
>>> >>>>> >
>>> >>>>> > I'm completely fine with any simplifications and style
>>> changes.
>>> >>>>> >
>>> >>>>> > With regards to the zero length line, it appears on line
>>> 110 of
>>> >>> your
>>> >>>>> > patch file.
>>> >>>>> > 110: +"(line (name segm1:Line) (start 0 0) (end 0
>> 0))\n"
>>> >>>>> >
>>> >>>>> > JP mentions in a comment to the bug report that there is
>>> a legacy
>>> >>>>> > compatibility requirement to have at least one item in
>>> the page
>>> >>>>> layout,
>>> >>>>> > otherwise the default layout it used. This was for old
>>> schematics
>>> >>> that
>>> >>>>> > do not have a page layout specified.
>>> >>>>> >
>>> >>>>> > Kind Regards
>>> >>>>> > Russell
>>> >>>>> >
>>> >>>>> >
>>> >>>>> > On Wed, Feb 7, 2018 at 12:13 AM Maciej Sumiński
>>> >>>>> <maciej.sumin...@cern.ch <mailto:maciej.sumin...@cern.ch>
>>> <mailto:maciej.sumin...@cern.ch <mailto:maciej.sumin...@cern.ch>>
>>> >>>>> > <mailto:maciej.sumin...@cern.ch
>>> <mailto:maciej.sumin...@cern.ch> <mailto:maciej.sumin...@cern.ch
>>> <mailto:maciej.sumin...@cern.ch>
>>> >>>>>>
>>> >>>>> wrote:
>>> >>>>>     >
>>> >>>>> > Hi Russell,
>>> >>>>> >
>>> >>>>> > Thank you very much for the patch. It works as
>>> expected and I
>>> >>>>> would like
>>> >>>>> > to merge it, but there are two things.
>>> >>>>> >
>>> >>>>> > I have simplified the patch a bit (moved the empty
>>> layout to
>>> >>>>> an existing
>>> >>>>> > file, minor code formatting fixes), so please
>>> confirm you are
>>> >>>>> ok with
>>>     >>>>> > committing it under your name.
>>> >>>>> >
>>> >>>>> > Another question is about "there is a 0 length line
>>> to fool
>>> >>>>> something
>>> >>>>> > somewhere." comment for const char emptyLayout[].
>>> Could you
>>> >>> say
>>> >>>>> > something more about it? I could not spot a 0 length
>>> line in
>>> >>>>> the layout
>>> >>>>> > description, so perhaps we can remove it to avoid
>>> confusion.
>>> >>>>> >
>>> >>>>> > Regards,
>>> >>>>> > Orson
>>> >>>>> >
>>> >>>>> > On 02/03/2018 01:27 AM, Russell Oliver wrote:
>>> >>>>> > > Attached is a patch that adds an empty layout
>>> using the same
>>> >>>>> > method as the
>>>

Re: [Kicad-developers] [PATCH] Use polygonal hit testing for module selection

2018-02-22 Thread Wayne Stambaugh
tached patch adds some plumbing to
> calculate and
> >     make use
> >     >>>  of a polygonal bounding area for modules.  It
> fixes the
> >     below
> >     >>>  issue and in general improves the accuracy of
> selection
> >     in my
> >     >>>  testing.
> >     >>>
> >     >>>  This mechanism could be extended to other objects
> besides
> >     >>>  modules if it's useful.  I figured I'd start by
> sending out
> >     >>> this
> >     >>>  patch to get feedback, and if it gets merged,
> look for
> >     other
> >     >>>  areas where we could improve things by using polygons
> >     >>> instead of
> >     >>>  bounding boxes.
> >     >>>
> >     >>>      https://bugs.launchpad.net/kicad/+bug/1749077
> <https://bugs.launchpad.net/kicad/+bug/1749077>
>     >     <https://bugs.launchpad.net/kicad/+bug/1749077
> <https://bugs.launchpad.net/kicad/+bug/1749077>>
> >     >>>  <https://bugs.launchpad.net/kicad/+bug/1749077
> <https://bugs.launchpad.net/kicad/+bug/1749077>
> >     <https://bugs.launchpad.net/kicad/+bug/1749077
> <https://bugs.launchpad.net/kicad/+bug/1749077>>>
> >     >>>
> >     >>>  -Jon
> >     >>>
> >     >>>
> >     >>>  ___
> >     >>>  Mailing list:
> https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>
> >     <https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>>
> >     >>>  <https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>
> >     <https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>>>
> >     >>>  Post to     :
> kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>
> >     <mailto:kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>>
> >     >>>  <mailto:kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>
> >     <mailto:kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>>>
> >     >>>  Unsubscribe : https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>
>     >     <https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>>
> >     >>>  <https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>
> >     <https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>>>
> >     >>>  More help   : https://help.launchpad.net/ListHelp
> <https://help.launchpad.net/ListHelp>
> >     <https://help.launchpad.net/ListHelp
> <https://help.launchpad.net/ListHelp>>
> >     >>>  <https://help.launchpad.net/ListHelp
> <https://help.launchpad.net/ListHelp>
> >     <https://help.launchpad.net/ListHelp
> <https://help.launchpad.net/ListHelp>>>
> >     >>>
> >     >>>
> >     >>>  ___
> >     >>>  Mailing list: https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>
> >     <https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>>
>     >     >>>  <https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>
> >     <https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>>>
> >     >>>  Post to     : kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>
> >     <mailto:kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>>
> >     >>> 

Re: [Kicad-developers] 5.1.1 release reminder.

2019-04-19 Thread Wayne Stambaugh
t;      >>>>> minute bug fixes should probably be in by tomorrow
so I can
> >     do a build
> >      >>>>> check and some quick testing to make sure nothing went
> >     sideways.  Also,
> >      >>>>> please no translatable string changes until we
start 5.1.2.
> >     Hopefully
> >      >>>>> the library, doc, and translation repos will get
tagged on
> >     Sunday so we
> >      >>>>> can get the back builders fired up.  Thanks again
everyone
    > >     for your
> >      >>>>> tireless efforts.
> >      >>>>>
    > >      >>>>> Cheers,
> >      >>>>>
> >      >>>>> Wayne
> >      >>>>>
> >      >>>>> ___
> >      >>>>> Mailing list: https://launchpad.net/~kicad-developers
> >      >>>>> Post to     : kicad-developers@lists.launchpad.net
<mailto:kicad-developers@lists.launchpad.net>
> >     <mailto:kicad-developers@lists.launchpad.net
<mailto:kicad-developers@lists.launchpad.net>>
> >      >>>>> Unsubscribe : https://launchpad.net/~kicad-developers
> >      >>>>> More help   : https://help.launchpad.net/ListHelp
> >      >>>>
> >      >>>>
> >      >>>>
> >      >>>> _______
> >      >>>> Mailing list: https://launchpad.net/~kicad-developers
> >      >>>> Post to     : kicad-developers@lists.launchpad.net
<mailto:kicad-developers@lists.launchpad.net>
> >     <mailto:kicad-developers@lists.launchpad.net
<mailto:kicad-developers@lists.launchpad.net>>
> >      >>>> Unsubscribe : https://launchpad.net/~kicad-developers
> >      >>>> More help   : https://help.launchpad.net/ListHelp
    > >      >>>
> >      >>> ___
> >      >>> Mailing list: https://launchpad.net/~kicad-developers
> >      >>> Post to     : kicad-developers@lists.launchpad.net
<mailto:kicad-developers@lists.launchpad.net>
> >     <mailto:kicad-developers@lists.launchpad.net
    <mailto:kicad-developers@lists.launchpad.net>>
> >      >>> Unsubscribe : https://launchpad.net/~kicad-developers
> >      >>> More help   : https://help.launchpad.net/ListHelp
> >      >>>
> >      >>
> >      >>
> >      >> ___
> >      >> Mailing list: https://launchpad.net/~kicad-developers
> >      >> Post to     : kicad-developers@lists.launchpad.net
<mailto:kicad-developers@lists.launchpad.net>
> >     <mailto:kicad-developers@lists.launchpad.net
<mailto:kicad-developers@lists.launchpad.net>>
> >      >> Unsubscribe : https://launchpad.net/~kicad-developers
> >      >> More help   : https://help.launchpad.net/ListHelp
> >      >>
> >      >
> >      > ___
> >      > Mailing list: https://launchpad.net/~kicad-developers
> >      > Post to     : kicad-developers@lists.launchpad.net
<mailto:kicad-developers@lists.launchpad.net>
> >     <mailto:kicad-developers@lists.launchpad.net
<mailto:kicad-developers@lists.launchpad.net>>
> >      > Unsubscribe : https://launchpad.net/~kicad-developers
> >      > More help   : https://help.launchpad.net/ListHelp
> >      >
> >
> >
> >     ___
> >     Mailing list: https://launchpad.net/~kicad-developers
> >     Post to     : kicad-developers@lists.launchpad.net
<mailto:kicad-developers@lists.launchpad.net>
> >     <mailto:kicad-developers@lists.launchpad.net
<mailto:kicad-developers@lists.launchpad.net>>
> >     Unsubscribe : https://launchpad.net/~kicad-developers
> >     More help   : https://help.launchpad.net/ListHelp
> >
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@lists.launchpad.net
<mailto:kicad-developers@lists.launchpad.net>
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp


___
Mailing list:https://launchpad.net/~kicad-developers
Post to :kicad-developers@lists.launchpad.net
Unsubscribe :https://launchpad.net/~kicad-developers
More help   :https://help.launchpad.net/ListHelp




___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Via Stitching

2017-01-17 Thread Kristoffer Ödmark
I looked at the video and the concept is very nice, nice work!

I agree with wayne that automatic netcode is a bit dangerous, I would 
recommend that you use a wxSingleChoice dialog in the beginning of 
adding a via, so that the user can choose netcode from a list. Or 
something better :)

> I would prefer that you avoid the term stitching.  Vias could just as
> easily be thermal vias.  

For the vias to be thermal vias, they should not be tented to avoid blow
out, I dont know if that is possible to do now, but it really should 
be an option for induvidual vias, a tented token or similar. 

It seems to me that the stitch token decides wheter to
write out the netcode on the via or not, is that correct?

- Kristoffer


On 2017-01-16 22:09, Wayne Stambaugh wrote:
> Heikki,
> 
> What is the purpose of the "stitch" token added to the file format?
> Vias already have a netcode field so adding "stitch" to the file format
> seems to serve no purpose.
> 
> I would prefer that you avoid the term stitching.  Vias could just as
> easily be thermal vias.  I don't think the generic term via is going to
> confuse anyone.  I would think most users placing vias for purposes
> other than trace routing understand the purpose of the vias.
> 
> You are still automatically assigning via netcodes based on placement.
> We agreed (at least I thought we did) that this assumption is dangerous
> and that the user should be selecting the net assignment.  I'm OK if you
> suggest to the user the best netcode based on the via placement position
> but under no circumstance should the code be selecting the via netcode.
> 
> There is some work currently going on with to fix some of the issues
> with the connection algorithm that may conflict with your code.  Please
> make sure you check with the folks that are working on this code.  If
> you are working on the connection algorithm, please let Heikki know so
> that we can avoid any conflicts.
> 
> Please configure your editor so that it doesn't leave trailing white
> space all over the source files.  Your patch contains a bunch of it.
> 
> Cheers,
> 
> Wayne
> 
> On 1/9/2017 11:33 AM, Heikki Pulkkinen wrote:
>> Hi
>>
>> I add netnames to stitch vias.
>>
>>
>> Regards
>>
>>
>> Heikki
>>
>> https://youtu.be/7FgmY8Uzgbg
>>
>>
>> On Wed, Dec 21, 2016 at 3:15 PM, Heikki Pulkkinen > > wrote:
>>
>> Hi Wayne and others,
>>
>> It has been for a while. I was out of my faster computer again.
>> Mother board has to been put oven again.
>> I think, that my suggestion of via stitching is now quite robust.
>> But it has to be tested more and some other than me. Main idea has
>> developed so, that VIA class has new property of that stitching and
>> it has to be saved on [.kicad_pcb] file too. Filling pours is part
>> of that how to connect vias and pours, so it has to be done twice.
>> And there is some new additions in shape_poly_set.cpp and drc.cpp.
>> They do not disturb other program. And of course I have to add some
>> little things in gal canvas too. I did not make any class of
>> stitching, just put them in own namespace, because there is no data
>> to hide. All stitch data is in VIA class. So, hope that my idea is
>> usable and it is worth of improve.
>>
>> Regards
>>
>> Heikki
>>
>> On Sun, Nov 13, 2016 at 8:03 PM, Wayne Stambaugh
>> > wrote:
>>
>> Hi Heikki,
>>
>> I appreciate any effort that you can make on this.  I really
>> would like
>> to get the via stitching code in before the stable version 5 pre
>> release
>> which I'm hoping to do at the beginning of 2017 before FOSDEM.
>>
>> Cheers,
>>
>> Wayne
>>
>>
>> On 11/12/2016 12:35 PM, Heikki Pulkkinen wrote:
>> > Hi Wayne,
>> >
>> > OK, I understand that.  I look what can I do, but I do not promise
>> > anything, very soon anyway. I am not familiar with gal canvas. I 
>> done
>> > this to legacy canvas, because I know how it works. Now stitching 
>> works
>> > in my tests quite well "of course". And it is working my needs.
>> >
>> >  I try via stitching on gal, and it is partly working. Stitch via
>> > placing and chain connection does not seems to work. But 
>> converting old
>> > designs with pad->track->via... chain removing pad connection from 
>> chain
>> > converts vias as stitch vias when run track via cleanup.
>> >
>> > I do some code cleaning and send it to look at as soon as 
>> possible. You
>> > can use it or not, It is fine for me.
>> >
>> >
>> > Regards
>> >
>> > Heikki
>> >
>> >
>> > On Fri, Nov 11, 2016 at 10:16 PM, Wayne Stambaugh 
>> 
>> > 

Re: [Kicad-developers] Via Stitching

2017-01-16 Thread Wayne Stambaugh
Heikki,

What is the purpose of the "stitch" token added to the file format?
Vias already have a netcode field so adding "stitch" to the file format
seems to serve no purpose.

I would prefer that you avoid the term stitching.  Vias could just as
easily be thermal vias.  I don't think the generic term via is going to
confuse anyone.  I would think most users placing vias for purposes
other than trace routing understand the purpose of the vias.

You are still automatically assigning via netcodes based on placement.
We agreed (at least I thought we did) that this assumption is dangerous
and that the user should be selecting the net assignment.  I'm OK if you
suggest to the user the best netcode based on the via placement position
but under no circumstance should the code be selecting the via netcode.

There is some work currently going on with to fix some of the issues
with the connection algorithm that may conflict with your code.  Please
make sure you check with the folks that are working on this code.  If
you are working on the connection algorithm, please let Heikki know so
that we can avoid any conflicts.

Please configure your editor so that it doesn't leave trailing white
space all over the source files.  Your patch contains a bunch of it.

Cheers,

Wayne

On 1/9/2017 11:33 AM, Heikki Pulkkinen wrote:
> Hi
> 
> I add netnames to stitch vias.
> 
> 
> Regards
> 
> 
> Heikki
> 
> https://youtu.be/7FgmY8Uzgbg
> 
> 
> On Wed, Dec 21, 2016 at 3:15 PM, Heikki Pulkkinen  > wrote:
> 
> Hi Wayne and others,
> 
> It has been for a while. I was out of my faster computer again.
> Mother board has to been put oven again.
> I think, that my suggestion of via stitching is now quite robust.
> But it has to be tested more and some other than me. Main idea has
> developed so, that VIA class has new property of that stitching and
> it has to be saved on [.kicad_pcb] file too. Filling pours is part
> of that how to connect vias and pours, so it has to be done twice.
> And there is some new additions in shape_poly_set.cpp and drc.cpp.
> They do not disturb other program. And of course I have to add some
> little things in gal canvas too. I did not make any class of
> stitching, just put them in own namespace, because there is no data
> to hide. All stitch data is in VIA class. So, hope that my idea is
> usable and it is worth of improve.
> 
> Regards
> 
> Heikki
> 
> On Sun, Nov 13, 2016 at 8:03 PM, Wayne Stambaugh
> > wrote:
> 
> Hi Heikki,
> 
> I appreciate any effort that you can make on this.  I really
> would like
> to get the via stitching code in before the stable version 5 pre
> release
> which I'm hoping to do at the beginning of 2017 before FOSDEM.
> 
> Cheers,
> 
> Wayne
> 
> 
> On 11/12/2016 12:35 PM, Heikki Pulkkinen wrote:
> > Hi Wayne,
> >
> > OK, I understand that.  I look what can I do, but I do not promise
> > anything, very soon anyway. I am not familiar with gal canvas. I 
> done
> > this to legacy canvas, because I know how it works. Now stitching 
> works
> > in my tests quite well "of course". And it is working my needs.
> >
> >  I try via stitching on gal, and it is partly working. Stitch via
> > placing and chain connection does not seems to work. But converting 
> old
> > designs with pad->track->via... chain removing pad connection from 
> chain
> > converts vias as stitch vias when run track via cleanup.
> >
> > I do some code cleaning and send it to look at as soon as possible. 
> You
> > can use it or not, It is fine for me.
> >
> >
> > Regards
> >
> > Heikki
> >
> >
> > On Fri, Nov 11, 2016 at 10:16 PM, Wayne Stambaugh 
> 
> > >> wrote:
> >
> > Hi Heikki,
> >
> > I spoke to Tom this morning about your via stitching work.  He 
> mentioned
> > that your via stitching work should be developed for the gal 
> canvas.
> > I'm not sure you are aware but I put a moratorium on adding new 
> features
> > to the legacy canvas earlier in the year.  This is because the 
> legacy
> > canvas is going to be removed at some time in the not too 
> distant
> > future.  I should have mentioned this sooner but it really 
> needs to be
> > done this way to be accepted into kicad.  I realize this is 
> going to be
> > more work for you but it would have to be done anyway.  If you 
> support
> > both canvases, I'm fine with that but the gal canvas must be 

Re: [Kicad-developers] wxGrid boolean changes

2018-03-21 Thread Wayne Stambaugh
 make
a more generic fix
that can be easily
    portable
to other
   grids, since 
we will likely have more places to
    use
checkboxes
   in
grids in the future.

   Before I go 
too far down that path, I wanted to
    check
that the
   new
footprint wizard
grid behavior
matches with
    everyone's
   expectations 
for how it should work:

   1)
you can toggle the
checkbox on/off with a
    single
left click
   2)
you can also toggle
with the spacebar if the
    cell is
highlighted
   3)
nothing happens for
double click / right
    click / etc.
   4) if
you click inside the
cell (but outside
    the
checkbox) the
   checkbox is 
also toggled for convenience

   Thanks,
   Jon
   
___
   Mailing
    list:
    
https://launchpad.net/~kicad-developers
    
<https://launchpad.net/~kicad-developers>
           
<https://launchpad.net/~kicad-developers 
<https://launchpad.net/~kicad-developers>>
       Post to
        :

kicad-developers@lists.launchpad.net
    
<mailto:kicad-developers@lists.launchpad.net>

<mailto:kicad-developers@lists.launchpad.net

<mailto:kicad-developers@lists.launchpad.net>>
    
<mailto:kicad-developers@lists.launchpad.net 
<mailto:kicad-developers@lists.launchpad.net>>
   
<mailto:kicad-developers@lists.launchpad.net 
<mailto:kicad-developers@lists.launchpad.net>>
   Unsubscribe
    :

https://launchpad.net/~kicad-developers

<https://launchpad.net/~kicad-developers>
 

Re: [Kicad-developers] wxGrid boolean changes

2018-03-21 Thread Jeff Young
 
>> <mailto:j...@craftyjon.com <mailto:j...@craftyjon.com>>> wrote:
>>   Hi all,
>>   I
>>recently (2f86b497)
>>changed the behavior of
>>the
>>wxGrid in the
>>   footprint 
>> wizard dialog to fix some issues with
>>boolean
>>   (checkbox) 
>> parameters.
>>   The
>>default behavior
>>from wxWidgets (at least
>>in 3.0)
>>is buggy
>>   in
>>that the update
>>events don't get
>>sent out
>>when
>>you'd expect
>>   from
>>the
>>wxGridCellBoolEditor.
>>   I
>>have found that I
>>can get behavior
>>that makes
>>sense to
>>me by
>>   overriding 
>> event handlers for the grid itself,
>>but I'd
>>like to
>>   make
>>a more generic fix
>>that can be easily
>>portable
>>to other
>>   grids, 
>> since we will likely have more places to
>>use
>>checkboxes
>>   in
>>grids in the future.
>>   Before I 
>> go too far down that path, I wanted to
>>check
>>that the
>>   new
>>footprint wizard
>>grid behavior
>>matches with
>>everyone's
>>       
>> expectations for how it should work:
>>   1)
>>    you can toggle the
>>checkbox on/off with a
>>    single
>>    left click
>>       2)
>>    you can also toggle
>>        with the spacebar if the
>>   

Re: [Kicad-developers] Default Canvas for v5

2018-01-04 Thread Wayne Stambaugh
s not OpenGL and the dialog has not
> >     been shown before
> >     >         >     >     44) If user clicks "yes" in the first run
> >     dialog, then:
> >     >         >     >         (a) set the config value to prevent the
> >     dialog from showing again,
> >     >         >     >         (b) Set the canvas config setting to
> Cairo
> >     (but don't switch the
> >     >         >     >     GAL to Cairo), then
> >     >         >     >         (c) switch to OpenGL canvas using
> >     SwitchCanvas()
> >     >         >     >
> >     >         >     >     That way, if the app crashes in step 4c, it
> >     should come back up as
> >     >         >     >     Cairo on the next launch (assuming we crash
> >     right away when trying
> >     >         >     >     to set up the canvas)
> >     >         >     >
> >     >         >     >     Any concerns with the above?
> >     >         >     >
> >     >         >     >     -Jon
> >     >         >     >
> >     >         >     >
> >     >         >     >
> >     >         >     >     On Sun, Dec 31, 2017 at 1:55 PM, Jeff Young
> >     <j...@rokeby.ie <mailto:j...@rokeby.ie> <mailto:j...@rokeby.ie
> <mailto:j...@rokeby.ie>> <mailto:j...@rokeby.ie <mailto:j...@rokeby.ie>
> >     <mailto:j...@rokeby.ie <mailto:j...@rokeby.ie>>>
> <mailto:j...@rokeby.ie <mailto:j...@rokeby.ie>
> <mailto:j...@rokeby.ie <mailto:j...@rokeby.ie>>
> >     >         <mailto:j...@rokeby.ie <mailto:j...@rokeby.ie>
> <mailto:j...@rokeby.ie <mailto:j...@rokeby.ie>>>>
> >     >         >     >     <mailto:j...@rokeby.ie
> <mailto:j...@rokeby.ie> <mailto:j...@rokeby.ie <mailto:j...@rokeby.ie>>
> >     <mailto:j...@rokeby.ie <mailto:j...@rokeby.ie>
> <mailto:j...@rokeby.ie <mailto:j...@rokeby.ie>>>
> >     <mailto:j...@rokeby.ie <mailto:j...@rokeby.ie>
> <mailto:j...@rokeby.ie <mailto:j...@rokeby.ie>>
> >     >         <mailto:j...@rokeby.ie <mailto:j...@rokeby.ie> 
> <mailto:j...@rokeby.ie
> <mailto:j...@rokeby.ie>>>>>> wrote:
> >     >         >     >
> >     >         >     >         +1
> >     >         >     >
> >     >         >     >         No menu items.  Just a checkbox for Enable
> >     Hardware Acceleration
> >     >         >     >         in Preferences.
> >     >         >     >
> >     >         >     >>         On 31 Dec 2017, at 18:36, Andy Peters
> >     <de...@latke.net <mailto:de...@latke.net> <mailto:de...@latke.net
> <mailto:de...@latke.net>> <mailto:de...@latke.net
> <mailto:de...@latke.net>
> >     <mailto:de...@latke.net <mailto:de...@latke.net>>> 
> <mailto:de...@latke.net
> <mailto:de...@latke.net>
> >     <mailto:de...@latke.net <mailto:de...@latke.net>>
> >     >         <mailto:de...@latke.net <mailto:de...@latke.net> 
> <mailto:de...@latke.net
> <mailto:de...@latke.net>>>>
> >     >         >     >>         <mailto:de...@latke.net 
> <mailto:de...@latke.net>
> >     <mailto:de...@latke.net <mailto:de...@latke.net>> 
> <mailto:de...@latke.net
> <mailto:de...@latke.net>
> >     <mailto:de...@latke.net <mailto:de...@latke.net>>> 
> <mailto:de...@latke.net
> <mailto:de...@latke.net>
> >     <mailto:de...@latke.net <mailto:de...@latke.net>>
> >     >         <mailto:de...@latke.net <mailto:de...@latke.net>
>     <mailto:de...@latke.net <mailto:de...@latke.net>>>>>> wrote:
> >     >         >     >>
> >     >         >     >>>         - In the case of graphics glitches,
> >     inform the users in the
> >     >         >     >>>         FAQ/Manual
> >     >         >     >>>         that they can fall back to software
> >     renderer in the View menu.
>     >     >         >     >>>         - D

Re: [Kicad-developers] [PATCH] Move ZoomFitScreen and ZoomPreset to common

2017-03-03 Thread Maciej Sumiński
 > > >>>> parts of
>> > > >>>>>>> > the code, but I wonder if it is really
>> necessary.
>> > > Especially
>> > > >>>> that one
>> > > >>>>>>> > needs to know that it has to be updated using
>> > > >>>> ComputeBoundingBox().
>> > > >>>>>>>
>> > > >>>>>>> It was cached so it didn't need to be
>> recalculated
>> > every
>> > > time the
>> > > >>>>>>> bounding box was required.  It should or at
>> least
>> > it did
>> > > >>>> recalculate
>> > > >>>>>>> only when the changes were made since the
>> last call to
>> > > fetch the
>> > > >>>>>>> bounding box.  On very complex boards, this
>> can take a
>> > > while.
>> > > >>>> Getting
>> > > >>>>>>> the bounding box is called fairly often so this
>> > can add
>> > > up.  I
>> > > >>>> don't see
>> > > >>>>>>> any reason to recalculate the bounding box on
>> > every get
>> > > bounding
>> > > >>>> box
>> > > >>>>>>> call.  If the current bounding box behavior
>> is broken,
>> > > then it
>> > > >>>> should be
>> > > >>>>>>> fixed.  I don't see any reason to get rid of the
>> > caching
>> > > method.
>> > > >>>> If you
>> > > >>>>>>> are operating outside of the normal methods
>> for adding
>> > > and/or
>> > > >>>> editing
>> > > >>>>>>> board objects that prevents the correct
>> bounding box
>> > > from being
>> > > >>>>>>> calculated, that is your fault and you need
>> to fix
>> > your code
>> > > >>>>>>> accordingly.
>> > > >>>>>>>
>> > > >>>>>>> >
>> > > >>>>>>> > Just by looking at the code, I noticed
>> that the
>> > > autorouter calls
>> > > >>>>>>> > BOARD::GetBoundingBox() frequently, but I
>> could not
>> > > see much
>> > > >>>>>>> difference
>> > > >>>>>>> > with caching disabled. Likely, the routing
>> > algorithm takes
>> > > >>>>>>> significantly
>> > > >>>>>>> > more time than the bounding box calculations.
>> > > >>>>>>> >
>> > > >>>>>>> > Personally I would completely remove
>> > m_BoundingBox field
>> > > >>>> instead of
>> > > >>>>>>> > making it mutable. Also, I have noticed
>> there are a
>> > > few places
>> > > >>>>>>> where the
>>     > > >>>>>>>     > bounding box is overridden with
>> SetBoundingBox(). It
>> > > seems to
>> > > >>>> me a bit
>> >     > >>>>>>> > dubious, as bounding box should depend
>>     solely on
>> > the items
>> > > >>>>>>> belonging to
>> > > >>>>>>>     > the board. I attach a patch to show what I
>> would
>> > > change. Any
>> &

Re: [Duplicity-team] Python 3 yet again

2013-01-15 Thread Michael Terry
:

 On 13.01.2013 02:25, Michael Terry wrote:
  Hello!  Yet another thread on the slow march
 to Python 3 support.
 
  The last place we left it was that Ubuntu
 was considering throwing some effort behind porting duplicity and
 maintaining such a patch themselves.  That didn't happen for manpower
 reasons.
 
  But I notice that Red Hat just passed (Jan
 8, 2013) the end of Production 1 for RHEL 5 [1].  Which is the first
 milestone on the way to RHEL 5 end of life (which won't be fully dead until
 2020).
 
  I believe that is the point in which
 duplicity bumped from Python 2.3 to 2.4 (the end of Production 1 for RHEL
 4), right?
 
  I propose that after 0.6.21 ships, the next
 release be versioned 0.7.0 with a minimum Python of 2.6.  And that we don't
 intend to make further 0.6.x releases unless we discover a data corruption
 issue.
 
  That way, we (I) can start working on
 patches that take use of 'future' imports and such with an eye towards
 eventually one of the 0.7.x releases working with Python 3 (while still
 keeping Python 2.6 compatibility).
 

 sounds good to me. but let's wait a bit after
 0.6.21 and decide considering the criticality of open bugs if we just do
 another 0.6 round or switch to 0.7 already.
 but generally yes.

 ..ede

 ___
 Mailing list:
 https://launchpad.net/~duplicity-team 
 https://launchpad.net/%7Eduplicity-team 
 https://launchpad.net/%7Eduplicity-team 
 https://launchpad.net/%7Eduplicity-team 
 https://launchpad.net/%7Eduplicity-team
 Post to :
 duplicity-team@lists.launchpad.net mailto:
 duplicity-team@lists.launchpad.net mailto:
 duplicity-team@lists.launchpad.net mailto:
 duplicity-team@lists.launchpad.net mailto:
 duplicity-team@lists.launchpad.net mailto:
 duplicity-team@lists.launchpad.net mailto:
 duplicity-team@lists.launchpad.net mailto:
 duplicity-team@lists.launchpad.net mailto:
 duplicity-team@lists.launchpad.net mailto:
 duplicity-team@lists.launchpad.net mailto:
 duplicity-team@lists.launchpad.net mailto:
 duplicity-team@lists.launchpad.net mailto:
 duplicity-team@lists.launchpad.net mailto:
 duplicity-team@lists.launchpad.net mailto:
 duplicity-team@lists.launchpad.net mailto:
 duplicity-team@lists.launchpad.net
 Unsubscribe :
 https://launchpad.net/~duplicity-team 
 https://launchpad.net/%7Eduplicity-team 
 https://launchpad.net/%7Eduplicity-team 
 https://launchpad.net/%7Eduplicity-team 
 https://launchpad.net/%7Eduplicity-team
 More help   :
 https://help.launchpad.net/ListHelp


   
___
Mailing list: https://launchpad.net/~duplicity-team
 https://launchpad.net/%7Eduplicity-team 
 https://launchpad.net/%7Eduplicity-team 
 https://launchpad.net/%7Eduplicity-team
Post to : duplicity-team@lists.launchpad.netmailto:
 duplicity-team@lists.launchpad.net mailto:
 duplicity-team@lists.launchpad.net mailto:
 duplicity-team@lists.launchpad.net mailto:
 duplicity-team@lists.launchpad.net mailto:
 duplicity-team@lists.launchpad.net mailto:
 duplicity-team@lists.launchpad.net mailto:
 duplicity-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~duplicity-team
 https://launchpad.net/%7Eduplicity-team 
 https://launchpad.net/%7Eduplicity-team 
 https://launchpad.net/%7Eduplicity-team
More help   : https://help.launchpad.net/ListHelp
   
   
   
   
   
___
Mailing list: https://launchpad.net/~duplicity-team 
 https://launchpad.net/%7Eduplicity-team 
 https://launchpad.net/%7Eduplicity-team
Post to : duplicity-team@lists.launchpad.net mailto:
 duplicity-team@lists.launchpad.net mailto:
 duplicity-team@lists.launchpad.net mailto:
 duplicity-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~duplicity-team 
 https://launchpad.net/%7Eduplicity-team 
 https://launchpad.net/%7Eduplicity-team
More help   : https://help.launchpad.net/ListHelp
   
  
   ___
   Mailing list: https://launchpad.net/~duplicity-team 
 https://launchpad.net/%7Eduplicity-team 
 https://launchpad.net/%7Eduplicity-team
   Post to : duplicity-team@lists.launchpad.net mailto:
 duplicity

Re: [Kicad-developers] [PATCH] Fix for 3D model offset

2017-11-20 Thread Wayne Stambaugh
t; Wayne,
> >         >>     >
> >         >>     > I had not yet made any changes to the file
> parser. Have
> >         you done
> >         >> this
> >         >>     > according to your new file-version approach? Or
> do you
> >         want me to
> >         >> submit
> >         >>     > a further patch implementing that?
> >         >>     >
> >         >>     > On 12 Nov 2017 07:16, "Wayne Stambaugh"
> >         <stambau...@gmail.com <mailto:stambau...@gmail.com>
> <mailto:stambau...@gmail.com <mailto:stambau...@gmail.com>>
> >         >> <mailto:stambau...@gmail.com
> <mailto:stambau...@gmail.com> <mailto:stambau...@gmail.com
> <mailto:stambau...@gmail.com>>>
> >         >>     > <mailto:stambau...@gmail.com
> <mailto:stambau...@gmail.com>
> >         <mailto:stambau...@gmail.com
> <mailto:stambau...@gmail.com>> <mailto:stambau...@gmail.com
> <mailto:stambau...@gmail.com>
> >         <mailto:stambau...@gmail.com
> <mailto:stambau...@gmail.com>>>>> wrote:
> >         >>     >
> >         >>     >     Oliver,
> >         >>     >
> >         >>     >     I committed your patch to the KiCad
> development branch.
> >         >>     >
> >         >>     >     Thanks,
> >         >>     >
> >         >>     >     Wayne
> >         >>     >
> >         >>     >     On 11/08/2017 05:05 AM, Oliver Walters wrote:
> >         >>     >     > Attached is a patch that fixes the problems I
> >         found in my 3D
> >         >>     model
> >         >>     >     array
> >         >>     >     > investigation. As discussion on that is stalled
> >         for now,
> >         >>     this patch
> >         >>     >     > simply fixes the model offset issues.
> >         >>     >     >
> >         >>     >     > 1. Display offset units in 3D preview window
> >         >>     >     >
> >         >>     >     > - Offset units are displayed (either inches
> or mm)
> >         >>     >     >
> >         >>     >     > 2. Fix offset in 3D rendering
> >         >>     >     >
> >         >>     >     > - It appears that the internal units for 3D
> model
> >         offset
> >         >>     (mm) were
> >         >>     >     being
> >         >>     >     > multiplied by 25.4 incorrectly
> >         >>     >     > - Fixed rendering in OGL and Raytracing
> >         >>     >     >
>     >         >>     >     > 3. Fix offset in 3D export
> >         >>     >     >
> >         >>     >     > - VRML export
> >         >>     >     > - STEP export
> >         >>     >     >
> >         >>     >     > Oliver
> >         >>     >     >
>     >         >>     >     >
> >         >>     >     > _______
> >         >>     >     > Mailing list:
> >         https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>
> >         <https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>>
> >         >>     <https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>
> >         <https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>>>
> >         >>     >     <https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>
> >         <https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>>
> >         >>     <https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>
> >         <https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers&

Re: [Kicad-developers] Default Canvas for v5

2018-01-04 Thread Wayne Stambaugh
raftyjon.com <mailto:j...@craftyjon.com>>
> >         <mailto:j...@craftyjon.com <mailto:j...@craftyjon.com>
> <mailto:j...@craftyjon.com <mailto:j...@craftyjon.com>>>
> >         >     > <mailto:j...@craftyjon.com
> <mailto:j...@craftyjon.com> <mailto:j...@craftyjon.com
> <mailto:j...@craftyjon.com>>
> >         <mailto:j...@craftyjon.com <mailto:j...@craftyjon.com>
> <mailto:j...@craftyjon.com <mailto:j...@craftyjon.com>>>>> wrote:
> >         >     >
> >         >     >     I think that getting automatic OpenGL
> detection and recovery working
> >         >     >     for 5.0 might be ambitious.
> >         >     >     Maybe Chris can detail what the next steps are
> for his approach
> >         >     >     there, but in case we want to push that to a
> later release, here's
> >         >     >     what I propose:
> >         >     >
> >         >     >     1) Rename the View menu options based on my
> proposal "Legacy",
> >         >     >     "Modern (Accelerated)", "Modern (Fallback)"
> >         >     >     2) Change PCB_BASE_FRAME::SwitchCanvas to save
> the canvas config
> >         >     >     value after calling UseGalCanvas() rather than
> before.
> >         >     >     3) Show a first-run dialog like the mockup in
> my earlier email, IF
> >         >     >     canvas is not OpenGL and the dialog has not
> been shown before
> >         >     >     44) If user clicks "yes" in the first run
> dialog, then:
> >         >     >         (a) set the config value to prevent the
> dialog from showing again,
> >         >     >         (b) Set the canvas config setting to Cairo
> (but don't switch the
> >         >     >     GAL to Cairo), then
> >         >     >         (c) switch to OpenGL canvas using
> SwitchCanvas()
> >         >     >
> >         >     >     That way, if the app crashes in step 4c, it
> should come back up as
> >         >     >     Cairo on the next launch (assuming we crash
> right away when trying
> >         >     >     to set up the canvas)
> >         >     >
> >         >     >     Any concerns with the above?
> >         >     >
> >         >     >     -Jon
> >         >     >
> >         >     >
> >         >     >
> >         >     >     On Sun, Dec 31, 2017 at 1:55 PM, Jeff Young
> <j...@rokeby.ie <mailto:j...@rokeby.ie> <mailto:j...@rokeby.ie
> <mailto:j...@rokeby.ie>> <mailto:j...@rokeby.ie <mailto:j...@rokeby.ie>
> >         <mailto:j...@rokeby.ie <mailto:j...@rokeby.ie>>>
> >         >     >     <mailto:j...@rokeby.ie <mailto:j...@rokeby.ie>
> <mailto:j...@rokeby.ie <mailto:j...@rokeby.ie>>
> <mailto:j...@rokeby.ie <mailto:j...@rokeby.ie>
> >         <mailto:j...@rokeby.ie <mailto:j...@rokeby.ie>>>>> wrote:
> >         >     >
> >         >     >         +1
> >         >     >
> >         >     >         No menu items.  Just a checkbox for Enable
> Hardware Acceleration
> >         >     >         in Preferences.
> >         >     >
> >         >     >>         On 31 Dec 2017, at 18:36, Andy Peters
> <de...@latke.net <mailto:de...@latke.net> <mailto:de...@latke.net
> <mailto:de...@latke.net>> <mailto:de...@latke.net
> <mailto:de...@latke.net>
> >         <mailto:de...@latke.net <mailto:de...@latke.net>>>
> >         >     >>         <mailto:de...@latke.net
> <mailto:de...@latke.net> <mailto:de...@latke.net
> <mailto:de...@latke.net>> <mailto:de...@latke.net
> <mailto:de...@latke.net>
> >         <mailto:de...@latke.net <mailto:de...@latke.net>>>>> wrote:
> >         >     >>
>     >         >     >>>         - In the case of graphics glitches,
> inform the users in the
> >         >     >>>         FAQ/Manual
> >         >     >>>         that they can fall bac

Re: [Kicad-developers] MacOS + OpenMP

2018-03-01 Thread Tomasz Wlostowski
;>>
>>>> Don’t get me wrong, I don’t want to add just another parallelisation
>>>> library/mechanism.
>>>> And… I guess it won’t be possible to transparently cover all the
>>>    OpenMP
>>>> pragma stuff maybe needed inside for loop body or maybe other stuff
>>>> needed for GCD (e.g. when writing to variables outside for body).
>>>>
>>>> Thoughts? Would this be an option?
>>>>
>>>> Oh, yes:
>>>> I did look into using STL std::async.
>>>> Doesn’t seem to be a good idea, because it usually doesn’t seem
>>>> to use
>>>> anything like thread pools, etc. on various platforms.
>>>> You probably don’t want to create that much threads… :) 
>>>>
>>>>
>>>> Regards,
>>>> Bernhard
>>>>
>>>>> On 1. Mar 2018, at 08:40, Bernhard Stegmaier
>>>    <stegma...@sw-systems.de
>>> <mailto:stegma...@sw-systems.de> <mailto:stegma...@sw-systems.de
>>> <mailto:stegma...@sw-systems.de>>
>>>>> <mailto:stegma...@sw-systems.de <mailto:stegma...@sw-systems.de>
>>>    <mailto:stegma...@sw-systems.de
>>> <mailto:stegma...@sw-systems.de>>>> wrote:
>>>>>
>>>>> I had a quick look where OpenMP is used.
>>>>>
>>>>> I found it somewhere in the connectivity/ratsnest code.
>>>>> I don’t know of any complaints in that area and even on my old HW I
>>>>> had never a bad experience.
>>>>>
>>>>> And then, 3D-Viewer.
>>>>>
>>>>> So, in my opinion it is basically only about 3D-Viewer… I don’t
>>>>> know
>>>>> if user experience will be that bad without OpenMP.
>>>>> IMHO it’s only the Raytracing view, which isn’t intended to be used
>>>>> for normal viewing stuff anyway.
>>>>>
>>>>> If I find some time over the weekend I will also try… but I don’t
>>>>> think it will be worth it.
>>>>>
>>>>>
>>>>> Regards,
>>>>> Bernhard
>>>>>
>>>>>>     On 1. Mar 2018, at 00:50, Jeff Young <j...@rokeby.ie
>>>>>> <mailto:j...@rokeby.ie>
>>>    <mailto:j...@rokeby.ie>
>>>>>> <mailto:j...@rokeby.ie <mailto:j...@rokeby.ie
>>>>>> <mailto:j...@rokeby.ie>>>> wrote:
>>>>>>
>>>>>> Or rip it out and use STL?
>>>>>>
>>>>>>> On 28 Feb 2018, at 23:38, Jon Evans <j...@craftyjon.com
>>>>>>> <mailto:j...@craftyjon.com>
>>>    <mailto:j...@craftyjon.com>
>>>>>>> <mailto:j...@craftyjon.com <mailto:j...@craftyjon.com
>>>>>>> <mailto:j...@craftyjon.com>>>> wrote:
>>>>>>>
>>>>>>> Hi all,
>>>>>>>
>>>>>>> Does anyone have a working build setup for getting OpenMP-enabled
>>>>>>> KiCad out of MacOS?
>>>>>>> If so, please share how -- I tried for a bit but couldn't get it
>>>>>>> going (I'm not super familiar with the MacOS toolchain yet).
>>>>>>>
>>>>>>> We should make sure that the 5.0 release is built with OpenMP,
>>>>>>> otherwise our Mac users are going to have a slower user
>>>>>>> experience.
>>>>>>>
>>>>>>> -Jon
>>>>>>> ___
>>>>>>> Mailing list: https://launchpad.net/~kicad-developers
>>>>>>> <https://launchpad.net/~kicad-developers>
>>>>>>> Post to : kicad-developers@lists.launchpad.net
>>>>>>> <mailto:kicad-developers@lists.launchpad.net>
>>>    <mailto:kicad-developers@lists.launchpad.net
>>> <mailto:kicad-developers@lists.launchpad.net>>
>>>>>>> <mailto:kicad-developers@lists.launchpad.net
>>>>>>> <mailto:kicad-developers@lists.launchpad.net>
>>>    <mailto:kicad-developers@lists.launchpad.net
>>> <mailto:kicad-developers@li

Re: [Kicad-developers] MacOS + OpenMP

2018-03-01 Thread Jeff Young
 I also did it for the ratsnest loop but didn’t notice any difference
>>>>>(maybe my test PCB was just to small).
>>>>> 
>>>>>I could play around a bit to put that stuff into some nice syntax
>>>>   maybe
>>>>>similar to what Microsoft has with concurrency::parallel_for_each
>>>>>  https://msdn.microsoft.com/en-us/library/dd492857.aspx
>>>>><https://msdn.microsoft.com/en-us/library/dd492857.aspx>
>>>>>So, at least ugly #ifdef around each parallel for loop could be
>>>>   hidden.
>>>>> 
>>>>>Don’t get me wrong, I don’t want to add just another parallelisation
>>>>>library/mechanism.
>>>>>And… I guess it won’t be possible to transparently cover all the
>>>>   OpenMP
>>>>>pragma stuff maybe needed inside for loop body or maybe other stuff
>>>>>needed for GCD (e.g. when writing to variables outside for body).
>>>>> 
>>>>>Thoughts? Would this be an option?
>>>>> 
>>>>>Oh, yes:
>>>>>I did look into using STL std::async.
>>>>>Doesn’t seem to be a good idea, because it usually doesn’t seem
>>>>>to use
>>>>>anything like thread pools, etc. on various platforms.
>>>>>You probably don’t want to create that much threads… :) 
>>>>> 
>>>>> 
>>>>>Regards,
>>>>>Bernhard
>>>>> 
>>>>>>On 1. Mar 2018, at 08:40, Bernhard Stegmaier
>>>>   <stegma...@sw-systems.de
>>>><mailto:stegma...@sw-systems.de> <mailto:stegma...@sw-systems.de
>>>><mailto:stegma...@sw-systems.de>>
>>>>>><mailto:stegma...@sw-systems.de <mailto:stegma...@sw-systems.de>
>>>>   <mailto:stegma...@sw-systems.de
>>>><mailto:stegma...@sw-systems.de>>>> wrote:
>>>>>> 
>>>>>>I had a quick look where OpenMP is used.
>>>>>> 
>>>>>>I found it somewhere in the connectivity/ratsnest code.
>>>>>>I don’t know of any complaints in that area and even on my old HW I
>>>>>>had never a bad experience.
>>>>>> 
>>>>>>And then, 3D-Viewer.
>>>>>> 
>>>>>>    So, in my opinion it is basically only about 3D-Viewer… I don’t
>>>>>>know
>>>>>>if user experience will be that bad without OpenMP.
>>>>>>IMHO it’s only the Raytracing view, which isn’t intended to be used
>>>>>>for normal viewing stuff anyway.
>>>>>> 
>>>>>>If I find some time over the weekend I will also try… but I don’t
>>>>>>think it will be worth it.
>>>>>> 
>>>>>> 
>>>>>>Regards,
>>>>>>Bernhard
>>>>>> 
>>>>>>>On 1. Mar 2018, at 00:50, Jeff Young <j...@rokeby.ie
>>>>>>><mailto:j...@rokeby.ie>
>>>>   <mailto:j...@rokeby.ie>
>>>>>>><mailto:j...@rokeby.ie <mailto:j...@rokeby.ie
>>>>>>><mailto:j...@rokeby.ie>>>> wrote:
>>>>>>> 
>>>>>>>Or rip it out and use STL?
>>>>>>> 
>>>>>>>>On 28 Feb 2018, at 23:38, Jon Evans <j...@craftyjon.com
>>>>>>>><mailto:j...@craftyjon.com>
>>>>   <mailto:j...@craftyjon.com>
>>>>>>>><mailto:j...@craftyjon.com <mailto:j...@craftyjon.com
>>>>>>>><mailto:j...@craftyjon.com>>>> wrote:
>>>>>>>> 
>>>>>>>>Hi all,
>>>>>>>> 
>>>>>>>>    Does anyone have a working build setup for getting OpenMP-enabled
>>>>>>>>KiCad out of MacOS?
>>>>>>>>If so, please share how -- I tried for a bit but couldn't get it
>>>>>>>>going (I'm not super familiar with the MacOS toolchain yet).
>>>>>>>> 
>>>>>>>>We should make sure that the 5.0 release is built with OpenMP,
>>>>>>>>otherwise our Mac users are 

Re: [Kicad-developers] Pulling mac 5.0.2...

2019-01-18 Thread Wayne Stambaugh
  >             > patch that makes it so the gitversion can be
> overridden,
> >     >             make a 5.0.2-5
> >     >             > release, and get those patches upstreamed
> behind some
> >     >             conditionals
> >     >             > before the next release, so that the
> gitversion, next
> >     >             time, will be 5.1
> >     >             > or 5.0.3 or whatever, and then I could append
> a -2 or
> >     >             whatever if this
> >     >             > happens in the future...
> >     >             >
> >     >             > Thoughts?
> >     >             >
> >     >             > Adam Wolf
> >     >             >
> >     >             >
> >     >             > On Mon, Jan 7, 2019 at 7:42 PM Adam Wolf
> >     >              <mailto:adamw...@feelslikeburning.com>
> >     <mailto:adamw...@feelslikeburning.com
> <mailto:adamw...@feelslikeburning.com>>
> >     >             <mailto:adamw...@feelslikeburning.com
> <mailto:adamw...@feelslikeburning.com>
> >     <mailto:adamw...@feelslikeburning.com
> <mailto:adamw...@feelslikeburning.com>>>
> >     >             > <mailto:adamw...@feelslikeburning.com
> <mailto:adamw...@feelslikeburning.com>
> >     <mailto:adamw...@feelslikeburning.com
> <mailto:adamw...@feelslikeburning.com>>
> >     >             <mailto:adamw...@feelslikeburning.com
> <mailto:adamw...@feelslikeburning.com>
> >     <mailto:adamw...@feelslikeburning.com
> <mailto:adamw...@feelslikeburning.com>>>>> wrote:
> >     >             >
> >     >             >     It looks like there's something wrong with the
> >     shared
> >     >             library
> >     >             >     references of just the 5.0.2 packages. 
> They were
> >     >             generated using
> >     >             >     the build script, but not 100%
> automatically.  I've
> >     >             set Jenkins up
> >     >             >     to build those too, which should help
> reduce human
> >     >             error next time.
> >     >             >
> >     >             >     This is assuming I fatfingered something
> in the
> >     build.
> >     >             >
> >     >             >     The nighties and 5.0.1 seem fine.
> >     >             >
> >     >             >     I have a contract delivery this week, and
> things
> >     are a
> >     >             little
> >     >             >     frantic, but I should still be able to get
> this
> >     fixed.
> >     >             >
> >     >             >     Adam
> >     >             >
> >     >             >     On Mon, Jan 7, 2019, 5:46 PM Andy Peters
> >     >             mailto:de...@latke.net>
> <mailto:de...@latke.net <mailto:de...@latke.net>>
> >     <mailto:de...@latke.net <mailto:de...@latke.net>
> <mailto:de...@latke.net <mailto:de...@latke.net>>>
>     >     >             >     <mailto:de...@latke.net
>     <mailto:de...@latke.net> <mailto:de...@latke.net
> <mailto:de...@latke.net>>
> >     <mailto:de...@latke.net <mailto:de...@latke.net>
> <mailto:de...@latke.net <mailto:de...@latke.net>>>> wrote:
> >     >             >
> >     >             >
> >     >             >
> >     >             >         > On Jan 7, 2019, at 3:20 PM, Adam Wolf
> >     >             >          <mailto:adamw...@feelslikeburning.com>
> >     <mailto:adamw...@feelslikeburning.com
> <mailto:adamw...@feelslikeburning.com>>
> >     >             <mailto:adamw...@feelslikeburning.com
> <mailto:adamw...@feelslikeburning.com>
> >     <mailto:adamw...@feelslikeburning.com
> <mailto:adamw...@feelslikeburning.com>>>
> >     >             >         <mailto:adamw...@feelslikeburning.

Re: [Kicad-developers] [PATCH] Move ZoomFitScreen and ZoomPreset to common

2017-03-01 Thread Wayne Stambaugh
; > bounding
> > > >>>> box
> > > >>>>>>> call.  If the current bounding box behavior
> is broken,
> > > then it
> > > >>>> should be
> > > >>>>>>> fixed.  I don't see any reason to get rid of the
> > caching
> > > method.
> > > >>>> If you
> > > >>>>>>> are operating outside of the normal methods
> for adding
> > > and/or
> > > >>>> editing
> > > >>>>>>> board objects that prevents the correct
> bounding box
> > > from being
> > > >>>>>>> calculated, that is your fault and you need
> to fix
> > your code
> > > >>>>>>> accordingly.
> > > >>>>>>>
> > > >>>>>>> >
> > > >>>>>>> > Just by looking at the code, I noticed
> that the
> > > autorouter calls
> > > >>>>>>> > BOARD::GetBoundingBox() frequently, but I
> could not
> > > see much
> > > >>>>>>> difference
> > > >>>>>>> > with caching disabled. Likely, the routing
> > algorithm takes
> > > >>>>>>> significantly
> > > >>>>>>> > more time than the bounding box calculations.
> > > >>>>>>> >
> > > >>>>>>> > Personally I would completely remove
> > m_BoundingBox field
> > > >>>> instead of
> > > >>>>>>> > making it mutable. Also, I have noticed
> there are a
> > > few places
> > > >>>>>>> where the
> > > >>>>>>> > bounding box is overridden with
> SetBoundingBox(). It
> > > seems to
> > > >>>> me a bit
> > > >>>>>>> > dubious, as bounding box should depend
> solely on
> > the items
> > > >>>>>>> belonging to
> > > >>>>>>> > the board. I attach a patch to show what I
> would
> > > change. Any
> > > >>>> comments,
> > > >>>>>>> > especially from Wayne & Jean-Pierre?
> > >     >>>>>>> >
> > > >>>>>>> > Regards,
> > > >>>>>>> > Orson
>     > > >>>>>>>     >
> > > >>>>>>> > On 02/23/2017 01:49 PM, Jon Evans wrote:
> > > >>>>>>> >> Hi Orson,
> > > >>>>>>> >>
> >     > >>>>>>> >> Here's an updated patch with the changes you
> > > requested.  The
> > > >>>> only
> > > >>>>>>> issue is,
> >     > >>>>>>> >> without some kind of caching, I had to
> change the
> > > call sites
> > > >>>> that
> > > >>>>>>> were
> > > >>>>>>> >> interested in the board bounding box with
> edges
> > only,
> > > so the
> > > >>>>>>> patch has
> > > >>>>>>> >> grown in scope.  Let me know if this
> looks better.
> > > >>>>>>> >>
> > > >>>>>>> >> Best,
> > > >>>>>>> >> Jon
> > > >>>>>>> >>
> > > >>

Re: [Openstack] List of Cinder compatible devices

2013-04-16 Thread Tim Bell
 

I think there will always be drivers which implement more features than others 
(in the same way as hypervisors).

 

Thus, it should be easy for someone making choices on backend storage to 
determine to what extent a particular model is supported.

 

There should also be a mechanism to evict a driver from the list in the event 
of failing to keep up with additional functionality (but this is a different 
question to the documentation).

 

Tim

 

From: Blair Bethwaite [mailto:blair.bethwa...@gmail.com] 
Sent: 16 April 2013 04:51
To: John Griffith; Tim Bell
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] List of Cinder compatible devices

 

Hi John,

 

Sounds sensible. I think this post kind of diverged from what Tim was asking, 
which seems to have been more about backend devices...?

 

Should this page be removed then, and a summary of what you wrote added to the 
Cinder wiki page (including any exceptions for current core drivers)?

 

(On a related note, I don't think List Snapshots should be there, IIUC that 
is not a function of the driver and rather about looking in the DB at data 
produced by create/delete snapshot driver calls.)

 

Cheers,

 

On 1 February 2013 04:12, John Griffith john.griff...@solidfire.com 
mailto:john.griff...@solidfire.com  wrote:

 

On Thu, Jan 31, 2013 at 8:56 AM, Koert van der Veer ko...@cloudvps.com 
mailto:ko...@cloudvps.com  wrote:

In that case, it is probably best to transpose the table, with series included, 
the number of products will yield too many columns to be workable.

Also: Do blank spaces indicate not supported or unknown?

koert



On 01/31/2013 04:47 PM, Shake Chen wrote:

I think need add Vendor storage series. 

like not all the EMC storage would support Cinder.




On Thu, Jan 31, 2013 at 11:19 PM, Sébastien Han han.sebast...@gmail.com 
mailto:han.sebast...@gmail.com  wrote:

Just added some stuff about RBD where E refers to Essex.

--
Regards,
Sébastien Han.



On Thu, Jan 31, 2013 at 11:20 AM, Avishay Traeger avis...@il.ibm.com 
mailto:avis...@il.ibm.com  wrote:
 openstack-bounces+avishay=il.ibm@lists.launchpad.net 
 mailto:il.ibm@lists.launchpad.net  wrote on
 01/31/2013 12:37:07 AM:
 From: Tom Fifield fifie...@unimelb.edu.au mailto:fifie...@unimelb.edu.au 
 To: openstack@lists.launchpad.net mailto:openstack@lists.launchpad.net ,
 Date: 01/31/2013 12:38 AM
 Subject: Re: [Openstack] List of Cinder compatible devices
 Sent by: openstack-bounces+avishay=il.ibm@lists.launchpad.net 
 mailto:il.ibm@lists.launchpad.net 

 Here's a starting point:

 http://wiki.openstack.org/CinderSupportMatrix

 Regards,

 Tom

 Tom,
 Thanks for doing this.  I recommend that instead of Y, we should put the
 letter of the version in which the feature first appeared.  So for example,
 E, F, G, ...

 Thanks,
 Avishay


 ___
 Mailing list: https://launchpad.net/~openstack 
 https://launchpad.net/%7Eopenstack 
 Post to : openstack@lists.launchpad.net 
 mailto:openstack@lists.launchpad.net 
 Unsubscribe : https://launchpad.net/~openstack 
 https://launchpad.net/%7Eopenstack 
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack 
https://launchpad.net/%7Eopenstack 
Post to : openstack@lists.launchpad.net 
mailto:openstack@lists.launchpad.net 
Unsubscribe : https://launchpad.net/~openstack 
https://launchpad.net/%7Eopenstack 
More help   : https://help.launchpad.net/ListHelp




-- 
Shake Chen




___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net 
mailto:openstack@lists.launchpad.net 
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

 


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net 
mailto:openstack@lists.launchpad.net 
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

So thanks for putting this together but this brings something up that I've been 
meaning to raise on the dev-list anyway.  In my opinion it should be a 
requirement that for a driver to be accepted in Cinder it implements all of the 
functionality of the base LVM driver (ie all of the rows listed in the matrix 
here).

 

Having to go through and determine what feature is or is not supported per 
driver is EXACTLY what I want to avoid. If we go down the path of building a 
matrix and allowing partial integration it's going to create a huge mess and 
IMO the user experience is going to suffer greatly.  Of course a driver can do 
more than what's on the list, but I think this is the minimum requirement and 
I've been pushing back on submissions based on this.

 

The only exceptions have been some of the newer Grizzly features, but that's 
only because we're

Re: [Dhis2-devs] All menus are not displayed in 2.13 war file

2013-10-22 Thread Gerald Thomas
I haven't tried another browser and no it is not an online server but I can put 
it online u want it to be 
Sent from my BlackBerry® smartphone from Airtel Sierra Leone

-Original Message-
From: Knut Staring knu...@gmail.com
Date: Tue, 22 Oct 2013 14:33:08 
To: gerald...@hotmail.com
Cc: jason.p.picker...@gmail.com; bobjolli...@gmail.com; 
muhireand...@yahoo.com; dhis2-devs@lists.launchpad.net
Subject: Re: [Dhis2-devs] All menus are not displayed in 2.13 war file


Hi Gerald,


Have you tried a different browser? Have you tried Chrome incognito mode? Is 
this on an online server?


Knut


 
On Tue, Oct 22, 2013 at 4:31 PM, Gerald Thomas gerald...@hotmail.com 
mailto:gerald...@hotmail.com  wrote:
 Dear Jason,
 I am having the same issues. Like u said I deleted the war file and the dhis 
folder completely. Then I copy and paste the 2.13 war. But when I restart the 
tomcat the dhis screen does not load but the tomcat is running. Please help!!!
 Sent from my BlackBerry® smartphone from Airtel Sierra Leone
 

 -Original Message-
 From: Jason Pickering jason.p.picker...@gmail.com 
mailto:jason.p.picker...@gmail.com 
 Date: Tue, 22 Oct 2013 14:02:57
 To: bobjolli...@gmail.com mailto:bobjolli...@gmail.com 
 Cc: muhireand...@yahoo.com mailto:muhireand...@yahoo.com ; 
dhis2-devs@lists.launchpad.net mailto:dhis2-devs@lists.launchpad.net 
 Subject: Re: [Dhis2-devs] All menus are not displayed in 2.13 war file
 
 
 Did you shutdown Tomcat, and delete the /dhis/ folder completely from the 
/webapps/ directory?
 
 
 Regards,
 Jason
 
 
 
 
 
 
 On Tue, Oct 22, 2013 at 12:50 PM, Bob Jolliffe bobjolli...@gmail.com 
mailto:bobjolli...@gmail.com  mailto:bobjolli...@gmail.com 
mailto:bobjolli...@gmail.com   wrote:
 
 Agree with Knut this really does sound like a caching issue.  Given that you 
are working on your local machine (I guess it is your laptop) then you might as 
well also try contacting the tomcat server directly (eg. 
http://localhost:8080/dhis or such-like) to remove nginx caching from the 
picture. 
 
 
 
 
 
 
On 22 October 2013 11:46, Knut Staring knu...@gmail.com 
mailto:knu...@gmail.com  mailto:knu...@gmail.com mailto:knu...@gmail.com  
 wrote:
 
 Hi Andrew,
 
 
 It really does sound like a browser caching issue, although you have tried 
most of the usual remedies. Could you also try a different browser, even a 
different machine - preferably one that has never accessed DHIS2? Or point me 
to your instance?
 
 
 Knut
 
 
 
 
 
 
On Tue, Oct 22, 2013 at 11:53 AM, Muhire Andrew muhireand...@yahoo.com 
mailto:muhireand...@yahoo.com  mailto:muhireand...@yahoo.com 
mailto:muhireand...@yahoo.com   wrote:
 
 
 
 
 
  Hi all,
 
 
 I have downloaded the war file version 2.13 to my local instance but i 
encountered the problem of not getting menus on top and also most of other menu 
are not active. only Maintenance menu is active but it is not well placed on 
its normal position. I have  clear the both browser cache and nginx cache but 
nothing is changing. i have restarted the nginx, instance. Using incognito 
window but it solves nothing. I wanted to clear instance cache but the button 
for clearing is not active.
 
 
  Is this a bug?
 
 
 
 
 
 

 
 
 
  Muhire Andrew
 
  Ministry of Health / HMIS
 A mind is a terrible thing to waste
 
 
 
  ***
 
 
  ** Cell:(+25)0788436150 tel:%28%2B25%290788436150  
tel:%28%2B25%290788436150 ** 
 
*** Twitter :andrewmuhire***
 
  skype:muhire_andrew
 muhireand...@yahoo.com mailto:muhireand...@yahoo.com  
mailto:muhireand...@yahoo.com mailto:muhireand...@yahoo.com 
 
___
  Mailing list: https://launchpad.net/~dhis2-devs
  Post to     : dhis2-devs@lists.launchpad.net 
mailto:dhis2-devs@lists.launchpad.net  mailto:dhis2-devs@lists.launchpad.net 
mailto:dhis2-devs@lists.launchpad.net 
 
 Unsubscribe : https://launchpad.net/~dhis2-devs
  More help   : https://help.launchpad.net/ListHelp
 
 
 
 
 
 --
 
 Knut Staring
 Dept. of Informatics, University of Oslo
 +4791880522 tel:%2B4791880522  tel:%2B4791880522
 
http://dhis2.org
 ___
  Mailing list: https://launchpad.net/~dhis2-devs
  Post to     : dhis2-devs@lists.launchpad.net 
mailto:dhis2-devs@lists.launchpad.net  mailto:dhis2-devs@lists.launchpad.net 
mailto:dhis2-devs@lists.launchpad.net 
 
 Unsubscribe : https://launchpad.net/~dhis2-devs
  More help   : https://help.launchpad.net/ListHelp
 
 
 
 ___
  Mailing list: https://launchpad.net/~dhis2-devs
  Post to     : dhis2-devs@lists.launchpad.net 
mailto:dhis2-devs@lists.launchpad.net  mailto:dhis2-devs@lists.launchpad.net 
mailto:dhis2-devs@lists.launchpad.net 
 

 Unsubscribe : https://launchpad.net/~dhis2-devs
  More help   : https://help.launchpad.net/ListHelp
 
 ___
 Mailing list: https://launchpad.net/~dhis2-devs
 Post to     : dhis2

Re: [Dhis2-devs] [Dhis2-users] Eivind Eriksen joins as developer

2014-11-12 Thread Dapo Adejumo
Welcome!

 

………

Regards,

Dapo Adejumo

+2348033683677

Skype : dapojorge

 

From: Dhis2-devs 
[mailto:dhis2-devs-bounces+dapo_adejumo=yahoo@lists.launchpad.net] On 
Behalf Of Greg Rowles
Sent: 12 November, 2014 10:59 PM
To: Wilfred Senyoni
Cc: Nicola Hobby; DHIS 2 Users list; DHIS developers
Subject: Re: [Dhis2-devs] [Dhis2-users] Eivind Eriksen joins as developer

 

Welcome Eivind! If you're attending our South Africa conference next year - I 
hope to meet you there!

 

On Wed, Nov 12, 2014 at 10:47 PM, Wilfred Senyoni seny...@gmail.com 
mailto:seny...@gmail.com  wrote:

Welcome to the team Eivind.

Wilfred

On 12 Nov 2014 18:41, Jim Grace jimgr...@gmail.com 
mailto:jimgr...@gmail.com  wrote:

Welcome Eivind!

 

Cheers,

Jim

 

 

On Wed, Nov 12, 2014 at 7:46 AM, Nicola Hobby nho...@psi.org 
mailto:nho...@psi.org  wrote:

Welcome Eivind, from the PSI team! 

-- 

Nicola Hobby
MIS Program Manager

Office:  tel:%2B1%20%28202%29%20469-6685 +1 (202) 469-6685
Skype: nicolahobby

Connect with PSI

 http://www.psi.org/ Website  |   http://blog.psiimpact.com/ Blog  |   
https://twitter.com/PSIimpact Twitter  |   
https://www.facebook.com/PSIHealthyLives Facebook  |   
http://www.youtube.com/user/healthybehaviors YouTube

 

 http://www.psi.org/ http://blog.psiimpact.com/ 
https://twitter.com/PSIimpact https://www.facebook.com/PSIHealthyLives  
   http://www.youtube.com/user/healthybehaviors  

 

Donate to PSI

 http://www.psi.org/ www.psi.org. 94.5 cents of every dollar raised directly 
supports PSI programs.

 

 

From: Morten Olav Hansen morte...@gmail.com mailto:morte...@gmail.com 
Date: Wednesday, November 12, 2014 at 8:40 AM
To: Jan Henrik Øverland janhenrik.overl...@gmail.com 
mailto:janhenrik.overl...@gmail.com 
Cc: dhis2-users dhis2-us...@lists.launchpad.net 
mailto:dhis2-us...@lists.launchpad.net , DHIS list 
dhis2-devs@lists.launchpad.net mailto:dhis2-devs@lists.launchpad.net 
Subject: Re: [Dhis2-users] [Dhis2-devs] Eivind Eriksen joins as developer

 

Welcome to the team!




--
Morten

 

On Wed, Nov 12, 2014 at 6:12 PM, Jan Henrik Øverland 
janhenrik.overl...@gmail.com mailto:janhenrik.overl...@gmail.com  wrote:

Welcome!

 

On Wed, Nov 12, 2014 at 12:58 PM, Abyot Gizaw aby...@gmail.com 
mailto:aby...@gmail.com  wrote:

Welcome Eivind !




 

---

Thank you,

Abyot.

 

On Wed, Nov 12, 2014 at 12:51 PM, Lars Helge Øverland larshe...@gmail.com 
mailto:larshe...@gmail.com  wrote:

Hi all, 

 

I have the pleasure to announce that Eivind Eriksen has joined the team as 
software developer. Eivind will work 40% this year, then full time from January.

 

Eivind has 6 years of experience as Java software developer at Eniro, Visma, 
3Media and has been working on search, monitoring and web portals. Eivind is 29 
and originally from the northern city of Tromsø, Norway. 

 

We are excited to you get on the team. Welcome!

 

regards,


Lars

 

 

 

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net 
mailto:dhis2-devs@lists.launchpad.net 
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

 


___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net 
mailto:dhis2-devs@lists.launchpad.net 
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

 


___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net 
mailto:dhis2-devs@lists.launchpad.net 
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

 


___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-us...@lists.launchpad.net 
mailto:dhis2-us...@lists.launchpad.net 
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp

 


___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net 
mailto:dhis2-devs@lists.launchpad.net 
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net 
mailto:dhis2-devs@lists.launchpad.net 
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp





 

-- 

  http://hispsa.org/timesheets/images/HISP-logo.png 

Business Intelligence Planner

Health Information Systems Programme

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

Mobile  :073 246 2992
Landline:   021 554 3130

Fax:  086 733 8432 

Skype:  gregory_rowles

Re: [Dhis2-users] [Dhis2-devs] Eivind Eriksen joins as developer

2014-11-12 Thread Dapo Adejumo
Welcome!

 

………

Regards,

Dapo Adejumo

+2348033683677

Skype : dapojorge

 

From: Dhis2-devs 
[mailto:dhis2-devs-bounces+dapo_adejumo=yahoo@lists.launchpad.net] On 
Behalf Of Greg Rowles
Sent: 12 November, 2014 10:59 PM
To: Wilfred Senyoni
Cc: Nicola Hobby; DHIS 2 Users list; DHIS developers
Subject: Re: [Dhis2-devs] [Dhis2-users] Eivind Eriksen joins as developer

 

Welcome Eivind! If you're attending our South Africa conference next year - I 
hope to meet you there!

 

On Wed, Nov 12, 2014 at 10:47 PM, Wilfred Senyoni seny...@gmail.com 
mailto:seny...@gmail.com  wrote:

Welcome to the team Eivind.

Wilfred

On 12 Nov 2014 18:41, Jim Grace jimgr...@gmail.com 
mailto:jimgr...@gmail.com  wrote:

Welcome Eivind!

 

Cheers,

Jim

 

 

On Wed, Nov 12, 2014 at 7:46 AM, Nicola Hobby nho...@psi.org 
mailto:nho...@psi.org  wrote:

Welcome Eivind, from the PSI team! 

-- 

Nicola Hobby
MIS Program Manager

Office:  tel:%2B1%20%28202%29%20469-6685 +1 (202) 469-6685
Skype: nicolahobby

Connect with PSI

 http://www.psi.org/ Website  |   http://blog.psiimpact.com/ Blog  |   
https://twitter.com/PSIimpact Twitter  |   
https://www.facebook.com/PSIHealthyLives Facebook  |   
http://www.youtube.com/user/healthybehaviors YouTube

 

 http://www.psi.org/ http://blog.psiimpact.com/ 
https://twitter.com/PSIimpact https://www.facebook.com/PSIHealthyLives  
   http://www.youtube.com/user/healthybehaviors  

 

Donate to PSI

 http://www.psi.org/ www.psi.org. 94.5 cents of every dollar raised directly 
supports PSI programs.

 

 

From: Morten Olav Hansen morte...@gmail.com mailto:morte...@gmail.com 
Date: Wednesday, November 12, 2014 at 8:40 AM
To: Jan Henrik Øverland janhenrik.overl...@gmail.com 
mailto:janhenrik.overl...@gmail.com 
Cc: dhis2-users dhis2-users@lists.launchpad.net 
mailto:dhis2-users@lists.launchpad.net , DHIS list 
dhis2-d...@lists.launchpad.net mailto:dhis2-d...@lists.launchpad.net 
Subject: Re: [Dhis2-users] [Dhis2-devs] Eivind Eriksen joins as developer

 

Welcome to the team!




--
Morten

 

On Wed, Nov 12, 2014 at 6:12 PM, Jan Henrik Øverland 
janhenrik.overl...@gmail.com mailto:janhenrik.overl...@gmail.com  wrote:

Welcome!

 

On Wed, Nov 12, 2014 at 12:58 PM, Abyot Gizaw aby...@gmail.com 
mailto:aby...@gmail.com  wrote:

Welcome Eivind !




 

---

Thank you,

Abyot.

 

On Wed, Nov 12, 2014 at 12:51 PM, Lars Helge Øverland larshe...@gmail.com 
mailto:larshe...@gmail.com  wrote:

Hi all, 

 

I have the pleasure to announce that Eivind Eriksen has joined the team as 
software developer. Eivind will work 40% this year, then full time from January.

 

Eivind has 6 years of experience as Java software developer at Eniro, Visma, 
3Media and has been working on search, monitoring and web portals. Eivind is 29 
and originally from the northern city of Tromsø, Norway. 

 

We are excited to you get on the team. Welcome!

 

regards,


Lars

 

 

 

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-d...@lists.launchpad.net 
mailto:dhis2-d...@lists.launchpad.net 
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

 


___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-d...@lists.launchpad.net 
mailto:dhis2-d...@lists.launchpad.net 
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

 


___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-d...@lists.launchpad.net 
mailto:dhis2-d...@lists.launchpad.net 
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

 


___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net 
mailto:dhis2-users@lists.launchpad.net 
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp

 


___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-d...@lists.launchpad.net 
mailto:dhis2-d...@lists.launchpad.net 
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-d...@lists.launchpad.net 
mailto:dhis2-d...@lists.launchpad.net 
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp





 

-- 

  http://hispsa.org/timesheets/images/HISP-logo.png 

Business Intelligence Planner

Health Information Systems Programme

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

Mobile  :073 246 2992
Landline:   021 554 3130

Fax:  086 733 8432 

Skype:  gregory_rowles

Re: [Kicad-developers] OS X bundling

2015-06-12 Thread Wayne Stambaugh
After the stable release, I am ripping out all of the old OSX cmake
build configuration code along with the dependency build code.  This
should significantly simplify our cmake code.  Please don't make any
changes to the legacy OSX build configuration code.

On 6/11/2015 9:08 PM, Bernhard Stegmaier wrote:
 osx_fixbundles.sh was the script that did the library bundling before I
 changed it to using builtin CMake functions for it.
 Maybe it is still referenced here and there in some old CMake code, but
 IMHO it can just be deleted with every reference to it.
 
 
 Regards,
 Bernhard
 
 
 On 11 Jun 2015, at 21:24, Garth Corral gcor...@abode.com
 mailto:gcor...@abode.com wrote:

 I think that can go.  Though it looks like there’s some code in
 osx_fixbundles.sh that ostensibly migrates kiface modules inside the
 bundle, that code looks out of date and inert.  Perhaps Bernhard has
 some insight into what that’s supposed to be doing.

 There are a couple of other references to cvpcb.app in CMakeList
 files.  I’ve attached a patch with this as well as those.  There’s
 also some references in the packaging directory, but I suspect that
 isn’t being used at the moment so I’ve left it alone.

 I used the same approach that you did for the other cvpcb stuff in
 CMakeLists, but I presume those blocks will be removed entirely in the
 near future.


 Garth

 nix_cvpcb.patch

 On Jun 11, 2015, at 10:46 AM, Wayne Stambaugh stambau...@gmail.com
 mailto:stambau...@gmail.com wrote:

 Thanks Adam.  As soon as you let me know, I will commit the changes.

 On 6/11/2015 1:48 PM, Adam Wolf wrote:
 I bet it can be.

 I will put checking that on the top of my KiCad list.

 Adam Wolf

 On Thu, Jun 11, 2015 at 12:42 PM, Wayne Stambaugh
 stambau...@gmail.com mailto:stambau...@gmail.com
 mailto:stambau...@gmail.com wrote:

Adam,

There is also this line (521) in CMakeList.txt:

add_custom_target( osx_fix_bundles ALL DEPENDS
cvpcb eeschema gerbview kicad pcbnew bitmap2component
pcb_calculator pl_editor)


I'm guessing cvpcb can be removed from the list.

Wayne

On 6/11/2015 11:44 AM, Adam Wolf wrote:
 Builds resumed on the build cluster.

 I need to understand the bundling a bit more--for instance, should we
 still be adding cvpcb.app to search lists in gestfich.cpp?

 Adam Wolf

 On Thu, Jun 11, 2015 at 7:15 AM, Wayne Stambaugh
 stambau...@gmail.com
 mailto:stambau...@gmail.com mailto:stambau...@gmail.com
 mailto:stambau...@gmail.com mailto:stambau...@gmail.com wrote:

Thanks Garth.  I committed your patch in the product branch r5731.
Hopefully this will get the OSX users back up and running.

Cheers,

Wayne

On 6/11/2015 4:16 AM, Garth Corral wrote:

 Looks like the OS X install is trying to copy the nonexistant
 cvpcb.app into the main bundle, killing the build.


 Patch attached







 ___
 Mailing list: https://launchpad.net/~kicad-developers
 Post to : kicad-developers@lists.launchpad.net
 mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~kicad-developers
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
 mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
 mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp



 ___
 Mailing list: https://launchpad.net/~kicad-developers
 Post to : kicad-developers@lists.launchpad.net
 mailto:kicad-developers@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~kicad-developers
 More help   : https://help.launchpad.net/ListHelp

 ___
 Mailing list: https://launchpad.net/~kicad-developers
 Post to : kicad-developers@lists.launchpad.net
 mailto:kicad-developers@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~kicad-developers
 More help   : https://help.launchpad.net/ListHelp
 


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More

Re: [Kicad-developers] rc3

2018-07-04 Thread Mark Roszko
https://github.com/KiCad/kicad-doc/archive/5.0.0-rc3.tar.gz

from https://github.com/KiCad/kicad-doc/releases
On Wed, Jul 4, 2018 at 12:19 PM Adam Wolf  wrote:
>
> Is there a tarball of the tagged docs somewhere?
>
> Adam
>
> On Wed, Jul 4, 2018, 7:14 AM Steven A. Falco  wrote:
>>
>> Perfect!  Thanks.
>>
>> Steve
>>
>> On 07/04/2018 04:33 AM, Nick Østergaard wrote:
>> > kicad-doc and kicad-i18n is also tagged
>> >
>> > søn. 1. jul. 2018 00.34 skrev Rene Pöschl > > <mailto:poesc...@gmail.com>>:
>> >
>> > template repo is now tagged (sorry forgot about that one)
>> >
>> > On 30/06/18 23:56, Steven A. Falco wrote:
>> > > Thank you!
>> > >
>> > > There are three repos not yet tagged with rc3 on github - two are 
>> > probably awaiting translation work: kicad-doc and kicad-i18n.  Also not 
>> > tagged: kicad-templates.  Once everything catches up to rc3, I will push 
>> > them to Fedora Rawhide.
>> > >
>> > >   Steve
>> > >
>> > > On 06/30/2018 08:50 AM, Wayne Stambaugh wrote:
>> > >> I will do this when I tag rc3.  I think I have done it for every 
>> > release tag.
>> > >>
>> > >> On 06/30/2018 08:28 AM, Steven A. Falco wrote:
>> > >>> If possible, it would also be great if a tar file for -rc3 could 
>> > be uploaded to launchpad, analogous to what was done for -rc2.
>> > >>>
>> > >>> We do have an -rc2 build in the official Fedora Rawhide now, and 
>> > I'm ready to step that up to -rc3 once available.
>> > >>>
>> > >>>  Thanks,
>> > >>>  Steve
>> > >>>
>> > >>> On 06/29/2018 10:15 PM, Adam Wolf wrote:
>> > >>>> Folks, enjoy your vacations.  We've all earned them! :)
>> > >>>>
>> > >>>> Wayne, if you could please announce on the list when you tag rc3, 
>> > that
>> > >>>> would be awesome.
>> > >>>>
>> > >>>> Thanks!
>> > >>>>
>> > >>>> Adam
>> > >>>> On Fri, Jun 29, 2018 at 7:27 PM Rene Pöschl > > <mailto:poesc...@gmail.com>> wrote:
>> > >>>>> What a coincidence. I will also be out of town for the next one 
>> > and a
>> > >>>>> half weeks.
>> > >>>>> As i can not guarantee that i will have internet access during 
>> > this time
>> > >>>>> it might be necessary that somebody else tags the final kicad 5 
>> > library
>> > >>>>> release.
>> > >>>>> (I should be back at June the 10th late at night CET.)
>> > >>>>>
>> > >>>>> So i would suggest you make an issue one or two days before the 
>> > intended
>> > >>>>> release date to notify the library team. (I already made one to 
>> > warn
>> > >>>>> them about this fact. See:
>> > >>>>> https://github.com/KiCad/kicad-symbols/issues/712)
>> > >>>>>
>> > >>>>> On 30/06/18 01:59, Wayne Stambaugh wrote:
>> > >>>>>> I think we are good to go with rc3.  I'm going to tag it 
>> > tomorrow unless
>> > >>>>>> something comes up between now and then.  Once rc3 is tagged, I 
>> > would
>> > >>>>>> like to hold off on any commits that are not critical bug 
>> > fixes.  Since
>> > >>>>>> I will be out of the country all next week for vacation, this 
>> > will give
>> > >>>>>> users time to test rc3 builds.  If no critical issues arise 
>> > during this
>> > >>>>>> week, I will tag 5.0.0 when I get back.  If this is an issue 
>> > for our
>> > >>>>>> doc, library, or translation devs, please let me know.  Once 
>> > our 5.0.0
>> > >>>>>> builds are ready to go, I will make the stable release 
>> > announcement and
>> > >>>>>> proceed directly to the pub to celebrate.  We are getting 

Re: [Kicad-developers] Feedback on 6.0 work

2018-03-22 Thread Wayne Stambaugh
That is the plan.

On 3/21/2018 7:48 PM, Jeff Young wrote:
> Good point.  I think that *is* the plan as far as I understand it.
> 
>> On 21 Mar 2018, at 23:43, Jon Evans <j...@craftyjon.com
>> <mailto:j...@craftyjon.com>> wrote:
>>
>> I actually thing that's a reasonable thing to think about supporting. 
>>
>> On Wed, Mar 21, 2018, 19:38 Russell Oliver <roliver8...@gmail.com
>> <mailto:roliver8...@gmail.com>> wrote:
>>
>> Yes, I guess so, unless there is a plan with the new schematic
>> format to allow "unique/independent" symbols that include
>> modifications from the library symbol, that are only stored in the
>> schematic. 
>>
>> On Thu, 22 Mar 2018 10:18 Jeff Young, <j...@rokeby.ie
>> <mailto:j...@rokeby.ie>> wrote:
>>
>> In the Mod-Edit version only, right?  I don’t think we allow
>> editing of pins at all in the schematic, do we?
>>
>>> On 21 Mar 2018, at 21:48, Russell Oliver
>>> <roliver8...@gmail.com <mailto:roliver8...@gmail.com>> wrote:
>>>
>>> Just thinking that another tab showing the list of pins and
>>> their properties would be a good addition to this also. If
>>> you can copy and paste into the grid 
>>>
>>> On Wed, 21 Mar 2018 23:34 Wayne Stambaugh,
>>> <stambau...@gmail.com <mailto:stambau...@gmail.com>> wrote:
>>>
>>> Jeff,
>>>
>>> Looks good to me.  I prefer the in place editing so go
>>> ahead and apply
>>> this where it makes sense.  I don't like the bare bones
>>> properties
>>> either.  If wxGrid provides a simple way to hide them,
>>> let the user
>>> decide which properties to show and/or hide.  There may
>>> be use cases
>>> where the user would want to manually edit coordinates,
>>> orientation,
>>> etc.  I see no reason for the artificial limit.
>>>
>>> Cheers,
>>>
>>> Wayne
>>>
>>> On 3/20/2018 6:35 AM, Jeff Young wrote:
>>> > Sometimes wxWidgets is your friend.  Turns out we
>>> automatically get a
>>> > context menu if you click on the header which allows
>>> you to set which
>>> > columns are displayed.  I’m still not a huge fan of the
>>> bare-bones
>>> > approach (first 3 columns only), so I’d suggest this as
>>> a default:
>>> >
>>> >
>>> > Is everyone happy enough with the idea of in-place
>>> field editing through
>>> > a grid control that I should carry on with the LibEdit
>>> and Footprint
>>> > versions?
>>> >
>>> > (Additional specific feedback on any of the dialogs
>>> shown also welcomed.)
>>> >
>>> > Cheers,
>>> > Jeff.
>>> >
>>> >
>>> >> On 18 Mar 2018, at 00:52, Jeff Young <j...@rokeby.ie
>>> <mailto:j...@rokeby.ie>
>>> >> <mailto:j...@rokeby.ie <mailto:j...@rokeby.ie>>> wrote:
>>> >>
>>> >> > I would hide the text properties (with the exception
>>> of Show) by
>>> >> default.
>>> >>
>>> >> We do something similar for the Fields Editor:
>>> >>
>>> >> 
>>> >>
>>> >> … but it definitely adds a lot of visual complexity to
>>> the dialog.
>>> >>
>>> >> Cheers,
>>> >> Jeff.
>>> >>
>>> >>
>>> >>> On 18 Mar 2018, at 00:36, hauptmech
>>> <hauptm...@gmail.com <mailto:hauptm...@gmail.com>
>>> >>> <mailto:hauptm...@gmail.com
>>> <mailto:hauptm...@gmail.com>>> wrote:
>>> 

Re: [Kicad-developers] wxGrid boolean changes

2018-03-21 Thread Jon Evans
Young
> >>>   <
> j...@rokeby.ie <mailto:j...@rokeby.ie> <mailto:j...@rokeby.ie  j...@rokeby.ie>><mailto:j...@rokeby.ie <mailto:j...@rokeby.ie>>
> >>>j...@rokeby.ie <mailto:j...@rokeby.ie>>> wrote:
> >>>  Hi Jon,
> >>>  I
> >>>   implemented (1), (3) and
> >>>   (4) in 6.0.  It was
> >>>   tweaky
> >>>   enough that
> >>>  I don’t
> >>>   recommend it for 5.0
> >>>   (but I don’t fee
> >>>   strongly).
> >>>  You can
> >>>   see my implementation
> here:
> >>>
> https://git.launchpad.net/~jeyjey/kicad/commit/?h=6.0=
> 7dda85fdae21f162bd7413fdceb16e49698f31bf
> >>>   <
> https://git.launchpad.net/~jeyjey/kicad/commit/?h=6.0=
> 7dda85fdae21f162bd7413fdceb16e49698f31bf>
> >>>  <
> https://git.launchpad.net/~jeyjey/kicad/commit/?h=6.0=
> 7dda85fdae21f162bd7413fdceb16e49698f31bf <https://git.launchpad.net/~
> jeyjey/kicad/commit/?h=6.0=7dda85fdae21f162bd7413fdceb16e49698f31bf>>.
> >>>  Cheers,
> >>>  Jeff.
> >>>  On 14
> >>>   Mar 2018, at 13:50,
> >>>   Jon Evans
> >>>   <
> j...@craftyjon.com <mailto:j...@craftyjon.com> <mailto:j...@craftyjon.com
> <mailto:j...@craftyjon.com>><mailto:j...@craftyjon.com  j...@craftyjon.com>>
> >>>
> <mailto:j...@craftyjon.com <mailto:j...@craftyjon.com>>> wrote:
> >>>  Hi
> all,
> >>>  I
> >>>   recently (2f86b497)
> >>>   changed the behavior
> of
> >>>   the
> >>>   wxGrid in the
> >>>
> footprint wizard dialog to fix some issues with
> >>>   boolean
> >>>
> (checkbox) parameters.
> >>>  The
> >>>   default behavior
> >>>   from wxWidgets (at
> least
> >>>   in 3.0)
> >>>   is buggy
> >>>  in
> >>>   that the update
> >>>   events don't get
> >>>   sent out
> >>>   when
> >>>   you'd expect
> >>>  from
> >>>   the
> >>>   wxGridCellBoolEditor.
> >>>  I
> >>>   have found that I
> >>>   can get behavior
> >>>     

Re: [Kicad-developers] Mac HighDPI performance

2018-03-04 Thread Wayne Stambaugh
   to prove that eeschema is slow on Mac?
>>>>>        Well, we know that and we told you
already some
>>>>>    weeks/months ago
>>>>>        why it is like it is (if memory
serves me right).
>>>>>
>>>>>        Or, do you have an own project that
is so
>>>>>    ridiculously slow, that
>>>>>        you can’t work with it?
>>>>>        If so, please provide it so that we
can analyse why
>>>>>    this specific
>>>>>        project behaves like that.
>>>>>        If you can’t or don’t want to
provide it we could
>>>>>    tell you how to
>>>>>        do some performance measurements so
that we
>>>>>     might see
>>>>>    something.
>>>>>
>>>>>        Obviously, there are a number of Mac
users here and
>>>>>    also over at
>>>>>        the KiCad forum who might also be
happy to get
>>>>>     some more
>>>>>        performance here and there, but who
are in general
>>>>>    reasonably able
>>>>>        to work on their projects (including
myself, on a
>>>>>    2012 Retina
>>>>>        MacBook with only an i5).
>>>>>
>>>>>
>>>>>        Regards,
>>>>>        Bernhard
>>>>>
>>>>>        > On 2. Mar 2018, at 17:59, Andy Peters
>>>>>    <de...@latke.net <mailto:de...@latke.net>
>>>>>     <mailto:de...@latke.net
<mailto:de...@latke.net>> <mailto:de...@latke.net
<mailto:de...@latke.net>>
>>>>>
>>>>>     <mailto:de...@latke.net
<mailto:de...@latke.net> <mailto:de...@latke.net
<mailto:de...@latke.net>>>> wrote:
>>>>>        >
>>>>>        >
>>>>>        >
>>>>>        >> On Mar 1, 2018, at 8:53 PM, Seth
Hillbrand
>>>>>        <seth.hillbr...@gmail.com
<mailto:seth.hillbr...@gmail.com>
>>>>>     <mailto:seth.hillbr...@gmail.com
<mailto:seth.hillbr...@gmail.com>>
>>>>>    <mailto:seth.hillbr...@gmail.com
<mailto:seth.hillbr...@gmail.com>>
>>>>>    <mailto:seth.hillbr...@gmail.com
<mailto:seth.hillbr...@gmail.com>
>>>>>    <mailto:seth.hillbr...@gmail.com
<mailto:seth.hillbr...@gmail.com>>>> wrote:
>>>>>        >>
>>>>>        >> Andrey-
>>>>>        >>
>>>>>        >> I'm moving this to a new thread
so that we don't
>>>>>    conflate the
>>>>>        OpenMP discussion with this.
>>>>>        >>
    >>>>>        >> Can you test running Kicad with
the "Open in Low
>>>>>        Resolution"
>>>>>        mode enabled?  You can activate this
by choosing
    >>>>>     "Get
>>>>>    Info" on the
>>>>>            main KiCad application and checking
the option that
>>>>>        says "Open in
>>>>>        Low Resolution".  You may need to do
the same
>>>>>     for the
>>>>>    other
>>>>>        applications (Eeschema, pcbnew, etc)
as well.
   

Re: [Kicad-developers] 5.0.1 release status.

2018-10-16 Thread Jean-Samuel Reynaud
Hi Wayne,

Yes the bug #1785377 affect also this release. Did I need to plan a
workarround to allow this build ?

Regards,
Le 15/10/2018 à 23:37, John Beard a écrit :
> Hi Wayne,
> 
> There was a commit on master made for this purpose: 9a3cfb857. The
> function is to remove a failing test and thereby avoid having to
> exclude it from the CTest harness, which doesn't work on old Boosts. I
> thought it was in v5, but it is evidently not (and git branch
> --contains concurs).
> 
> A simple cherry-pick should work.
> 
> Cheers,
> 
> John
> On Mon, Oct 15, 2018 at 7:03 PM Wayne Stambaugh  wrote:
>>
>> JS is on the mailing list.  I suspect he will reply soon.
>>
>> On 10/15/2018 1:59 PM, Ronnie Gaensli wrote:
>>> Hi all!
>>>
>>> I've been awaiting the 5.0.1 release to be officially available via the
>>> ppa of js-reynaud. Though unfortunatley there's an issue with the
>>> build: 
>>> https://launchpad.net/~js-reynaud/+archive/ubuntu/kicad-5/+build/15533528
>>> Actually it's the tests that cause the
>>> issue: 
>>> https://launchpadlibrarian.net/392947878/buildlog_ubuntu-trusty-amd64.kicad_5.0.1-stable-201810121506+33cea8e~66~ubuntu14.04.1_BUILDING.txt.gz
>>> at the very bottom
>>>
>>> I'm not yet in the position to tell the cause, but I would like raise
>>> awareness of this. Does Js-Reynaud read this here?, shall I contact him
>>> directly via launchpad, ? What best to do?
>>>
>>> Cheers
>>> Ronnie
>>>
>>>
>>> Am So., 14. Okt. 2018 um 19:43 Uhr schrieb Wayne Stambaugh
>>> mailto:stambau...@gmail.com>>:
>>>
>>> We will have to do the usual tagging of all of the repos with 5.0.2
>>> so I
>>> will have to wait to see if there any issues.  I shouldn't take very
>>> long so 5.0.1 may be a very short lived release.
>>>
>>> On 10/14/2018 01:13 PM, Adam Wolf wrote:
>>> > I think there are some 5.0.1s already up for download... Any issue
>>> just
>>> > going to 5.0.2?
>>> >
>>> > Adam
>>> >
>>> > On Sun, Oct 14, 2018, 11:05 AM Wayne Stambaugh
>>> mailto:stambau...@gmail.com>
>>> > <mailto:stambau...@gmail.com <mailto:stambau...@gmail.com>>> wrote:
>>> >
>>> > I'm fine with pushing the release back another week.  I would
>>> rather not
>>> > release 5.0.1 with this bug.  We have a lot of ex-Eagle users and
>>> > breaking Eagle import is not good.  I see one of two options here.
>>> > Retag 5.0.1 with the current changes or release 5.0.2
>>> immediately.  I
>>> > don't know which is more work for our packagers so I am open
>>> to either
>>> > option.  Please let me know what works best for you and I will
>>> go with
>>> > that option.
>>> >
>>> > Cheers,
>>> >
>>> > Wayne
>>> >
>>> > On 10/14/2018 10:02 AM, Seth Hillbrand wrote:
>>> >  > Hi Wayne, et al-
>>> >  >
>>> >  > There is a critical bug that I introduced
>>> >  > with a5bdee747a59f80cf46f5aad5593aa4e1617b7c3  in 5.0.1.
>>> It affects
>>> >  > certain Eagle files imports and causes a crash.
>>> >  >
>>> >  > I've fixed this in the 5.0.2 tree.  I'm sorry for the extra
>>> problems.
>>> >  >
>>> >  > Between this and the footprint wizard, we may wish to
>>> announce a
>>> > 5.0.2
>>> >  > sooner rather than later.  Or packagers may wish to pull in the
>>> >  > post-5.0.2 tagged commits as patches to their builds before
>>> > announcement.
>>> >  >
>>> >  > -S
>>> >  >
>>> >  > Am Fr., 12. Okt. 2018 um 05:39 Uhr schrieb Wayne Stambaugh
>>> >  > mailto:stambau...@gmail.com>
>>> <mailto:stambau...@gmail.com <mailto:stambau...@gmail.com>>
>>> > <mailto:stambau...@gmail.com <mailto:stambau...@gmail.com>
>>> <mailto:stambau...@gmail.com <mailto:stambau...@gmail.com>>>>:
>>> >  >
>>> >  > 

Re: [Openstack] Jenkins Job Configuration

2011-07-14 Thread Alexander Sakhnov
Hi,
there is a plugin for Jenkins that extends standart permission matrix.
http://wiki.hudson-ci.org/display/HUDSON/Extended+Read+Permission+Plugin
Maybe this would help.

On Thu, Jul 14, 2011 at 7:27 PM, adrian_f_sm...@dell.com wrote:

  That something will likely be a drop of a bunch of xml files
 That would be perfect. Thanks Monty.

 Adrian

 -Original Message-
 From: openstack-bounces+adrian_f_smith=dell@lists.launchpad.net[mailto:
 openstack-bounces+adrian_f_smith=dell@lists.launchpad.net] On Behalf
 Of Monty Taylor
 Sent: Thursday, July 14, 2011 4:01 PM
 To: openstack@lists.launchpad.net
 Subject: Re: [Openstack] Jenkins Job Configuration

 Hi!

 We're working on a decent solution for this. Jenkins itself does not have a
 setting which allows you to see the job config without also giving you
 access to edit it. (fail)

 However, it's been on my todo list to a) just publish these somewhere or
 b) even better, an easy way for you to spin up an identical jenkins (albeit
 one which does not publish tarballs)

 I'm going to move a) up on my list and see if I can't get you something
 today. That something will likely be a drop of a bunch of xml files ...
 but it's at least something. :)

 Monty


 On 07/14/2011 09:30 AM, adrian_f_sm...@dell.com wrote:
  Would it be possible to see the individual configuration files for the
  jobs running on http://jenkins.openstack.org?
 
 
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




-- 
Best regards,
Alexander Sakhnov
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] OCCI on OpenStack

2011-08-17 Thread Hareesh Puthalath
Hi Amine and everyone else,

My name is Hareesh and I am engaged in the EU FP7 project SAIL on behalf of 
Ericsson, specifically in Work Package D: Cloud Networking.

As part of Ericsson's prototyping effort in WP-D, we have been working on a 
implementation of OCCI on OpenStack during the summer.That work has been 
progressing well and we have a nearly ready prototype in the lab.

Regards,
Hareesh Puthalath

Research Engineer
Ericsson Research
Stockholm, Sweden


From: Andy Edmonds a...@edmonds.bemailto:a...@edmonds.be
Date: 15 augusti 2011 18:02:54 CEST
To: alph inf infopo...@gmail.commailto:infopo...@gmail.com
Cc: mailto:openstack@lists.launchpad.net 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: Re: [Openstack] OCCI on OpenStack

Hi Amine,
I believe there is ongoing implementation work by people from the SAIL project 
(http://www.sail-project.eu/www.sail-project.euhttp://www.sail-project.eu).

Andy
http://andy.edmonds.beandy.edmonds.behttp://andy.edmonds.be


On Fri, Aug 5, 2011 at 12:45, alph inf 
mailto:infopo...@gmail.cominfopo...@gmail.commailto:infopo...@gmail.com 
wrote:
Hi,

What is the current state of the implementation of OCCI on the OpenStack 
project [1] ?

Amine

-
[1] http://wiki.openstack.org/occi http://wiki.openstack.org/occi

___
Mailing list: https://launchpad.net/~openstack 
https://launchpad.net/~openstack
Post to : mailto:openstack@lists.launchpad.net 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack 
https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp 
https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack 
https://launchpad.net/~openstack
Post to : mailto:openstack@lists.launchpad.net 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack 
https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp 
https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Nova: Admin API blueprints

2011-08-30 Thread Glen Campbell
We're in the midst of implementing these now:
https://blueprints.launchpad.net/nova/+spec/admin-account-actions

Essentially suspend/resume for all servers associated with a tenant ID.

We're still having discussions around the mass deletion and whether or not we 
want to expose something that risky (since it's easy enough just to list the 
servers and delete each one). If we do, it will almost certainly occur after 
this:
https://blueprints.launchpad.net/nova/+spec/deferred-delete-instance


[cid:9A0D0DA3-6B19-4D1E-9276-36B9E4A9DC3B]

From: Rouault, Jason (Cloud Services) 
jason.roua...@hp.commailto:jason.roua...@hp.com
Date: Tue, 30 Aug 2011 20:56:36 +
To: Vishvananda Ishaya vishvana...@gmail.commailto:vishvana...@gmail.com, 
Nguyen, Liem Manh liem_m_ngu...@hp.commailto:liem_m_ngu...@hp.com
Cc: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: Re: [Openstack] Nova: Admin API blueprints

And does that interface exist?

Thanks,

Jason

From: 
openstack-bounces+jason.rouault=hp@lists.launchpad.netmailto:openstack-bounces+jason.rouault=hp@lists.launchpad.net
 [mailto:openstack-bounces+jason.rouault=hp@lists.launchpad.net] On Behalf 
Of Vishvananda Ishaya
Sent: Tuesday, August 30, 2011 12:31 PM
To: Nguyen, Liem Manh
Cc: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: Re: [Openstack] Nova: Admin API blueprints

With keystone in use, there is no user and project object in nova anymore.  So 
the only thing that would make sense inside of nova is: delete all resources 
associated with a  given project_id string.

Vish


On Aug 30, 2011, at 11:11 AM, Nguyen, Liem Manh wrote:


How is Nova project/user deletion handled then?  There is no synchronization 
for that currently.

Liem
___ Mailing list: 
https://launchpad.net/~openstack Post to : 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net Unsubscribe 
: https://launchpad.net/~openstack More help : 
https://help.launchpad.net/ListHelp
This email may include confidential information. If you received it in error, 
please delete it.
inline: signature[9].png___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] doubt about documentation

2012-03-15 Thread Ewan Mellor
I'm starting to get some of this stuff into the official manuals.

Eduardo, please take a look at https://review.openstack.org/#change,5419 and 
see if that is useful.

Thanks,

Ewan.

From: openstack-bounces+ewan.mellor=citrix@lists.launchpad.net 
[mailto:openstack-bounces+ewan.mellor=citrix@lists.launchpad.net] On Behalf 
Of John Garbutt
Sent: 12 March 2012 04:11
To: 'Eduardo Nunes'
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] doubt about documentation

Hi,

When using XenServer/XCP/Kronos, you will need a para-virtualized VM on that 
hypervisor to run the nova services.

The diagram in this page should help visualize what is going on:
http://wiki.openstack.org/XenXCPAndXenServer

The easiest way I know to get started is to follow the DevStack instructions:
http://wiki.openstack.org/XenServer/DevStack
You can then more easily see how everything fits together.

You can use XCP (iso or through kronos packages) or Citrix XenServer (free 
edition has all the features you will need to get started). See what fits your 
needs the best.

Hope that helps,
John

From: openstack-bounces+john.garbutt=eu.citrix@lists.launchpad.net 
[mailto:openstack-bounces+john.garbutt=eu.citrix@lists.launchpad.net] On 
Behalf Of Eduardo Nunes
Sent: 09 March 2012 17:52
To: openstack@lists.launchpad.net
Subject: [Openstack] doubt about documentation

on the  http://wiki.openstack.org/XenServerDevelopment, in some point , it's 
mentione  XenServerhttp://wiki.openstack.org/XenServer requires a 
nova-compute domU what is nova-compute domU, and where i can find 
documentation about it?
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [QA] Tempest Devstack/Jenkins gate job now passing

2012-05-04 Thread Venkatesan, Ravikumar
++1
Wow !. yes. It is fantastic.

Regards,

Ravi


-Original Message-
From: openstack-bounces+ravikumar.venkatesan=hp@lists.launchpad.net 
[mailto:openstack-bounces+ravikumar.venkatesan=hp@lists.launchpad.net] On 
Behalf Of Daryl Walleck
Sent: Friday, May 04, 2012 8:31 AM
To: Jay Pipes
Cc: openstack-qa-t...@lists.launchpad.net; openstack@lists.launchpad.net
Subject: Re: [Openstack] [QA] Tempest Devstack/Jenkins gate job now passing

This is great news!  Thanks Jay for all the hard work you've put into getting 
this up and running.

Daryl

On May 4, 2012, at 8:34 AM, Jay Pipes wrote:

 All,
 
 A momentous event has occurred. We now have all Tempest integration tests 
 passing against the devstack-deployed test environment spun up in the 
 dev-gate-tempest-devstack-vm:
 
 https://jenkins.openstack.org/job/dev-gate-tempest-devstack-vm/test/?width=800height=600
 
 Tempest is executing 157 integration tests in about 7-8 minutes on most of 
 the service providers.
 
 We're running the job for every commit into all core projects (except Swift 
 right now, until we add the Swift integration tests into Tempest). We're 
 going to observe the job for stability today and tomorrow and then hopefully 
 by next week the QA team can recommend the job to be a full merge gate on the 
 OpenStack core projects.
 
 Best,
 -jay
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [keystone] Keystone on port 5000 - proposing change default port to 8770

2012-06-20 Thread Adam Young

That is for admin, 5000 is for normal usage.

Personally, I'd like to see all of the custom ports go away and we use 
an URL scheme as proposed:


http://wiki.openstack.org/URLs

On 06/20/2012 08:56 PM, Mellquist, Peter wrote:

What happened to 35357?

In general, new port #s should be applied through IANA and when approved then 
made public.

Peter.

-Original Message-
From: openstack-bounces+peter.mellquist=hp@lists.launchpad.net 
[mailto:openstack-bounces+peter.mellquist=hp@lists.launchpad.net] On Behalf 
Of Joseph Heck
Sent: Wednesday, June 20, 2012 4:16 PM
To: openstack@lists.launchpad.net (openstack@lists.launchpad.net)
Subject: [Openstack] [keystone] Keystone on port 5000 - proposing change 
default port to 8770

At the risk of a terrible public tar and feathering...

I've learned that port 5000 (which Keystone is using for it's default 
public-token-auth stuff) is commonly blocked by many firewalls, as it's been 
registered as a Microsoft uPnP port.

I thought I'd go ahead and propose changing the default to 8770. I picked this 
number because it's close to the Nova ports in common use (8773, 8774, 8775, 
and 8776).

And yes, I'll submit updates to all REST docs, XML docs, devstack, and the code.

So... how many people do I need to worry about murdering me for this next 
design summit?

-joe

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp




___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Time for a UK Openstack User Group meeting ?

2012-07-05 Thread John Garbutt
Sounds good. I am up in Cambridge, so London works well for me.

There are some meetup groups already, but nothing has been arranged, AFIK:
http://www.meetup.com/Openstack-London/
http://www.meetup.com/openstack-uk/

Cheers,
John

 -Original Message-
 From: openstack-bounces+john.garbutt=eu.citrix@lists.launchpad.net
 [mailto:openstack-bounces+john.garbutt=eu.citrix@lists.launchpad.net]
 On Behalf Of Daniel P. Berrange
 Sent: Wednesday, July 4, 2012 8:14 PM
 To: Day, Phil
 Cc: openstack@lists.launchpad.net (openstack@lists.launchpad.net)
 (openstack@lists.launchpad.net)
 Subject: Re: [Openstack] Time for a UK Openstack User Group meeting ?
 
 On Wed, Jul 04, 2012 at 04:38:28PM +0100, Day, Phil wrote:
  Hi All,
 
  I'm thinking it's about time we had an OpenStack User Group meeting in
  the UK , and would be interested in hearing from anyone interested in
  attending, presenting, helping to organise, etc.
 
 I can do presentations about libvirt with a focus on KVM/LXC, and SELinux /
 security / sandboxing. I could probably manage something semi-intelligent
 about libvirt integration with Nova too, depending on intended audience
 interests
 
  London would seem the obvious choice, but we could also host here in
  HP Bristol if that works for people.
 
 I work in London, so if something was organized in the area  I was free, I'd
 hope to attend.
 
 Regards,
 Daniel
 --
 |: http://berrange.com  -o-http://www.flickr.com/photos/dberrange/ :|
 |: http://libvirt.org  -o- http://virt-manager.org :|
 |: http://autobuild.org   -o- http://search.cpan.org/~danberr/ :|
 |: http://entangle-photo.org   -o-   http://live.gnome.org/gtk-vnc :|
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [HPC] Openstack HPC telecon

2012-07-06 Thread Matt Joyce
That's 1 PM west coast USA.  I think the biggest concern may be Asia.

On Fri, Jul 6, 2012 at 8:55 AM, Tim Bell tim.b...@cern.ch wrote:


 Would it be possible a bit earlier ? This would be 10pm in Europe so it
 would limit the participation.

 Tim

  -Original Message-
  From: openstack-bounces+tim.bell=cern...@lists.launchpad.net
  [mailto:openstack-bounces+tim.bell=cern...@lists.launchpad.net] On
 Behalf
  Of Narayan Desai
  Sent: 06 July 2012 17:08
  To: John Paul Walters
  Cc: openstack@lists.launchpad.net (openstack@lists.launchpad.net)
  Subject: Re: [Openstack] [HPC] Openstack HPC telecon
 
  On Fri, Jul 6, 2012 at 9:51 AM, John Paul Walters jwalt...@isi.edu
 wrote:
 
   Does something like the first Monday of the month at 4:00pm EDT (UTC-4)
  work?  I'm just throwing out that time as something that seems to broadly
  work on my end, but I'd welcome any input from others.
 
  That generally works fine for me.
   -nld
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [HPC] Openstack HPC telecon

2012-07-06 Thread Matt Joyce
I think that's probably fine.  Might conflict with lunch... but you know
you gotta decide whats important to you =P.

On Fri, Jul 6, 2012 at 10:14 AM, John Paul Walters jwalt...@isi.edu wrote:

 Earlier is totally fine.  I want to strike a balance with the people on
 the west coast.  How about noon EDT or even 11am EDT?  Is that getting too
 early for the west coast?

 JP


 On Jul 6, 2012, at 11:55 AM, Tim Bell wrote:

 
  Would it be possible a bit earlier ? This would be 10pm in Europe so it
  would limit the participation.
 
  Tim
 
  -Original Message-
  From: openstack-bounces+tim.bell=cern...@lists.launchpad.net
  [mailto:openstack-bounces+tim.bell=cern...@lists.launchpad.net] On
 Behalf
  Of Narayan Desai
  Sent: 06 July 2012 17:08
  To: John Paul Walters
  Cc: openstack@lists.launchpad.net (openstack@lists.launchpad.net)
  Subject: Re: [Openstack] [HPC] Openstack HPC telecon
 
  On Fri, Jul 6, 2012 at 9:51 AM, John Paul Walters jwalt...@isi.edu
  wrote:
 
  Does something like the first Monday of the month at 4:00pm EDT (UTC-4)
  work?  I'm just throwing out that time as something that seems to
 broadly
  work on my end, but I'd welcome any input from others.
 
  That generally works fine for me.
  -nld
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [HPC] Openstack HPC telecon

2012-07-09 Thread Patrick Petit
Hi John Paul  All,
11am EDT sounds perfectly fine with European TX. Regular Confcall format is
fine too.
Best regards,
Patrick
Le 6 juil. 2012 19:39, John Paul Walters jwalt...@isi.edu a écrit :

 Earlier is totally fine.  I want to strike a balance with the people on
 the west coast.  How about noon EDT or even 11am EDT?  Is that getting too
 early for the west coast?

 JP


 On Jul 6, 2012, at 11:55 AM, Tim Bell wrote:

 
  Would it be possible a bit earlier ? This would be 10pm in Europe so it
  would limit the participation.
 
  Tim
 
  -Original Message-
  From: openstack-bounces+tim.bell=cern...@lists.launchpad.net
  [mailto:openstack-bounces+tim.bell=cern...@lists.launchpad.net] On
 Behalf
  Of Narayan Desai
  Sent: 06 July 2012 17:08
  To: John Paul Walters
  Cc: openstack@lists.launchpad.net (openstack@lists.launchpad.net)
  Subject: Re: [Openstack] [HPC] Openstack HPC telecon
 
  On Fri, Jul 6, 2012 at 9:51 AM, John Paul Walters jwalt...@isi.edu
  wrote:
 
  Does something like the first Monday of the month at 4:00pm EDT (UTC-4)
  work?  I'm just throwing out that time as something that seems to
 broadly
  work on my end, but I'd welcome any input from others.
 
  That generally works fine for me.
  -nld
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [nova] nova-manage is getting deprecated?

2012-07-23 Thread Edgar Magana (eperdomo)
Hi,

Quantum CLI  will handle all the networking functionality:
https://review.openstack.org/#/c/9754/

Thanks,

Edgar

From: openstack-bounces+eperdomo=cisco@lists.launchpad.net 
[mailto:openstack-bounces+eperdomo=cisco@lists.launchpad.net] On Behalf Of 
Joe Gordon
Sent: Monday, July 23, 2012 11:33 AM
To: Tong Li
Cc: openstack-bounces+litong01=us.ibm@lists.launchpad.net; Openstack 
(openstack@lists.launchpad.net) (openstack@lists.launchpad.net)
Subject: Re: [Openstack] [nova] nova-manage is getting deprecated?


On Fri, Jul 20, 2012 at 11:43 AM, Tong Li 
liton...@us.ibm.commailto:liton...@us.ibm.com wrote:

Awhile back, there was a comment on a nova-manage defect stated that 
nova-manage is getting deprecated. Can any one tell what and when the 
replacement will be? Thanks.

Last I heard, python-novaclient will be replacing most of nova-manage.  There 
will always be a few commands that cannot be run via the API 
(python-novaclient), such as db sync, so those will stay in nova-manage.

best,
Joe


Tong Li
Emerging Technologies  Standards
Building 501/B205
liton...@us.ibm.commailto:liton...@us.ibm.com

___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Docs] Documentation set for Folsom

2012-09-26 Thread Bontala, Vibhuvardhan
Hi Anne,

Do you have a similar pointer to the Image Service for Folsom? I am interested 
in the API reference specifically.

Thanks
Vibhu

-Original Message-
From: openstack-bounces+vibhuvardhan.bontala=emc@lists.launchpad.net 
[mailto:openstack-bounces+vibhuvardhan.bontala=emc@lists.launchpad.net] On 
Behalf Of Anne Gentle
Sent: Tuesday, September 25, 2012 11:40 AM
To: Patrick Petit
Cc: openstack@lists.launchpad.net (openstack@lists.launchpad.net)
Subject: Re: [Openstack] [Docs] Documentation set for Folsom

Hi Patrick -

The Quantum admin guide in its current state is publishing here:
http://docs.openstack.org/trunk/openstack-network/admin/content/

You can review the ongoing work here:
https://review.openstack.org/#/q/status:open+project:openstack/openstack-manuals,n,z

For documentation, we typically keep the master branch publishing to
docs.openstack.org/trunk/ and will cut a docs.openstack.org/folsom/
set of documents about a month after the software release.

Hope this is helpful -
Anne

On Tue, Sep 25, 2012 at 10:16 AM, Patrick Petit
patrick.michel.pe...@gmail.com wrote:
 Hi There,

 Can someone tell me what is current plan regarding the release of the
 documentation set for Folsom?
 Of particular interest is the admin guide extension covering Quantum.
 Thanks
 Patrick

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Docs] Documentation set for Folsom

2012-09-27 Thread Anne Gentle
Hello Vibhu -

Apologies for a delayed response. I'm having trouble automatically
publishing the Image API specs right now.
Here is the 1.1 API spec for the Image service (glance).

http://docs.openstack.org/api/openstack-image-service/1.1/content/

Thanks,
Anne


On Wed, Sep 26, 2012 at 4:46 PM, Bontala, Vibhuvardhan
vibhuvardhan.bont...@emc.com wrote:
 Hi Anne,

 Do you have a similar pointer to the Image Service for Folsom? I am 
 interested in the API reference specifically.

 Thanks
 Vibhu

 -Original Message-
 From: openstack-bounces+vibhuvardhan.bontala=emc@lists.launchpad.net 
 [mailto:openstack-bounces+vibhuvardhan.bontala=emc@lists.launchpad.net] 
 On Behalf Of Anne Gentle
 Sent: Tuesday, September 25, 2012 11:40 AM
 To: Patrick Petit
 Cc: openstack@lists.launchpad.net (openstack@lists.launchpad.net)
 Subject: Re: [Openstack] [Docs] Documentation set for Folsom

 Hi Patrick -

 The Quantum admin guide in its current state is publishing here:
 http://docs.openstack.org/trunk/openstack-network/admin/content/

 You can review the ongoing work here:
 https://review.openstack.org/#/q/status:open+project:openstack/openstack-manuals,n,z

 For documentation, we typically keep the master branch publishing to
 docs.openstack.org/trunk/ and will cut a docs.openstack.org/folsom/
 set of documents about a month after the software release.

 Hope this is helpful -
 Anne

 On Tue, Sep 25, 2012 at 10:16 AM, Patrick Petit
 patrick.michel.pe...@gmail.com wrote:
 Hi There,

 Can someone tell me what is current plan regarding the release of the
 documentation set for Folsom?
 Of particular interest is the admin guide extension covering Quantum.
 Thanks
 Patrick

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] quantum folsom document

2012-11-02 Thread Dan Wendlandt
Yong Sheng Gong also did some slides that provide a nice deep-dive on
Quantum internals: see the Slides on Technical Architecture of
Quantumhttp://wiki.openstack.org/Quantum?action=AttachFiledo=gettarget=quantum-technical-archicture
link on http://wiki.openstack.org/Quantum

dan


On Fri, Nov 2, 2012 at 1:36 AM, Ying Chun Guo guoyi...@cn.ibm.com wrote:

 Try if this can help: http://docs.openstack.org/developer/quantum/

 Daisy


 openstack-bounces+guoyingc=cn.ibm@lists.launchpad.net wrote on
 2012/11/01 22:53:15:

  Neelakantam Gaddam neelugad...@gmail.com
  Sent by: openstack-bounces+guoyingc=cn.ibm@lists.launchpad.net
 
  2012/11/01 22:53
 
  To
 
  openstack@lists.launchpad.net openstack@lists.launchpad.net,
 
  cc
 
  Subject
 
  [Openstack] quantum folsom document
 
  Hi All,
 
  Is there any documents/tools to understand the quantum code flows in
  folsom release?
 
  Thanks in advance.
 
  --
  Thanks  Regards
  Neelakantam Gaddam___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




-- 
~~~
Dan Wendlandt
Nicira, Inc: www.nicira.com
twitter: danwendlandt
~~~
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Invitation: Learning to Play tennis matches @ Sun Jan 20 1:30pm - 2:30pm (openstack@lists.launchpad.net)

2012-11-23 Thread Razique Mahroua
Anytime Anne


Le 23 nov. 2012 à 04:19, Anne Gentle annegen...@justwriteclick.com a écrit :

 Oh, so sorry for the interruption, Stackers! You're all welcome to learn to 
 play tennis any time. :) 
 Carry on. 
 Anne
 
 
 On Thu, Nov 22, 2012 at 9:10 PM, Anne Gentle | Just Write Click 
 annegen...@justwriteclick.com wrote:
 more details »
 Learning to Play tennis matches
 When   Sun Jan 20 1:30pm – 2:30pm Central Time
 Calendar
 openstack@lists.launchpad.net
 Who
 • 
 annegen...@justwriteclick.com - organizer
 • 
 p.gen...@uhs.utexas.edu
 • 
 openstack@lists.launchpad.net
 Going?   Yes - Maybe - Nomore options »
 Invitation from Google Calendar
 
 You are receiving this courtesy email at the account 
 openstack@lists.launchpad.net because you are an attendee of this event.
 
 To stop receiving future notifications for this event, decline this event. 
 Alternatively you can sign up for a Google account at 
 https://www.google.com/calendar/ and control your notification settings for 
 your entire calendar.
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] CLI username and password prompt

2013-07-17 Thread Jake G.
OK got the URL to work but now I get the error ERROR: Invalid OpenStack Nova 
credentials

What should the default credentials be or is there a place this is stored?




 From: andrews...@gmail.com andrews...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:32 PM
Subject: Re: [Openstack] CLI username and password prompt
 


Hubcap coming through with the docs... Go with the url he referenced which will 
tell you what all the possible environment variables are. 
On Jul 17, 2013 2:31 AM, andrews...@gmail.com andrews...@gmail.com wrote:

Should be something similar to:
http://(url or ip):8770/v2.0
On Jul 17, 2013 2:29 AM, Jake G. dj_dark_jungl...@yahoo.com wrote:

What should the OS_AUTH_URL look like?|




 From: andrews...@gmail.com andrews...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:23 PM
Subject: Re: [Openstack] CLI username and password prompt
 


use env vars.

export OS_PASSWORD=password
export OS_USERNAME=user
export OS_TENANT_NAME=project
export OS_AUTH_URL=url:8770/v2.0





On Wed, Jul 17, 2013 at 2:19 AM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Hi All,
Every time I type a command from the CLI it requires me to enter a 
username(--os-username) and password(--os-password) .


Anyway to prevent having to enter these everytime?


Thanks,
Jake
___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp





___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Haiming Yang
I would suggest you to create a VM not using iso, and by some template to
make sure your logic works.


On Wed, Jul 17, 2013 at 2:38 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

 Yeah i am using the default m1.medium.

   --
  *From:* Haiming Yang laserjety...@gmail.com
 *To:* Jake G. dj_dark_jungl...@yahoo.com
 *Cc:* openstack@lists.launchpad.net openstack@lists.launchpad.net
 *Sent:* Wednesday, July 17, 2013 3:34 PM

 *Subject:* Re: [Openstack] [Grizzly] Instance has no available HDD

 can you check the flavor you are using?


 On Wed, Jul 17, 2013 at 2:21 PM, Jake G. dj_dark_jungl...@yahoo.comwrote:

 Yeah.
 The details show there should be a 40GB disk there but there actually
 isn't.

   --
  *From:* Haiming Yang laserjety...@gmail.com
 *To:* Jake G. dj_dark_jungl...@yahoo.com
 *Cc:* openstack@lists.launchpad.net openstack@lists.launchpad.net
 *Sent:* Wednesday, July 17, 2013 3:19 PM
 *Subject:* Re: [Openstack] [Grizzly] Instance has no available HDD

 diskless VM?


 On Wed, Jul 17, 2013 at 2:08 PM, Jake G. dj_dark_jungl...@yahoo.comwrote:

 Hi All,

 Having an issue where after an new instance is created successfully via
 the UI and boots to linux installation ISO,
 the installer errors out because there are no available hard disks to
 install the OS on.

 How can I troubleshoot and resolve this?

 Thanks!
 Jake





 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp





 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp





___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Jake G.
Yeah i am using the default m1.medium.



 From: Haiming Yang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:34 PM
Subject: Re: [Openstack] [Grizzly] Instance has no available HDD
 


can you check the flavor you are using?




On Wed, Jul 17, 2013 at 2:21 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Yeah. 
The details show there should be a 40GB disk there but there actually isn't.




 From: Haiming Yang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:19 PM
Subject: Re: [Openstack] [Grizzly] Instance has no available HDD
 


diskless VM?




On Wed, Jul 17, 2013 at 2:08 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Hi All,


Having an issue where after an new instance is created successfully via the 
UI and boots to linux installation ISO,
the installer errors out because there are no available hard disks to install 
the OS on.


How can I troubleshoot and resolve this?


Thanks!Jake








___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp





___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-th] Re: [Ubuntu-th] 'Lucid Lynx' แปลยังไงดี?

2010-02-14 Thread Prospero_merlin Sanguandeekul
Lucid = สว่างจ้า โปร่งใส ฉลาดหลักแหลม
Lynx = แมวป่า

เอาเป็น แมวน้อยแสนกล มั้ยครับ 55+

ล้อเล่นครับ เผื่อเป็นแนวทาง 55+


From: Manop Pornpeanvichanon 
Sent: Sunday, February 14, 2010 9:39 PM
To: ubuntu-th@lists.launchpad.net 
Subject: Re: [Ubuntu-th] 'Lucid Lynx' แปลยังไงดี?


พอนึกถึงหนังต่างชาติที่เข้าไทย มักไม่ใช้ทับศัพท์ อย่างเช่น Terminator 
กลายเป็น คนเหล็ก 2029 อะไรประมาณนี้ 



2010/2/14 Prospero_merlin Sanguandeekul prospero_mer...@hotmail.com

  ผมว่าถ้าแปลก็คงจะเป็นเอกลักษณ์ดีนะครับ 55+


  From: Sira Nokyoongtong 
  Sent: Sunday, February 14, 2010 9:02 PM
  To: Manop Pornpeanvichanon 
  Cc: ubuntu-th@lists.launchpad.net 
  Subject: Re: [Ubuntu-th] 'Lucid Lynx' แปลยังไงดี?


  ตามที่คุยไว้ ชื่อโค้ดเนมจะคงเดิมนะครับ หรือคิดว่าควรจะแปลครับ 
หรือมีประเด็นที่ทำให้จำเป็นต้องแปลป่าวคับ?


  2010/2/14 Manop Pornpeanvichanon manoppornpeanvicha...@gmail.com

ตามชื่อเรื่อง



-- 
Manop Pornpeanvichanon:มานพ พรเพียรวิชานนท์
http://darkpower2.blogspot.com
http://www.facebook.com/manop.pornpeanvichanon


___
Mailing list: https://launchpad.net/~ubuntu-th
Post to : ubuntu-th@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-th
More help   : https://help.launchpad.net/ListHelp






--


  ___
  Mailing list: https://launchpad.net/~ubuntu-th
  Post to : ubuntu-th@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~ubuntu-th
  More help   : https://help.launchpad.net/ListHelp



  ___
  Mailing list: https://launchpad.net/~ubuntu-th
  Post to : ubuntu-th@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~ubuntu-th
  More help   : https://help.launchpad.net/ListHelp





-- 
Manop Pornpeanvichanon:มานพ พรเพียรวิชานนท์
http://darkpower2.blogspot.com
http://www.facebook.com/manop.pornpeanvichanon






___
Mailing list: https://launchpad.net/~ubuntu-th
Post to : ubuntu-th@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-th
More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~ubuntu-th
Post to : ubuntu-th@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-th
More help   : https://help.launchpad.net/ListHelp


Re: [Launchpad-dev] Launchpad's service WADL clarification

2010-05-11 Thread Manish Sinha

On 5/11/2010 5:57 PM, Gary Poster wrote:

Hi Manish.  Thank you for your work.

Leonard won't be available till next week, and he is the expert.  The only 
other person I know who might answer is also unavailable right now.  Maybe 
there is another person who can speak up now, but in case you don't get a reply 
right now, I wanted you to know the situation.


Hi Gary,

This confusion still persists. Till date I have recieved replies which 
are mere speculations of what it should be. No clear cut answer.


Here is the conversation between Me and James on this issue.
James: https://lists.launchpad.net/launchpad-dev/msg03267.html
Me: https://lists.launchpad.net/launchpad-dev/msg03268.html
James: https://lists.launchpad.net/launchpad-dev/msg03269.html
Me: https://lists.launchpad.net/launchpad-dev/msg03270.html
James: https://lists.launchpad.net/launchpad-dev/msg03271.html
Me: https://lists.launchpad.net/launchpad-dev/msg03272.html


I am just hoping to hear from Leonard or anyone who made this WADL file. 
I had a small conversation with Leonard on IRC related to the design of 
the library[1] , but this WADL issue is still unsolved


[1] http://dl.dropbox.com/u/1237964/IRC-Logs/leonardr-OnMail.txt

--
Manish Sinha

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


Re: [Sabily.team] Wallpaper proposal for Sabily 12.04

2012-09-23 Thread Shafie Darus
Waalaikomsalam.
Agree with brother Mizwan.

On Thu, Sep 13, 2012 at 10:49 PM, Albakry A albakry.li...@yahoo.com wrote:


 Wa Alaykom Assalam,

 I tried to change pictograms position considering your proposal and this
 is a preliminary result:
 https://www.dropbox.com/s/s44b4o0hb6h8gr5/sabilywall-bottom.png

 Maybe the wiki 'http://www.sabily.org/wiki/index.php' will be the best
 place for proposals and voting (e.g.
 https://fedoraproject.org/wiki/F17_Artwork)

 S.I. Albakry
 albakry.li...@yahoo.com
   --
 *De :* mizwan shahimin mmshahi...@gmail.com
 *À :* Albakry A albakry.li...@yahoo.com; 
 sabily.team@lists.launchpad.net sabily.team@lists.launchpad.net
 *Envoyé le :* Jeudi 13 septembre 2012 14h23
 *Objet :* Re: [Sabily.team] Wallpaper proposal for Sabily 12.04

 Salam bro Albakry,

 I prefer the one with decorative images. But align those images at the
 bottom with a little bit smaller size. And below those images, put title
 'Sabily 12.04 LTS - Ibn Al-Baytar'

 Jzkk for your efforts.

 P/s: can we compile all the nice graphics/wallpapers and maybe we can vote
 which one to choose?

 Wassalam. My 2 cents.


 mizwan shahimin @ BB

 -Original Message-
 From: Albakry A albakry.li...@yahoo.com
 Sender: sabily.team-bounces+mmshahimin=gmail@lists.launchpad.net
 Date: Thu, 13 Sep 2012 14:14:22
 To: sabily.team@lists.launchpad.netsabily.team@lists.launchpad.net
 Reply-To: Albakry A albakry.li...@yahoo.com
 Subject: [Sabily.team] Wallpaper proposal for Sabily 12.04

 ___
 Mailing list: https://launchpad.net/~sabily.team
 Post to: sabily.team@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~sabily.team
 More help  : https://help.launchpad.net/ListHelp





 ___
 Mailing list: https://launchpad.net/~sabily.team
 Post to : sabily.team@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~sabily.team
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~sabily.team
Post to : sabily.team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sabily.team
More help   : https://help.launchpad.net/ListHelp


Re: [Sabily.team] My first book :)

2013-10-25 Thread Abdelmonam Kouka
Barakallaho fikom, all of you, brothers and sisters :)


2013/10/25 Silvio Siefke sisi_ara...@yahoo.com

 Salam, me to. Congratiulation. Allah ma3ak.


 
 On Fri, 10/25/13, meorbu a meo...@hotmail.com wrote:

  Subject: Re: [Sabily.team] My first book :)
  To: abdelmonam.ko...@gmail.com abdelmonam.ko...@gmail.com, 
 sabily.team@lists.launchpad.net sabily.team@lists.launchpad.net
  Date: Friday, October 25, 2013, 3:25 AM




  Waalaikomussalam Warahmatullah,

  Congratulation.
  I'm praying for your success. InshAllah.

  -meorbu-

  From:
  abdelmonam.ko...@gmail.com
  Date: Thu, 24 Oct 2013 21:23:12 +0100
  To: sabily.team@lists.launchpad.net
  Subject: [Sabily.team] My first book :)

  Assalamo alaykom,

  This is a special day for me, that's why I
  would like to share it with special persons :) today is the
  release date of
   my first book:
  http://www.packtpub.com/learning-zimbra-server-essentials/book

  --
  عبد المنعم كوكة
  Abdelmonam Kouka


  http://www.tac-tic.net
  http://www.linkedin.com/in/abdelmonam




  ___
  Mailing list: https://launchpad.net/~sabily.team
  Post to : sabily.team@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~sabily.team
  More help   : https://help.launchpad.net/ListHelp


  -Inline Attachment Follows-

  ___
  Mailing list: https://launchpad.net/~sabily.team
  Post to : sabily.team@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~sabily.team
  More help   : https://help.launchpad.net/ListHelp


 ___
 Mailing list: https://launchpad.net/~sabily.team
 Post to : sabily.team@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~sabily.team
 More help   : https://help.launchpad.net/ListHelp




-- 
*عبد المنعم كوكة
Abdelmonam Kouka
http://www.tac-tic.net
http://www.linkedin.com/in/abdelmonam

*
___
Mailing list: https://launchpad.net/~sabily.team
Post to : sabily.team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sabily.team
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] [Dhis2-users] How is it running in other countries?

2011-09-14 Thread Kim-Anh Vo
Hi all,

Just an update in Vietnam: not yet application for dhis2-mobile, is going to
be for dhis2-tracking for Child program.

-- 
-- 
Best regards,
Kim-Anh Vo


On Thu, Sep 15, 2011 at 11:40 AM, Jason Pickering 
jason.p.picker...@gmail.com wrote:

 Hi Alvin,

 I am not 100% sure, but believe so. I think they are also using the
 patient level tracking module there in Viet Nam. Anyone from the
 Vietnamese team want to comment?

 Regards,
 Jason




 On Thu, Sep 15, 2011 at 12:40 AM,  alvin.marc...@gmail.com wrote:
  Jason,
 
  Is this also the mobile app used in vietnam?
 
  Alvin
 
 
  Sent from my BlackBerry® wireless handheld
 
  -Original Message-
  From: Muhire Andrew muhireand...@yahoo.com
  Sender: dhis2-users-bounces+alvin.marcelo=gmail@lists.launchpad.net
  Date: Wed, 14 Sep 2011 11:09:51
  To: Jason Pickeringjason.p.picker...@gmail.com
  Reply-To: Muhire Andrew muhireand...@yahoo.com
  Cc: dhis2-us...@lists.launchpad.netdhis2-us...@lists.launchpad.net;
 Ola Hodne Titlestadol...@ifi.uio.no; dhis2-devs@lists.launchpad.net
 dhis2-devs@lists.launchpad.net
  Subject: Re: [Dhis2-users] [Dhis2-devs] How is it running in other
 countries?
 
  ___
  Mailing list: https://launchpad.net/~dhis2-users
  Post to : dhis2-us...@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~dhis2-users
  More help   : https://help.launchpad.net/ListHelp
 
 

 ___
 Mailing list: https://launchpad.net/~dhis2-devs
 Post to : dhis2-devs@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~dhis2-devs
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Exporting indicators as values

2014-01-15 Thread D. Cenk Erdil
Hello,

Sorry I've been bogged down with multiple issues (our reporting period).

I think Paulo's suggestion would work, I'm just running it by our team as
well as in-country team.

Thanks.

On Wednesday, January 15, 2014, Lars Helge Øverland wrote:

 Hi Cenk,

 could you please elaborate what you refer to with values? Is it
 aggregated data values? If so, like Paulo says, the question is what
 dimensional view you would like for those values, and you can use the web
 pivot table module, produce your indicator view and download to local
 computer.

 regards,

 Lars



 On Tue, Jan 14, 2014 at 12:48 AM, Paulo Grácio 
 pgra...@criticalsoftware.com javascript:_e({}, 'cvml',
 'pgra...@criticalsoftware.com'); wrote:

 Hi,



 Have you tried the Pivot Table module? Where you can choose indicators,
 apply your filters and then, export  data to xml or excel format.



 Regards,

 Paulo Grácio



 *From:* Dhis2-users [mailto:dhis2-users-bounces+pgraciojavascript:_e({}, 
 'cvml', 'dhis2-users-bounces%2Bpgracio');
 =criticalsoftware@lists.launchpad.net javascript:_e({}, 'cvml',
 'criticalsoftware@lists.launchpad.net');] *On Behalf Of *D. Cenk
 Erdil
 *Sent:* segunda-feira, 13 de Janeiro de 2014 23:30
 *To:* dhis2-users@lists.launchpad.net javascript:_e({}, 'cvml',
 'dhis2-users@lists.launchpad.net');
 *Subject:* [Dhis2-users] Exporting indicators as values



 Hello,



 We were wondering if there is a way to export data and/or metadata where
 indicators are listed as values as opposed to formulas...



 Thanks,

 --

 -Cenk.



 --

 --
 -Cenk.

 ___
 Mailing list: https://launchpad.net/~dhis2-users
 Post to : dhis2-users@lists.launchpad.net javascript:_e({}, 'cvml',
 'dhis2-users@lists.launchpad.net');
 Unsubscribe : https://launchpad.net/~dhis2-users
 More help   : https://help.launchpad.net/ListHelp




-- 

--
-Cenk.
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] Fwd: [Autopilot-users] Autopilot LTTNG Tracing

2013-05-23 Thread Thomas Voß
That's awesome!!

Is tracing enabled for the automated autopilot runs, yet?

Thanks,

  Thomas

On Thursday, May 23, 2013, Sergio Schvezov wrote:

 If you find this interesting, feel free to subscribe to
 autopilot-us...@lists.launchpad.net javascript:_e({}, 'cvml',
 'autopilot-us...@lists.launchpad.net'); by going to
 https://launchpad.net/~autopilot-users or by joining #ubuntu-autopilot on
 Freenode.

 Cheers
 Sergio.

 -- Forwarded message --
 From: Thomi Richards thomi.richa...@canonical.com javascript:_e({},
 'cvml', 'thomi.richa...@canonical.com');
 Date: Thu, May 23, 2013 at 5:47 PM
 Subject: [Autopilot-users] Autopilot  LTTNG Tracing
 To: autopilot-us...@lists.launchpad.net javascript:_e({}, 'cvml',
 'autopilot-us...@lists.launchpad.net');


 Hello Autopilot-users,


 We have added a bunch of cool new things in autopilot recently, one of
 which is tracing support for LTTNG ([1]). Right now, if you install
 autopilot, it will recommend the installation of the
 'python-autopilot-trace' package. If this package is installed,
 autopilot will emit an LTTNG tracepoint with the following details:

 Provider: com_canonical_autopilot
 Tracepoint name: test_event
 Arg1 (started_or_stopped): either the string started or ended.
 Arg2 (test_id): the string of the autopilot test id that's being run.

 This allows you to correlate other interesting lttng tracepoint data
 with autopilot tests, making autopilot useful for regression testing.
 Our plan is to use autopilot as a tool to run repeatable actions, while
 gathering tracepoint data.

 Please let us know if you use this feature in anger, and if it can be
 improved somehow.


 Cheers,

 [1] https://lttng.org/

 --
 Thomi Richards



 --
 Mailing list: https://launchpad.net/~autopilot-users
 Post to : autopilot-us...@lists.launchpad.net javascript:_e({},
 'cvml', 'autopilot-us...@lists.launchpad.net');
 Unsubscribe : https://launchpad.net/~autopilot-users
 More help   : https://help.launchpad.net/ListHelp



-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Canonical-ci-engineering] Fwd: [Ubuntu-phone] CI for MP Testing open to Xenial

2015-11-25 Thread Francis Ginther
I'm working on this.

Francis

On Tue, Nov 24, 2015 at 10:49 AM, Cemil Azizoglu <
cemil.azizo...@canonical.com> wrote:

> Hello,
>
> Per the email below, can we request migration of 'wily' jobs for Mir to
> 'xenial'?
>
> Thanks
> Cemil
>
>
> -- Forwarded message --
> From: Francis Ginther <francis.gint...@canonical.com>
> Date: Tue, Oct 27, 2015 at 3:15 PM
> Subject: [Ubuntu-phone] CI for MP Testing open to Xenial
> To: ubuntu-phone <ubuntu-ph...@lists.launchpad.net>,
> ubuntu-ci-annou...@lists.launchpad.net, canonical-ci-engineering <
> canonical-ci-engineering@lists.launchpad.net>
>
>
> Hello,
>
> The CI infrastructure for building and testing MPs is now open to xenial.
> Unlike prior releases, we are not doing a mass migration of projects from
> wily to xenial, as this may not be desired for most projects. For projects
> that do need to move to xenial, please contact us at
> canonical-ci-engineering@lists.launchpad.net and we'll migrate them on
> demand.
>
> Francis
> --
> Francis Ginther
> Canonical - Ubuntu Engineering - Continuous Integration Team
>
> --
> Mailing list: https://launchpad.net/~ubuntu-phone
> Post to : ubuntu-ph...@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~ubuntu-phone
> More help   : https://help.launchpad.net/ListHelp
>
>
>
>
> --
> Cemil Azizoglu
> Mir Display Server - Team Lead
> Canonical USA
>
> --
> Mailing list: https://launchpad.net/~canonical-ci-engineering
> Post to : canonical-ci-engineering@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~canonical-ci-engineering
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
Francis Ginther
Canonical - Ubuntu Engineering - Continuous Integration Team
-- 
Mailing list: https://launchpad.net/~canonical-ci-engineering
Post to : canonical-ci-engineering@lists.launchpad.net
Unsubscribe : https://launchpad.net/~canonical-ci-engineering
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] Difficulty Sending Messages to this List subject)

2016-03-21 Thread Matthias Apitz
El día Monday, March 21, 2016 a las 09:33:40PM +0800, 
ubuntu.me...@spamgourmet.com escribió:

> On 2016-03-21 21:11 , Matthias Apitz wrote:
> > Your mail went through the list and the To: line was only: To:
> > ubuntu-phone@lists.launchpad.net Just to let you know. What let you
> > think that long (how long?) To: lines makes that the mail gets
> > blocked? matthias 
> 
> ...
> 
> To clarify: are you looking at the message that came out of the Ubuntu
> mail list server or the message that went into it (i.e., are you
> Canonical)?  I wouldn't be at all surprised if things got changed a bit
> on their way through.
> 

I (Matthias) am only a normal subscriber and can only see what comes
down from lists.launchpad.net. I do not know (but I do not think) that
lists.launchpad.net changes the To: line. In my personal archive I have
a lot of different forms of the To: lines, for example:

 To: =?UTF-8?B?UG9udHVzIMOWaG1hbg==?= <pon...@ubuntutouch.se>,
"ubuntu-phone@lists.launchpad.net"
<ubuntu-phone@lists.launchpad.net>

 To: =?UTF-8?Q?Richard_Soml=C3=B3i?= <le...@somloirichard.hu>,
Ubuntu Phone <ubuntu-phone@lists.launchpad.net>

...

matthias
-- 
Matthias Apitz, ✉ g...@unixarea.de, ⌂ http://www.unixarea.de/  ☎ 
+49-176-38902045
Bundeswehr: Wir.Dienen.Deutschland. - Wir.Machen.Krieg.  (We.Serve.Germany. - 
We.Make.War.)

-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] [PATCH] Update copyrights in the About dialog

2016-03-05 Thread Wayne Stambaugh
I missed that.  The about dialog copyright date string is the one exception.

On 3/5/2016 9:27 AM, Simon Wells wrote:
> Hey Wayne,
> 
> FYI I believe this file should normally be an exception to the rule as
> it wasn't only the comment at the head of the file being updated but the
> copyright information that shows up in the about dialog
> 
> Simon
> 
> On Sun, Mar 6, 2016 at 2:31 AM, Eldar Khayrullin
> <eldar.khayrul...@mail.ru <mailto:eldar.khayrul...@mail.ru>> wrote:
> 
> I was already reply that this is my mistake. Sorry again
> 
> On Mar 5 2016, at 4:27 pm, Wayne Stambaugh <stambau...@gmail.com
> <mailto:stambau...@gmail.com>> wrote:
> 
> Eldar,
> 
> It's only necessary to update the copyright date when we
> actually modify
> the source file. Hopefully devs are doing that but occasionally it
> doesn't get updated. I don't think that's important enough to
> create a
> patch just to update the copyright date.
> 
> Wayne
> 
> On 3/5/2016 12:37 AM, Eldar Khayrullin wrote:
> > Hi.
> >
> >
> > _______
> > Mailing list: https://launchpad.net/~kicad-developers
> > Post to : kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>
> > Unsubscribe : https://launchpad.net/~kicad-developers
> > More help : https://help.launchpad.net/ListHelp
> >
> 
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
> 
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 
> 


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] [Dhis2-devs] Issue with Tracker Capture Program Rules not working with sections

2016-09-02 Thread Markus Bekken
Hi Absolom. 
Can you open the browser console(if using Chrome on windows, it is opened with 
F12), and see if there are any red error messages that shows up when you click 
"add source field"?

Markus

> 1. sep. 2016 kl. 13.24 skrev Bridget Magoba <bridgetmag...@mifumi.org>:
> 
> Dear Absolom,
> I have a program with sections in version 2.23, program rules work fine.
>  
> From: <> Dhis2-users 
> [mailto:dhis2-users-bounces+bridgetmagoba=mifumi@lists.launchpad.net 
> <mailto:dhis2-users-bounces+bridgetmagoba=mifumi@lists.launchpad.net>] On 
> Behalf Of Absolom MURAMIRA
> Sent: Thursday, September 1, 2016 12:54 PM
> To: dhis2-d...@lists.launchpad.net <mailto:dhis2-d...@lists.launchpad.net>
> Cc: dhis2-users
> Subject: [Dhis2-users] Issue with Tracker Capture Program Rules not working 
> with sections
>  
> Dear All,
>  
> I just realized that when you create a program and define sections under 
> program stages, you are not able to define any program rules. When you click 
> the Add Source field, nothing happens and same applies to the actions button. 
> Has anyone else experienced this? Thank you.
>  
> Absolom
> 
> 
>  <https://www.avast.com/antivirus>
> This email has been checked for viruses by Avast antivirus software. 
> www.avast.com <https://www.avast.com/antivirus>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs 
> <https://launchpad.net/~dhis2-devs>
> Post to : dhis2-d...@lists.launchpad.net 
> <mailto:dhis2-d...@lists.launchpad.net>
> Unsubscribe : https://launchpad.net/~dhis2-devs 
> <https://launchpad.net/~dhis2-devs>
> More help   : https://help.launchpad.net/ListHelp 
> <https://help.launchpad.net/ListHelp>
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] [Dhis2-users] Issue with Tracker Capture Program Rules not working with sections

2016-09-02 Thread Markus Bekken
Hi Absolom. 
Can you open the browser console(if using Chrome on windows, it is opened with 
F12), and see if there are any red error messages that shows up when you click 
"add source field"?

Markus

> 1. sep. 2016 kl. 13.24 skrev Bridget Magoba <bridgetmag...@mifumi.org>:
> 
> Dear Absolom,
> I have a program with sections in version 2.23, program rules work fine.
>  
> From: <> Dhis2-users 
> [mailto:dhis2-users-bounces+bridgetmagoba=mifumi@lists.launchpad.net 
> <mailto:dhis2-users-bounces+bridgetmagoba=mifumi@lists.launchpad.net>] On 
> Behalf Of Absolom MURAMIRA
> Sent: Thursday, September 1, 2016 12:54 PM
> To: dhis2-devs@lists.launchpad.net <mailto:dhis2-devs@lists.launchpad.net>
> Cc: dhis2-users
> Subject: [Dhis2-users] Issue with Tracker Capture Program Rules not working 
> with sections
>  
> Dear All,
>  
> I just realized that when you create a program and define sections under 
> program stages, you are not able to define any program rules. When you click 
> the Add Source field, nothing happens and same applies to the actions button. 
> Has anyone else experienced this? Thank you.
>  
> Absolom
> 
> 
>  <https://www.avast.com/antivirus>
> This email has been checked for viruses by Avast antivirus software. 
> www.avast.com <https://www.avast.com/antivirus>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs 
> <https://launchpad.net/~dhis2-devs>
> Post to : dhis2-devs@lists.launchpad.net 
> <mailto:dhis2-devs@lists.launchpad.net>
> Unsubscribe : https://launchpad.net/~dhis2-devs 
> <https://launchpad.net/~dhis2-devs>
> More help   : https://help.launchpad.net/ListHelp 
> <https://help.launchpad.net/ListHelp>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Torios] [Torios-dev] New Debian ISO

2016-08-28 Thread Cinque Port Computers
Hi Israel,
Latest iso installed in VB does not fully populate the Apps menu even after 
trying Reload Desktop.
  
Cheers,JackT.

From: jackdtr...@outlook.com
To: israeld...@gmail.com
Date: Sun, 28 Aug 2016 09:47:43 +0100
CC: torios-...@lists.launchpad.net; torios@lists.launchpad.net
Subject: Re: [Torios-dev] [Torios] New Debian ISO




Hi Israel,
Latest iso Live Session in VB the Apps menu doesn't fully populate:
  

Cheers,JackT.

> To: torios-...@lists.launchpad.net; torios@lists.launchpad.net
> From: israeld...@gmail.com
> Date: Sat, 27 Aug 2016 18:06:01 -0500
> Subject: [Torios] New Debian ISO
> 
> Hi all,
> 
> There is a new ISO I just uploaded/linked.
> 
> It should fix *most* of the remaining issues, with 'firstrun'
> 
> It also has the fixes for the calendar, cursor program, xedit-text-mime 
> and a few other things.
> 
> please let me know if anything is broken, or anything else...
> 
> 
> Thanks!
> 
> 
> -- 
> Regards
> 
> 
> -- 
> Mailing list: https://launchpad.net/~torios
> Post to : torios@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~torios
> More help   : https://help.launchpad.net/ListHelp
  

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


Re: [Torios-dev] [Torios] New Debian ISO

2016-08-28 Thread Cinque Port Computers
Hi Israel,
Latest iso installed in VB does not fully populate the Apps menu even after 
trying Reload Desktop.
  
Cheers,JackT.

From: jackdtr...@outlook.com
To: israeld...@gmail.com
Date: Sun, 28 Aug 2016 09:47:43 +0100
CC: torios-dev@lists.launchpad.net; tor...@lists.launchpad.net
Subject: Re: [Torios-dev] [Torios] New Debian ISO




Hi Israel,
Latest iso Live Session in VB the Apps menu doesn't fully populate:
  

Cheers,JackT.

> To: torios-dev@lists.launchpad.net; tor...@lists.launchpad.net
> From: israeld...@gmail.com
> Date: Sat, 27 Aug 2016 18:06:01 -0500
> Subject: [Torios] New Debian ISO
> 
> Hi all,
> 
> There is a new ISO I just uploaded/linked.
> 
> It should fix *most* of the remaining issues, with 'firstrun'
> 
> It also has the fixes for the calendar, cursor program, xedit-text-mime 
> and a few other things.
> 
> please let me know if anything is broken, or anything else...
> 
> 
> Thanks!
> 
> 
> -- 
> Regards
> 
> 
> -- 
> Mailing list: https://launchpad.net/~torios
> Post to : tor...@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~torios
> More help   : https://help.launchpad.net/ListHelp
  

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


Re: [Ubuntu-phone] Official end off Ubuntu Phone - Please read this because this is sad....

2017-04-05 Thread Martin Windisch
SailfishOS? - at least for Nexus 4+5 and soon for Xperia devices … (starting 
with the X)

> Absender:Jamie Gunn<highlandboar...@gmail.com>
> An:Mathijs Veen<mathijsv...@gmail.com>
> Cc:Ubuntu Touch<ubuntu-phone@lists.launchpad.net>
> Betreff:[Ubuntu-phone] Official end off Ubuntu Phone - Please read this 
> because this is sad
> Datum:5. April 2017 um 18:56:08 GMT+1
>  
>  
> Sad news, so where do we go now?
>  
>  
> On 5 Apr 2017 18:41, "Mathijs 
> Veen"<mathijsv...@gmail.com(mailto:mathijsv...@gmail.com)>wrote:
> > utterly gutted
> >  
> > On Wed, Apr 5, 2017 at 7:28 PM, miguel 
> > pires<xadrezmiguelpi...@gmail.com(mailto:xadrezmiguelpi...@gmail.com)>wrote:
> > > https://insights.ubuntu.com/2017/04/05/growing-ubuntu-for-cloud-and-iot-rather-than-phone-and-convergence/
> > >  
> > > This is from the post from Mark Shuttleworth
> > >  
> > > "I’m writing to let you know that we will end our investment in Unity8, 
> > > the phone and convergence shell. We will shift our default Ubuntu desktop 
> > > back to GNOME for Ubuntu 18.04 LTS."
> > >  
> > > WTF
> > >  
> > > --
> > > Mailing list:https://launchpad.net/~ubuntu-phone
> > > Post 
> > > to:ubuntu-phone@lists.launchpad.net(mailto:ubuntu-phone@lists.launchpad.net)
> > > Unsubscribe :https://launchpad.net/~ubuntu-phone
> > > More help:https://help.launchpad.net/ListHelp
> > >  
> >  
> >  
> > --
> > Mailing list:https://launchpad.net/~ubuntu-phone
> > Post 
> > to:ubuntu-phone@lists.launchpad.net(mailto:ubuntu-phone@lists.launchpad.net)
> > Unsubscribe :https://launchpad.net/~ubuntu-phone
> > More help:https://help.launchpad.net/ListHelp
> >  
>  
> --
> Mailing list: https://launchpad.net/~ubuntu-phone
> Post to : ubuntu-phone@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~ubuntu-phone
> More help : https://help.launchpad.net/ListHelp
-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Mimblewimble] Testnet1 released

2017-11-18 Thread Daniel Hall
Ive got it all running without error, but not getting coins in the wallet while 
mining, im presuming it is cpu mined?

> On 18 Nov 2017, at 20:08, Jason Tissera <jgtiss...@gmail.com> wrote:
> 
> Thanks - I thought I did that as my wallet was up and running without any 
> issues, but I reran the command and it worked. Server is up - thanks Justin.
> 
> On Sat, Nov 18, 2017 at 2:33 PM, Justin Wong <wongjusti...@gmail.com 
> <mailto:wongjusti...@gmail.com>> wrote:
> You didn't put it in your path. 
> 
> Make sure you don't just copy the command, and that you actually fill it out. 
> 
> `export PATH=/path/to/grin/dir/target/debug:$PATH`
> 
> 
> 
> On 18 November 2017 at 13:58, Jason Tissera <jgtiss...@gmail.com 
> <mailto:jgtiss...@gmail.com>> wrote:
> Hitting a wall after a successful build - my system cannot find the grin comm 
> and to start the server. Any suggestions? I created the server folder and 
> copied grin.toml into it. 
> 
> Step in the instructions:
> 
> Then, to start the server node:
> grin server --mine run
> 
> On Fri, Nov 17, 2017 at 1:07 AM, Alberto Garcia <agarciaill...@gmail.com 
> <mailto:agarciaill...@gmail.com>> wrote:
> It should not work on Windows because the Daemonize 
> (http://knsd.github.io/daemonize/daemonize/index.html 
> <http://knsd.github.io/daemonize/daemonize/index.html>) dependency does not 
> work in Windows. It should be replace with this one: 
> https://github.com/bozaro/daemon-rs <https://github.com/bozaro/daemon-rs>.
> 
> Cheers
> 
> On Fri, Nov 17, 2017 at 10:05 AM, 0xb100d <0...@protonmail.com 
> <mailto:0...@protonmail.com>> wrote:
> smiles for miles. scared to try on my windows computer... should I dare a vm?
> 
> 
> Sent with ProtonMail <https://protonmail.com/> Secure Email.
> 
>>  Original Message 
>> Subject: Re: [Mimblewimble] Testnet1 released
>> Local Time: November 16, 2017 5:50 PM
>> UTC Time: November 17, 2017 1:50 AM
>> From: aaron.1c...@gmail.com <mailto:aaron.1c...@gmail.com>
>> To: mimblewimble@lists.launchpad.net 
>> <mailto:mimblewimble@lists.launchpad.net> <mimblewimble@lists.launchpad.net 
>> <mailto:mimblewimble@lists.launchpad.net>>
>> 
>> awesome! Congrats! can't wait to start testing out testnet
>> 
>> On Fri, Nov 17, 2017 at 7:29 AM, Fola Adejumo <fol...@hotmail.co.uk 
>> <mailto:fol...@hotmail.co.uk>> wrote:
>> Yhaw!
>> 
>> 
>> 
>> Thanks in advance, 
>> 
>> 
>> 
>> 
>> 
>> From: Mimblewimble 
>> <mimblewimble-bounces+fola.a=hotmail.co...@lists.launchpad.net 
>> <mailto:hotmail.co...@lists.launchpad.net>> on behalf of Alessandro Viganò 
>> <alvis...@gmail.com <mailto:alvis...@gmail.com>>
>> Sent: 16 November 2017 23:28
>> To: mimblewimble@lists.launchpad.net 
>> <mailto:mimblewimble@lists.launchpad.net>; Jackson Palmer
>> Subject: Re: [Mimblewimble] Testnet1 released
>>  
>> BTW, build successfully on OSX Sierra and now running a node.
>> 
>> a.
>> 
>> 
>> 
>> On 17 November 2017 at 00:27:10, Jackson Palmer (he...@ummjackson.com 
>> <mailto:he...@ummjackson.com>) wrote:
>> 
>>> 
>>> Congrats! Now to figure out how to best mine this thing :) 
>>> 
>>> Cheers,
>>> Jackson.
>>> 
>>> 
>>> On Thu, Nov 16, 2017, at 03:26 PM, Alessandro Viganò wrote:
>>>> Congrats!
>>>> 
>>>> 
>>>> 
>>>> On 16 November 2017 at 23:40:52, Jason (jgtiss...@gmail.com 
>>>> <mailto:jgtiss...@gmail.com>) wrote:
>>>> 
>>>>> 
>>>>> 
>>>>> Bom!
>>>>> 
>>>>> To the moon.
>>>>> 
>>>>> Thanks y’all!
>>>>> 
>>>>> Excited to setup and get on.
>>>>> Have a great day,
>>>>> Jason
>>>>> 
>>>>> 
>>>>> 
>>>>> On Nov 16, 2017, at 4:31 PM, Casey Rodarmor <ca...@rodarmor.com 
>>>>> <mailto:ca...@rodarmor.com>> wrote:
>>>>>> Congratulations to everyone who made this possible! This is way too 
>>>>>> exciting ^^
>>>>>> 
>>>>>> On Thu, Nov 16, 2017 at 3:44 PM, Ignotus Peverell 
>>>>>> <igno.pever...@protonmail.com <mailto:igno.pever...@protonmail.com>> 
>>>>>> wrote:
>>>>>> Hi all,
>>>>>>

Re: [Mimblewimble] Logo Contest

2017-11-15 Thread Lui
+2 for ₲.

- Lui

On Wed, Nov 15, 2017 at 3:43 PM, Michael Riley <a...@outlook.com> wrote:

> +1 for ₲.
>
> -Aelr
>
> _
> From: Fola Adejumo <fol...@hotmail.co.uk>
> Sent: Wednesday, November 15, 2017 9:04 AM
> Subject: Re: [Mimblewimble] Logo Contest
> To: John Tromp <john.tr...@gmail.com>, Octomatic <octoma...@protonmail.com
> >
> Cc: <mimblewimble@lists.launchpad.net>
>
>
>
> Agreed, ₲ nails it.
>
>
> Thanks in advance,
>
>
>
> ------
> *From:* Mimblewimble <mimblewimble-bounces+fola.a=
> hotmail.co...@lists.launchpad.net> on behalf of Octomatic <
> octoma...@protonmail.com>
> *Sent:* 15 November 2017 09:46
> *To:* John Tromp
> *Cc:* mimblewimble@lists.launchpad.net
> *Subject:* Re: [Mimblewimble] Logo Contest
>
> I prefer the simple G with the slash through it --> ₲ . Recognizable from
> any scale and adaptable.
> Has the connotation of $ built in.
>
> -Octomatic
>
>
> Sent with ProtonMail <https://protonmail.com> Secure Email.
>
>  Original Message 
> Subject: Re: [Mimblewimble] Logo Contest
> Local Time: November 15, 2017 4:58 PM
> UTC Time: November 15, 2017 8:58 AM
> From: john.tr...@gmail.com
> To: Ignotus Peverell <igno.pever...@protonmail.com>
> mimblewimble@lists.launchpad.net <mimblewimble@lists.launchpad.net>
>
> > Slightly off-topic for a logo but I'm enjoying our friend U+1F601 here:
> >
> > https://unicode-table.com/en/1F601/
>
> feels very much on topic!
>
> I would agree that an actual grin is to be preferred over a stylized G
> (which is why I hardly like any of the 99designs).
>
> regards,
> -John
>
>
>
>
>
> --
> Mailing list: https://launchpad.net/~mimblewimble
> Post to : mimblewimble@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~mimblewimble
> More help   : https://help.launchpad.net/ListHelp
>
>
-- 
Mailing list: https://launchpad.net/~mimblewimble
Post to : mimblewimble@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mimblewimble
More help   : https://help.launchpad.net/ListHelp


Re: [Mimblewimble] Community discussions

2018-01-10 Thread Derek Waltchack
Sounds like a very good idea


-Derek (sent from my iPhone)

[cid:0A5E52C3-7D17-440D-9FB6-1AF8B2C8C68C@swire.local]

Derek R. Waltchack | Partner
1616 2nd Avenue South | 
  Suite 100 
 Birmingham, AL 35233
p) 205-223-2607   w) shanwalt.com<http://www.shanwalt.com/>  
t)@dwaltchack<http://www.twitter.com/dwaltchack>

On Jan 10, 2018, at 5:25 PM, Andrew Bellenie 
<andybelle...@gmail.com<mailto:andybelle...@gmail.com>> wrote:

+1

On 10 January 2018 at 23:05, Alexander Leishman 
<leishm...@gmail.com<mailto:leishm...@gmail.com>> wrote:
I'm a fan of Discourse. I've used it before and it's quite nice. The Elixir 
language project uses that.

On Wed, Jan 10, 2018 at 2:50 PM Ignotus Peverell 
<igno.pever...@protonmail.com<mailto:igno.pever...@protonmail.com>> wrote:
Hi all,

I've been playing with the idea of having a more open mode of communication for 
people to participate. Both this mailing list and gitter are very developer 
focused (not to mention clunky, when it comes to launchpad). This is not to 
propose a replacement of what we have now for development, just complement with 
a platform that's easier to join and more user-friendly.

Practically, I was thinking of setting up a discourse.org<http://discourse.org> 
instance, either hosted by them or us. What do you all think?

- Igno
--
Mailing list: https://launchpad.net/~mimblewimble
Post to : 
mimblewimble@lists.launchpad.net<mailto:mimblewimble@lists.launchpad.net>
Unsubscribe : https://launchpad.net/~mimblewimble
More help   : https://help.launchpad.net/ListHelp

--
Mailing list: https://launchpad.net/~mimblewimble
Post to : 
mimblewimble@lists.launchpad.net<mailto:mimblewimble@lists.launchpad.net>
Unsubscribe : https://launchpad.net/~mimblewimble
More help   : https://help.launchpad.net/ListHelp


--
Mailing list: https://launchpad.net/~mimblewimble
Post to : 
mimblewimble@lists.launchpad.net<mailto:mimblewimble@lists.launchpad.net>
Unsubscribe : https://launchpad.net/~mimblewimble
More help   : https://help.launchpad.net/ListHelp
-- 
Mailing list: https://launchpad.net/~mimblewimble
Post to : mimblewimble@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mimblewimble
More help   : https://help.launchpad.net/ListHelp


Re: [Monasca] alarm transition events are missing in kafka queue - mysql alarm state is updated properly

2018-01-18 Thread Bryant, Craig W (HP Cloud Service)
Hi Yuan,
I have not seen an issue like this before and have never had it reported, 
either. Unfortunately, the code only logs an exception on send to kafka as 
debug so it won’t show up in the standard configuration. I will submit a patch 
to change that, but you will have to upgrade to get that change. I’m sorry, but 
I have no suggestions on how to make this more reliable except ensure you kafka 
is running in a high availability configuration.

Craig Bryant
HPE

From: Monasca 
<monasca-bounces+craig.bryant=hpe....@lists.launchpad.net<mailto:monasca-bounces+craig.bryant=hpe@lists.launchpad.net>>
 on behalf of "yuan@t-systems.com<mailto:yuan@t-systems.com>" 
<yuan@t-systems.com<mailto:yuan@t-systems.com>>
Date: Friday, January 12, 2018 at 11:36 AM
To: "Hochmuth, Roland M" 
<roland.hochm...@hpe.com<mailto:roland.hochm...@hpe.com>>
Cc: "bradley.kl...@charter.com<mailto:bradley.kl...@charter.com>" 
<bradley.kl...@charter.com<mailto:bradley.kl...@charter.com>>, 
"monasca@lists.launchpad.net<mailto:monasca@lists.launchpad.net>" 
<monasca@lists.launchpad.net<mailto:monasca@lists.launchpad.net>>
Subject: [Monasca] alarm transition events are missing in kafka queue - mysql 
alarm state is updated properly

Hi Roland,
This is Yuan Pen from Deutsche Telekom. I am sending this email to the monasca 
community asking for help on monasca threshold engine. We have found that when 
sometime alarm state transitions happened, the threshold engine updated mysql 
alarm state properly, but failed to put  state transition events  in kafka 
queue (alarm-state-transitions).  Does this ring a bell to anyone in the 
community? If this is a real problem, is there anything we can do to make sure 
the event in transition queue and state in mysql is synched? Any comments or 
help are greatly appreciated.
Best Regard,

Yuan Pen

571-594-6155

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


Re: [Dhis2-devs] Looking for DHIS2 version 2.16 or 2.17 war file

2018-04-17 Thread Edward Robinson
Just a note - if you're using PostgreSQL version 9.5 and above, you might have 
trouble with versions 2.16-2.19 of DHIS2 since the included pgsql driver is not 
compatible.  The easiest solution is to install and use 9.3 of PostgreSQL, then 
upgrade the DB, then backup and restore after upgrading to 9.5 or above once 
you're on 2.2x of DHIS2.  Alternatively, if you are already on 9.5 or higher of 
pgsql, you can unzip the war file and replace the pgsql driver with a newer 
version before zipping it up again for deployment.

Ed


-Original Message- 
From: Dhis2-devs 
<dhis2-devs-bounces+erobinson=projectbalance....@lists.launchpad.net> On Behalf 
Of Edward Robinson
Sent: Monday, 16 April 2018 11:01 AM
To: micnice <mmatia...@yahoo.com>; dhis2-devs@lists.launchpad.net
Subject: Re: [Dhis2-devs] Looking for DHIS2 version 2.16 or 2.17 war file

Hi Michael, did you come right with this request?  I have a copy of all WARs 
from 2.16.  Email me if not.
Thanks
Ed

-Original Message-
From: Dhis2-devs 
<dhis2-devs-bounces+erobinson=projectbalance@lists.launchpad.net> On Behalf 
Of micnice
Sent: Monday, 09 April 2018 3:44 PM
To: dhis2-devs@lists.launchpad.net
Subject: [Dhis2-devs] Looking for DHIS2 version 2.16 or 2.17 war file

Dear all

I am looking for the DHIS2 2.16 or 2.17 .war file if anyone have it in their 
archives, I would like to restore an old backup to extract data.

Thank you

Michael


___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] Configure the colors of zim

2018-04-19 Thread Ralph Plawetzki

Thanks for that hint.

Kind regards,
Ralph

Jaap Karssenberg schrieb:

Yes, the current version of zim is using Gtk2, so the gtkrc config file
is still the way to go.

If all goes well, the next release will be based on Gtk3, that means we
can have a css file for zim and make things a bit easier.

-- Jaap


On Wed, Apr 18, 2018 at 9:35 PM Ari <ari.re...@gmail.com
<mailto:ari.re...@gmail.com>> wrote:

I set up a custom gtk2 color scheme just for zim (solarized theme)
and have been using it for years. Currently on Fedora 27, still
works fine.

I had some difficulties to set it up in the beginning,  here's a
description of what I had to do, amd how to launch zim with the
custom scheme:

https://lists.launchpad.net/zim-wiki/msg04067.html





On Wed, Apr 18, 2018, 7:01 AM Ralph Plawetzki, <> wrote:

Dear Team,

I'd like to change the colors of zim independently from the gtk
theme.
Are the hints in the zim manual [1] still valid?
I have a .gtkrc-2.0 that does not do anything.

I'am on current Gnome on Arch linux.

Thanks.

Kind regards,
Ralph

[1]

https://github.com/jaap-karssenberg/zim-desktop-wiki/blob/master/data/manual/Help/Config_Files.txt#L157


___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
    <mailto:zim-wiki@lists.launchpad.net>
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~zim-wiki
    Post to : zim-wiki@lists.launchpad.net
<mailto:zim-wiki@lists.launchpad.net>
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] 5.1.1 release reminder.

2019-04-19 Thread Jean-Samuel Reynaud
//github.com/KiCad/kicad-symbols/issues/1724
> > >      >>>>
> > >      >>>> On 12/04/19 22:23, Wayne Stambaugh wrote:
> > >      >>>>> Just a reminder.  I will be tagging 5.1.1 Sunday
> afternoon so
> > >     any last
> > >      >>>>> minute bug fixes should probably be in by tomorrow
> so I can
> > >     do a build
> > >      >>>>> check and some quick testing to make sure nothing went
> > >     sideways.  Also,
> > >      >>>>> please no translatable string changes until we
> start 5.1.2.
> > >     Hopefully
> > >      >>>>> the library, doc, and translation repos will get
> tagged on
> > >     Sunday so we
> > >      >>>>> can get the back builders fired up.  Thanks again
> everyone
> > >     for your
> > >      >>>>> tireless efforts.
> > >      >>>>>
> > >      >>>>> Cheers,
> > >      >>>>>
> > >      >>>>> Wayne
> > >      >>>>>
>     > >      >>>>> ___
> > >      >>>>> Mailing list: https://launchpad.net/~kicad-developers
> > >      >>>>> Post to     : kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>
> > >     <mailto:kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>>
> > >      >>>>> Unsubscribe : https://launchpad.net/~kicad-developers
> > >      >>>>> More help   : https://help.launchpad.net/ListHelp
> > >      >>>>
> > >      >>>>
> > >      >>>>
> > >      >>>> ___
> > >      >>>> Mailing list: https://launchpad.net/~kicad-developers
> > >      >>>> Post to     : kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>
> > >     <mailto:kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>>
> > >      >>>> Unsubscribe : https://launchpad.net/~kicad-developers
> > >      >>>> More help   : https://help.launchpad.net/ListHelp
> > >      >>>
> > >      >>> ___
> > >      >>> Mailing list: https://launchpad.net/~kicad-developers
> > >      >>> Post to     : kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>
> > >     <mailto:kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>>
> > >      >>> Unsubscribe : https://launchpad.net/~kicad-developers
> > >      >>> More help   : https://help.launchpad.net/ListHelp
> > >      >>>
> > >      >>
> > >      >>
> > >      >> _______
> > >      >> Mailing list: https://launchpad.net/~kicad-developers
> > >      >> Post to     : kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>
>     > >     <mailto:kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>>
> > >      >> Unsubscribe : https://launchpad.net/~kicad-developers
> > >      >> More help   : https://help.launchpad.net/ListHelp
> > >      >>
> > >      >
> > >      > ___
> > >      > Mailing list: https://launchpad.net/~kicad-developers
> > >      > Post to     : kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>
> > >     <mailto:kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>>
> > >      > Unsubscribe : https://launchpad.net/~kicad-developers
> > >      > More help   : https://help.launchpad.net/ListHelp
> > >      >
> > >
> > >
> > >     ___
> > >     Mailing list: https://launchpad.net/~kicad-developers
> > >     Post to     : kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>
> > >     <mailto:kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>>
> > >     Unsubscribe : https://launchpad.net/~kicad-developers
> > >     More help   : https://help.launchpad.net/ListHelp
> > >
> >
> > ___
> > Mailing list: https://launchpad.net/~kicad-developers
> > Post to     : kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>
> > Unsubscribe : https://launchpad.net/~kicad-developers
> > More help   : https://help.launchpad.net/ListHelp
>
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] eemodern branch

2019-05-05 Thread Jeff Young
Branch is in.  Please let me know if you see anything funny….

Cheers,
Jeff.

PS: most of the ordering in the tool context menus is just a first guess.  If 
you see something that should move, holler.


> On 5 May 2019, at 18:46, Tomasz Wlostowski  wrote:
> 
> ++
> 
> 05.05.2019 11:40 Seth Hillbrand  <mailto:s...@hillbrand.org>> napisał(a):
> +1
> 
> Am 2019-05-05 13:33, schrieb Jon Evans:
> > +1
> > Merge it and get more testing.  It's already worlds better than the
> > status quo.
> > 
> > On Sun, May 5, 2019 at 12:12 PM Jeff Young  wrote:
> > 
> >> I think this is ready to merge.  Any objections?
> >> 
> >> ___
> >> Mailing list: https://launchpad.net/~kicad-developers 
> >> <https://launchpad.net/~kicad-developers>
> >> Post to : kicad-developers@lists.launchpad.net
> >> Unsubscribe : https://launchpad.net/~kicad-developers 
> >> <https://launchpad.net/~kicad-developers>
> >> More help   : https://help.launchpad.net/ListHelp 
> >> <https://help.launchpad.net/ListHelp>
> > _______
> > Mailing list: https://launchpad.net/~kicad-developers 
> > <https://launchpad.net/~kicad-developers>
> > Post to : kicad-developers@lists.launchpad.net
> > Unsubscribe : https://launchpad.net/~kicad-developers 
> > <https://launchpad.net/~kicad-developers>
> > More help   : https://help.launchpad.net/ListHelp 
> > <https://help.launchpad.net/ListHelp>
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers 
> <https://launchpad.net/~kicad-developers>
> Post to : kicad-developers@lists.launchpad.net 
> <mailto:kicad-developers@lists.launchpad.net>
> Unsubscribe : https://launchpad.net/~kicad-developers 
> <https://launchpad.net/~kicad-developers>
> More help   : https://help.launchpad.net/ListHelp 
> <https://help.launchpad.net/ListHelp>
> ___
> Mailing list: https://launchpad.net/~kicad-developers 
> <https://launchpad.net/~kicad-developers>
> Post to : kicad-developers@lists.launchpad.net 
> <mailto:kicad-developers@lists.launchpad.net>
> Unsubscribe : https://launchpad.net/~kicad-developers 
> <https://launchpad.net/~kicad-developers>
> More help   : https://help.launchpad.net/ListHelp 
> <https://help.launchpad.net/ListHelp>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Dolfin] patch for boundary indicators (e.g. VMTK) in parallel

2011-04-04 Thread Garth N. Wells


On 04/04/11 10:36, Kent-Andre Mardal wrote:
 
 
 On 4 April 2011 11:25, Garth N. Wells gn...@cam.ac.uk
 mailto:gn...@cam.ac.uk wrote:
 
 
 
 On 04/04/11 09:49, Kent-Andre Mardal wrote:
  I have a unit test that I can include.
 
  BTW: A couple of issues concerning this patch.
 
  1. I have used a std::map for a global - local mapping. I don't
 know if
  this
  the most efficient thing to do, but it is certainly convenient.
 
 
 boost::unordered_map is another possibility.
 
 
 I need to search through it afterwards so I think it is an advantage if
 it is
 ordered.
  

You need to test. boost::unorderd_map can be very fast for searches.

Garth

 
 
  2. The boundary indicators are read on every process because these
  arrays are small. Their dimensions are the number of cells on the
  boundary.
 
 
 This isn't scalable - we would need an enhanced alternative.
 
 Garth
 
 
 Sure, but it is still the fastest thing to do when the number of
 processors are small (I think).
 
 Kent
  
 
 
  On 4 April 2011 10:20, Garth N. Wells gn...@cam.ac.uk
 mailto:gn...@cam.ac.uk
  mailto:gn...@cam.ac.uk mailto:gn...@cam.ac.uk wrote:
 
  I would prefer to not apply this just yet. I'm in the process if
  re-factoring some aspects of parallel mesh functionality. Some
 classes
  and functions have gotten out of hand.
 
  Register a branch and a merge request so that it doesn't get
 forgotten.
  Unit tests are also required before patches will be applied.
 
  Garth
 
 
 
  On 04/04/11 07:52, Kent-Andre Mardal wrote:
  
   Please consider the attached patch.
  
   Kent
  
  
  
   ___
   Mailing list: https://launchpad.net/~dolfin
 https://launchpad.net/%7Edolfin
  https://launchpad.net/%7Edolfin
   Post to : dolfin@lists.launchpad.net
 mailto:dolfin@lists.launchpad.net
  mailto:dolfin@lists.launchpad.net
 mailto:dolfin@lists.launchpad.net
   Unsubscribe : https://launchpad.net/~dolfin
 https://launchpad.net/%7Edolfin
  https://launchpad.net/%7Edolfin
   More help   : https://help.launchpad.net/ListHelp
 
  ___
  Mailing list: https://launchpad.net/~dolfin
 https://launchpad.net/%7Edolfin
  https://launchpad.net/%7Edolfin
  Post to : dolfin@lists.launchpad.net
 mailto:dolfin@lists.launchpad.net
  mailto:dolfin@lists.launchpad.net
 mailto:dolfin@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~dolfin
 https://launchpad.net/%7Edolfin
  https://launchpad.net/%7Edolfin
  More help   : https://help.launchpad.net/ListHelp
 
 
 
 


___
Mailing list: https://launchpad.net/~dolfin
Post to : dolfin@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dolfin
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Nova] Essex dead wood cutting

2012-01-28 Thread Tim Bell

With the Hyper-V support  being phased out, I would be interested to
understand:

- What hypervisors are being used for running Windows guests (both Windows 7
and Windows Server) on top of OpenStack ?
- To what extent will Microsoft support problems reported with a Windows
guest running on a non-Microsoft hypervisor ?
- Are there other sites who are affected by this proposal who would be
willing to invest effort to maintain the Hyper-V support ?

Tim Bell
CERN

-Original Message-
From: openstack-bounces+tim.bell=cern...@lists.launchpad.net
[mailto:openstack-bounces+tim.bell=cern...@lists.launchpad.net] On Behalf Of
Sandy Walsh
Sent: 27 January 2012 16:45
To: Thierry Carrez; openstack@lists.launchpad.net
Subject: Re: [Openstack] [Nova] Essex dead wood cutting

I'll be taking the existing Zones code out of API and Distributed Scheduler.
The new Zones infrastructure is an optional component.

-S

From: openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net
[openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net] on behalf
of Thierry Carrez [thie...@openstack.org]
Sent: Friday, January 27, 2012 11:23 AM
To: openstack@lists.launchpad.net
Subject: [Openstack] [Nova] Essex dead wood cutting

Just as Nova enters feature freeze, it sounds like a good moment to consider
removing deprecated, known-buggy-and-unmaintained or useless feature code
from the Essex tree.

Here are my suggestions for removal:

- Ajaxterm (unmaintained, security issues, replaced by VNC console)
- Hyper-V support (known broken and unmaintained)

I'm sure that everyone has suggestions on other dead wood that we should cut
now rather than ship in Essex... please comment.

--
Thierry Carrez (ttx)
Release Manager, OpenStack

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


smime.p7s
Description: S/MIME cryptographic signature
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Nova] Essex dead wood cutting

2012-02-02 Thread Armando Migliaccio
Errata corrige for point b) 

a pool of developers (not necessarily the first committer) DOES NOT keep the 
code up to date, AND DOES NOT increase functionality and test coverage (both 
unit and functional);

:)

 -Original Message-
 From: openstack-bounces+armando.migliaccio=eu.citrix@lists.launchpad.net
 [mailto:openstack-
 bounces+armando.migliaccio=eu.citrix@lists.launchpad.net] On Behalf Of
 Armando Migliaccio
 Sent: 02 February 2012 11:52
 To: Thierry Carrez; openstack@lists.launchpad.net
 Subject: Re: [Openstack] [Nova] Essex dead wood cutting
 
 To the best of my knowledge, the ESXi support is up to date. There may be
 bugs, but which virt driver is perfect ;)?
 
 Sateesh may know more, because he is the main contributor/maintainer from
 Citrix.
 
 However, as Vish pointed out in a previous email, any driver is doomed to rot
 if:
 
 a) no one is deploying OpenStack using the specific driver, thus unveiling
 potential problems;
 b) a pool of developers (not necessarily the first committer) keep the code up
 to date, increase functionality and test coverage (both unit and functional);
 
 Clearly both xenapi and libvirt are actively developed and deployed. How about
 vmwareapi? Anyone?
 
 Let's make sure that vmwareapi is not going to be the next one to bite the
 dust.
 
 A.
 
  -Original Message-
  From: openstack-bounces+armando.migliaccio=eu.citrix@lists.launchpad.net
  [mailto:openstack-
  bounces+armando.migliaccio=eu.citrix@lists.launchpad.net] On Behalf Of
  Thierry Carrez
  Sent: 02 February 2012 08:53
  To: openstack@lists.launchpad.net
  Subject: Re: [Openstack] [Nova] Essex dead wood cutting
 
  Thierry Carrez wrote:
   Just as Nova enters feature freeze, it sounds like a good moment to
   consider removing deprecated, known-buggy-and-unmaintained or useless
   feature code from the Essex tree.
  
   Here are my suggestions for removal:
  
   - Ajaxterm (unmaintained, security issues, replaced by VNC console)
   - Hyper-V support (known broken and unmaintained)
 
  While we are at it (and since I'm getting used to press coverage),
  what's the state of the VMWareAPI support ?
 
  I knew Hyper-V was not working because bugs were reported against it...
  but I don't really know how functional vmwareapi actually is.
 
  --
  Thierry Carrez (ttx)
  Release Manager, OpenStack
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Instance stuck in deleting state with error

2012-07-31 Thread Day, Phil
Sorry for a dumb question, but can someone point me to where the authorization 
is configured to determine who does and doesn't get access to these actions 
please ?

Thanks,
Phil

-Original Message-
From: openstack-bounces+philip.day=hp@lists.launchpad.net 
[mailto:openstack-bounces+philip.day=hp@lists.launchpad.net] On Behalf Of 
Karajgi, Rohit
Sent: 31 July 2012 15:17
To: Wolfgang Hennerbichler; openstack@lists.launchpad.net
Subject: Re: [Openstack] Instance stuck in deleting state with error

Hi Wolfgang, 

Have you updated the your python-novaclient? The 'nova reset-state server 
--active' command is pretty much there. It is an admin action in Nova 
extensions.
$ nova help | grep reset
reset-state Reset the state of an instance


Regards,
Rohit Karajgi | Lead Engineer | NTT Data Global Technology Services Private Ltd 
| w. +91.20.6604.1500 x 378 |  m. +91 992.242.9639 | rohit.kara...@nttdata.com



-Original Message-
From: openstack-bounces+rohit.karajgi=nttdata@lists.launchpad.net 
[mailto:openstack-bounces+rohit.karajgi=nttdata@lists.launchpad.net] On 
Behalf Of Wolfgang Hennerbichler
Sent: Tuesday, July 31, 2012 10:45 AM
To: openstack@lists.launchpad.net
Subject: Re: [Openstack] Instance stuck in deleting state with error

On 07/30/2012 09:35 PM, Kevin L. Mitchell wrote:

 That said, be aware that there is a reset-state command to 
 novaclient, so that you can do Chris's recommended reset without 
 having to muck around with the database directly.

where?
nova help | grep reset
yields nothing.
I think this is one of openstack worst weaknesses, that if the status of an 
instance is in error-state and one has to wade through a couple of logfiles 
(scheduler, nova-network, nova-compute) in order to find out what really 
happened. I would be superior if the error itself would be reported back to the 
database.

Wolfgang

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

__
Disclaimer:This email and any attachments are sent in strictest confidence for 
the sole use of the addressee and may contain legally privileged, confidential, 
and proprietary data.  If you are not the intended recipient, please advise the 
sender by replying promptly to this email and then delete and destroy this 
email and any attachments without any further use, copying or forwarding

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Docs] Documentation set for Folsom

2012-09-27 Thread Bontala, Vibhuvardhan
Thanks Anne.

-Original Message-
From: annegen...@justwriteclick.com [mailto:annegen...@justwriteclick.com] On 
Behalf Of Anne Gentle
Sent: Thursday, September 27, 2012 2:23 PM
To: Bontala, Vibhuvardhan
Cc: openstack@lists.launchpad.net (openstack@lists.launchpad.net)
Subject: Re: [Openstack] [Docs] Documentation set for Folsom

Hello Vibhu -

Apologies for a delayed response. I'm having trouble automatically
publishing the Image API specs right now.
Here is the 1.1 API spec for the Image service (glance).

http://docs.openstack.org/api/openstack-image-service/1.1/content/

Thanks,
Anne


On Wed, Sep 26, 2012 at 4:46 PM, Bontala, Vibhuvardhan
vibhuvardhan.bont...@emc.com wrote:
 Hi Anne,

 Do you have a similar pointer to the Image Service for Folsom? I am 
 interested in the API reference specifically.

 Thanks
 Vibhu

 -Original Message-
 From: openstack-bounces+vibhuvardhan.bontala=emc@lists.launchpad.net 
 [mailto:openstack-bounces+vibhuvardhan.bontala=emc@lists.launchpad.net] 
 On Behalf Of Anne Gentle
 Sent: Tuesday, September 25, 2012 11:40 AM
 To: Patrick Petit
 Cc: openstack@lists.launchpad.net (openstack@lists.launchpad.net)
 Subject: Re: [Openstack] [Docs] Documentation set for Folsom

 Hi Patrick -

 The Quantum admin guide in its current state is publishing here:
 http://docs.openstack.org/trunk/openstack-network/admin/content/

 You can review the ongoing work here:
 https://review.openstack.org/#/q/status:open+project:openstack/openstack-manuals,n,z

 For documentation, we typically keep the master branch publishing to
 docs.openstack.org/trunk/ and will cut a docs.openstack.org/folsom/
 set of documents about a month after the software release.

 Hope this is helpful -
 Anne

 On Tue, Sep 25, 2012 at 10:16 AM, Patrick Petit
 patrick.michel.pe...@gmail.com wrote:
 Hi There,

 Can someone tell me what is current plan regarding the release of the
 documentation set for Folsom?
 Of particular interest is the admin guide extension covering Quantum.
 Thanks
 Patrick

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [devstack] How to purge, remove and wipe out devstack?

2012-11-20 Thread Gui Maluf
I'll try this Joshua, thanks!


On Mon, Nov 19, 2012 at 4:25 PM, Joshua Harlow harlo...@yahoo-inc.comwrote:

 U can try anvil http://anvil.readthedocs.org/en/latest/ also, its
 similar but I built it with the goal to do uninstalls/starts/stops from the
 start.

 Your mileage may vary though :-)

 -Josh

 From: Tong Li liton...@us.ibm.com
 Date: Monday, November 19, 2012 6:19 AM
 To: Gui Maluf guimal...@gmail.com
 Cc: openstack-bounces+litong01=us.ibm@lists.launchpad.net 
 openstack-bounces+litong01=us.ibm@lists.launchpad.net, 
 openstack@lists.launchpad.net openstack@lists.launchpad.net
 Subject: Re: [Openstack] [devstack] How to purge, remove and wipe out
 devstack?

 There are configuration files under /etc for components that you enabled
 when you install devstack. such as /etc/nova, /etc/glance, etc.

 Tong Li
 Emerging Technologies  Standards


 [image: Inactive hide details for Gui Maluf ---11/19/2012 05:10:27
 AM---Hello, if I would like to wipe, remove and purge everything dev]Gui
 Maluf ---11/19/2012 05:10:27 AM---Hello, if I would like to wipe, remove
 and purge everything devstack installed and

 From: Gui Maluf guimal...@gmail.com
 To: openstack@lists.launchpad.net openstack@lists.launchpad.net,
 Date: 11/19/2012 05:10 AM
 Subject: [Openstack] [devstack] How to purge, remove and wipe out
 devstack?
 Sent by: openstack-bounces+litong01=us.ibm@lists.launchpad.net
 --



 Hello,
 if I would like to wipe, remove and purge everything devstack installed
 and configured what should I do?

 rm -rf /opt/stack
 rm -rf /usr/local/bin/

 what else?

 thanks in advance!
 :)

 -- *
 guilherme* \n
 \t *maluf*
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




-- 
*guilherme* \n
\t *maluf*
graycol.gif___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Ceilometer] Ganglia Ceilometer integration

2013-01-08 Thread Jiang, Yunhong
My 2 cents.

Basically there are two method to interact with Ganglia. One is to push all 
data from ceilometer into Gangalia, another one is your suggestion, put all 
data from Gangalia to ceilometer. 

According to current definition of ceilometer infrastructure to collect 
measurements within OpenStack, IMHO, possibly we take not take data from 
Gangalia. If some data in Gangalia that are openstack/cloud specific, we should 
have pollster in ceilometer to get it.

If Ganglia has interest in ceilometer data, we can achieve it through a 
specific publisher, to put data into Gangalia.

Thanks
--jyh

 -Original Message-
 From: openstack-bounces+yunhong.jiang=intel@lists.launchpad.net
 [mailto:openstack-bounces+yunhong.jiang=intel@lists.launchpad.net] On
 Behalf Of daniel_ley...@dell.com
 Sent: Tuesday, January 08, 2013 11:23 PM
 To: shengjie_...@dell.com
 Cc: openstack@lists.launchpad.net
 Subject: Re: [Openstack] [Ceilometer] Ganglia Ceilometer integration
 
 Shengjie,
 
 I've been thinking quite a lot about that recently. I was considering putting 
 up a
 blueprint about supporting collection of metrics from Ganglia-monitored
 servers and pushing them into Ceilometer, assuming there isn't anything
 already up.
 
 I have run Ganglia on large numbers of servers in the past collecting metrics
 and was thinking that, particularly with monitoring tie-ins with Ceilometer, 
 it
 would be useful to have a producer that will scrape Ganglia's native XML-based
 metric reports and push metrics into Ceilometer for persistence and analysis. 
 I
 think that would complement the blueprint you raised about the HBase storage
 backend for storing would could quickly become a vast amount of data - more
 than the current backends could handle well - and if implemented properly
 should work well with the multi-producer work that is going on.
 
 
 Dan
 
 
 
 -Original Message-
 From: openstack-bounces+daniel_leyden=dell@lists.launchpad.net
 [mailto:openstack-bounces+daniel_leyden=dell@lists.launchpad.net] On
 Behalf Of Min, Shengjie
 Sent: 08 January 2013 13:02
 To: jul...@danjou.info
 Cc: openstack@lists.launchpad.net
 Subject: Re: [Openstack] [Ceilometer] Ganglia Ceilometer integration
 
 Hi Julien,
 
 Just look at the blueprints and your post, seems like there is some effort
 around synaps, also something around heat, cloudwatch. Just trying to get a
 clear picture about the vision and direction around monitoring area.
 
 Shengjie
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Regarding Role Management

2013-02-26 Thread Zach Antonas
Sorry what I meant to say is that there is only example parameters to 
configure roles against compute/network/volume permissions. There are no 
examples of parameters for specifying object-storage based permissions. 
Can someone point me in the right direction?


Zach

On 26/02/2013 19:34, Kun Huang wrote:

That policy.json is about keystone/keystone-client project


On Wed, Feb 27, 2013 at 3:21 AM, Zach Antonas zanto...@gmail.com 
mailto:zanto...@gmail.com wrote:


Hi Kevin,

Is there any Swift documentation for this? I can't find any
example policy.json parameters for Swift.

Thanks,
Zach


On 26/02/2013 18:43, Kevin Stevens wrote:

Hello,

Please have a look here for documentation on customizing roles in
policy.json:

http://docs.openstack.org/trunk/openstack-compute/install/yum/content/keystone-concepts.html

Thanks,
Kevin S

From: Aru s arumo...@gmail.com mailto:arumo...@gmail.com
Date: Tuesday, February 26, 2013 6:14 AM
To: openstack@lists.launchpad.net
mailto:openstack@lists.launchpad.net
openstack@lists.launchpad.net
mailto:openstack@lists.launchpad.net
Subject: Re: [Openstack] Regarding Role Management

Hi,

Any one please help.
I am struggling to understand to customize policy.json file.

Regards
Arumon

On Mon, Feb 25, 2013 at 3:56 PM, Aru s arumo...@gmail.com
mailto:arumo...@gmail.com wrote:

Hi,

I am trying to understand the roles (default available) and
its privillages. Not able to find any document on this.
Also looking for document which reffers how to create roles
with custom privillages. Please help.

Regards,
Arumon




___
Mailing list:https://launchpad.net/~openstack  
https://launchpad.net/%7Eopenstack
Post to :openstack@lists.launchpad.net  
mailto:openstack@lists.launchpad.net
Unsubscribe :https://launchpad.net/~openstack  
https://launchpad.net/%7Eopenstack
More help   :https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
https://launchpad.net/%7Eopenstack
Post to : openstack@lists.launchpad.net
mailto:openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
https://launchpad.net/%7Eopenstack
More help   : https://help.launchpad.net/ListHelp




___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] I release naming (calling APAC community)

2013-05-03 Thread mail.zhang.yee
+1 Ili, beautiful word and beautiful place.

在 2013-5-3 上午11:47,Hua ZZ Zhang zhu...@cn.ibm.com写道:

 +1! the Chinese character is '伊犁' and can be easily spelled, remembered
and  pronounced in English.
 This city name 'ili' is also searchable on google map. It is beautiful
city located in the westernmost province of China.
 There lives people from different ethnic such as Han, Kazak, Uyghur, Hui,
Mongol, Xibe.

 -Zhang Hua(Edward)


 Wang, Shane ---2013-05-03 上午 09:23:24---Wang, Shane 
shane.w...@intel.com

 Wang, Shane shane.w...@intel.com
 Sent by: Openstack openstack-bounces+zhuadl=
cn.ibm@lists.launchpad.net

 2013-05-03 上午 09:22


 To

 Thierry Carrez thie...@openstack.org, openstack@lists.launchpad.net 
openstack@lists.launchpad.net,

 cc


 Subject

 Re: [Openstack] I release naming (calling APAC community)

 What about Ili, which is a prefecture name in Xinjiang in China:
http://en.wikipedia.org/wiki/Ili_Kazakh_Autonomous_Prefecture

 --
 Shane

  -Original Message-
  From: Openstack
  [mailto:openstack-bounces+shane.wang=intel@lists.launchpad.net] On
  Behalf Of Thierry Carrez
  Sent: Thursday, May 02, 2013 10:02 PM
  To: openstack@lists.launchpad.net
  Subject: [Openstack] I release naming (calling APAC community)
 
  Hi everyone,
 
  As you may know, we name our release cycles after cities or counties in
  the state/country where the corresponding design summit is held.
 
  That creates an interesting problem for the I release, since there is
  no word starting with i in classic transliteration of Chinese words...
  so not so many candidates. We'll have to get a bit creative and be
  willing to bend the rules a little.
 
  Feel free to suggest names on this thread, or on the wiki page at:
  https://wiki.openstack.org/wiki/Release_Naming
 
  I am especially interested by the input of our APAC community in general
  and our Chinese members in particular, which are probably the best to
  let us know which transliteration crime could be acceptable or which
  name they would particularly like.
 
  Cheers,
 
  --
  Thierry Carrez (ttx)
  Release Manager, OpenStack
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Jake G.
Dont have any templates to create from yet. Was trying to make me a CentOS 6.4 
template to begin with.



 From: Haiming Yang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:48 PM
Subject: Re: [Openstack] [Grizzly] Instance has no available HDD
 


I would suggest you to create a VM not using iso, and by some template to make 
sure your logic works. 




On Wed, Jul 17, 2013 at 2:38 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Yeah i am using the default m1.medium.




 From: Haiming Yang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:34 PM

Subject: Re: [Openstack] [Grizzly] Instance has no available HDD
 


can you check the flavor you are using?




On Wed, Jul 17, 2013 at 2:21 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Yeah. 
The details show there should be a 40GB disk there but there actually isn't.




 From: Haiming Yang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:19 PM
Subject: Re: [Openstack] [Grizzly] Instance has no available HDD
 


diskless VM?




On Wed, Jul 17, 2013 at 2:08 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Hi All,


Having an issue where after an new instance is created successfully via the 
UI and boots to linux installation ISO,
the installer errors out because there are no available hard disks to 
install the OS on.


How can I troubleshoot and resolve this?


Thanks!Jake








___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp





___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp




___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread laserjetyang
try to follow this link to upload an image to your glance, and the create
instance based on this image.

http://docs.openstack.org/grizzly/openstack-compute/install/apt/content/images-verifying-install.html


On Wed, Jul 17, 2013 at 2:50 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

 Dont have any templates to create from yet. Was trying to make me a CentOS
 6.4 template to begin with.

   --
  *From:* Haiming Yang laserjety...@gmail.com
 *To:* Jake G. dj_dark_jungl...@yahoo.com
 *Cc:* openstack@lists.launchpad.net openstack@lists.launchpad.net
 *Sent:* Wednesday, July 17, 2013 3:48 PM

 *Subject:* Re: [Openstack] [Grizzly] Instance has no available HDD

 I would suggest you to create a VM not using iso, and by some template to
 make sure your logic works.


 On Wed, Jul 17, 2013 at 2:38 PM, Jake G. dj_dark_jungl...@yahoo.comwrote:

 Yeah i am using the default m1.medium.

   --
  *From:* Haiming Yang laserjety...@gmail.com
 *To:* Jake G. dj_dark_jungl...@yahoo.com
 *Cc:* openstack@lists.launchpad.net openstack@lists.launchpad.net
 *Sent:* Wednesday, July 17, 2013 3:34 PM

 *Subject:* Re: [Openstack] [Grizzly] Instance has no available HDD

 can you check the flavor you are using?


 On Wed, Jul 17, 2013 at 2:21 PM, Jake G. dj_dark_jungl...@yahoo.comwrote:

 Yeah.
 The details show there should be a 40GB disk there but there actually
 isn't.

   --
  *From:* Haiming Yang laserjety...@gmail.com
 *To:* Jake G. dj_dark_jungl...@yahoo.com
 *Cc:* openstack@lists.launchpad.net openstack@lists.launchpad.net
 *Sent:* Wednesday, July 17, 2013 3:19 PM
 *Subject:* Re: [Openstack] [Grizzly] Instance has no available HDD

 diskless VM?


 On Wed, Jul 17, 2013 at 2:08 PM, Jake G. dj_dark_jungl...@yahoo.comwrote:

 Hi All,

 Having an issue where after an new instance is created successfully via
 the UI and boots to linux installation ISO,
 the installer errors out because there are no available hard disks to
 install the OS on.

 How can I troubleshoot and resolve this?

 Thanks!
 Jake





 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp





 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp








___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-users] Compatibility with AutoCAD/GAMBIT

2010-08-13 Thread Ken Mendoza
In the case of the impeller I might try using BREP directly in Yade.


From: yade-users-bounces+ken_mendoza=ices.a-star.edu...@lists.launchpad.net 
[yade-users-bounces+ken_mendoza=ices.a-star.edu...@lists.launchpad.net] On 
Behalf Of Ken Mendoza [ken_mend...@ices.a-star.edu.sg]
Sent: 13 August 2010 14:49
To: yade-users@lists.launchpad.net
Subject: Re: [Yade-users] Compatibility with AutoCAD/GAMBIT

I'm intending to draft  import 2 geometries:
1. Rushton turbine impeller in cylindrical vessel
2. Screw extruder (in the long term)

I'll try with AutoCAD  do an stlout first, but I guess a better solution would 
be to install SALOME?

Thanks,
Ken


From: yade-users-bounces+ken_mendoza=ices.a-star.edu...@lists.launchpad.net 
[yade-users-bounces+ken_mendoza=ices.a-star.edu...@lists.launchpad.net] On 
Behalf Of Václav Šmilauer [eudo...@arcig.cz]
Sent: 12 August 2010 12:20
To: yade-users@lists.launchpad.net
Subject: Re: [Yade-users] Compatibility with AutoCAD/GAMBIT

 Instead of using BREP, is it possible to import geometries from
 AutoCAD/GAMBIT into Yade-0.50 running on Kubuntu?

There is no direct import (see
https://yade-dem.org/sphinx/yade.ymport.html for what is available); it
depends on what kind of data you want to import. I would suggest that you
either convert those data to STL or have Gambit write a text file which you
can read with python functions easily (see the source of yade.ymport.text
for inspiration); we can add it to ymport if you will think it will be
generally useful.

HTH, Vaclav


___
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp

This email is confidential and may be privileged. If you are not the intended 
recipient, please delete it and notify us immediately.
Please do not copy it or use it for any purpose, or disclose its contents to 
any other person. Thank you.


___
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp

This email is confidential and may be privileged. If you are not the intended 
recipient, please delete it and notify us immediately. 
Please do not copy it or use it for any purpose, or disclose its contents to 
any other person. Thank you.


___
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] [Dhis2-users] Removal of functionality

2012-01-17 Thread Robert G. Mesleh Jr.
It'll be a good idea to create a module to activate/deactivate
functionality.
Things which might not be useful now could be used in future.

Thanks,

-Original Message-
From: dhis2-users-bounces+meslehrobert3=gmail@lists.launchpad.net
[mailto:dhis2-users-bounces+meslehrobert3=gmail@lists.launchpad.net] On
Behalf Of stepho...@gmail.com
Sent: Tuesday, January 17, 2012 1:20 PM
To: Muhire Andrew; Lars Helge Øverland; DHIS 2 developers;
dhis2-us...@lists.launchpad.net
Subject: Re: [Dhis2-users] Removal of functionality

How about making a module or function for activating and/or de-activating
such functionality.

Removing it completely might not be a very good idea as some people might
need to use it ONE TIME.

Like Tally sheet generator is handy for those using tally sheets.

Thanks


Sent from my BlackBerry® smartphone provided by Airtel Uganda.

-Original Message-
From: Muhire Andrew muhireand...@yahoo.com
Sender: dhis2-users-bounces+stephocay=gmail@lists.launchpad.net
Date: Tue, 17 Jan 2012 03:58:22 
To: Lars Helge Øverlandlarshe...@gmail.com; DHIS 2
developersdhis2-devs@lists.launchpad.net;
dhis2-us...@lists.launchpad.netdhis2-us...@lists.launchpad.net
Reply-To: Muhire Andrew muhireand...@yahoo.com
Subject: Re: [Dhis2-users] Removal of functionality

___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-us...@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-us...@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp
 

__ Information from ESET NOD32 Antivirus, version of virus signature
database 6802 (20120117) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
  

__ Information from ESET NOD32 Antivirus, version of virus signature
database 6803 (20120117) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 
 

__ Information from ESET NOD32 Antivirus, version of virus signature
database 6803 (20120117) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 


___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Removal of functionality

2012-01-17 Thread Robert G. Mesleh Jr.
It'll be a good idea to create a module to activate/deactivate
functionality.
Things which might not be useful now could be used in future.

Thanks,

-Original Message-
From: dhis2-users-bounces+meslehrobert3=gmail@lists.launchpad.net
[mailto:dhis2-users-bounces+meslehrobert3=gmail@lists.launchpad.net] On
Behalf Of stepho...@gmail.com
Sent: Tuesday, January 17, 2012 1:20 PM
To: Muhire Andrew; Lars Helge Øverland; DHIS 2 developers;
dhis2-users@lists.launchpad.net
Subject: Re: [Dhis2-users] Removal of functionality

How about making a module or function for activating and/or de-activating
such functionality.

Removing it completely might not be a very good idea as some people might
need to use it ONE TIME.

Like Tally sheet generator is handy for those using tally sheets.

Thanks


Sent from my BlackBerry® smartphone provided by Airtel Uganda.

-Original Message-
From: Muhire Andrew muhireand...@yahoo.com
Sender: dhis2-users-bounces+stephocay=gmail@lists.launchpad.net
Date: Tue, 17 Jan 2012 03:58:22 
To: Lars Helge Øverlandlarshe...@gmail.com; DHIS 2
developersdhis2-d...@lists.launchpad.net;
dhis2-users@lists.launchpad.netdhis2-users@lists.launchpad.net
Reply-To: Muhire Andrew muhireand...@yahoo.com
Subject: Re: [Dhis2-users] Removal of functionality

___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp
 

__ Information from ESET NOD32 Antivirus, version of virus signature
database 6802 (20120117) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
  

__ Information from ESET NOD32 Antivirus, version of virus signature
database 6803 (20120117) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 
 

__ Information from ESET NOD32 Antivirus, version of virus signature
database 6803 (20120117) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 


___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Select option in aggregate data entry

2017-03-28 Thread Ngoni Manika
Dear Abyot

Solved, Thanks a lot that was exactly the problem

Regards

Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10

From: Abyot Asalefew Gizaw<mailto:ab...@dhis2.org>
Sent: Monday, March 27, 2017 1:39 PM
To: Ngoni Manika<mailto:nman...@hotmail.com>
Cc: Absolom MURAMIRA<mailto:absolo...@yahoo.com>; DHIS 2 Users 
list<mailto:dhis2-users@lists.launchpad.net>; 
dhis2-devs<mailto:dhis2-d...@lists.launchpad.net>
Subject: Re: [Dhis2-users] Select option in aggregate data entry

Hi Ngoni,

Does your options have both name and code?

--
Abyot A. Gizaw.
Senior Engineer, DHIS2
University of Oslo
http://www.dhis2.org

On Mon, Mar 27, 2017 at 1:22 PM, Ngoni Manika 
<nman...@hotmail.com<mailto:nman...@hotmail.com>> wrote:
Hi Absolom

Yes I did assign. The list is showing but you cannot select anything

Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10

From: Absolom MURAMIRA<mailto:absolo...@yahoo.com>
Sent: Monday, March 27, 2017 11:41 AM
To: Ngoni Manika<mailto:nman...@hotmail.com>; DHIS 2 Users 
list<mailto:dhis2-users@lists.launchpad.net>; 
dhis2-devs<mailto:dhis2-d...@lists.launchpad.net>
Subject: Re: [Dhis2-users] Select option in aggregate data entry

Dear Ngoni,

Did you assign the option sets to the data elements?

On Monday, March 27, 2017 2:33 AM, Ngoni Manika 
<nman...@hotmail.com<mailto:nman...@hotmail.com>> wrote:

Greetings

I am trying to design a system that capture veterinary information, and this 
includes text.

I have designed the data elements and their respective option sets, but when I 
go for data entry I cannot select the option in the drop down list.

May you please assist

Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10

_______
Mailing list: https://launchpad.net/~dhis2-users
Post to: 
dhis2-users@lists.launchpad.net<mailto:dhis2-users@lists.launchpad.net>
Unsubscribe : https://launchpad.net/~dhis2-users
More help  : https://help.launchpad.net/ListHelp


_______
Mailing list: https://launchpad.net/~dhis2-users
Post to : 
dhis2-users@lists.launchpad.net<mailto:dhis2-users@lists.launchpad.net>
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


_______
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Fwd: [PATCH] 3 better icons

2017-04-04 Thread Wayne Stambaugh
Hey Fabrizio,

I merged your patch.  I was wondering if a ruler would be a more
universally recognizable metaphor for measurement rather than calipers.
Calipers are a pretty specialized measurement tool that not everyone who
used KiCad may recognize.  I'm not saying it needs to be changed but
just something to think about.

Thanks,

Wayne

On 4/3/2017 8:53 AM, Fabrizio Tappero wrote:
> Dear Wayne,
> apologize for generating these kind of problems. I have rebased it and
> generated a new patch of all 4 new icons. 
> 
> Regards
> Fabrizio
> 
> 
> 
> 
> 
> 
> On Fri, Mar 31, 2017 at 10:32 PM, Wayne Stambaugh <stambau...@gmail.com
> <mailto:stambau...@gmail.com>> wrote:
> 
> Fabrizio,
> 
> This patch did not apply cleanly.  Please rebase and repost it.
> 
> Thanks,
> 
> Wayne
> 
> On 3/28/2017 12:37 PM, Fabrizio Tappero wrote:
> > gentle reminder
> >
> > regards
> > Fabrizio
> >
> >
> >
> > -- Forwarded message --
> > From: *Fabrizio Tappero* <fabrizio.tapp...@gmail.com 
> <mailto:fabrizio.tapp...@gmail.com>
> > <mailto:fabrizio.tapp...@gmail.com <mailto:fabrizio.tapp...@gmail.com>>>
> > Date: Wed, Mar 22, 2017 at 4:25 PM
> > Subject: [PATCH] 3 better icons
> > To: KiCad Developers <kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>
> > <mailto:kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>>>
> >
> >
> > Hello,
> > like in the picture below the following patch is an improvement of the
> > following icons:
> >
> > highlight nets
> > display local ratsnest
> > click to highlight net
> >
> > nowadays having the mouse pointer in the icon is really not needed.
> >
> > Regards
> > Fabrizio
> >
> > Inline image 1
> >
> > Inline image 2
> >
> >
> >
> > ___
> > Mailing list: https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>
> > Post to : kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>
> > Unsubscribe : https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>
> > More help   : https://help.launchpad.net/ListHelp
> <https://help.launchpad.net/ListHelp>
> >
> 
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>
> Post to : kicad-developers@lists.launchpad.net
> <mailto:kicad-developers@lists.launchpad.net>
> Unsubscribe : https://launchpad.net/~kicad-developers
> <https://launchpad.net/~kicad-developers>
> More help   : https://help.launchpad.net/ListHelp
> <https://help.launchpad.net/ListHelp>
> 
> 

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Fwd: [PATCH] 3 better icons

2017-04-04 Thread Fabrizio Tappero
Hi Wayne,
I actually agree. I am looking at improving the current icons without
really going for big changes because of the usual documentation problem.

thanks for merging this patch.

cheers
Fabrizio


On Tue, Apr 4, 2017 at 3:18 PM, Wayne Stambaugh <stambau...@gmail.com>
wrote:

> Hey Fabrizio,
>
> I merged your patch.  I was wondering if a ruler would be a more
> universally recognizable metaphor for measurement rather than calipers.
> Calipers are a pretty specialized measurement tool that not everyone who
> used KiCad may recognize.  I'm not saying it needs to be changed but
> just something to think about.
>
> Thanks,
>
> Wayne
>
> On 4/3/2017 8:53 AM, Fabrizio Tappero wrote:
> > Dear Wayne,
> > apologize for generating these kind of problems. I have rebased it and
> > generated a new patch of all 4 new icons.
> >
> > Regards
> > Fabrizio
> >
> >
> >
> >
> >
> >
> > On Fri, Mar 31, 2017 at 10:32 PM, Wayne Stambaugh <stambau...@gmail.com
> > <mailto:stambau...@gmail.com>> wrote:
> >
> > Fabrizio,
> >
> > This patch did not apply cleanly.  Please rebase and repost it.
> >
> > Thanks,
> >
> > Wayne
> >
> > On 3/28/2017 12:37 PM, Fabrizio Tappero wrote:
> > > gentle reminder
> > >
> > > regards
> > > Fabrizio
> > >
> > >
> > >
> > > -- Forwarded message --
> > > From: *Fabrizio Tappero* <fabrizio.tapp...@gmail.com  fabrizio.tapp...@gmail.com>
> > > <mailto:fabrizio.tapp...@gmail.com <mailto:fabrizio.tappero@
> gmail.com>>>
> > > Date: Wed, Mar 22, 2017 at 4:25 PM
> > > Subject: [PATCH] 3 better icons
> > > To: KiCad Developers <kicad-developers@lists.launchpad.net
> > <mailto:kicad-developers@lists.launchpad.net>
> > > <mailto:kicad-developers@lists.launchpad.net
> > <mailto:kicad-developers@lists.launchpad.net>>>
> > >
> > >
> > > Hello,
> > > like in the picture below the following patch is an improvement of
> the
> > > following icons:
> > >
> > > highlight nets
> > > display local ratsnest
> > > click to highlight net
> > >
> >     > nowadays having the mouse pointer in the icon is really not needed.
> > >
> > > Regards
> > > Fabrizio
> > >
> > > Inline image 1
> > >
> > > Inline image 2
> > >
> > >
> > >
> > > ___
> > > Mailing list: https://launchpad.net/~kicad-developers
> > <https://launchpad.net/~kicad-developers>
> > > Post to : kicad-developers@lists.launchpad.net
> > <mailto:kicad-developers@lists.launchpad.net>
> > > Unsubscribe : https://launchpad.net/~kicad-developers
> > <https://launchpad.net/~kicad-developers>
> > > More help   : https://help.launchpad.net/ListHelp
> > <https://help.launchpad.net/ListHelp>
> > >
> >
> >
> > ___
> > Mailing list: https://launchpad.net/~kicad-developers
> > <https://launchpad.net/~kicad-developers>
> > Post to : kicad-developers@lists.launchpad.net
> > <mailto:kicad-developers@lists.launchpad.net>
> > Unsubscribe : https://launchpad.net/~kicad-developers
> > <https://launchpad.net/~kicad-developers>
> > More help   : https://help.launchpad.net/ListHelp
> > <https://help.launchpad.net/ListHelp>
> >
> >
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Adding two programs Indicators

2017-05-17 Thread Georgi Chakarov
Hi Stanley,

If you have built the two program indicators separately you can add them 
together in Aggregate indicators. Go to indicators and add the program 
indicators in the numerator:


1)  Select the program in which the program indicators are built

2)  Choose indicators in the far right

3)  Select the indicators that you would like to sum in the expressions.
Let me know if it works.

Georgi

From: Stanley Kalyati [mailto:skaly...@gmail.com]
Sent: Wednesday, May 17, 2017 10:34 PM
To: Georgi Chakarov <geo...@logicaloutcomes.net>
Cc: DHIS 2 Developers list <dhis2-d...@lists.launchpad.net>; DHIS Users 
<dhis2-users@lists.launchpad.net>
Subject: RE: [Dhis2-users] Adding two programs Indicators

Thank you Georgi,

That is fine but i was looking exactly at this example.

When i create two indicator I.e Clients already positive and another one 
Clients tested positive.I want these two indicators added...A+B=C

Thanks

Stanley

On May 17, 2017 9:27 PM, "Georgi Chakarov" 
<geo...@logicaloutcomes.net<mailto:geo...@logicaloutcomes.net>> wrote:
Hi Stanley,

I suppose that you have clients for whom you collect data about age and sex. 
Right?

In program indicators you can count the tracked entity instances (use Count of 
tracked entity instances in the expression) with filter Age <= 20. This should 
give you the count of all clients below age of 20.

Let me know if have questions.

Georgi

From: Dhis2-users 
[mailto:dhis2-users-bounces+georgi<mailto:dhis2-users-bounces%2Bgeorgi>=logicaloutcomes....@lists.launchpad.net<mailto:logicaloutcomes@lists.launchpad.net>]
 On Behalf Of Stanley Kalyati
Sent: Wednesday, May 17, 2017 8:40 PM
To: DHIS Users 
<dhis2-users@lists.launchpad.net<mailto:dhis2-users@lists.launchpad.net>>; DHIS 
2 Developers list 
<dhis2-d...@lists.launchpad.net<mailto:dhis2-d...@lists.launchpad.net>>
Subject: [Dhis2-users] Adding two programs Indicators

How can one add two program indicators to give one result?

For example. Number of female clients aged below 20 plus Number of male clients 
clients aged below 20.Is this possible with program indicators?

Thanks

Stanley
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Number formatting

2017-05-16 Thread Georgi Chakarov
Hi Elmarie,

Thanks for the response! I am using 2.26.
The digit separator works good. The number of decimals cannot be selected at 
data element level. I know this option is available with indicators, but I 
can’t figure it out with data elements. Any idea?

Georgi

From: Elmarie Claasen [mailto:elma...@hisp.org]
Sent: Tuesday, May 16, 2017 2:19 PM
To: Georgi Chakarov <geo...@logicaloutcomes.net>; 
dhis2-users@lists.launchpad.net; dhis2-d...@lists.launchpad.net
Subject: RE: [Dhis2-users] Number formatting

Hi Georgi,

Which version of DHIS2 are you using?

In later versions you can change the digit group separator to use in analytics 
under System Settings > Appearance to comma, space or none.
The decimal values are determined by the datatype you select e.g. if you select 
integer you cannot have any decimals thus select number and define the number 
of decimal spaces.
I am not aware of anywhere you can add a currency symbol.

Regards,

Elmarie Claasen
[Hisp logo]
Project Manager
Health Information Systems Program
Tel:  041-367 1027
Cell: 082 374 2209
E-mail: elma...@hisp.org<mailto:elma...@hisp.org>
Skype:  elmarie.claasen52

From: Dhis2-users 
[mailto:dhis2-users-bounces+elmarie<mailto:dhis2-users-bounces%2Belmarie>=hisp....@lists.launchpad.net<mailto:hisp@lists.launchpad.net>]
 On Behalf Of Georgi Chakarov
Sent: Tuesday, May 16, 2017 10:40 AM
To: dhis2-users@lists.launchpad.net<mailto:dhis2-users@lists.launchpad.net>; 
dhis2-d...@lists.launchpad.net<mailto:dhis2-d...@lists.launchpad.net>
Subject: [Dhis2-users] Number formatting

Hello all!

Is there a way to format numbers in DHIS2 to Use proper $ signs, commas, and 
decimals for all display figures?
Example: 20 to $ 200,000.00

Thanks!

Georgi Chakarov, CIA | 
geo...@logicaloutcomes.net<mailto:geo...@logicaloutcomes.net> | +1-647-478-5634 
x 104 | LogicalOutcomes c/o Centre for Social Innovation, 720 Bathurst Street, 
Toronto Canada M5S 2R4 | You may unsubscribe from receiving commercial 
electronic messages from LogicalOutcomes by emailing 
i...@logicaloutcomes.net<mailto:i...@logicaloutcomes.net>



This message and any attachments are subject to a disclaimer published at 
http://www.hisp.org/policies.html#comms_disclaimer.  Please read the disclaimer 
before opening any attachment or taking any other action in terms of this 
electronic transmission.  If you cannot access the disclaimer, kindly send an 
email to disclai...@hisp.org<mailto:disclai...@hisp.org> and a copy will be 
provided to you. By replying to this e-mail or opening any attachment you agree 
to be bound by the provisions of the disclaimer.
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Troubleshoot DHIS2 Admin account -- DHIS2 2.25

2017-10-16 Thread Georgi Chakarov
Great!

From: Raminosoa Rabemanantsoa, Tantely [mailto:tramino...@mikolo.org]
Sent: Monday, October 16, 2017 10:25 AM
To: Georgi Chakarov <geo...@logicaloutcomes.net>
Cc: DHIS 2 Users list <dhis2-users@lists.launchpad.net>; DHIS 2 Developers list 
<dhis2-d...@lists.launchpad.net>
Subject: Re: [Dhis2-users] Troubleshoot DHIS2 Admin account -- DHIS2 2.25

Hi Georgi,

Re-selecting the OrgUnits from the user's profile has fixed the issue.

Thank you!

Best,

Tantely.



On Sun, Oct 15, 2017 at 11:17 PM, Georgi Chakarov 
<geo...@logicaloutcomes.net<mailto:geo...@logicaloutcomes.net>> wrote:
Hi,

For the users that experience this problem, try deselecting the organization 
units from their profiles and assign them only to the top level. Clean cache 
and see if this helps.

Georgi

From: Dhis2-users 
[mailto:dhis2-users-bounces+georgi<mailto:dhis2-users-bounces%2Bgeorgi>=logicaloutcomes@lists.launchpad.net<mailto:logicaloutcomes@lists.launchpad.net>]
 On Behalf Of Raminosoa Rabemanantsoa, Tantely
Sent: Sunday, October 15, 2017 10:52 PM
To: DHIS 2 Users list 
<dhis2-users@lists.launchpad.net<mailto:dhis2-users@lists.launchpad.net>>; DHIS 
2 Developers list 
<dhis2-d...@lists.launchpad.net<mailto:dhis2-d...@lists.launchpad.net>>
Subject: [Dhis2-users] Troubleshoot DHIS2 Admin account -- DHIS2 2.25

Dear Community,

I would like to have some advice to troubleshoot the account where the orgunits 
at lower level (inside red rectangle) are displayed at the same hierarchy as 
the higher level. The two accounts have admin access to DHIS2 (2.25). There are 
some illustrations of the Maintenance (Organisation Unit) App.

​The following picture illustrates the account to troubleshoot: The orgunits at 
lower level (inside red rectangle) are always displayed at the same hierarchy 
as the higher level.
[cid:image001.jpg@01D3469C.D9D9ABC0]
​The following  picture illustrates the correct appearance of the OrgUnit 
hierarchy with the other account.

[cid:image002.jpg@01D3469C.D9D9ABC0]

I thought to delete the account with the abnormal behaviour and re-create it 
afterwards, but I am not sure if there are some associated parameters 
associated with this account (saved favorites, ...) that will be deleted with 
it?


Best,

Tantely.

This message and its attachments are confidential and solely for the intended 
recipients. If received in error, please delete them and notify the sender via 
reply e-mail immediately.


This message and its attachments are confidential and solely for the intended 
recipients. If received in error, please delete them and notify the sender via 
reply e-mail immediately.
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Switch enrolling organisation unit

2017-08-28 Thread Georgi Chakarov
This is what I am going to do.
Thanks!

From: Markus Bekken [mailto:mar...@dhis2.org]
Sent: Monday, August 28, 2017 4:49 PM
To: Georgi Chakarov <geo...@logicaloutcomes.net>
Cc: DHIS Users <dhis2-users@lists.launchpad.net>; DHIS 2 Developers list 
<dhis2-d...@lists.launchpad.net>
Subject: Re: [Dhis2-users] Switch enrolling organisation unit

Thank you for alerting us - we will add the button to the tabular entry.

In the meantime you can still use the referral function if you temporarily show 
the timeline widget.

Hope this helps.

Markus

28. aug. 2017 kl. 15.45 skrev Georgi Chakarov 
<geo...@logicaloutcomes.net<mailto:geo...@logicaloutcomes.net>>:

Hi,

It’s available only in Timeline data entry and we are using Tabular data entry 
(for a good reason).
Can the Referral button be added to the Tabular data entry as well?

Georgi

From: Markus Bekken [mailto:mar...@dhis2.org]
Sent: Monday, August 28, 2017 3:10 PM
To: Georgi Chakarov 
<geo...@logicaloutcomes.net<mailto:geo...@logicaloutcomes.net>>
Cc: DHIS Users 
<dhis2-users@lists.launchpad.net<mailto:dhis2-users@lists.launchpad.net>>; DHIS 
2 Developers list 
<dhis2-d...@lists.launchpad.net<mailto:dhis2-d...@lists.launchpad.net>>
Subject: Re: [Dhis2-users] Switch enrolling organisation unit

Hi :)
Assuming this is on 2.27 - you could open these records in Tracker Capture and 
use the "Referral" functionality. The button for referral is located below the 
schedule event button. Select the correct organization unit to move the 
enrollment to, and select "Move permanently" in the referral dialog.

Markus

28. aug. 2017 kl. 14.00 skrev Georgi Chakarov 
<geo...@logicaloutcomes.net<mailto:geo...@logicaloutcomes.net>>:

Hello!

Is there a quick way to switch enrolling organization units in tracker?
We have a handful of enrollments at the wrong level, containing a lot of data, 
so I was wondering how to switch to the correct level.

Thanks,

Georgi


Georgi Chakarov, CIA | 
geo...@logicaloutcomes.net<mailto:geo...@logicaloutcomes.net> | +1-647-478-5634 
x 104 | LogicalOutcomes c/o Centre for Social Innovation, 720 Bathurst Street, 
Toronto Canada M5S 2R4 | You may unsubscribe from receiving commercial 
electronic messages from LogicalOutcomes by emailing 
i...@logicaloutcomes.net<mailto:i...@logicaloutcomes.net>

_______
Mailing list: https://launchpad.net/~dhis2-users
Post to : 
dhis2-users@lists.launchpad.net<mailto:dhis2-users@lists.launchpad.net>
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp

_______
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Mimblewimble] logo design

2017-11-01 Thread Amit Singh
Excellent Logo Fola .
By far the best .

On Wed, 1 Nov 2017 at 3:18 PM, Fola Adejumo <fol...@hotmail.co.uk> wrote:

> Thought I'd drop a logo idea too.
>
>
> Something a bit more modern and basic.
>
>
> Thanks in advance,
>
>
> *From:* Mimblewimble <mimblewimble-bounces+fola.a=
> hotmail.co...@lists.launchpad.net> on behalf of faildriven <
> faildri...@protonmail.com>
> *Sent:* 01 November 2017 05:05
> *To:* Casey Rodarmor
> *Cc:* mimblewimble@lists.launchpad.net
>
> *Subject:* Re: [Mimblewimble] logo design
> Since mailing list activity is light, I thought I'll submit a second
> iteration of the globe-with-a-grin concept. Monochrome simplified icon with
> a more prominent G letter, same grin; and, same icon but with a secondary
> color (arbitrary shade of green). Is anyone else fond of the idea of having
> a globe outline which forms a big grin on the bottom half?
>
> ::: Failure is always an option :::
>
> Sent with ProtonMail <https://protonmail.com> Secure Email.
>
>  Original Message 
> Subject: Re: [Mimblewimble] logo design
> Local Time: October 29, 2017 5:52 AM
> UTC Time: October 29, 2017 5:52 AM
> From: faildri...@protonmail.com
> To: Casey Rodarmor <ca...@rodarmor.com>
> 0xb100d <0...@protonmail.com>, mimblewimble@lists.launchpad.net <
> mimblewimble@lists.launchpad.net>
>
> How about something along these lines...
>
> ::: Failure is always an option :::
>
> Sent with ProtonMail <https://protonmail.com> Secure Email.
>
>  Original Message 
> Subject: Re: [Mimblewimble] logo design
> Local Time: October 28, 2017 7:24 PM
> UTC Time: October 28, 2017 7:24 PM
> From: ca...@rodarmor.com
> To: 0xb100d <0...@protonmail.com>
> mimblewimble@lists.launchpad.net <mimblewimble@lists.launchpad.net>
>
> That's awesome! But at the same time totally terrifying >_<
>
> On Sat, Oct 28, 2017 at 1:22 AM 0xb100d <0...@protonmail.com> wrote:
>
>> Someone posted a logo on reddit and it got me thinking. my attempt to
>> make something, feedback appreciated.
>> https://imgur.com/oo3L1M5
>>
>>
>>
>> --
>> Mailing list: https://launchpad.net/~mimblewimble
>> Post to : mimblewimble@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~mimblewimble
>> More help   : https://help.launchpad.net/ListHelp
>>
>
>
> --
> Mailing list: https://launchpad.net/~mimblewimble
> Post to : mimblewimble@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~mimblewimble
> More help   : https://help.launchpad.net/ListHelp
>
-- 
-

Warm Regards,

Amit


M-9873001966
-- 
Mailing list: https://launchpad.net/~mimblewimble
Post to : mimblewimble@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mimblewimble
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] [Dhis2-users] Select option in aggregate data entry

2018-01-30 Thread Ngoni Manika
Dear Abyot

Solved, Thanks a lot that was exactly the problem

Regards

Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10

From: Abyot Asalefew Gizaw<mailto:ab...@dhis2.org>
Sent: Monday, March 27, 2017 1:39 PM
To: Ngoni Manika<mailto:nman...@hotmail.com>
Cc: Absolom MURAMIRA<mailto:absolo...@yahoo.com>; DHIS 2 Users 
list<mailto:dhis2-us...@lists.launchpad.net>; 
dhis2-devs<mailto:dhis2-devs@lists.launchpad.net>
Subject: Re: [Dhis2-users] Select option in aggregate data entry

Hi Ngoni,

Does your options have both name and code?

--
Abyot A. Gizaw.
Senior Engineer, DHIS2
University of Oslo
http://www.dhis2.org

On Mon, Mar 27, 2017 at 1:22 PM, Ngoni Manika 
<nman...@hotmail.com<mailto:nman...@hotmail.com>> wrote:
Hi Absolom

Yes I did assign. The list is showing but you cannot select anything

Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10

From: Absolom MURAMIRA<mailto:absolo...@yahoo.com>
Sent: Monday, March 27, 2017 11:41 AM
To: Ngoni Manika<mailto:nman...@hotmail.com>; DHIS 2 Users 
list<mailto:dhis2-us...@lists.launchpad.net>; 
dhis2-devs<mailto:dhis2-devs@lists.launchpad.net>
Subject: Re: [Dhis2-users] Select option in aggregate data entry

Dear Ngoni,

Did you assign the option sets to the data elements?

On Monday, March 27, 2017 2:33 AM, Ngoni Manika 
<nman...@hotmail.com<mailto:nman...@hotmail.com>> wrote:

Greetings

I am trying to design a system that capture veterinary information, and this 
includes text.

I have designed the data elements and their respective option sets, but when I 
go for data entry I cannot select the option in the drop down list.

May you please assist

Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10

_______
Mailing list: https://launchpad.net/~dhis2-users
Post to: 
dhis2-us...@lists.launchpad.net<mailto:dhis2-us...@lists.launchpad.net>
Unsubscribe : https://launchpad.net/~dhis2-users
More help  : https://help.launchpad.net/ListHelp


_______
Mailing list: https://launchpad.net/~dhis2-users
Post to : 
dhis2-us...@lists.launchpad.net<mailto:dhis2-us...@lists.launchpad.net>
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


_______
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Problem with our Cairo-only strategy

2018-08-28 Thread Jeff Young
Got it:  OPENGL_ANTIALIASING_MODE::SUPERSAMPLING_X4.

(We weren’t picking this up because it’s saved in the Pcbnew section.  We 
probably want to move it to Common.  There isn’t any reason you’d want a 
different setting for Pcbnew and Eeschema is there?)


> On 28 Aug 2018, at 18:21, Wayne Stambaugh  wrote:
> 
> Do we need to write a macos GAL object that uses the native macos device
> context?  This seems redundant to me because isn't that the purpose of
> wxDC and it's derivatives?
> 
> On 8/28/2018 1:11 PM, Jeff Young wrote:
>> Hi Seth,
>> 
>> The scaling comes out correct, it’s just blocky.
>> 
>> Is there some way to adjust what Cairo thinks the screen resolution is
>> and then re-scale the canvas so that everything comes out the same
>> again?  I don’t know.
>> 
>> Cheers,
>> Jeff.
>> 
>> 
>>> On 28 Aug 2018, at 18:06, Seth Hillbrand >> <mailto:s...@hillbrand.org <mailto:s...@hillbrand.org>>> wrote:
>>> 
>>> Can we just use cairo_scale to adjust the axes for Mac retina?
>>> 
>>> -S
>>> 
>>> Am Di., 28. Aug. 2018 um 09:59 Uhr schrieb Jeff Young >> <mailto:j...@rokeby.ie>
>>> <mailto:j...@rokeby.ie <mailto:j...@rokeby.ie>>>:
>>> 
>>>JP made the Footprint Wizard Cairo-only recently, and I planned to
>>>do the same for the Eeschema dialog previews.
>>> 
>>>However, I’ve just discovered that Cairo doesn’t handle Retina
>>>displays on Mac.  (It essentially draws blocks of 2x2 pixels
>>>instead of individual ones.)
>>> 
>>>Anyone know if this is something we can fix, or if we need to use
>>>OpenGL on Mac?
>>>___
>>>Mailing list: https://launchpad.net/~kicad-developers 
>>> <https://launchpad.net/~kicad-developers>
>>>Post to : kicad-developers@lists.launchpad.net 
>>> <mailto:kicad-developers@lists.launchpad.net>
>>><mailto:kicad-developers@lists.launchpad.net 
>>> <mailto:kicad-developers@lists.launchpad.net>>
>>>Unsubscribe : https://launchpad.net/~kicad-developers 
>>> <https://launchpad.net/~kicad-developers>
>>>More help   : https://help.launchpad.net/ListHelp 
>>> <https://help.launchpad.net/ListHelp>
>>> 
>> 
>> 
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers 
>> <https://launchpad.net/~kicad-developers>
>> Post to : kicad-developers@lists.launchpad.net 
>> <mailto:kicad-developers@lists.launchpad.net>
>> Unsubscribe : https://launchpad.net/~kicad-developers 
>> <https://launchpad.net/~kicad-developers>
>> More help   : https://help.launchpad.net/ListHelp 
>> <https://help.launchpad.net/ListHelp>
>> 
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers 
> <https://launchpad.net/~kicad-developers>
> Post to : kicad-developers@lists.launchpad.net 
> <mailto:kicad-developers@lists.launchpad.net>
> Unsubscribe : https://launchpad.net/~kicad-developers 
> <https://launchpad.net/~kicad-developers>
> More help   : https://help.launchpad.net/ListHelp 
> <https://help.launchpad.net/ListHelp>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] DHIS sample Sierra Leone data not being fully imported from PostgreSQL into DHIS

2018-03-21 Thread Ryan Nazareth
Thanks !!

From: gerald thomas <gerald17...@gmail.com>
Sent: 21 March 2018 15:07
To: Ryan Nazareth <r...@mantaraymedia.co.uk>
Cc: dhis2-d...@lists.launchpad.net; dhis2-users@lists.launchpad.net
Subject: Re: [Dhis2-users] DHIS sample Sierra Leone data not being fully 
imported from PostgreSQL into DHIS

Ryan,
There are configuration which should had been done for Postgres to use your 
RAM. So the process depends on the RAM allocation. The more RAM, the fast the 
analytics.

On Wed, 21 Mar 2018 at 15:00, Ryan Nazareth 
<r...@mantaraymedia.co.uk<mailto:r...@mantaraymedia.co.uk>> wrote:
Hi all,

Thanks for the extremely useful tip – it was taking me a long time to work it 
out and I though it may been due to the way I was importing it into PostgreSQL. 
Anyway, I have just started running analytics – is there an indication of how 
long it normally takes - a few hours ?

Best Wishes
Ryan

From: gerald thomas <gerald17...@gmail.com<mailto:gerald17...@gmail.com>>
Sent: 21 March 2018 14:43
To: Ryan Nazareth <r...@mantaraymedia.co.uk<mailto:r...@mantaraymedia.co.uk>>
Cc: dhis2-d...@lists.launchpad.net<mailto:dhis2-d...@lists.launchpad.net>; 
dhis2-users@lists.launchpad.net<mailto:dhis2-users@lists.launchpad.net>
Subject: Re: [Dhis2-users] DHIS sample Sierra Leone data not being fully 
imported from PostgreSQL into DHIS

Dear Ryan,
Have run analytics after importing the database? If No, please run analytics

On Wed, 21 Mar 2018 at 14:20, Ryan Nazareth 
<r...@mantaraymedia.co.uk<mailto:r...@mantaraymedia.co.uk>> wrote:
Dear DHIS community,

I have installed DHIS2 live on a windows desktop. Ive tried installing the 
sample Sierra Leone dataset by restoring in PgAdmin and adapting the dhis conf 
file according to the instructions.  When I open dhis, only the  dimensions 
(indicators, time period, org unit etc) seem to be imported but no associated 
values.  Hence I cannot build any charts.  I was wondering if anyone else has 
faced this problem or if it’s a possible bug or if I have missed something out ?

Any help would be greatly appreciated !

Best Wishes
Ryan
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : 
dhis2-users@lists.launchpad.net<mailto:dhis2-users@lists.launchpad.net>
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp
--
Regards,

Gerald
--
Regards,

Gerald
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] [Dhis2-users] DHIS sample Sierra Leone data not being fully imported from PostgreSQL into DHIS

2018-03-21 Thread Ryan Nazareth
Thanks !!

From: gerald thomas <gerald17...@gmail.com>
Sent: 21 March 2018 15:07
To: Ryan Nazareth <r...@mantaraymedia.co.uk>
Cc: dhis2-devs@lists.launchpad.net; dhis2-us...@lists.launchpad.net
Subject: Re: [Dhis2-users] DHIS sample Sierra Leone data not being fully 
imported from PostgreSQL into DHIS

Ryan,
There are configuration which should had been done for Postgres to use your 
RAM. So the process depends on the RAM allocation. The more RAM, the fast the 
analytics.

On Wed, 21 Mar 2018 at 15:00, Ryan Nazareth 
<r...@mantaraymedia.co.uk<mailto:r...@mantaraymedia.co.uk>> wrote:
Hi all,

Thanks for the extremely useful tip – it was taking me a long time to work it 
out and I though it may been due to the way I was importing it into PostgreSQL. 
Anyway, I have just started running analytics – is there an indication of how 
long it normally takes - a few hours ?

Best Wishes
Ryan

From: gerald thomas <gerald17...@gmail.com<mailto:gerald17...@gmail.com>>
Sent: 21 March 2018 14:43
To: Ryan Nazareth <r...@mantaraymedia.co.uk<mailto:r...@mantaraymedia.co.uk>>
Cc: dhis2-devs@lists.launchpad.net<mailto:dhis2-devs@lists.launchpad.net>; 
dhis2-us...@lists.launchpad.net<mailto:dhis2-us...@lists.launchpad.net>
Subject: Re: [Dhis2-users] DHIS sample Sierra Leone data not being fully 
imported from PostgreSQL into DHIS

Dear Ryan,
Have run analytics after importing the database? If No, please run analytics

On Wed, 21 Mar 2018 at 14:20, Ryan Nazareth 
<r...@mantaraymedia.co.uk<mailto:r...@mantaraymedia.co.uk>> wrote:
Dear DHIS community,

I have installed DHIS2 live on a windows desktop. Ive tried installing the 
sample Sierra Leone dataset by restoring in PgAdmin and adapting the dhis conf 
file according to the instructions.  When I open dhis, only the  dimensions 
(indicators, time period, org unit etc) seem to be imported but no associated 
values.  Hence I cannot build any charts.  I was wondering if anyone else has 
faced this problem or if it’s a possible bug or if I have missed something out ?

Any help would be greatly appreciated !

Best Wishes
Ryan
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : 
dhis2-us...@lists.launchpad.net<mailto:dhis2-us...@lists.launchpad.net>
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp
--
Regards,

Gerald
--
Regards,

Gerald
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


<    1   2   3   4   5   6   7   8   9   10   >