Thunar new feature: metadata-tile, tag-bar and search.

Alexandru Tudose alextud at gmail.com
Mon Aug 18 16:43:40 CEST 2008


Hi,

I have created a meta data tile for thunar that will show meta data from
selected file, it use tracker as backend (really fast indexer). At the
bottom is a tag bar where user can add/remove different tags to one or many
selected files, on tag click will start search for that keyword. To be fully
in use it require that tracker is running, to fetch tags and other metadata
of selected files, but it looks quiet good without tracker. When user
click's on Size label it will show exact size of selected files (even in
trash/search directory).

Also I implemented search in thunar-vfs with tracker, see
thunar-vfs-io-search.c . It's a really simple implementation, a search uri
will start with: *search://   *after that we can include any keyword. This
is done with a new THUNAR_VFS_PATH_SCHEME_SEARCH = 0x20000000 to represent
search uri (THUNAR_VFS_PATH_SCHEME_MASK will get a new value  0x60000000
from previous one 0x40000000). Search uri will be represented as a readonly
directory (it can work with read/write permission).

If tile is minimized it will work like a status bar, there will be no
additionally overhead to thunar.

To compile it need to recreate makefile.in: xdt-autogen
--disable-maintainer-mode

So please test it and tell me your opinions, I want this to be included in
thunar.

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.xfce.org/pipermail/xfce4-dev/attachments/20080818/a373e910/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: thunar-tile.patch
Type: text/x-diff
Size: 158558 bytes
Desc: not available
URL: <http://mail.xfce.org/pipermail/xfce4-dev/attachments/20080818/a373e910/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot - thunar1.png
Type: image/png
Size: 105766 bytes
Desc: not available
URL: <http://mail.xfce.org/pipermail/xfce4-dev/attachments/20080818/a373e910/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot - thunar2.png
Type: image/png
Size: 104471 bytes
Desc: not available
URL: <http://mail.xfce.org/pipermail/xfce4-dev/attachments/20080818/a373e910/attachment-0001.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot - thunar3.png
Type: image/png
Size: 101487 bytes
Desc: not available
URL: <http://mail.xfce.org/pipermail/xfce4-dev/attachments/20080818/a373e910/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot - thunar4.png
Type: image/png
Size: 67263 bytes
Desc: not available
URL: <http://mail.xfce.org/pipermail/xfce4-dev/attachments/20080818/a373e910/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot - thunar5.png
Type: image/png
Size: 64818 bytes
Desc: not available
URL: <http://mail.xfce.org/pipermail/xfce4-dev/attachments/20080818/a373e910/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot - thunar6.png
Type: image/png
Size: 89661 bytes
Desc: not available
URL: <http://mail.xfce.org/pipermail/xfce4-dev/attachments/20080818/a373e910/attachment-0005.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot - thunar7.png
Type: image/png
Size: 106731 bytes
Desc: not available
URL: <http://mail.xfce.org/pipermail/xfce4-dev/attachments/20080818/a373e910/attachment-0006.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot - thunar8.png
Type: image/png
Size: 103001 bytes
Desc: not available
URL: <http://mail.xfce.org/pipermail/xfce4-dev/attachments/20080818/a373e910/attachment-0007.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot - thunar9.png
Type: image/png
Size: 101257 bytes
Desc: not available
URL: <http://mail.xfce.org/pipermail/xfce4-dev/attachments/20080818/a373e910/attachment-0008.png>


More information about the Xfce4-dev mailing list