Re: [Development] Qt for Tizen repos

2013-05-27 Thread Tomasz Olszak
2013/5/13 Tomasz Olszak olszak.tom...@gmail.com

 On Monday 13 of May 2013 11:10:45 Oswald Buddenhagen wrote:
  On Thu, May 09, 2013 at 12:39:03AM +0200, Jaroslaw Staniek wrote:
   Given that a new port was born[1] I'd like to ask for possibility of
   creating wip/tizen branches in the main Qt 5 repos.
 
  please specify:
  - the repositories
  - the base branch
  - the envisioned mode of operation (short-cut review and later
re-submission to mainline, or complete review and merge to mainline,
etc.)
 
   So if needed, would you rather recommend something like a separate
   qttizenquickcontrols repo?
 
  i'd suggest qtquickcontrols-tizen to make it more discoverable.
 
  ___
  Development mailing list
  Development@qt-project.org
  http://lists.qt-project.org/mailman/listinfo/development

 Proposition:
 
 repository: qtquickcontrols,
 branch: wip/tizen(base branch stable)
 envisioned mode: shortcut review and later re-submission to mainline
 meaning:
 * potential propositions of extending qtquickcontrols API
 
 repository: qtquickcontrols-tizen,
 branches: release, stable, dev, wip/tizen (base branch dev)
 envisioned mode: shortcut review and later re-submission to mainline
 meaning: qttizen styles and tizen specific components, probably divided
 into
 different profiles (mobile, ivi etc) and/or different resolutions.



I would like to kindly ask for mirror of qtquickcontrols-tizen on
gitorious/qt

-- 
Pozdrawiam/Regards,
Tomasz Olszak
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] Qt for Tizen repos

2013-05-27 Thread Ahumada Sergio
On 05/28/2013 12:38 AM, Tomasz Olszak wrote: 
 I would like to kindly ask for mirror of qtquickcontrols-tizen on 
 gitorious/qt
 

Hi,

https://qt.gitorious.org/qt/qtquickcontrols-tizen

should be a read-only mirror from Gerrit.

Cheers,
--
Sergio Ahumada
Release Engineer - Digia, Qt
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] Qt for Tizen repos

2013-05-13 Thread Bache-Wiig Jens

On May 12, 2013, at 11:35 PM, Thiago Macieira thiago.macie...@intel.com wrote:

 On quinta-feira, 9 de maio de 2013 00.39.03, Jaroslaw Staniek wrote:
 Hello,
 Given that a new port was born[1] I'd like to ask for possibility of
 creating wip/tizen branches in the main Qt 5 repos.
 
 I support that request.

+1 from me as well

 And another question, to our Qt Quick Controls people. I have to admit most
 of new code would be related to Qt Quick Controls for Tizen (deeper
 integration would come later depending on interest). As I understand
 any set of controls may have quite different code and assets (for Android,
 Tizen, etc.). So where do you think Tizen Controls would go?
 
 Jens?

I agree that it doesn't belong in the Qt Quick Controls repository for now as 
the project goals are a bit different. The controls can already be styled and 
used together with Tizen once the artwork/assets become available. So in 
practice the tizen components should rather re-use the controls with provided 
custom styling without having to fork into a separate branch of controls and 
the Tizen specific controls are unlikely to provide much value to other 
platforms. We will have a better picture on how this will work once the 
Android/IOS ports get started though, but for now I think it belongs in a 
separate project on playground perhaps.

Jens

___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] Qt for Tizen repos

2013-05-13 Thread Oswald Buddenhagen
On Thu, May 09, 2013 at 12:39:03AM +0200, Jaroslaw Staniek wrote:
 Given that a new port was born[1] I'd like to ask for possibility of
 creating wip/tizen branches in the main Qt 5 repos.
 
please specify:
- the repositories
- the base branch
- the envisioned mode of operation (short-cut review and later
  re-submission to mainline, or complete review and merge to mainline,
  etc.)

 So if needed, would you rather recommend something like a separate
 qttizenquickcontrols repo?
 
i'd suggest qtquickcontrols-tizen to make it more discoverable.

___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] Qt for Tizen repos

2013-05-13 Thread Tomasz Olszak
On Monday 13 of May 2013 11:10:45 Oswald Buddenhagen wrote:
 On Thu, May 09, 2013 at 12:39:03AM +0200, Jaroslaw Staniek wrote:
  Given that a new port was born[1] I'd like to ask for possibility of
  creating wip/tizen branches in the main Qt 5 repos.
 
 please specify:
 - the repositories
 - the base branch
 - the envisioned mode of operation (short-cut review and later
   re-submission to mainline, or complete review and merge to mainline,
   etc.)
 
  So if needed, would you rather recommend something like a separate
  qttizenquickcontrols repo?
 
 i'd suggest qtquickcontrols-tizen to make it more discoverable.
 
 ___
 Development mailing list
 Development@qt-project.org
 http://lists.qt-project.org/mailman/listinfo/development

Proposition:

repository: qtquickcontrols,
branch: wip/tizen(base branch stable)
envisioned mode: shortcut review and later re-submission to mainline
meaning:
* potential propositions of extending qtquickcontrols API

repository: qtquickcontrols-tizen,
branches: release, stable, dev, wip/tizen (base branch dev)
envisioned mode: shortcut review and later re-submission to mainline
meaning: qttizen styles and tizen specific components, probably divided into
different profiles (mobile, ivi etc) and/or different resolutions.


___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] Qt for Tizen repos

2013-05-12 Thread Thiago Macieira
On quinta-feira, 9 de maio de 2013 00.39.03, Jaroslaw Staniek wrote:
 Hello,
 Given that a new port was born[1] I'd like to ask for possibility of
 creating wip/tizen branches in the main Qt 5 repos.

I support that request.

 And another question, to our Qt Quick Controls people. I have to admit most
 of new code would be related to Qt Quick Controls for Tizen (deeper
 integration would come later depending on interest). As I understand
 any set of controls may have quite different code and assets (for Android,
 Tizen, etc.). So where do you think Tizen Controls would go?

Jens?

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center


signature.asc
Description: This is a digitally signed message part.
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development