|
| This Week... |
|
KNode rewrites article viewer. KViewShell adds basic printing support. Juk adds a cover manager. KDE4 porting continues apace.
|
George Staikos announced the release of Kst 1.1.0:
|
TORONTO, Canada - May 20, 2005 - Staikos Computing Services Inc. and The Kst development team today announced the immediate availability of Kst 1.1.0, a real-time data viewing and plotting tool with basic data analysis functionality. Kst 1.1.0 consists of a KDE based application and a set of data analysis and manipulation plugins. Kst ships complete with documentation, and is translated to over 25 languages.
Kst, including all its plugins and documentation, is available for free under Open Source licenses. Kst can be obtained in source and numerous binary formats from http://download.kde.org/stable/apps/KDE3.x/scientific/.
Release Highlights- New data file reader: NetCDF
- Numerous new plugins
- Various performance enhancements
- Additional configuration options for ASCII files
- Enhanced time support
- Additional documentation
- More verbose error reporting
- Various additional UI features
- Tighter KDE integration
- General bugfixes and smaller improvements
Installing Kst 1.1.0
Packaging Policies. Kst is distributed by the developers in source form only. Several individuals have provided third party binary packages for various Linux and UNIX operating systems and KDE combinations. These packages are available for free download from KDE's download servers at http://download.kde.org/stable/apps/KDE3.x/scientific/. These packages are provided for your convenience only, and are not supported by the Kst developers.
Source Code
The complete source code for Kst 1.1.0 may be freely downloaded. Instructions on compiling and installing Kst 1.1.0 are available from the Kst homepage at http://kst.kde.org/.
|
|
|
| Statistics |
|
Commits: |
3018
by 217
developers, 67147
lines modified, 8696
new files. |
|
Open Bugs:
|
8988
|
|
Open Wishes:
|
8402
|
|
Bugs Opened:
|
321 in the last 7 days. |
|
Bugs Closed:
|
325 in the last 7 days. |
|
|
Commit Summary |
|
Module
|
Commits
|
|
kde-i18n |
|
|
work |
|
|
www |
|
|
extragear |
|
|
kdenonbeta |
|
|
kdepim |
|
|
kdelibs |
|
|
kdebase |
|
|
playground |
|
|
kdenetwork |
|
|
|
Lines
|
Developer
|
Commits
|
|
|
Stephan Kulow
|
|
|
|
David Faure
|
|
|
|
Maks Orlovich
|
|
|
|
Nicolas Goutte
|
|
|
|
Mickael Marchand
|
|
|
|
Christoph Cullmann
|
|
|
|
Rob Buis
|
|
|
|
Federico Zenith
|
|
|
|
Luboš Luňák
|
|
|
|
Nikolas Zimmermann
|
|
|
|
|
Internationalisation (i18n) Status
|
|
|
Bug Killers |
|
Bug Killer
|
Number Of Bugs Closed
|
|
Volker Krause
|
|
|
Olivier Goffart
|
|
|
Thiago Macieira
|
|
|
Matt Rogers
|
|
|
Alexandre Pereira de Oliveira
|
|
|
Michael Brade
|
|
|
Jason vanRijn Kasper
|
|
|
Tommi Tervo
|
|
|
Nicolas Goutte
|
|
|
Stephan Binner
|
|
|
|
|
| Contents |
|
|
Bug Fixes |
Features |
Optimise |
Security |
Other |
|
Accessibility |
|
|
|
|
|
|
Development Tools |
|
|
|
|
|
|
Educational |
|
|
|
|
|
|
Graphics |
|
|
|
|
|
|
KDE-Base |
|
|
|
|
|
|
KDE-PIM |
|
|
|
|
|
|
Office |
|
|
|
|
|
|
Konqueror |
|
|
|
|
|
|
Multimedia |
|
|
|
|
|
|
Networking Tools |
|
|
|
|
|
|
User Interface |
|
|
|
|
|
|
Utilities |
|
|
|
|
|
|
Games |
|
|
|
|
|
|
Other |
|
|
|
|
|
|
There are 205 selections this week.
|
|
Bug Fixes |
|
|
|
|
|
|
|
|
|
|
|
|
|
Luboš Luňák committed a change to /trunk/extragear/graphics/gwenview:
|
Gwenview and Showimg have both their own checks for KIPI, but both use HAVE_KIPI, and Gwenview defaults to KIPI support disabled -> prefix the Gwenview variables to make them different. BUG: 105507 |
|
|
|
|
|
|
|
|
Nicolas Goutte committed a change to /trunk/KDE/kdebase/kioslave/thumbnailopop:
|
Give a mime type list to the image thumbnail creator (Not all files with mime type image/* are QImageIO-compatible and may want another thumbnail creator.) Triggered by bug #50200, even if it does not fix that bug. CCBUG:50200 |
|
|
|
|
|
|
|
|
|
|
|
|
Nicolas Goutte committed a change to /trunk/KDE/kdebase/kioslave/thumbnail:
|
Looking closer in kdegraphics/kfile-plugins/ps, I found there is already a thumbnail creator for EPS file (which is much smarter). CCBUG:50200 (So the problem of bug #50200 was really that the image creator felt resonsible for all image/* mime types.) |
|
|
|
|
|
|
KDE-Base |
|
Waldo Bastian committed a change to /trunk/KDE/kdelibs/kio/kio:
|
Don't identify services by service name when determining service preferences The name of a service may not always be unique, the storageId is. BUG: 87120 |
|
|
|
|
|
|
|
|
Kurt Hindenburg committed a change to /trunk/KDE/kdebase/konsole/konsole:
|
Add ESC code to change tab text color. Since t has to do with window manipulation (according to xterm control seq), I decided to use it with 28. This doesn't do anything according to the specs as far as I can tell.
change tab text color : \e[28;t color: 0-16,777,215
CCBUG: 80725 |
|
|
|
|
|
|
|
|
|
|
Michael Brade committed a change to /trunk/KDE/kdelibs/kio/kio/kdirlister.cpp:
|
The evening begins quite well -- that was easy to fix, though a bit embarrassing :-\ My redirection code wasn't perfect.. ehm, complete, I forgot about 2 important lines.
What happened is this: When pressing up while being in an archive we end up in e.g. tar:/home/michael, which redirects to file:///home/michael. The item is in the cache already, but in this case I forgot to insert the listers and holders with the new url back into the KDirListerCache. Sorry...
Many thanks for all the reports! Much appreciated.
BUG: 103795, 105827, 104973 |
|
|
|
|
|
|
|
|
|
|
|
|
Gábor Lehel committed a change to /trunk/KDE/kdebase:
|
Hooray, my first commit! (well, asides from detypoing my email in the accounts...) hopefully I'll not break anything... Restored the option to have the menubar panel transparent, in the advanced options dialog (was previously removed due to possible color conflicts between the menubar and desktop background). reviewed by aseigo.
CCBUG: 62492 GUI: |
|
|
|
|
|
|
|
|
|
|
|