summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2019-10-05 13:09:14 +0200
committerMichele Calgaro <[email protected]>2019-10-06 22:55:09 +0900
commit42fd0f528703b2f6e94d891f87815f9619dcf86e (patch)
tree831c38f11b7c5c03b218028dfcb9c353310f8710 /README
parent6146ca23b87b27f178980cc7bf519268e68794da (diff)
downloaddolphin-42fd0f528703b2f6e94d891f87815f9619dcf86e.tar.gz
dolphin-42fd0f528703b2f6e94d891f87815f9619dcf86e.zip
Drop automake build support.
Add basic build instructions with cmake. Add short description in README. Deleted empty files: README, templates/cpp, templates/h. Deleted emtpy folder: src/toolbar. Deleted obsolete file: src/README (cherry picked from commit e3e93c027f7440e6327f12041937988306c06719)
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 19 insertions, 0 deletions
diff --git a/README b/README
index e69de29..e752a11 100644
--- a/README
+++ b/README
@@ -0,0 +1,19 @@
+Dolphin - File manager for TDE
+
+Dolphin focuses on being only a file manager.
+This approach allows to optimize the user interface for the task of file
+management.
+
+Dolphin is not intended to be a competitor to Konqueror, the default TDE
+file manager which acts as universal viewer being able to show HTML
+pages, text documents, directories and a lot more.
+
+
+Features include:
+- Sidebar
+- Navigation bar (breadcrumbs)
+- View properties remembered for each folder
+- Split views
+- Network transparency
+- Undo/redo functionality
+- Renaming of a variable number of selected items in one step.