Difference between revisions of "Log Mac Meeting 25 May 2007"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
Line 3: Line 3:
 
Return to April Meetings [[Mac_meetings_May_2007]]
 
Return to April Meetings [[Mac_meetings_May_2007]]
  
 +
[22:05]  * cloph_away is now known as cloph
 +
 +
[22:06]  <ericb2> Can we start  the meeting ?
 +
 +
[22:06]  <boulifb> I'm here
 +
 +
[22:07]  Bi-noix boulifb
 +
 +
[22:07]  <ericb2> boulifb: hi :)
 +
 +
[22:07]  <croy> I'm here too
 +
 +
[22:07]  * cloph 's ready to listen :-)
 +
 +
[22:07]  <boulifb> hi
 +
 +
[22:07]  <ericb2> ok, let's go
 +
 +
[22:07]  * mikeleib waves to all
 +
 +
[22:07]  <ericb2> 1. Welcome new devs joining Mac OS X port
 +
 +
[22:08]  <ericb2> new devs around ?
 +
 +
[22:08]  <ericb2> feel free to present yourself
 +
 +
[22:08]  <ericb2> this point is for you !
 +
 +
[22:09]  <croy> I am proud to join this group. I am still in the position to observe before to be ready to perform actual work.
 +
 +
[22:09]  * grahamperrin (n=grahampe@macbookpro03.centrim.freeman-centre.ac.uk) has joined #ooo_macport
 +
 +
[22:10]  <ericb2> croy: be welcome !
 +
 +
[22:10]  <grahamperrin> :)
 +
 +
[22:10]  <boulifb> croy: where do you come from? what are you backgrounds?
 +
 +
[22:11]  <croy> I am trying to understanf the global architecture of the OOo implementation for Aqua.
 +
 +
[22:11]  <boulifb> croy: are you a student? a professional?
 +
 +
[22:11]  <croy> Is there some doc explaining the way Carbon events are handled ?
 +
 +
[22:12]  <boulifb> croy: you can find some docs on apple's site
 +
 +
[22:12]  <boulifb> all about carbon is there
 +
 +
[22:12]  <croy> I was a professional recently retired.
 +
 +
[22:13]  <mav_eric> croy take a look at http://developer.apple.com/referencelibrary/
 +
 +
[22:13]  <croy> I have a good knowledge of the Carbon world : my question was about OOo implementation.
 +
 +
[22:13]  <boulifb> croy: ok :) if you are registered to apple's developer site (it's free) you can get all the needed doc about Carbon
 +
 +
[22:13]  <boulifb> croy: sorry
 +
 +
[22:13]  <mav_eric> and for OOo way see our wiki
 +
 +
[22:13]  <boulifb> I'm a beginner in Mac OS programming :P
 +
 +
[22:13]  <grahamperrin> Please, can someone refer me to the timeline? I viewed it many times in the past but lost track of where it is. Thanks
 +
 +
[22:13]  <croy> For instance I did not found in OOo aqua source some call to handlers installation
 +
 +
[22:14]  <ericb2> croy: I'd suggest you to read the content of vcl/aqua dir
 +
 +
[22:14]  <ericb2> grahamperrin: next point ;)
 +
 +
[22:14]  <grahamperrin> <Exposs many browser windows to re-locate the agenda>
 +
 +
[22:15]  <ericb2> grahamperrin: please, we will discuss later this point
 +
 +
[22:16]  <ericb2> croy: another good thing you could do, is come at office hours on this channel : a lot of people will certainly answer you
 +
 +
[22:17]  <mav_eric> ericb2:  what about our documentation in the wiki?
 +
 +
[22:17]  <ericb2> mav_eric: sure
 +
 +
[22:17]  <ericb2> croy: did you read it ?
 +
 +
[22:18]  <ericb2> croy: http://wiki.services.openoffice.org/wiki/Intro_To_Mac_Porting
 +
 +
[22:18]  <ericb2> croy: there is a reference for Carbon events BTW
 +
 +
[22:18]  <croy> Yes I read but have not (yet!) found call to installHandler but I am sure to find that. I will follow your advices. Thnks
 +
 +
[22:20]  <ericb2> croy: you mean createNewSystemWindow() in vcl/aqua/source/window/salframe.cxx maybe ?
  
  

Revision as of 20:22, 25 May 2007

Return to Previous meetings page : Previous_Mac_Meeting_logs

Return to April Meetings Mac_meetings_May_2007

[22:05] * cloph_away is now known as cloph

[22:06] <ericb2> Can we start the meeting ?

[22:06] <boulifb> I'm here

[22:07] Bi-noix boulifb

[22:07] <ericb2> boulifb: hi :)

[22:07] <croy> I'm here too

[22:07] * cloph 's ready to listen :-)

[22:07] <boulifb> hi

[22:07] <ericb2> ok, let's go

[22:07] * mikeleib waves to all

[22:07] <ericb2> 1. Welcome new devs joining Mac OS X port

[22:08] <ericb2> new devs around ?

[22:08] <ericb2> feel free to present yourself

[22:08] <ericb2> this point is for you !

[22:09] <croy> I am proud to join this group. I am still in the position to observe before to be ready to perform actual work.

[22:09] * grahamperrin (n=grahampe@macbookpro03.centrim.freeman-centre.ac.uk) has joined #ooo_macport

[22:10] <ericb2> croy: be welcome !

[22:10] <grahamperrin> :)

[22:10] <boulifb> croy: where do you come from? what are you backgrounds?

[22:11] <croy> I am trying to understanf the global architecture of the OOo implementation for Aqua.

[22:11] <boulifb> croy: are you a student? a professional?

[22:11] <croy> Is there some doc explaining the way Carbon events are handled ?

[22:12] <boulifb> croy: you can find some docs on apple's site

[22:12] <boulifb> all about carbon is there

[22:12] <croy> I was a professional recently retired.

[22:13] <mav_eric> croy take a look at http://developer.apple.com/referencelibrary/

[22:13] <croy> I have a good knowledge of the Carbon world : my question was about OOo implementation.

[22:13] <boulifb> croy: ok :) if you are registered to apple's developer site (it's free) you can get all the needed doc about Carbon

[22:13] <boulifb> croy: sorry

[22:13] <mav_eric> and for OOo way see our wiki

[22:13] <boulifb> I'm a beginner in Mac OS programming :P

[22:13] <grahamperrin> Please, can someone refer me to the timeline? I viewed it many times in the past but lost track of where it is. Thanks

[22:13] <croy> For instance I did not found in OOo aqua source some call to handlers installation

[22:14] <ericb2> croy: I'd suggest you to read the content of vcl/aqua dir

[22:14] <ericb2> grahamperrin: next point ;)

[22:14] <grahamperrin> <Exposs many browser windows to re-locate the agenda>

[22:15] <ericb2> grahamperrin: please, we will discuss later this point

[22:16] <ericb2> croy: another good thing you could do, is come at office hours on this channel : a lot of people will certainly answer you

[22:17] <mav_eric> ericb2: what about our documentation in the wiki?

[22:17] <ericb2> mav_eric: sure

[22:17] <ericb2> croy: did you read it ?

[22:18] <ericb2> croy: http://wiki.services.openoffice.org/wiki/Intro_To_Mac_Porting

[22:18] <ericb2> croy: there is a reference for Carbon events BTW

[22:18] <croy> Yes I read but have not (yet!) found call to installHandler but I am sure to find that. I will follow your advices. Thnks

[22:20] <ericb2> croy: you mean createNewSystemWindow() in vcl/aqua/source/window/salframe.cxx maybe ?



Return to Previous meetings page : Previous_Mac_Meeting_logs

Return to April Meetings Mac_meetings_May_2007

Personal tools