Re: [Development] [QtContacts] Add a new contact Type

2014-03-17 Thread Chris Adams
Hi Renato, Is an address book a contactable entity? It seems like it's just a collection of contacts, rather than a contactable entity, in which case I would prefer something like the QOrganizerItemCollection API to be added to QtContacts instead, perhaps, or some other solution. To be more prec

[Development] [QtContacts] Add a new contact Type

2014-03-17 Thread Renato Araujo
Hi guys, Today in QtContacts we can define a contact type using the enum QContactType::TypeValues which have the values { TypeContact, TypeGroup }, this allow us to create/edit/list groups using the same functions used by the contacts. But I am missing a way to retrieve the available contacts add

Re: [Development] New snapshot build from Qt 4.8.6 available

2014-03-17 Thread Samuel Gaist
On 17 mars 2014, at 19:07, Salovaara Akseli wrote: > Hi all, > > New snapshot build from Qt 4.8.6 available: > http://download.qt-project.org/snapshots/qt/4.8/2014-03-17_517/ > > Packages are built against sha1 6ede9f99f98ed511b78935f7c6537470dce94239 > "network: fix doc typo in QNetworkCon

Re: [Development] Changes to QtPrintSupport merged for Beta 1

2014-03-17 Thread Turunen Tuukka
Thanks John et al. This is a great improvement. I am very happy that you got it in! Yours, Tuukka Lähettäjä: development-bounces+tuukka.turunen=digia@qt-project.org [development-bounces+tuukka.turunen=digia@qt-project.org] käyt

[Development] New snapshot build from Qt 4.8.6 available

2014-03-17 Thread Salovaara Akseli
Hi all, New snapshot build from Qt 4.8.6 available: http://download.qt-project.org/snapshots/qt/4.8/2014-03-17_517/ Packages are built against sha1 6ede9f99f98ed511b78935f7c6537470dce94239 "network: fix doc typo in QNetworkConfigurationManager" (HEAD) and this build also has MinGW4.8.2 upgrad

Re: [Development] Problems pushing changes to Gerrit

2014-03-17 Thread Thiago Macieira
Em seg 17 mar 2014, às 16:19:36, Dmitry Shachnev escreveu: > > git push ssh://mandri...@codereview.qt-project.org:29418/qt/qt > > HEAD:refs/for/4.8 > > > > then does this solve the problem? > > No, that does not work. Actually, when it works, it works without the port > number. It never works wi

[Development] Changes to QtPrintSupport merged for Beta 1

2014-03-17 Thread John Layt
Hi, Thanks to some sterling work form the CI and Release teams, we've managed to finally get the QtPrintSupport changes merged in time for Beta 1 :-) If you run into any printing issues please let me know. I'll post a blog to Planet Qt detailing how the beta testers can help test the new code

Re: [Development] Problems pushing changes to Gerrit

2014-03-17 Thread Dmitry Shachnev
Hi, On Mon, 17 Mar 2014 07:54:31 +, Andy Shaw wrote: > You seem to be missing the port, if you add: > > :29418 > > After the address so it is: > > git push ssh://mandri...@codereview.qt-project.org:29418/qt/qt > HEAD:refs/for/4.8 > > then does this solve the problem? No, that does not work

Re: [Development] Problems pushing changes to Gerrit

2014-03-17 Thread Shaw Andy
> Gerrit seems to reject some of my changes with this error: > > $ git push ssh://mandri...@codereview.qt-project.org/qt/qt HEAD:refs/for/4.8 > error: error: invalid protocol: wanted 'old new ref' > fatal: internal server error > fatal: The remote end hung up unexpectedly > Counting obje