Re: [Rosegarden-bugs] SF.net SVN: rosegarden:[10479] trunk/rosegarden/src/gui/rulers

View: New views
11 Messages — Rating Filter:   Alert me  

Re: [Rosegarden-bugs] SF.net SVN: rosegarden:[10479] trunk/rosegarden/src/gui/rulers

by Julie S :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Dear Chris,

I just svn 10479 and had some trouble.

I tried make, ./configure, and sh bootstrap.sh and had no joy

this is what I got:
In file included from src/gui/rulers/ControlToolBox.cpp:22:
src/gui/rulers/PropertyAdjuster.h:39: error: expected ‘,’ or ‘...’ before ‘*’ token
src/gui/rulers/PropertyAdjuster.h:39: error: ISO C++ forbids declaration of ‘ControlMouseEvent’ with no type
src/gui/rulers/PropertyAdjuster.h:40: error: expected ‘,’ or ‘...’ before ‘*’ token
src/gui/rulers/PropertyAdjuster.h:40: error: ISO C++ forbids declaration of ‘ControlMouseEvent’ with no type
src/gui/rulers/PropertyAdjuster.h:41: error: expected ‘,’ or ‘...’ before ‘*’ token
src/gui/rulers/PropertyAdjuster.h:41: error: ISO C++ forbids declaration of ‘ControlMouseEvent’ with no type
src/gui/rulers/ControlToolBox.cpp: In member function ‘virtual Rosegarden::BaseTool* Rosegarden::ControlToolBox::createTool(QString)’:
src/gui/rulers/ControlToolBox.cpp:45: error: cannot allocate an object of abstract type ‘Rosegarden::PropertyAdjuster’
src/gui/rulers/PropertyAdjuster.h:33: note:   because the following virtual functions are pure within ‘Rosegarden::PropertyAdjuster’:
src/gui/rulers/ControlTool.h:27: note: virtual int Rosegarden::ControlTool::operator()(double, int)
src/gui/rulers/ControlToolBox.cpp:53: error: no matching function for call to ‘QHash<QString, Rosegarden::BaseTool*>::insert(QString&, Rosegarden::ControlTool*&)’
/usr/include/qt4/QtCore/qhash.h:734: note: candidates are: QHash<Key, T>::iterator QHash<Key, T>::insert(const Key&, const T&) [with Key = QString, T = Rosegarden::BaseTool*]
src/gui/rulers/ControlToolBox.cpp:61: error: cannot convert ‘Rosegarden::ControlTool*’ to ‘Rosegarden::BaseTool*’ in return
make: *** [src/gui/rulers/ControlToolBox.o] Error 1

Sincerely,
Julie S.



     

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Rosegarden-devel mailing list
Rosegarden-devel@... - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Re: [Rosegarden-bugs] SF.net SVN: rosegarden:[10479] trunk/rosegarden/src/gui/rulers

by Chris Fryer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Oh boy, I'm making a pig's ear of this now ... I thought I'd followed
the instructions. Anyone know how to recall your last commit?
Chris

On Thu, 2009-07-09 at 13:14 -0700, Julie S wrote:

> Dear Chris,
>
> I just svn 10479 and had some trouble.
>
> I tried make, ./configure, and sh bootstrap.sh and had no joy
>
> this is what I got:
> In file included from src/gui/rulers/ControlToolBox.cpp:22:
> src/gui/rulers/PropertyAdjuster.h:39: error: expected ‘,’ or ‘...’ before ‘*’ token
> src/gui/rulers/PropertyAdjuster.h:39: error: ISO C++ forbids declaration of ‘ControlMouseEvent’ with no type
> src/gui/rulers/PropertyAdjuster.h:40: error: expected ‘,’ or ‘...’ before ‘*’ token
> src/gui/rulers/PropertyAdjuster.h:40: error: ISO C++ forbids declaration of ‘ControlMouseEvent’ with no type
> src/gui/rulers/PropertyAdjuster.h:41: error: expected ‘,’ or ‘...’ before ‘*’ token
> src/gui/rulers/PropertyAdjuster.h:41: error: ISO C++ forbids declaration of ‘ControlMouseEvent’ with no type
> src/gui/rulers/ControlToolBox.cpp: In member function ‘virtual Rosegarden::BaseTool* Rosegarden::ControlToolBox::createTool(QString)’:
> src/gui/rulers/ControlToolBox.cpp:45: error: cannot allocate an object of abstract type ‘Rosegarden::PropertyAdjuster’
> src/gui/rulers/PropertyAdjuster.h:33: note:   because the following virtual functions are pure within ‘Rosegarden::PropertyAdjuster’:
> src/gui/rulers/ControlTool.h:27: note: virtual int Rosegarden::ControlTool::operator()(double, int)
> src/gui/rulers/ControlToolBox.cpp:53: error: no matching function for call to ‘QHash<QString, Rosegarden::BaseTool*>::insert(QString&, Rosegarden::ControlTool*&)’
> /usr/include/qt4/QtCore/qhash.h:734: note: candidates are: QHash<Key, T>::iterator QHash<Key, T>::insert(const Key&, const T&) [with Key = QString, T = Rosegarden::BaseTool*]
> src/gui/rulers/ControlToolBox.cpp:61: error: cannot convert ‘Rosegarden::ControlTool*’ to ‘Rosegarden::BaseTool*’ in return
> make: *** [src/gui/rulers/ControlToolBox.o] Error 1
>
> Sincerely,
> Julie S.
>
>
>
>      
>
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge  
> This is your chance to win up to $100,000 in prizes! For a limited time,
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize  
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> Rosegarden-devel mailing list
> Rosegarden-devel@... - use the link below to unsubscribe
> https://lists.sourceforge.net/lists/listinfo/rosegarden-devel


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Rosegarden-devel mailing list
Rosegarden-devel@... - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Re: [Rosegarden-bugs] SF.net SVN: rosegarden:[10479] trunk/rosegarden/src/gui/rulers

by Chris Fryer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

What's happened is that I've only committed the new files this time. I
didn't mean to. I understood that svn would recommit my changes to
existing files.
This won't build without the changes to the existing files (some changes
to include file dependencies I assume).
I'm currently reapplying the changes by hand to the affected files. I'll
then test that it builds and commit unless I hear otherwise. I'll be an
hour or two.
Chris

On Thu, 2009-07-09 at 13:14 -0700, Julie S wrote:

> Dear Chris,
>
> I just svn 10479 and had some trouble.
>
> I tried make, ./configure, and sh bootstrap.sh and had no joy
>
> this is what I got:
> In file included from src/gui/rulers/ControlToolBox.cpp:22:
> src/gui/rulers/PropertyAdjuster.h:39: error: expected ‘,’ or ‘...’ before ‘*’ token
> src/gui/rulers/PropertyAdjuster.h:39: error: ISO C++ forbids declaration of ‘ControlMouseEvent’ with no type
> src/gui/rulers/PropertyAdjuster.h:40: error: expected ‘,’ or ‘...’ before ‘*’ token
> src/gui/rulers/PropertyAdjuster.h:40: error: ISO C++ forbids declaration of ‘ControlMouseEvent’ with no type
> src/gui/rulers/PropertyAdjuster.h:41: error: expected ‘,’ or ‘...’ before ‘*’ token
> src/gui/rulers/PropertyAdjuster.h:41: error: ISO C++ forbids declaration of ‘ControlMouseEvent’ with no type
> src/gui/rulers/ControlToolBox.cpp: In member function ‘virtual Rosegarden::BaseTool* Rosegarden::ControlToolBox::createTool(QString)’:
> src/gui/rulers/ControlToolBox.cpp:45: error: cannot allocate an object of abstract type ‘Rosegarden::PropertyAdjuster’
> src/gui/rulers/PropertyAdjuster.h:33: note:   because the following virtual functions are pure within ‘Rosegarden::PropertyAdjuster’:
> src/gui/rulers/ControlTool.h:27: note: virtual int Rosegarden::ControlTool::operator()(double, int)
> src/gui/rulers/ControlToolBox.cpp:53: error: no matching function for call to ‘QHash<QString, Rosegarden::BaseTool*>::insert(QString&, Rosegarden::ControlTool*&)’
> /usr/include/qt4/QtCore/qhash.h:734: note: candidates are: QHash<Key, T>::iterator QHash<Key, T>::insert(const Key&, const T&) [with Key = QString, T = Rosegarden::BaseTool*]
> src/gui/rulers/ControlToolBox.cpp:61: error: cannot convert ‘Rosegarden::ControlTool*’ to ‘Rosegarden::BaseTool*’ in return
> make: *** [src/gui/rulers/ControlToolBox.o] Error 1
>
> Sincerely,
> Julie S.
>
>
>
>      
>
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge  
> This is your chance to win up to $100,000 in prizes! For a limited time,
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize  
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> Rosegarden-devel mailing list
> Rosegarden-devel@... - use the link below to unsubscribe
> https://lists.sourceforge.net/lists/listinfo/rosegarden-devel


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Rosegarden-devel mailing list
Rosegarden-devel@... - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Parent Message unknown Re: [Rosegarden-bugs] SF.net SVN: rosegarden:[10479] trunk/rosegarden/src/gui/rulers

by Julie S :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Dear CJ,

You wrote:
> Oh boy, I'm making a pig's ear of
> this now ... I thought I'd followed
> the instructions. Anyone know how to recall your last
> commit?


You followed instructions, how silly of you.

I don't have the knowledge you see though.

Here is my guess from the svn book.

svn merge -c -10479 https://rosegarden.svn.sourceforge.net/svnroot/rosegarden/trunk

to correct your local copy back to the last revision.

svn commit -m "Undoing change committed in r10479."

But I don't know what that does to your changes you have made to this point in your code.  I'd imagine they would be reverted to 10478.  So tread lightly.  maybe make a copy of the files you eventually want to commit first before proceeding.

But I really don't know much about svn.  Just enough to be dangerous.

Sincerely,
Julie S.


--- On Thu, 7/9/09, Chris Fryer <chrisf1874@...> wrote:

> From: Chris Fryer <chrisf1874@...>
> Subject: Re: [Rosegarden-devel] [Rosegarden-bugs] SF.net SVN: rosegarden:[10479] trunk/rosegarden/src/gui/rulers
> To: "Julie S" <msjulie_s@...>
> Cc: "rosegarden-devel" <rosegarden-devel@...>
> Date: Thursday, July 9, 2009, 4:18 PM
> Oh boy, I'm making a pig's ear of
> this now ... I thought I'd followed
> the instructions. Anyone know how to recall your last
> commit?
> Chris
>
> On Thu, 2009-07-09 at 13:14 -0700, Julie S wrote:
> > Dear Chris,
> >
> > I just svn 10479 and had some trouble.
> >
> > I tried make, ./configure, and sh bootstrap.sh and had
> no joy
> >
> > this is what I got:
> > In file included from
> src/gui/rulers/ControlToolBox.cpp:22:
> > src/gui/rulers/PropertyAdjuster.h:39: error: expected
> ‘,’ or ‘...’ before ‘*’ token
> > src/gui/rulers/PropertyAdjuster.h:39: error: ISO C++
> forbids declaration of ‘ControlMouseEvent’ with no type
> > src/gui/rulers/PropertyAdjuster.h:40: error: expected
> ‘,’ or ‘...’ before ‘*’ token
> > src/gui/rulers/PropertyAdjuster.h:40: error: ISO C++
> forbids declaration of ‘ControlMouseEvent’ with no type
> > src/gui/rulers/PropertyAdjuster.h:41: error: expected
> ‘,’ or ‘...’ before ‘*’ token
> > src/gui/rulers/PropertyAdjuster.h:41: error: ISO C++
> forbids declaration of ‘ControlMouseEvent’ with no type
> > src/gui/rulers/ControlToolBox.cpp: In member function
> ‘virtual Rosegarden::BaseTool*
> Rosegarden::ControlToolBox::createTool(QString)’:
> > src/gui/rulers/ControlToolBox.cpp:45: error: cannot
> allocate an object of abstract type
> ‘Rosegarden::PropertyAdjuster’
> > src/gui/rulers/PropertyAdjuster.h:33:
> note:   because the following virtual
> functions are pure within
> ‘Rosegarden::PropertyAdjuster’:
> > src/gui/rulers/ControlTool.h:27: note:
>     virtual int
> Rosegarden::ControlTool::operator()(double, int)
> > src/gui/rulers/ControlToolBox.cpp:53: error: no
> matching function for call to ‘QHash<QString,
> Rosegarden::BaseTool*>::insert(QString&,
> Rosegarden::ControlTool*&)’
> > /usr/include/qt4/QtCore/qhash.h:734: note: candidates
> are: QHash<Key, T>::iterator QHash<Key,
> T>::insert(const Key&, const T&) [with Key =
> QString, T = Rosegarden::BaseTool*]
> > src/gui/rulers/ControlToolBox.cpp:61: error: cannot
> convert ‘Rosegarden::ControlTool*’ to
> ‘Rosegarden::BaseTool*’ in return
> > make: *** [src/gui/rulers/ControlToolBox.o] Error 1
> >
> > Sincerely,
> > Julie S.
> >
> >
> >
> >       
> >
> >
> ------------------------------------------------------------------------------
> > Enter the BlackBerry Developer Challenge 
> > This is your chance to win up to $100,000 in prizes!
> For a limited time,
> > vendors submitting new applications to BlackBerry App
> World(TM) will have
> > the opportunity to enter the BlackBerry Developer
> Challenge. See full prize 
> > details at: http://p.sf.net/sfu/Challenge
> > _______________________________________________
> > Rosegarden-devel mailing list
> > Rosegarden-devel@...
> - use the link below to unsubscribe
> > https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
>
>


     

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Rosegarden-devel mailing list
Rosegarden-devel@... - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Parent Message unknown Re: [Rosegarden-bugs] SF.net SVN: rosegarden:[10479] trunk/rosegarden/src/gui/rulers

by Julie S :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Dear Chris,

You wrote:
> What's happened is that I've only
> committed the new files this time. I
> didn't mean to. I understood that svn would recommit my
> changes to
> existing files.


I usually just list all of the files I want to commit.

so if I was in trunk/rosegarden/src

svn commit gui/dialogs/file.cpp gui/editors/file2.cpp

I'm certain svn is automated in that respect and I don't have to do that.  But I've had good luck that way.

If you just have a few changes to commit to get the last one working then just send those.  Yeah, it will still be in the log, but that is okay as long as the latest rev works.

Sincerely,
Julie S.



     

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Rosegarden-devel mailing list
Rosegarden-devel@... - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Parent Message unknown Re: [Rosegarden-bugs] SF.net SVN: rosegarden:[10479] trunk/rosegarden/src/gui/rulers

by Julie S :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Dear Chris,

You wrote:
> Thanks for your help. I've finished remaking my changes to
> the affected
> files and am just running a clean build. If that's ok, I'll
> commit and
> (HOPEFULLY) we should be back on line.


Don't sweat it.  Everything is fine.  Nobody here freaks out when trunk get broken.

I'm just reporting what I see, when I see it.  I'm not in any way concerned about the issue.  This stuff always gets resolved.  Nobody here, that I know of, will take offense to a bad commit.

We're happy you are here.

Sincerely,
Julie S.



     

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Rosegarden-devel mailing list
Rosegarden-devel@... - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Re: [Rosegarden-bugs] SF.net SVN: rosegarden:[10479] trunk/rosegarden/src/gui/rulers

by Chris Fryer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, 2009-07-09 at 13:50 -0700, Julie S wrote:

> > What's happened is that I've only
> > committed the new files this time. I
> > didn't mean to. I understood that svn would recommit my
> > changes to
> > existing files.
> I usually just list all of the files I want to commit.
>
> so if I was in trunk/rosegarden/src
>
> svn commit gui/dialogs/file.cpp gui/editors/file2.cpp
>
> I'm certain svn is automated in that respect and I don't have to do that.  But I've had good luck that way.
Seems likely that would have worked (specifying the files that I wanted to commit - my local svn thought those were up-to-date because I'd already committed them).
I'll remember that next time ... not that there'll be a next time since
they've now solved the spam bug that caused all this in the first place.

> If you just have a few changes to commit to get the last one working then just send those.  Yeah, it will still be in the log, but that is okay as long as the latest rev works.
The clean build has completed OK. It's a little behind where I was last
night but that's no big deal, at least it builds.
I'll commit these now ... deep breath ...


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Rosegarden-devel mailing list
Rosegarden-devel@... - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Parent Message unknown Re: [Rosegarden-bugs] SF.net SVN: rosegarden:[10479] trunk/rosegarden/src/gui/rulers

by Julie S :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Dear Chris,

Yep, it compiled.  Good work.

So what does this last commit do?

I'm guessing in matrix view, if you use the move tool, the velocity bar in the velocity ruler tracks the note that is being adjusted with the move tool.

If that was it, then it appears to be working well.

If not, please tell me what to look for.

Sincerely,
Julie S.



     

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Rosegarden-devel mailing list
Rosegarden-devel@... - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Re: [Rosegarden-bugs] SF.net SVN: rosegarden:[10479] trunk/rosegarden/src/gui/rulers

by Chris Fryer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> I'm guessing in matrix view, if you use the move tool, the velocity bar in the velocity ruler tracks the note that is being adjusted with the move tool.
I'm afraid not, that was there already.
Nothing visible in this commit but a fair degree of work behind the
scenes on a tool system to (hopefully) accelerate future improvements.
Chris


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Rosegarden-devel mailing list
Rosegarden-devel@... - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Re: [Rosegarden-bugs] SF.net SVN: rosegarden:[10479] trunk/rosegarden/src/gui/rulers

by D. Michael McIntyre-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thursday 09 July 2009, Chris Fryer wrote:

> Oh boy, I'm making a pig's ear of this now ... I thought I'd followed
> the instructions. Anyone know how to recall your last commit?

Well OK, sorry about that. I was trying to head you off and save your code
from the shit I got into last time, but I hadn't actually tested the idea in
practice.

I guess it didn't work.

I really hate it when I botch a commit and somebody has to roll it back.  I
hated to do that to you yesterday, but I had stuff to do, and you were
probably asleep, being in a different timezone and all.

Oh well.
--
D. Michael McIntyre

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Rosegarden-devel mailing list
Rosegarden-devel@... - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Re: [Rosegarden-bugs] SF.net SVN: rosegarden:[10479] trunk/rosegarden/src/gui/rulers

by Chris Fryer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, 2009-07-09 at 17:51 -0400, D. Michael McIntyre wrote:

> On Thursday 09 July 2009, Chris Fryer wrote:
>
> > Oh boy, I'm making a pig's ear of this now ... I thought I'd followed
> > the instructions. Anyone know how to recall your last commit?
>
> Well OK, sorry about that. I was trying to head you off and save your code
> from the shit I got into last time, but I hadn't actually tested the idea in
> practice.
>
> I guess it didn't work.
>
> I really hate it when I botch a commit and somebody has to roll it back.  I
> hated to do that to you yesterday, but I had stuff to do, and you were
> probably asleep, being in a different timezone and all.
>
> Oh well.
No biggy. All fixed now.
Chris


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Rosegarden-devel mailing list
Rosegarden-devel@... - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel