Slashdot Mirror


KDE 3.2 Alpha 1 Finally on FTP

An anonymous reader cut-and-pastes from the announcement: "Stephan Kulow finally managed to get the last bits of the KDE 3.2 Alpha 1 codenamed 'Brokenboring' including KDevelop 3.0 Alpha 6 on the ftp server (the mirrors should soon pick it up). There won't be any binary packages for this release because the KDE 'P(a)i' release is coming out soon. Everyone using it is asked to compile it with --enable-debug, so we can get valuable feedback. There is a new unstable version of Konstruct to install it."

5 of 285 comments (clear)

  1. Re:Screen shots by !the!bad!fish! · · Score: 5, Informative
    Here, that wasn't very difficult you know.

    --
    Kids today are tyrants. They contradict their parent, gobble their food, and tyrannize their teachers. - Socrates 400 BC
  2. Re:Good for technically uninclined. by Vexalith · · Score: 4, Informative

    Quite the opposite opinion here. KDE is great for those who like to fiddle with settings, but I'm seeing here another release with yet more options to fiddle.

    I like the ability to customise, but it has to be said some of the menus in konqueror and konsole and various other core parts of KDE are a bit messy at the moment. I see they're working to improve the situation in konqueror's file management mode but I still think a lot more could be done.

    A lot of the options in kcontrol could be better grouped and so be more intuitive and obvious, without removing things completely. If the devs could do this, then I'd might switch, since for me KDE now looks good (with Plastik, hopefully the default in KDE4) and is much faster than it used to be.

  3. Re:KDE's connection to SCO. by RPoet · · Score: 4, Informative

    KDE is made by Trolltech, a Canopy Group company.

    KDE is not made by Trolltech, but by a network of around 200 regular contributing individuals around the world. Two or three of these work on Qt for Trolltech, and contribute to KDE in their spare times.

    (Yes, I've been trolled, so what)

    --
    "Oppression and harassment is a small price to pay to live in the land of the free." -- Montgomery Burns.
  4. Not true by Anonymous Coward · · Score: 5, Informative

    Matthias Ettrich and Warwick Allison (just to name a couple of KDE developers) were open source KDE developers first and only after their great acheivements in KDE were they hired by TrollTech. The same is true for most of their other employees - they cut their teeth on the open source KDE platform first. The original KDE team was pretty indifferent to licensing issues and they only cared about using the best written GUI software platform available at the time, namely Qt.

    TrollTech is not the self-serving evil company you make it out to be. They actually care about writing quality code - and it shows in their products.

    And no, I'm not a TrollTech employee. I've just used their software in the past commercially and was very impressed by it.

  5. Re:KDE most impressive open source project - ever by JimDabell · · Score: 4, Informative

    Yes, in case people aren't aware, KDE, like most projects that use the Qt toolkit, rely on a preprocessor to do a little of the work. Specifically, the C++ language is extended slightly to cover the concept of slots and signals, which is a very expressive way of coding up a GUI application.