Pushing changes on Gitorius from QtCreator

2010-06-05 Thread Andrea Grandi
Hello, I've just started a project on Gitorius: http://gitorious.org/msoma and I've successfully imported it on QtCreator, I've written some changes and I've committed locally. When I try to PUSH changes I get this error: 10:02 Executing: git push fatal: protocol error: expected sha/ref, got '

Re: Pushing changes on Gitorius from QtCreator

2010-06-05 Thread Antonio Aloisio
Hi Andrea, You cannot push changes using the git:// or the http since they are read-only protocols for git. You have to clone the repository (actually non mandatory but it\s the easiest way...) and push back the changes using the push url. So the step to do are: 1 add your ssh public key to

Re: Pushing changes on Gitorius from QtCreator

2010-06-05 Thread Andrea Grandi
Hi, On 5 June 2010 10:43, Antonio Aloisio antonio.aloi...@gmail.com wrote: Hi Andrea, You cannot push changes using the git:// or the http  since they are read-only protocols for git. You have to clone the repository (actually non mandatory but it\s the easiest way...) and push back the

How to get kinetic scrolling working using Qt creator

2010-06-05 Thread Sudheer K .
Hi All, I have created a QScrollArea to a QMainWindow in a form using Qt Creator. I have set the dynamic property FingerScrollable to true (bool) for QMainWindow, QScrollArea and the contents of QScrollArea. This is the structure of my form objects in the format objectname (ClassName):

Re: How to get kinetic scrolling working using Qt creator

2010-06-05 Thread Daniil Ivanov
Hi Sudheer! There is no such property as FingerScrollable and kinetic srolling is enabled by default for QScrollArea http://doc.qt.nokia.com/qt-maemo-4.6/qabstractkineticscroller.html#details Thanks, Daniil. On Sat, Jun 5, 2010 at 8:10 PM, Sudheer K. scifi@hotmail.com wrote: Hi All,

Re: git over ssh access for garage projects - calling for brave testers

2010-06-05 Thread Andrew Flegg
On Sat, May 22, 2010 at 09:13, Alberto Mardegan ma...@users.sourceforge.net wrote: Alberto Mardegan wrote: I get this: ma...@portatie:/tmp$ git clone ssh://drop.maemo.org/git/maemo-mapper Initialized empty Git repository in /tmp/maemo-mapper/.git/ fatal: ''/git/maemo-mapper'': unable to

RE: How to get kinetic scrolling working using Qt creator

2010-06-05 Thread Sudheer K .
Hi Daniil, I could not get the scrolling to work by using QScrollArea, even after removing the FingerScrollable property. Any suggestions on what I should change? I have tried setting WidgetResizable to true on QScrollArea, still scrolling does not work. If it matters, there are sizes I have

RE: How to get kinetic scrolling working using Qt creator

2010-06-05 Thread Felipe Crochik
One silly question: are you trying it on the actual device? It won't work on the simulator or if you compile for the desktop. - Original message - Hi Daniil, I could not get the scrolling to work by using QScrollArea, even after removing the FingerScrollable property. Any

RE: How to get kinetic scrolling working using Qt creator

2010-06-05 Thread Sudheer K .
Yes, I am compiling on FREMANTLE_ARMEL and copying to device and testing it :) Another thing is I can display the scrollbar using verticalscrollbarpolicy but it doesn't actually scroll anything. From: fel...@crochik.com To: scifi@hotmail.com; daniil.iva...@gmail.com CC:

RE: How to get kinetic scrolling working using Qt creator

2010-06-05 Thread Sudheer K .
Anyone know of any applications that are using Qt Creator (.ui files) and were successful in implementing kinetic scrolling? Maybe I can look at the forms to see what I am doing wrong here. Thanks, Sudheer From: scifi@hotmail.com To: fel...@crochik.com; daniil.iva...@gmail.com CC: