Mailing List Archive

developing for mythtv
How is everyone developing for mythtv? Are ppl using
an IDE like Qt Designer or KDevelop? or just hacking
away in emacs or your favorite editor?

I'm interested in playing with a couple things, but I
haven't used Qt before, and haven't use c++ in a
while.

-- Allen

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus – Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
Re: developing for mythtv [ In reply to ]
Hi. i'm actually a lot in your shoes :^)

i've done X programming for years but never QT.
I also mainly do C not C++

From what i gather, people are just using their favorite editor.
If you add files, you should change the corresponding
.pro file. After editiing the .pro file, run make
and make should create the proper makefiles and other files
it needs.

once i finish hacking away, i'll probably dd a "hacking"
document...

-Mark


On Thu, Nov 21, 2002 at 08:45:07PM -0800, Allen T. Gilliland IV wrote:
> How is everyone developing for mythtv? Are ppl using
> an IDE like Qt Designer or KDevelop? or just hacking
> away in emacs or your favorite editor?
>
> I'm interested in playing with a couple things, but I
> haven't used Qt before, and haven't use c++ in a
> while.
>
> -- Allen
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus – Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev@snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-dev
Re: developing for mythtv [ In reply to ]
On Thursday 21 November 2002 11:45 pm, Allen T. Gilliland IV wrote:
> How is everyone developing for mythtv? Are ppl using
> an IDE like Qt Designer or KDevelop? or just hacking
> away in emacs or your favorite editor?
>
> I'm interested in playing with a couple things, but I
> haven't used Qt before, and haven't use c++ in a
> while.

I just use vim with a bunch of term windows.

Isaac
Re: developing for mythtv [ In reply to ]
At 22-11-02 05:45, you wrote:
>How is everyone developing for mythtv? Are ppl using
>an IDE like Qt Designer or KDevelop? or just hacking
>away in emacs or your favorite editor?

Just hacking away :-)

Too much bother to set up a project for a bunch of files which were not put
in a project originally.
If you start developing just tackle a small feature at first, you will hit
only one or two files, and your developing environment cannot be a source
of problems if you use only an editor.

FYI: I use "ctags", "fte", "make", in that order :-)
Good hacking!

Erik