Skip to content

KDE-CVS-Digest for November 28, 2003

Saturday, 29 November 2003  |  Dkite

In this week's KDE-CVS-Digest: KHTML regressions and font handling fixed. amaroK, another media player, now has a resume feature, and can play streams. A new release of Rosegarden, a powerful application aimed at composers, musicians, music students and recording environments. Plus many bugfixes in all applications.

Comments:

Thanks Derek - burki - 2003-11-29

And since it is Thanksgiving time - not only thanks for this issue but for a whole year of your most appreciated writings.

Release schedule? - ac - 2003-11-29

This document http://developer.kde.org/development-versions/kde-3.2-release-plan.html states that -rc1 should be prepared on January 18 2004 Is it really necessary to wait soooo long? Things look like a release could be made for end of the year, in terms of cvs activity really focusing on fixes only a kde user

Re: Release schedule? - Ruediger Knoerig - 2003-11-29

KDE3.2Beta 1 does well for me - why not releasing a Beta-2 as a christmas/advent present?

Re: Release schedule? - Anonymous - 2003-11-29

Read the mentioned release plan, there will be a second Beta real soon.

Re: Release schedule? - Eike Hein - 2003-11-29

Personally, I'd rather wait a little bit longer and get a super-stable, extra-polished 3.2. I'm sure the release wasn't pushed back without reason; Stephan will know what he's doing.

Re: Release schedule? - Scott Wheeler - 2003-11-29

This is because of Christmas holidays that make it pretty much impossible to do a release. We hit the exact same thing last year. Because the release process takes a couple of weeks basically if you don't have it out by December 15th you won't have it out (at least) until January 15th. It takes time for testing, tagging, packaging and so on. A lot of the guys involved are vacation, having their lives dictated by family and whatnot.

Re: Release schedule? - JohnFlux - 2003-11-29

selfish developers - what's more important, me having a kde3.2 release, or them having a christmas? /me ducks

Re: Release schedule? - Superstoned - 2003-11-29

BANG!!! shit, missed him - the basterd ducked on time... ;) me for myself - I'd love to have 3.2 NOW but I also prefer it to be stable... So I'll just use the beta's, when I feel like complaining about bugs I say "hey, its just a beta, wait for the stable" and if I feel like complaining about the 3.2 still not being there I say "hey, there are beta's which are quite good!"...

Re: Release schedule? - anon - 2003-11-29

The release dude needs vacation time too =)

No, you don't - Alex - 2003-11-29

If you think KDE works fine at the end of the year than by all means download it and use it nobody's stopping you and keep in mind that no distributions like SUSE, Redhat, Mandrake etc. will ship with 3.2 until March even if it were released today so it really makes little difference, most people won't get it until much later. But, again, if you feel it is ready at the end of the year than get it.

Re: No, you don't - s.d. - 2003-11-29

If it was released today distributions would package it. So that "makes little difference" parte is not quite right. But I do agree with most of what you say.

Re: No, you don't - c - 2003-11-29

yeah but they have to holiday too. Either way we're not getting it till the new year.

No they would not - Alex - 2003-11-29

If it was released today they would not package it, they would not delay their schedules for it. You know how it goes, you can never relly on an accurate release date, thats why none of the distributions waited for KDE 3.2 in December. In addition if it were released today they would still have to test it and integrate it which would take at least an extra month and it is definitely not ready today, that is even ahead of the originial schedule. I like this schedule very much.

Re: No, you don't - Anonymous - 2003-12-01

There are 3.2beta1 binary packages for at least Mandrake, SuSE and Debian. Alex's right.

Re: No, you don't - Anonymous - 2003-12-01

On ftp.kde.org are also official packages for Conectiva and RedHat/Fedora.

Re: Release schedule? - Rayiner Hashem - 2003-11-30

I use the current CVS, and it *really* isn't ready. Its still very unpolished in places (missing icons), and Konqueror is still very unstable. A Feb. release is definately a good idea.

rosegarden - Navindra Umanee - 2003-11-29

Hmmm, Mandrake 9.1 doesn't seem to have Rosegarden unfortunately. What does it take for a distribution to pick up a great app these days? :-)

Re: rosegarden - Stephen Douglas - 2003-11-30

Rosegarden is in Mandrake contribs. If you've got urpmi set up properly, urpmi rosegarden finds it just fine.

KDEvelop vs BorlandC++BuilderX - Alex - 2003-11-29

I just recently tried Borland C++ Builder X and I am very impressed with it, I like it even more than KDEvelop 2.1.5. BCX is an extremely well done multi platform IDE with an excellent compiler and set of tools. <p> There is one feature in it that I don't think I would ever go back to another IDE without! <p> In BCX it doesen't matter how crappy my code looks, for example it can look like this: <p> _______________________________________ <pre> #include <iostream> using namespace std; void menu() { int choice = 0; cout << "\n[1] Solve a Linear System\n"; cout < < "[2] Quit\n\n"; cout << "Enter choice (1-2): "; cin >> choice; switch ( choice ) { case 1: cout << "not available yet\n"; break; case 2: cout << "not available yet, sorry\n"; break; default: cout < < "\nPlease select either choice 1 or 2.\n"; menu() ; } } </pre> __________________________________________ <p> All I have to do is go to Edit -> Format All and it will be very readable and formatted to perfection. Observe the result after just clicking that option. <p> __________________________________________ <pre> #include <iostream> using namespace std; void menu() { int choice = 0; cout << "\n[1] Solve a Linear System\n"; cout < < "[2] Quit\n\n"; cout << "Enter choice (1-2): "; cin >> choice; switch ( choice ) { case 1: cout << "not available yet\n"; break; case 2: cout << "not available yet, sorry\n"; break; default: cout < < "\nPlease select either choice 1 or 2.\n"; menu(); } } </pre> ____________________________________________ <p> It saves me hours when I try to fix my code up and its just so simple it doesen't even ask any questions (though I could customize the feature) and it will format anything you throw at it, regardless of its crazy formatting perfectly. my class requires that my code be formatted very well and its saved me a LOT of time. <p> Bottomline, will KDEvelop 3 have such an amazing feature? I have only tried 2.1.5. If it doesen't than I guess I will be sticking with BCX Personal (which is free and not a trial, but you can't make commercial software with it). <p> If it does, tahn I will most likely use KDEvelop 3.

To see what I mean. (Sorry) - Alex - 2003-11-29

For some reason the first messy code snap and the second clean one look the same unless you click view in which you can see the difference. So click the "view" link right next to reply to see the difference.

Re: KDEvelop vs BorlandC++BuilderX - anonymous - 2003-11-29

Emacs has done that since ages. There are Unix filters that do the same thing.

Cool! - Alex - 2003-11-29

But I don't like Emacs as muchas a IDE like KDEVELOP or BCX. Does KDEvelop 3 have that? The feature is awesome and if the unix implementation as you say there are has this than that is really really great =) Now I am much more productive thanks to it, no more spacing just right , all I need to do is code than when i feel its getting too sloppy just "format all" and instantly everything looks great =)

Re: Cool! - anonymous - 2003-11-29

I don't know about KDevelop but Emacs helps you format your code *as you work*. This is much better than coding ugly and then reformatting later although it lets you do that too.

Re: Cool! - Mikkel - 2003-11-30

Check out AStyle (http://astyle.sf.net), it worked wonders with my assignment the other day, where I was jumping between different editors on different platforms, and every single one had its own idea of how to autoformat...

Re: Cool! - Apollo Creed - 2003-11-30

Latest KDevelop has this feature. Tools->Reformat source. Very useful when you remove outer loops and things like that.

Re: Cool! - Jhon - 2006-04-18

You look like girls!if you know programing(not a magazine tutorial) it would be enought with vim!

Re: KDEvelop vs BorlandC++BuilderX - Leonscape - 2003-11-30

Yes Kdevelop does have this feature. its under the tools menu. Along with lots of other useful stuff. You can apply it to just selected text too. The code style stuff is excellent and allows you to format the code how you like. I use it a lot, I contribute code to a project that uses a style very different from what I like. So I write the way I want to with code styled the way I like it, change a few options and reformat the code and commit it, and change it right back.

Very cool! - Alex - 2003-11-30

That's exactly what I wanted, another question, since somebody said that emacs has a mode which autoformats as you write, does Kdevelop have this too?

Re: Very cool! - Leonscape - 2003-11-30

There is the automatic indentation. But I don't think I've tried that yet. One little correction the source formatter is under the edit menu :) The difference between two and three is huge. Its a seriously impressive piece of kit. Better than and other IDE I've used.

Rosegarden - gerd - 2003-12-01

Rosegarden looks nice, it atergets the professional market. However I prefer home user tools like musicbox.