From 0d02094e2b261de9aadac40f65a574e9fbee66e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 10 Apr 2016 02:08:09 +0200 Subject: Initial import of tastymenu 1.0.8 --- doc/en/Makefile.am | 3 + doc/en/index.docbook | 290 ++++++++++++++++++++++++++++++++++++++++++++++++++ doc/en/screenshot.png | Bin 0 -> 83208 bytes 3 files changed, 293 insertions(+) create mode 100644 doc/en/Makefile.am create mode 100644 doc/en/index.docbook create mode 100644 doc/en/screenshot.png (limited to 'doc/en') diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am new file mode 100644 index 0000000..9e59989 --- /dev/null +++ b/doc/en/Makefile.am @@ -0,0 +1,3 @@ +KDE_DOCS = tastymenu +KDE_LANG = en +kde_docs_KDEDOCS = screenshot.png diff --git a/doc/en/index.docbook b/doc/en/index.docbook new file mode 100644 index 0000000..5ff1df7 --- /dev/null +++ b/doc/en/index.docbook @@ -0,0 +1,290 @@ + +TastyMenu 1.0.6"> + + + + + + +]> + + + + + + + + + + + + + +The &tastymenu; Handbook + + + +Marco + +Martin + +
notmart@gmail.com
+
+
+
+ + + + +2006 +Marco Martin + + + +&FDLNotice; + + + +2006-07-09 +0.1 + + + + + +&tastymenu; is a KMenu replacement + + + + + + +KDE +TastyMenu +start menu +usability + + +
+ + + + +Introduction + + + + +&tastymenu; is a KMenu replacement aiming to provide the maximum usability, or at least to be a testbed for usability concepts and ideas for a future kmenu replacement. + + + + +Using &tastymenu; + + + + + + + + +Here's a screenshot of &tastymenu; + + + + + + + + + Screenshot + + + + + + The left part of the menu is very similar to the Novell idea(http://www.novell.com/products/desktop/preview.html): you have a search box that is always selected when the menu is opened (the search result are displayed in the leftmost listview), followed by a combobox that decides what the following listview: favourite applications (default), most used applications, recently used applications and recent documents. + + +The right part contains the whole kmenu and takes the aspect from KBFX, the middle column contains the top level categorization (plus in the current kmenu arrangment there are also the control center, home folder and find files, but i think there should be present only categories). in the left-most listview there is the content of the category currently selected in the middle column. I think in this way even if it has the same number of items it appears less huge than with a popup menu/submenu structure. +Every items have two row, for the name and for the description, in order to make a more it more informative. On each selected item appears an action icon on the right, at the moment they are "add bookmark" on application icons and &remove bookmark &on favourite apps list. + + +The bottom buttons are the usual switch user, lock session and logout. In a first time I didn't want to put them, I tought that these function should be delegate to another applet like http://kde-apps.org/content/show.php?content=26150 , but it seems that the multiple menus concept it's a thing that doesn't work very well in practice, it needs more real-world testing. + + +The left-most btton contains the user name and icon, and clicking on it it opens the kcm used to edit the user's profile. I know it seems silly, but It's only an experiment, probably it will be merged with the switch user button. + + + + +More &tastymenu; features + +To do + + + + + + + + +Command Reference + + +The main &tastymenu; window + + +The search field + + To do + + + + + + + + +Questions and Answers + + + + +To do + + + + + + + + + + + + +Credits and License + + +&tastymenu; + + +Program copyright 2006 Marco Martin notmart@gmail.com + + +Contributors: + +some code from Kbfx Spinx (http://www.kbfx.org) copyright (c) 2006 Kbfx team. + +dmctl.h and dmctl.c Copyright (c) 2004-2006 Oswald Buddenhagen and Stephan Kulow + +some code of the TastyListView from the statistics list view of Amarok (c) 2005-2006 Seb Ruiz + + + + + +Documentation copyright 2006 Marco Martin notmart@gmail.com + + + + +&underFDL; + + + +&underLGPL; + + + + + +Installation + + +How to obtain &tastymenu; + + + + The latest &tastymenu; sources can be found at &homepage; + + + + + +Requirements + + +In order to successfully use &tastymenu;, you need at least &kde; 3.4 (didn't tested it under older &kde; versions, but it could compile anyway). it should suffice a stock &kde; found on most distributions, without special requirements + + + +You can find a list of changes at &homepage;. + + + + +Compilation and Installation + + + + + +&install.compile.documentation; + + + + + +&documentation.index; +
+ + + diff --git a/doc/en/screenshot.png b/doc/en/screenshot.png new file mode 100644 index 0000000..31d87c4 Binary files /dev/null and b/doc/en/screenshot.png differ -- cgit v1.2.1