diff --git a/.arcconfig b/.arcconfig new file mode 100644 index 0000000..c9267b7 --- /dev/null +++ b/.arcconfig @@ -0,0 +1,4 @@ +{ + "phabricator.uri" : "https://phabricator.kde.org/project/profile/79/" +} + diff --git a/about/index.html b/about/index.html index 2dbd6ee..a0e31c7 100644 --- a/about/index.html +++ b/about/index.html @@ -1,88 +1,86 @@ Krusader - Twin panel file management for your desktop - +

About this website

This website was developed by Dirk Eschler and put into the hands of the Krusader Krew. Rights are reserved unless otherwise stated.

diff --git a/documentation/index.html b/documentation/index.html index 9407347..ad350ec 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -1,79 +1,77 @@ Krusader - Twin panel file management for your desktop - +

The Krusader Handbook

Krusader has a detailed documentation handbook. The documentation team also provides a weekly build of the handbook in PDF format.

Related links: Docs.kde.org
diff --git a/get-involved/contributors/index.html b/get-involved/contributors/index.html index bf1e250..9749636 100644 --- a/get-involved/contributors/index.html +++ b/get-involved/contributors/index.html @@ -1,130 +1,128 @@ Krusader - Twin panel file management for your desktop - +

Developed by a 
dedicated team of individuals

  • Yuri Chornoivan (Documentation)
  • Davide Gianforte (Developer)
  • Toni Asensi Esteve (Developer)
  • Martin Kostolný (Developer)
  • -
  • Alexander Bikadorov (Developer & Temporary Webmaster)
  • -
  • Nikita Melnichenko (Developer)
  • +
  • Alexander Bikadorov (Developer & Webmaster)
  • +
  • Nikita Melnichenko (Developer & Webmaster)

Give credit where credit is due. To our former members

  • Shie Erlich (Author)
  • Rafi Yanai (Author)
  • Dirk Eschler (Webmaster & Retired i18n coordinator)
  • Richard Holt (Documentation & Proofing)
  • Heiner Eichmann (Developer)
  • Frank Schoolmeesters (Documentation & Marketing Coordinator)
  • Csaba Karai (Developer)
  • Jonas Bähr (Developer)
  • Matej Urbančič (Marketing & Product Research)
  • Václav Jůza (Developer)
  • Simon Persson (Developer)
  • Jan Lepper (Developer)

We would like to thank

Shie Erlich thanks

  • My wife Dani, for TLC, great food and mostly, for being a believer.
  • Csaba, Heiner, Frank, Dirk and Jonas for sharing the load, and Rafi for the good old Kleopatra days. ;)
diff --git a/get-involved/index.html b/get-involved/index.html index 75b4911..32a6257 100644 --- a/get-involved/index.html +++ b/get-involved/index.html @@ -1,125 +1,123 @@ Krusader - Get Involved - +

Participate 
in Krusader development

Check out our developer site on Phabricator where all development is taking place (you can log in with a KDE Identity account).

You can fetch the source from the KDE Git repository.

Checkout (Anonymous)

$ git clone git://anongit.kde.org/krusader
 

Checkout (Developer)

$ git clone git@git.kde.org:krusader.git
 

Note: Refer to the GitKdeOrgManual for details.

Installation

$ cd krusader
 $ mkdir -v build && cd build
 $ cmake -DCMAKE_INSTALL_PREFIX=/usr/ ..
 $ make
 # At the beginning of the following command: `sudo` must be added if Kubuntu, Ubuntu, Debian, or similar is being used.
 $ su -c "make install"
 

Note: For the advanced and latest installation instructions please refer to the INSTALL file in the Krusader sources.

Note: On a multi cpu/core system you might want to speed up the compile process by increasing the number of jobs (e.g. "make -j4").

Localization

Due to the layout of KDE's repository, translations aren't part of the checkout. There is a list of translation files in the 10n.kde.org Krusader page. In that list anyone can look for his desired translation file, hover the mouse cursor over its link, see its tooltip to look up the appropriate language code (which is shown between parentheses, e.g. if on the tooltip it's seen "German (de)" that means that the language code is: de), click on the link (in order to download the proper krusader.po file), and execute:

$ msgfmt krusader.po -o krusader.mo
 # At the beginning of the following command: `sudo` must be added if Kubuntu, Ubuntu, Debian, or similar is being used.                    
 # Replace <XX> with the previously found language code (e.g. de for German). 
 $ su -c "cp krusader.mo /usr/share/locale/<XX>/LC_MESSAGES/"
 

Building a git snapshot with translations

In order to build a snapshot which includes translations KDE's releaseme script can be used. Here is how it works:

$ git clone git://anongit.kde.org/releaseme
 $ releaseme/tarme.rb --version git`date +%Y%m%d` --origin trunk krusader
 

Note: You need to have ruby installed to run the script.

The script will create a tarball in the same directory which can be installed as usual:

$ tar xjvf krusader-git`date +%Y%m%d`.tar.bz2
 $ cd krusader-git`date +%Y%m%d`
 $ cmake -DCMAKE_INSTALL_PREFIX=/usr/
 $ make
 $ su -c "make install"
diff --git a/get-involved/mailing-lists/index.html b/get-involved/mailing-lists/index.html index a4b72b9..9447c81 100644 --- a/get-involved/mailing-lists/index.html +++ b/get-involved/mailing-lists/index.html @@ -1,123 +1,121 @@ Krusader - Get Involved - +

This Project 
runs a few mailing lists

The mailing lists are the project's main source to get in touch with both developers and users.

Google Groups

  • Main development mailing list.
    browse | subscribe

  • List for usage related questions.
    browse | subscribe

  • Very low volume list, used for announcements of new versions or critical bugfixes.
    browse | subscribe

KDE Mailing Lists

  • New releases of KDE applications, including Krusader, are announced here.
    browse | subscribe

  • The commitfilter can be used to define Krusader related filters to receive commit messages.

diff --git a/get-krusader/index.html b/get-krusader/index.html index 955f997..00beea9 100644 --- a/get-krusader/index.html +++ b/get-krusader/index.html @@ -1,160 +1,156 @@ Krusader - Twin panel file management for your desktop - +

Get your copy 
of the Krusader file manager

Looking for a quick source download? Krusader comes in different flavors:

The latest stable version of Krusader.
Mature, and safe for everyday use. Made for KDE5 / KFramework 5

-

This version is a (possibly) unstable and older build of Krusader. Usable with KDE Plasma 4. -
Supplied for older systems.

+

This version is a (possibly) unstable but may include new features
and bug fixes that haven't been released yet.

Chances are good, that Krusader is already part of your distribution and can be installed without major effort. In a perfect world Krusader is only one command away ...

Debian

# apt-get install krusader
 

Note:This is supposed to work on any Debian based system like Ubuntu or Mepis as well as other apt-get aware distributions such as ALT Linux.

Related links: Packages.debian.org, Packages.ubuntu.com

Gentoo

# emerge krusader
 

Note:Refer to the official Gentoo Handbook if you intend to try the testing branch.

Related links: Packages.gentoo.org

Fedora

# dnf install krusader
 

Related links: Fedora package database

Mageia

# urpmi krusader
 

Related links: Mageia wiki

More systems known to include Krusader:
Arch LinuxArcheOSArk LinuxFreeBSDFrugalware LinuxKanotixLunar LinuxROCK LinuxOpenLXopenSUSEKnoppixLinspirePCLinuxOSALT LinuxSource Mage

Extensions

Krusader can be extended with custom add-ons called User Actions. You can find existing extensions and share your own ones in the KDE store. Note that all add-ons there are unofficial, use them with caution.

diff --git a/get-krusader/release-archive/index.html b/get-krusader/release-archive/index.html index cbfd3fd..7dfd455 100644 --- a/get-krusader/release-archive/index.html +++ b/get-krusader/release-archive/index.html @@ -1,147 +1,151 @@ Krusader - Twin panel file management for your desktop - +

Krusader
release archive

An obviously incomplete list of Krusader releases.

See the full changelog here: ChangeLog

+

Krusader 2.7.0 "Peace of Mind"

+

Release date: 2018-May-13 - KDE5 - Release notes | Changelog

+ +

SHA256 checksum: TBD

Krusader 2.6.0 "Stiff Challenges"

Release date: 2017-Apr-12 - KDE5

SHA256 checksum: 7061a43cada6bd7df991ed2e3e5193b1d99144fa426c8331a2b54170b79b3a39

Krusader 2.5.0 "Clear Skies"

Release date: 2016-Oct-22 - KDE5 - Changelog

SHA256 checksum: fb9f4b237378fd5d86d5c0202b9d714f3d8dfe549ba9e7926f6f9de60b5088d7

Krusader 2.4.0-beta3 "Single Step"

Release date: 2012-Oct-21 - KDE4 - Release notes | Changelog

Krusader 2.4.0-beta2 "Giant Steps"

Release date: 2012-Oct-12 - KDE4 - Release notes | Changelog

Krusader 2.4.0-beta1 "Migration"

Release date: 2011-Jun-26 - KDE4 - Release notes | Changelog

Krusader 2.3.0-beta1 "New Horizons"

Release date: 2010-Dec-16 - KDE4

Krusader 2.2.0-beta1 "DeKade"

Release date: 2010-Apr-30 - KDE4

Krusader 2.1.0-beta1 "Rusty Clutch"

Release date: 2009-Oct-31 - KDE4

Krusader 2.0.0 "Mars Pathfinder"

Release date: 2009-Apr-11 - KDE4 - Release notes | Changelog

Krusader 1.90.0 "Power Stone"

Release date: 2008-Mar-15 - KDE3 - Release notes | Changelog

Visit SourceForge for a full archive of Krusader packages including builds for various systems.

diff --git a/index.html b/index.html index 7e636e4..9b1bc76 100644 --- a/index.html +++ b/index.html @@ -1,117 +1,112 @@ Krusader - Twin panel file management for your desktop - +

Twin panel file management
for your desktop

Krusader is an advanced twin panel (commander style) file manager for KDE Plasma and other desktops in the *nix world, similar to Midnight or Total Commander. It provides all the file management features you could possibly want. Plus:

  • Extensive archive handling
  • Mounted filesystem support
  • File transfers with (S)FTP
  • Advanced search module
  • An internal viewer and editor
  • Directory synchronisation
  • File content comparisons
  • Powerful batch renaming
  • And much much more ...

It supports a wide variety of archive formats and can handle other KIO slaves such as smb or fish. It is (almost) completely customizable, very user friendly, fast and looks great on your desktop! You should give it a try.

This piece of software is developed by the Krusader Krew, published under the GNU General Public Licence.

diff --git a/release/2.7.0/changelog.txt b/release/2.7.0/changelog.txt new file mode 100644 index 0000000..a9e7473 --- /dev/null +++ b/release/2.7.0/changelog.txt @@ -0,0 +1,58 @@ +2.7.0 "Peace of Mind" +===================== + + ADDED: Ability to ignore defined directories from results in Search dialog + ADDED: Bookmark quick search (type symbols in bookmark menu to activate) + ADDED: Cache calculated directory sizes (last 1000 entries; not auto-updated) + ADDED: Command line option "-d" to activate debug message output + ADDED: New detailed tooltip for name column in panel view + ADDED: Per-icon fallback logic to support custom icon themes + ADDED: Popup file tree view - new "show/hide hidden folders" feature + ADDED: Popup file tree view - new "start from closest Place" feature + ADDED: Popup file tree view - new "start from current directory" feature + ADDED: Popup file tree view - support for dropping to panel + ADDED: Tab pinning - pinned tab is a locked tab with temporarily changeable address + ADDED: User setting to disable border decoration for current item in inactive panel + CHANGED: Default Multi Rename shortcut changed (Shift+F9 -> Shift+F2) to align with the default Rename shortcut (F2) + CHANGED: Show "0 Bytes" for calculated but empty directory sizes + FIXED: Activation of a found item with hash symbol in URL inside search dialog + FIXED: Bug with no-match indication when only the current item matches in Quick Search + FIXED: Panel columns may become invisible when settings are restored from config + FIXED: Regression in "Open in new tab" from popup menu + FIXED: When pressing a New Tab button the corresponding Panel is not selected + FIXED: [ 108023 ] Support "Sort by..." by keyboard shortcuts: CTRL+[1-4] + FIXED: [ 173655 ] Added changed and access time in detailed view + FIXED: [ 195749 ] Ctrl+Tab don't switch over edited files + FIXED: [ 267719 ] bookmarks shortcuts lost after opening bookmark manager + FIXED: [ 267756 ] Rename tab or add prefix to tab label + FIXED: [ 267765 ] Add delay before switching tabs with mouse-over + FIXED: [ 270756 ] Add option to hide tab bar + FIXED: [ 272108 ] Support for more KIO slaves in Network Connection + FIXED: [ 274404 ] Copy file dialog - include file name in the path + FIXED: [ 280270 ] Saved Locked Tabs each create extra tab on start + FIXED: [ 308351 ] Cannot run MountMan from menu + FIXED: [ 328928 ] Add text word wrap for all tooltips + FIXED: [ 363437 ] Edit field looses focus after closing one of Editor's/Viewer's tab + FIXED: [ 372964 ] At least one Oxygen icon in Krusader is not correctly seen (using Kubuntu 16.04) + FIXED: [ 372966 ] Some icons are not seen using a plain Ubuntu (not Kubuntu) 16.04 + FIXED: [ 376372 ] KrViewer window loses focus on closing tabs + FIXED: [ 378593 ] Problems copying the names of files with apostrophes + FIXED: [ 378839 ] Krusader freezes when asterisk ("*") is pressed in detailed view + FIXED: [ 379170 ] 2.6.0 - Regression: "Spacebar calculates disk space" feature is missing + FIXED: [ 379459 ] Krusader no longer minimizes to system tray + FIXED: [ 380421 ] In some cases the vertical "Popup panel" has a very high minimum width (caused by Viewer) + FIXED: [ 381179 ] Shortcut conflict: SHIFT+DEL used for cut and alternative delete + FIXED: [ 383372 ] Toggle Fullscreen Embedded Terminal bug + FIXED: [ 383544 ] Unable to create new folder/file if '..' item is selected in current folder + FIXED: [ 383558 ] Errors after approving or canceling Useractions -> System -> Backup current for '..' panel item + FIXED: [ 386217 ] Fix moving cursor with up/down to item not matching in quicksearch + FIXED: [ 386217 ] Pressing Arrow keys behaves incorrectly in quicksearch + FIXED: [ 386314 ] Install to a custom location doesn't work correctly + FIXED: [ 388266 ] Closing calculate occupied space window does not abort the calculation + FIXED: [ 389413 ] Krusader crashes when entering directories with read errors + FIXED: [ 389869 ] After deletion of selected files current item moves one down + FIXED: [ 390732 ] Cannot add Krusader to favorites in Gnome Dock + FIXED: [ 390990 ] Current item selection is lost after exiting from tar archives + FIXED: [ 390991 ] bookmark buttons on a toolbar disappear after closing Bookmark Editor + FIXED: [ 390994 ] [dev] Compiler warnings with gcc-6.4.0 + FIXED: [ 392218 ] Allow scrolling during filesystem changes in current directory diff --git a/release/2.7.0/release_notes.txt b/release/2.7.0/release_notes.txt new file mode 100644 index 0000000..46bd5fa --- /dev/null +++ b/release/2.7.0/release_notes.txt @@ -0,0 +1,47 @@ +----- 2.7.0 Peace of Mind ----- + +New feature: Quick Search in Bookmark menu + - Just type letters to search: bookmarks are matched by name prefix + - Once a single bookmark is matched, it's immediately triggered + - If multiple bookmarks are matched by the prefix, they are highlighted + and the first one is selected - hit Enter to activate the bookmark + - Accelerators work only if the keystroke is the first one + - Backspace is supported + - Search is case insensitive unless you type a capital letter + - Search bar visibility can be controlled in Konfigurator + - Search bar is intentionally a read-only field + +New feature: Tab pinning. + - A pinned tab is a locked tab with temporarily changeable address. + - Available from popup menu of a tab. + +New feature: Tooltip with file information when you hover a file name. + +New feature: Extended options for Tree Panel (activated by a popup menu at the header) + - Show/Hide hidden folders + - Start the tree from the closest Place (i.e. device) + - Start the tree from current directory + +New feature: -d option. + - Turns on debug output in Krusader. + - Helpful for bug reports - we encourage to attach debug console output to reports. + +Change: Default Multi Rename shortcut is changed (Shift+F9 -> Shift+F2) + to align with the default Rename shortcut (F2). + +Addressed issues of using custom icon themes and running in non-KDE environments. + - Icons are rendered according to per-icon fallback logic: + - Your active theme is matched first + - Fallback icon theme specified in Konfigurator is matched next + - Breeze or Oxygen are matched next if they are installed. + Please note that Breeze is icon-complete theme for Krusader, + Oxygen has also become icon-complete recently, and these themes + are considered to be weak dependencies of Krusader meaning that + in order to run smoothly one of these should be installed + (we don't require it's activated though). + - If no match is found, a special "missing" icon is rendered. + - Due to improved algorithms, your MIME icons (file type icons) should + look better (more icons are found, they are coming from an active theme + if found in there). + +Fixed 40+ issues including some regressions. See ChangeLog. diff --git a/report-bugs/index.html b/report-bugs/index.html index 1914074..09ad336 100644 --- a/report-bugs/index.html +++ b/report-bugs/index.html @@ -1,116 +1,114 @@ Krusader - Report Bugs - +

Bugs?!?
Well, okay...

We use the KDE Bugtracker. Refer to the FAQ for how to provide useful information in your bug report.

Note: Before you file a new bug, please make sure that the bug hasn't already been reported.

Bug FAQs

Frequently asked questions about thinks not working in Krusader and their solutions.

I cannot use my favourite protocol X (SFTP, MTP, NFS, SMB, ...) in Krusader ("Protocol not supported"). Why?

Support for these protocols is not inbuilt in Krusader but provided by KIO. You need to additionally install the corresponding protocol library. The package is most likely called kio-extras.

Some or many icons are missing in Krusader

Krusader uses icons which are only contained in KDE's default icon set Breeze. Make sure you have it installed and that it is used by KDE applications. Unfortunately you cannot use a different icon set because it will most likely not contain all icons needed in contrast to the very large set in Breeze.