contribute

Thomas Senyk thomas.senyk at nokia.com
Mon Jun 6 16:13:07 CEST 2011


I managed to make a video:
http://www.youtube.com/watch?v=MmuCecElBJs


.. now I'm going to:
- pull 
- branch off experimantal
- make a commit
- push new branch


... wish my luke :)


Another thing I'm not sure yet:

You need a new QtApplication.java and QtSurface.java for this experiment ... 
do you think I should/can add them like:
 <qt-src>/AndroidEGLFS-Java-Replacements/QtApplication.java
?
Currently it's just a experiment/research anyway.

... I don't want to force people to clone and build a special qt-creator ... 
and I don't want to maintain yet another branch :)


("you" == necessitas-devel at kde.org)

Greets
Thomas





On Monday, June 06, 2011 01:07:13 PM ext BogDan wrote:
> I forgot to mention one thing, please create another branch (e.g. alpha3,
> or opengl) from *experimental* branch not from *master* !
> 
> Cheers,
> BogDan.
> 
> 
> 
> ----- Original Message -----
> 
> > From: Thomas Senyk <thomas.senyk at nokia.com>
> > To: BogDan <bog_dan_ro at yahoo.com>
> > Cc: "necessitas-devel at kde.org" <necessitas-devel at kde.org>
> > Sent: Monday, June 6, 2011 12:53 PM
> > Subject: Re: contribute
> > 
> > Arg,
> > 
> > I'm either blind or dumb :)
> > 
> > If I understood you correctly:
> > There is KDE-git-repos for necessitas, and this repo is in sync with the
> > one on gitoriouse.org
> > 
> > If this is the case: were are they? :)
> > There should be an entry in:
> > https://projects.kde.org/projects
> > 
> > ( here comes the blind: )
> > but I can't see it.
> > 
> > 
> > ( here comes the dumb: )
> > If this is not the case: Should I push to:
> > git://gitorious.org/~taipan/qt/android-lighthouse.git
> > ?
> > 
> > Greets
> > Thomas
> > 
> > On Wednesday, June 01, 2011 09:35:59 PM ext BogDan wrote:
> >>  Hi Thomas,
> >>  
> >>  
> >>  
> >>  ----- Original Message -----
> >>  
> >>  > From: Thomas Senyk <thomas.senyk at nokia.com>
> >>  > To: necessitas-devel at kde.org; BogDan <bog_dan_ro at yahoo.com>
> >>  > Cc:
> >>  > Sent: Wednesday, June 1, 2011 7:21 PM
> >>  > Subject: Re: contribute
> >>  > 
> >>  > My android-eglfs-plugin is somewhat ready to be shown in public :)
> >>  
> >>  Wow, great !
> >>  
> >>  > Now the questions is where to put it ...
> >>  > I think for now it should be in a seperated (empty) repository
> >>  > because it's a
> >>  > highly-experimantal-addon (and I need some extra files to deploy
> >>  > which shouldn't be in any Qt-repository (e.g. patch-files for qt)
> >>  
> >>  IMHO you can use android-qt repository and create another branch for
> >>  your work.
> >>  
> >>  > What are the plans for the git repositories?
> >>  > 
> >>  > Are we using the repositories from kde? (git I hope?)
> >>  
> >>  Yes, Necessitas developers will use KDE's git repos, now you have write
> >>  access to android-qt repository.
> >>  
> >>  > Or do we stay at gitorious? ... If so:
> >>  > We definitly need our own project(s):
> >>  > https://qt.gitorious.org/necessitas (where the android-lighthouse.git
> >>  > should be)
> >>  > https://qt.gitorious.org/necessitas-labs (where I would create a
> >>  > androideglfs.git)
> >>  
> >>  Current gitorious repos will be synced with KDE's ones.
> >>  
> >>  > Greets
> >>  > Thomas
> >>  
> >>  Cheers,
> >>  BogDan.
> >>  
> >>  > On Tuesday, May 31, 2011 11:11:07 AM ext BogDan wrote:
> >>  >>  Sorry,
> >>  >> 
> >>  >>  I didn't see you already join the mail list :)
> >>  >> 
> >>  >> 
> >>  >>  BogDan.
> >>  >>  P.S. I'm still dizzy from the long trip :)
> >>  >> 
> >>  >>  >________________________________
> >>  >>  >From: Thomas Senyk <thomas.senyk at nokia.com>
> >>  >>  >To: "necessitas-devel at kde.org"
> >>  >>
> >>  > <necessitas-devel at kde.org>
> >>  > 
> >>  >>  >Sent: Tuesday, May 31, 2011 12:39 AM
> >>  >>  >Subject: contribute
> >>  >>  >
> >>  >>  >Hi,
> >>  >>  >
> >>  >>  >I'm currently a bit confussed about the project-setup.
> >>  >>  >
> >>  >>  >I'm planning to be active developer for the necessitas
> > 
> > project.
> > 
> >>  >>  >Where do I want to create my personal repository and
> > 
> > what's the
> > 
> >>  > usual way
> >>  > 
> >>  >>  >the get a commit to be integrated?
> >>  >>  >
> >>  >>  >
> >>  >>  >In the meanwhile I got 2 patches (open for discussion)
> > 
> > attached.
> > 
> >>  >>  >
> >>  >>  >qmake.conf:
> >>  >>  >1. The QT lib 'android' doesn't exist anymore
> > 
> > ->
> > 
> >>  > doens't need to be in QT
> >>  > 
> >>  >>  >+= 2. The compiler flag doesn't pick up $$QMAKE_CFLAGS
> >>  >>  >   (is related to 5263cc97aa1f4aea01131f05b8e509b9d0d6a913
> > 
> > ... not
> > 
> >>  >>  >sure what the real solution might be)
> >>  >>  >
> >>  >>  >
> >>  >>  >qt.prf
> >>  >>  >-Wl,-soname,<name>
> >>  >>  >For the Qt libs the soname must have 'lib' is prefix
> > 
> > and
> > 
> >>  > '.so' as postfix
> >>  > 
> >>  >>  >I guess this is a copy&past error
> >>  >>  >
> >>  >>  >
> >>  >>  >
> >>  >>  >Btw.:
> >>  >>  >I'm currently working on a eglfs for android.
> >>  >>  >Means: Having on QGLWidget as a fullscreen widget.
> >>  >>  >This can be used to have a accelerated e.g. QDeclarativeView
> >>  >>  >
> >>  >>  >I had it running last week ... lets see how long it takes to
> > 
> > get it
> > 
> >>  >>  >running again ;)
> >>  >>  >
> >>  >>  >
> >>  >>  >Greets
> >>  >>  >Thomas
> >>  >>  >
> >>  >>  >_______________________________________________
> >>  >>  >Necessitas-devel mailing list
> >>  >>  >Necessitas-devel at kde.org
> >>  >>  >https://mail.kde.org/mailman/listinfo/necessitas-devel


More information about the Necessitas-devel mailing list