MW

Tag release - page 3

Recent Posts

KDevelop 4.2 Available (January 27, 2011)

Hey all!

I wanted to quickly notify you all about the availability of KDevelop 4.2.0 final, you can download it here: http://download.kde.org/download.php?url=stable/kdevelop/4.2.0/src/ . Most people should be fine with waiting for updated packages from their distributor though.

This is a feature release with lots of shiny improvements and fixes. And - which is why I announce it now - it is required for users of the new KDE 4.6. So if you happen to use that, make sure you update to KDevelop 4.2 as well. Stay tuned for a full blown release announcement on the Dot soon. If you are interested in the changes now, take a look at this, this, and that. Thanks to all contributors who made this release possible, especially I would like to emphasize the contributions by new people - welcome!

continue reading...

KDevelop 4.1.1 released (January 20, 2011)

Good news everyone!

I’m happy to announce the immediate availability of KDevelop 4.1.1, a pure bug fix release. Every user is urged to upgrade to this new and improved version.

You can download the sources from one of the mirros. Though most users should get this update via a distribution package update.

Changelog for KDevelop 4.1.1

    ChangeLog for kdevplatform v1.1.1
    =================================
     
    * Milian Wolff: set version to 1.1.1
    * Aleix Pol: Make the build tool responsible for renaming the items when rename is triggered (it was already being done, but twice in abstractfilemanagerplugin).
    * Dmitry Risenberg: Fix line numbers in annotation bar for git. BUG:255599
    * Pino Toscano: i18n: do not extract messages from sources in 'tests' subdirectories
    * Nicolás Alvarez: Minor changes to apidox.
    * Aleix Pol: When removing a file or directory, check if it has git versioned stuff. In that case ask Git to remove it, otherwise trash it.
    * Nicolás Alvarez: Fix comment typos in iplugin.h.
    * ben2367: Correct FileManager contextMenu
    * Nicolás Alvarez: Add i18n comments to strings in codeutils plugin.
    * Nicolás Alvarez: DumpChain: code cleanup.
    * Milian Wolff: fix: don't crash when changing shortcuts without having an active document
    * Milian Wolff: set a proper minimum width when initializing the launch config dialog
    * Milian Wolff: make sure all projects are readable in launch config dialog
    * Milian Wolff: initialize CodeHighlightingColors after we initialized the required member vars, add test to run valgrind easily
    * Lambert CLARA: Fix lib APU find in FindSubversionLibrary.cmake
    * Milian Wolff: preserve remote parts of url of active document for 'open file' dialog
    * Aleix Pol: Copy the current directory instead of doing silly references.
    * Milian Wolff: add some icons in the launch config dialog
    * Milian Wolff: fix resize-to-column width algorithm and make launch config dialog have a sane size by default
    * Milian Wolff: disable target combobox when using custom executable
    * Milian Wolff: try to fix crash in KDevelop::ConfigurableHighlightingColors::getAttribute
    * Milian Wolff: fix up delegate deletion, prevents crash in generic manager test cases (was deleted but the static var in the getter function was not reset)
    * Milian Wolff: backport from master: only append subdirs to actual parent list jobs, fixes random crashes
    * Nicolás Alvarez: Add 'build' to .gitignore.
    * Milian Wolff: make project url canonical before inserting into m_currentlyOpening
    * Milian Wolff: don't leak temporary files
    ChangeLog for kdevelop v4.1.1
    =============================
     
    * Milian Wolff: set version to 4.1.1
    * Pino Toscano: i18n: do not extract messages from sources in 'tests' subdirectories
    * Burkhard Lück: fix wrong usage of translation context in ui file messages to make the translated strings visible either use <string comment="bar">foo</string> or <string extracomment="@info">foo</string>
    * Milian Wolff: backport from master: when using parallel builds, make install with kdesudo uses a command string like: kdesudo -t -c make -j4 install
    * Nicolás Alvarez: Cleanup and typo fixes in code comments.
    * Nicolás Alvarez: Use qSwap instead of custom "tmp=a; a=b; b=tmp;" code.
    * Milian Wolff: fix: make sure we compare directores without slashes as KDevelop API's urls have slashes while QDir::entryInfoList will never have slashes
    * Aleix Pol: Provide support for break in foreach command.
    * Aleix Pol: comment for performance issues.
    * Aleix Pol: Added support for CMAKE_CURRENT_LIST_DIR variable.
    * Aleix Pol: When looking for cmake modules, look for the directories without lowercases. It should work too.
    * Milian Wolff: don't try to get namespace for dot and dotdot, prevents pesty warning:
    * Milian Wolff: fix: prevent crash, don't try to access duchainpointer blindly
    * Milian Wolff: fix: unbreak 'Force Tabs' in astyle formatter settings
    * Milian Wolff: fix: make sure to apply negative BlockBreakAll option
    * Milian Wolff: never switch to the implementation of a signal (i.e. the .moc file), instead use fallback and switch to .cpp
    * Milian Wolff: backport from master: disable DEBUG_UI_LOCKUP by default, if desired enabled it via cmake (BUILD_uiblocktester option)
    ChangeLog for php v1.1.1
    ========================
     
    * Milian Wolff: set version to 1.1.1
    * Milian Wolff: fix: remove obsolete mention of application/x-gzip in supported mimetype list

continue reading...

KDevelop 4.2 RC1 released (January 15, 2011)

Good news everyone, part 2 for today:

I’m happy to announce the immediate availability of KDevelop 4.2 RC1. This is a pure bug fix release over the last beta in the 4.2 branch. Anyone using the 4.2 branch is urged to upgrade to this new version as soon as possible. Furthermore any new testers are welcome and feedback appreciated. Report it on the bugtracker on bugs.kde.org. Keep in mind that if you are using KDE 4.6 or higher, you need this release, as 4.1 only works up to KDE 4.5. If all goes according to plan, there will be another RC soon and a final release together with KDE 4.6.

Download

You can grab the source tarballs at the usual location: http://download.kde.org/download.php?url=unstable/kdevelop/4.1.90/src/

Packagers will hopefully update the testing repositories of their distribution.

Changelog

    ChangeLog for KDevPlatform v1.1.90
    =============================
    * Milian Wolff: fix compilation for some compilers
    * David Nolden: backport from master: Don't care about navigation tooltips when a context-browser view is visible, the view will handle this alone
    * David Nolden: backport from master: regression fixes to context browser plugin refactor
    * David Nolden: backport from master: Clear the file-modification cache instantly when the user has saved the file in the editor.
    * David Nolden: backport from master: Don't completely ignore the retrieved top-context if it is still flagged to require an update. Instead, simply show a warning message on the status bar. (TODO: Find out why the update flag is not correct)
    * David Nolden: backport from master: Exclude the "." when extracting the extension
    * David Nolden: backport from master:
    * Nicolás Alvarez: Move qHash of {Cursor,Range}InRevision into the KDevelop NS too.
    * Nicolás Alvarez: Move qHash overload for SimpleRange and SimpleCursor into the KDevelop NS.
    * Milian Wolff: make sure we generate colors in the ctor (undelayed)
    * Milian Wolff: Introduce a fallback cache based on the file extension for LanguageController::languagesForUrl
    * Milian Wolff: use full canonical file path for urls in duchainify, required for isLocalFile checks to succeed
    * Milian Wolff: append _STATIC to macros in appendedlist_static.h to prevent clash with appendedlist.h, should fix compilation in KDE4_ENABLE_FINAL=ON mode
    * Dmitry Risenberg: Do not mess with other active working sets when calling for a review. BUG: 260663
    * Milian Wolff: properly emitResult when internal SVN job failed, prevents indefinite wait in isVersionControlled on invalid URLS
    * Nicolás Alvarez: Simplify code in DUContextDynamicData assertion.
    ChangeLog for KDevelop v4.1.90
    ==============================
     
    * Dmitry Risenberg: Fix duplicate brackets insertion when executing completion for a function.
    * Nicolás Alvarez: CMakeDUChainTest: store ranges in QSet instead of std::set.
    * Milian Wolff: minor: fix style/indentation
    * Floris Ruijter: fixes the cmakeduchaintest: a list of uses is checked too see if they're all there, that's a set operation, the test failed, because the lists where in the `wrong' order
    * Floris Ruijter: this test contains a c++ error, it isn't too bad(the test passes with it), but it's probably not meant
    * Floris Ruijter: Fix token-names for GeneratorTest
    * Aleix Pol: Don't look for kdevelop in gitorious anymore.
    * Nicolás Alvarez: Ignore the 'build' directory.
    * Aleix Pol: Don't add to the tree unexisting directories.
    ChangeLog for KDevelop PHP v1.1.90
    ========================
     
    * Milian Wolff: Allow null as type for class constants.

continue reading...

KDevelop 4.1.2 released (January 14, 2011)

Good news everyone, part 1 for today:

I’m happy to announce the immediate availability of KDevelop 4.1.2, a pure bug fix release without new features. Anyone using the 4.1 branch is urged to upgrade to this new version as soon as possible. Keep in mind that if you are using KDE 4.6 or higher, you need the 4.2 branch. This release works fine with KDE 4.4 or 4.5 though.

Note: This is - probably - the last release in this branch. We are now concentrating on 4.2 and what will become 4.3 eventually.

Download

You can grab the source tarballs at the usual location: http://download.kde.org/download.php?url=stable/kdevelop/4.1.2/src/

Packagers will hopefully update the distributions, hence most people should get this release automatically via a software update.

Changelog

    ChangeLog for KDevPlatform v1.1.2
    =================================
     
    * Milian Wolff: make sure we generate colors in the ctor (undelayed)
    * Milian Wolff: properly emitResult when internal SVN job failed, prevents indefinite wait in isVersionControlled on invalid URLS
    * Nicolás Alvarez: Simplify code in DUContextDynamicData assertion.
    * Milian Wolff: make sure we don't think a project is still being opened when it's import was canceled
    * Dmitry Risenberg: Check for unloaded version control plugin in ProjectPrivate.
    * Nicolás Alvarez: DumpChain: avoid double quotes around indentation in debug messages.
    * Milian Wolff: hide non-project kcms from project config (e.g. php documentation)
    * Milian Wolff: backport from 1.2: safely iterate over job list where kill can delete child jobs
    * Andreas Pakulat: Fix link-interface
    * Milian Wolff: initialize even more static data in a controlled way to prevent random crashes
    * Milian Wolff: also init repository for modification revision sets properly
    * Milian Wolff: move initialization of static DUChain data to DUChain::initialize()
    * Andreas Pakulat: Declare the new function
    * Andreas Pakulat: Extract duchain-item-repo initialization into a separate function.
    * Andreas Pakulat: Fix a crash when loading a project, by initializing static data
    * Aleix Pol: When working with directories, use the actual directory to get the cwd instead of the parent.
    * Milian Wolff: show prefix, postfix and arguments in snippets tree view
    * Milian Wolff: use Disabled palette also for snippets in disabled repositoreis
    * Nicolás Alvarez: Fix comment typo.
    * Milian Wolff: sort actions by name in 'Add Tool View' context menu
    ChangeLog for KDevelop v4.1.2
    =============================
     
    * Nicolás Alvarez: Fix build error.
    * Milian Wolff: set version to 4.1.2 in preparation of KDevelop 4.2 release
    * Aleix Pol: Applied Valentyn Pavliuchenko patch to fix GLOB_RECURSIVE behaviour.
    * Milian Wolff: fix entry list being empty for some Qt versions
    * Milian Wolff: don't try to non-text/plain cmake files (e.g. due to problematic include)
    * Aleix Pol: Support as variables, variables that end with a number. This small problem made macro_optional_find_package not to work, have to be careful about that.
    * Aleix Pol: Properly reload when a CMakeLists.txt file has been deleted from the FS. If the CMakeLists.txt wasn't found, cleanup the directory.
    * Aleix Pol: Also watch non-cmake directory changes.
    * Aleix Pol: Properly store the cached variables doc string.
    * Aleix Pol: Small coding style change.
    * Aleix Pol: When checking if a directory exists, check that it's not a root's parent. CMake returns false in that case.
    * Milian Wolff: backport from master: optimize: remove existing entries from the list and don't call potentially slow hasFileOrfolder over and over again on them
    * Milian Wolff: optimize: don't protect static getter with mutex, instead set it up in a controlled fashion
    * Aleix Pol: Properly add relative globs. BUG: 259099 CCBUG: 259135
    * Aleix Pol: Backport from master. Don't add unused stuff in the cmake project tree.
    * Aleix Pol: Add support for CMAKE_MATCH_* variable.
    * Aleix Pol: Remove useless code.
    * Aleix Pol: Add support for VERSION_* commands.
    ChangeLog for KDevelop PHP v1.1.2
    ========================
     
    * Milian Wolff: Allow null as type for class constants.

continue reading...

Massif Visualizer 0.2 released (November 07, 2010)

Hey all!

I’m happy to release Massif Visualizer v0.2. This is mainly a “fix the build-system” release, no new features have been added.

You can download it here: http://kde-apps.org/content/show.php?content=122409

Mac Support

Thanks to the reports by Chris Jones it’s now possible to build and use Massif Visualizer on Max OS X, see e.g.:

http://www.hep.phy.cam.ac.uk/~jonesc/massif-visualizer-OSX-1.png
http://www.hep.phy.cam.ac.uk/~jonesc/massif-visualizer-OSX-2.png

He has also submitted the portsfile for inclusion in Macports: https://trac.macports.org/ticket/27168

KGraphViewer now optional

I’ve made the KGraphViewer dependency optional, if anyone does not want it (even though this removes like 50% of the tools features).

KDE Infrastructure

I’ve also prepared the steps for moving Massif-Visualizer into KDE Extragear and asked kde-devel for review. I already use the KDE infrastructure now:

Website:

<https://projects.kde.org/projects/playground/sdk/massif-visualizer> Git:

continue reading...

Massif Visualizer 0.1 released (November 02, 2010)

Good news everyone!

Since Gaël finally came around to release KGraphViewer 2.1, I can go ahead and do the same for Massif Visualizer!

Download Massif Visualizer 0.1

This is the first release and I would be very happy if more users gave me their feedback. I intend to move to git.kde.org soon in order to leverage the KDE infrastructure (mostly translations, bug tracker, releases)… This also means: There are no translations yet! I also intend to update my OBS repository to provide packages for the first release.

Stay tuned for updates.

continue reading...

KDevelop 4.1 RC1 released (October 13, 2010)

Hello everyone!

I’m happy to announce the immediate availability of KDevelop 4.1 RC 1. This is a testing release, and any feedback is greatly appreciated. Please send us your feedback either via one of our mailing lists, #kdevelop on freenode or put general bugs and wish request as always to http://bugs.kde.org. We are quite confident that this release is ready for every-day use, and if nothing unplanned happens, we are going to release KDevelop 4.1 in about two weeks.

Download

KDevplatform 1.0.90

<http://download.kde.org/download.php?url=unstable/kdevelop/4.0.90/src/kdevplatform-1.0.90.tar.bz2>
MD5 Sum: `c652788d44ec4b4b09bc2d26f2ae2068`
SHA1 Sum: `e6a87146f69c4149ee669de21dc171020285f17a` KDevelop 4.0.90

<http://download.kde.org/download.php?url=unstable/kdevelop/4.0.90/src/kdevelop-4.0.90.tar.bz2>
MD5 Sum: `2d0028a60a0beecb0e3f6e442f2e7be3`
SHA1 Sum: `72bb75a5dcf3e23165cfc5e00d92229012752fd3` KDevelop PHP 1.0.90

continue reading...

KDevelop 4.1 Beta 3 Released (September 24, 2010)

Good news everyone!

I’m happy to announce the immediate availability of KDevelop 4.1 Beta 3. This is a testing release, any feedback is greatly appreciated. But keep in mind that it might exhibit unexpected behavior and eat your children. Please send us your feedback either via one of our mailing lists, #kdevelop on freenode or put general bugs and wish request as always to http://bugs.kde.org.

Download

KDevplatform 1.0.82

<http://download.kde.org/download.php?url=unstable/kdevelop/4.0.82/src/kdevplatform-1.0.82.tar.bz2>
MD5 Sum: `2adf7d05558d9c0dd1e4e98ccf67b423`
SHA1 Sum: `940a326bdd300fc435e8699d392fb85c6945dc91` KDevelop 4.0.82

<http://download.kde.org/download.php?url=unstable/kdevelop/4.0.82/src/kdevelop-4.0.82.tar.bz2>
MD5 Sum: `192e8ba827bfebd090740b138418f4c6`
SHA1 Sum: `f9ea5ea9b9f07c338426a1f5d42584090bbb590b` KDevelop PHP 1.0.82

<http://download.kde.org/download.php?url=unstable/kdevelop/4.0.82/src/kdevelop-php-1.0.82.tar.bz2>
MD5 Sum: `e25c351d62e70931f0466c831fa16c6f`
SHA1 Sum: `f9ea5ea9b9f07c338426a1f5d42584090bbb590b` KDevelop PHP Docs 1.0.82

continue reading...

KDevelop 4.0.2 and KDevelop 4.1 Beta 1 released (September 24, 2010)

Good news everyone, this time in a double feature!

I’m happy to announce the availability of two new additions to the KDevelop release family:

KDevelop 4.0.2 stable release

Lets begin with the boring part: We have released KDevelop 4.0.2, together with KDevplatform and the PHP plugins. You can find the sources here:

http://download.kde.org/download.php?url=stable/kdevelop/4.0.2/src/

This is a bugfix only release and everyone is urged to upgrade as soon as possible. Users should wait for their distributions to provide packages for them. The tarballs contain changelogs if you are interested what happened since 4.0.1. Or read them online:

continue reading...

KDevelop 4.1 Beta 2 will be omitted, stay tuned for Beta 3 (September 21, 2010)

Hey everyone.

I was on a spontaneous trip last week and missed the Beta 2 release. Apol took over but my instructions where not clear enough and the packages where totally screwed up (the tags pointed to code in master, no the 4.1 branch).

I’m in the process of fixing things up and will create tarballs for Beta 3 and announce it to packagers later today.

Lets hope the actual release for users out there can happen later this week.

Sorry again, bye.

continue reading...