
Various KDE 1.-4. Improvements
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is a kio slave that can display several direcotries together.
Corporated with KRecentdocument and Nepomuk Timeline, it can acts as a tool to see recent used files and directories.
You can add a bookmark(rdt:/) to the sidebar to use it in "select file" dialog.
Enjoy!
--------->
What is NEEDED for Compile:
KDE development head files and Qt head files
--------->
HOW TO INSTALL:
cmake . -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
make
sudo make install
USAGE:
goto 'rdt:/' in your dolphin or Konquer.
(rdt = Recent Document with
Timeline)
CONFIGURATION:
the config file lies in '~/.config/RDT/RDT.config'
The following is a explanation to the config file.
---------CONFIG FILE--------
DispalyTimeline 1
#1-Ture,0-False
TimelineBackwardDays 8
#how many days to look backward(7 for a week)
PathDisplayDepth 3
#It will affect the display name of the file, try it!
#define the directories that you wish to list
#(for KDE 4.9 users)
list recentdocuments:/
#(for KDE under 4.9, you can install the kio_recentdocument plugin written by csslayer. It is available on kde-apps.org)
list recentdocument:/
#Other directories
list /home/bsidb/document
list ...
8 years ago
0.16
update the config file.
'list /home/bsidb/document' -> 'list ~/document'
0.15
1.Rewrite the plugin under the template of 'recentdocuments:/' in KDE 4.9
2.Make the normal directories list first, finally list the timeline, so the reaction of the plugin is quicker.
0.1
initial release
8 years ago
0.16
update the config file.
'list /home/bsidb/document' -> 'list ~/document'
0.15
1.Rewrite the plugin under the template of 'recentdocuments:/' in KDE 4.9
2.Make the normal directories list first, finally list the timeline, so the reaction of the plugin is quicker.
0.1
initial release
lgsalvati
8 years ago
In the RDT.config file there was a path with your username,i must modify it with mine for working,maybe you use a ~ instead :)
Report
bsidb
8 years ago
e.g
list ~/document/work
list ~/document/study
.......
Report
lgsalvati
8 years ago
Report
bsidb
8 years ago
Upgraded configure files will be available in 0.16 which will be updated later~
Thank you for pointing that out!
The 'fsrunner' plugin is also cool~ It is worth trying~
Report
jospoortvliet_double
8 years ago
But the concept is amazingly interesting... You should go, talk to Vishes, get this in KDE proper :D
Report
bsidb
8 years ago
1.I did not give out binary package for I am an Arch Linux user and I know few about packaging under Linux... :( OpenSuse Build System is a good choice but I don't know how to write spec file and can't test the packages. The source files will be built by cmake, so if you have a general template for cmake based project, I will appreciate your help.
2.for KDE under 4.9, you can install the plugin kio_recentdocument(available in kde-apps.org), can add in the config file the following line:
'list recentdocument:/'
Report