Information
Home Screenshots Announcements In The Press
Files
Downloads Cutting Edge Spread Krusader KDE-Files.org
Documentation
Features Handbook Installation FAQ
Communication
Forum Mailing Lists IRC Developers World Map
Development
Report Bugs Submit a Patch TODO List Translations Help Krusader Make a Donation Project Page
Enjoyment
Valid XHTML 1.1 Valid CSS! Get Krusader at SourceForge.net. Fast, secure and Free Open Source software downloads PHP powered Krusader Forum News RDF Get Firefox! No Software Patents! Against TCPA! Support This Project Spam Poison Codelite
news

News Archive

[2009] [2008] [2007] [2006] [2005] [2004] [2003] [2002] [2001] [2000]

Help Wanted - C++/Qt/KDE Developers wanted

2009-09-25 17:29 posted by | 2 replies
Since the Krusader team has lack of free time to write new code due to many private and professional obligations, we need are looking for new developers to continue the Krusader development.

Skills: C++, Qt, KDE

Source code: http://websvn.kde.org/trunk/extragear/utils/krusader/

About Krusader
Krusader is a simple, easy, powerful, twin-panel file manager (commander-style) for KDE and other *nix desktops (All POSIX, All BSD, Mac OS X with macports.org, and experimental port for Windows).

Please contact Frank Schoolmeesters for more information
http://www.krusader.org/developers.php

Thanks !

http://www.krusader.org/

HTML Handbook translations available for download

2009-08-29 11:29 posted by | 0 replies
Some Krusader-2.0.0 "Mars Pathfinder" handbooks are translated by the KDE translation teams.

So we have created a new download section called documentation-i10n-html at the Sourceforge mirrors.

Currently a Swedish and Ukrainian handbook are available for download.

Thanks to the KDE translation teams !

Krusader 2.0.0-SVN "Rusty Clutch" (development)

2009-08-16 18:49 posted by | 5 replies
The Krusader development version is called Krusader-2.0.0-SVN "Rusty Clutch", the name is a tribute to KDE Extragear since we are under way to the first gear.
If want to try out Krusader-SVN, follow the next instructions to download the source code and compile krusader-SVN.

Krusader-SVN source code download:
[code:1:524c4b7de7]$ svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdesdk/scripts/createtarball

$ ./create_tarball.rb -n -a krusader -v svn`date +%Y%m%d`[/code:1:524c4b7de7]

Jump into the source code directory of Krusader, and compile and install Krusader:
[code:1:524c4b7de7]$ cmake -DCMAKE_INSTALL_PREFIX=/usr/ -DQT_INCLUDES=/usr/share/qt4/include

$ sudo make install[/code:1:524c4b7de7]

Please note that Krusader-SVN is a development version and probably will contain some bugs,
but it allows you to use the brand new features (it contains bug fixes as well) !

Current highlights:

- Lister: a fast text/hex viewer for Krusader [2]
- Lock tabs, close inactive tabs, close duplicated tabs [3]
- File regex in quick search
- Service menu
- Better trash integration

A complete overview of all Changes can be monitored online with the Changelog [4] and SVNNEWS [5] files.

1. http://www.krusader.org/phpBB/viewtopic.php?t=2286
2. http://www.krusader.org/phpBB/viewtopic.php?t=2294
3. http://www.krusader.org/phpBB/viewtopic.php?t=1975
4. http://websvn.kde.org/trunk/extragear/utils/krusader/ChangeLog?view=markup
5. http://websvn.kde.org/trunk/extragear/utils/krusader/SVNNEWS?revision=1003211&view=markup

Krusader goes extragear!

2009-06-24 13:04 posted by | 0 replies
The kdereview period is over and Krusader has finally entered its new home in kde-extragear. Further development takes place in KDE's svn repository, so the SourceForge repository is officially obsolete now. Detailed instructions including how to obtain a copy of translations and documentation will follow soon.

For the impatient, here's the new checkout command:
[code:1:9113a6f0a9]svn co svn://anonsvn.kde.org/home/kde/trunk/extragear/utils/krusader/[/code:1:9113a6f0a9]
Special thanks goes to Fathi Boudra for handling the migration process!

Lister for Krusader

2009-06-22 19:31 posted by | 16 replies
Now Krusader in KDE SVN contains a lister module for viewing the huge files.

Please reinstall Krusader to be able to use Lister's most functionality.

How it works:
- checks whether a text file is bigger than 10 MB (configurable), and if
yes, then Lister is used instead of KDE's default viewer
- the old hex viewer was decomissioned, Krusader calls Lister to view
hex files as well
- lister never loads the whole file into memory, just a little part of
it, and uses caching for faster scrolling
- remote files are downloaded, but during the download, viewing the
downloaded part is possible
- if a file constantly changes, then it can also be viewed, lister will
always see its current state

Please test is, as Lister is huge (>= 2400 lines), so there can be many
bugs in it.

Lister also provides searching (hex, regexp, as well), printing,

Thanks,

Csaba

Krusader moved to kdereview SVN !

2009-05-30 13:18 posted by | 5 replies
Fathi Boudra has moved the Krusader sourcecode to the KDE SVN servers!
http://groups.google.com/group/krusader-devel/browse_thread/thread/6a6a08a9066af7ae

Currently Krusader sourcecode resides in the kdereview repository.
http://websvn.kde.org/trunk/kdereview/krusader/

In the future Krusader will move to extragear.

Packing/unpacking with Queue Manager

2009-05-27 20:04 posted by | 3 replies
Krusader is now able to pack/unpack files with Queue Manager thanks to the new packer architecture. The packers are KIO Jobs running in a separate thread. The main advantage of this new architecture is that parallel packing is no longer a problem, and Krusader won't freeze for seconds when the packers are running.

Sourceforge.net 2009 Community Choice Awards

2009-05-26 11:08 posted by | 0 replies
If you like Krusader you can nominate Krusader.

http://sourceforge.net/community/cca09/nominate/

Name: Krusader
URL: http://sourceforge.net/projects/krusader/
Category: Best Tool or Utility for SysAdmins

For more information about the Sourceforge.net 2009 Community Choice Awards read the next URL.
http://sourceforge.net/community/cca09/

Thanks!

[img:92325db1ae]http://sourceforge.net/images/cca/cca_nominate.png[/img:92325db1ae]

Trash bin support on Krusader SVN

2009-04-20 08:00 posted by | 0 replies
The SVN version of Krusader now supports various trash operations, such as restoring files from trash, deleting files from the trash and emptying the trash bin. See SVNNEWS for more details.

Krusader 2.0.0 handbook available in many formats

2009-04-17 09:00 posted by | 1 reply
Your perfect attendant for long train travels is available for immediate download!
The handbook is available in next formats: DVI, HTML, PDF, PS, TEX, TXT, one single HTML, docbook-xml source.

Krusader 2.0.0 "Mars Pathfinder" released! Release

2009-04-11 20:09 posted by | 15 replies
The Krew is proud to present the first stable KDE4 release of your favourite
file manager! The development process was all about porting, all dependencies to the Qt3 support libs have been removed. This is the first stable that comes with experimental support for the Windows platform. Who thought that day will ever come?

Even though this release contains quite a bunch of new features our main focus was to create a KDE4 version that is ready for everyday use. Overall the release is very usable but might contain bugs that haven't been present in prior versions. Please provide us bug reports, feedback and patches to make it as solid as the KDE3 version. Many thanks to everyone who supported us in the porting process!

Highlights:

  • Archive dialog now remembers Compression level
  • View properties for detailed/brief/interviews are merged into one
  • Bugfixes
  • I18n updates
Changes since 2.0.0-beta2 (but not limited to):
  • A first version of the long awaited queue manager
  • Five different sorting methods
  • Highlight quick search match
  • Possibility to select a predefined mouse selection mode and change a detail
  • Fine tuning in the Useractions
  • Many many bugfixes
Changes since 2.0.0-beta1 (but not limited to):
  • Ported to KDE4 not using any of the Qt3 support libs
  • Experimental support for the Windows platform
  • Send emails with Thunderbird
  • Attach multiple files to emails
  • Submenus for categories in UserAction menu and context menu
  • Select encoding in content search and krarc
  • New synchronizer shortcuts
  • Complete list of changes and enhancements is in the ChangeLog...

New views in SVN

2009-03-03 07:11 posted by | 10 replies
The old Krusader views (detailed+brief) had many problems because of the obsolete dependent libraries, so we decided to rewrite them.
It's now finished, 2 new views are added to Krusader (experimental views) which are expected to replace the old ones after releasling 2.0.

1 new feature was also added: the new brief view can now be sorted by name, extension, size, date

Krusader Mac port with macports.org

2009-01-06 22:59 posted by | 3 replies
macports.org is used now for the Krusader Mac port. A Portfile is now provided for Krusader-2.0.0-beta2. For more instructions read the next tread on krusader-devel.

Please send us your translations for Krusader-2.0.0

2009-01-05 11:34 posted by | 0 replies
With the release of Krusader-2.0.0-beta2 we have entered a string and feature freeze.
Please send in your translations so that they come available in the Krusader-2.0.0 stable release. Thanks!

More information can be found on the krusader-i18n mailinglist
btw. the Bosnian and Japanese language aren't updated anymore for quite a while

Historical first Windows binary for Krusader ever!

2009-01-02 15:22 posted by | 5 replies
The first Windows binary krusader-2.0.0-beta2-windows-kde412.zip for Krusader ever is available for download !

This Krusader Windows version is not yet as powerful as the *nix version,
some KDE functionality that Krusader uses doesn't work yet on Windows and
some Krusader functions needs to be modified as well.
But all basic filemanagment functions does work!

This release is a beta release and can not be considered as stable.
Please send us feedback so that we can improve this Windows port of Krusader, Thanks!

[2009] [2008] [2007] [2006] [2005] [2004] [2003] [2002] [2001] [2000]