-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Open-PC.com   
Artwork
Groups
Knowledge Base
Events
Forum
People
Jobs
Register
Login
Camheroes

Sponsoring


-
- Content .- Fans (2) . 

Recently Used Screenlet

   0.8  

Screenlet

Recently Used Screenlet
zoom


Recently Used Screenlet
zoom


Recently Used Screenlet
zoom


Downloads:  339
Submitted:  Mar 25 2009
Updated:  Mar 30 2009
Score: 
score65%65%score
 65% good
bad   good

Description:

This screenlet gives you access to your Gnome recently used documents list. The user can set the number of items shown and has control over all fonts, colors and sizes. Users can also "pin" documents to the list by clicking on the pin icon (it doesn't really look like a pin) to the left of the document icon. Pinned documents will stay on the top of the list until they are unpinned.

This is my first screenlet and I still don't know Python! If anyone has any suggestions I'd be happy to entertain requests.

My current TODO list contains:
- ?? :)

NOTE: I'd like to thank co-author Risethagain who has contributed great code, bug fixes and design ideas that have helped make this screenlet totally rock!




Changelog:

* 0.1
- Initial version

* 0.2
- Fixed bug that sometimes highlighted the item under the mouse cursor even if user had hover turned off.
- Added icons (with option to enable/disable)
- Small performance tweak to prevent some wasteful redraws on start up
- Using callback to update list when recent docs change instead of just updating every 5 seconds

* 0.3
- Fixed large performance problem with icon drawing by caching GDKPixBuf 's for all icons in the list

* 0.4
--- Following changes by: Risethagain aka Matjaz Pecan ---
- Fixed font handling. Fonts set by the default themes now work properly. Also, user's font size choice is now respected.
- Added option to disable corner rounding (available to themes only)
- Longer filenames are truncated according to the width set in the properties dialog (shorten_name_gracefully) (IE: 123456789.tar.gz would become 123...89.tar.gz with a maximum size of 15 set)
--- Following changes by: Jason J. Herne ---
- Removed "num_chars_per_item" option as Matjaz's changes make it obsolete :)
- Removed slow theme as recent performance fixes make it pretty much pointless
- Themes no longer modify max_docs_shown and list_width settings, now we respect the
- user's settings when they switch themes

* 0.5
- We now set the window shape properly thereby avoiding a bug where overly transparent (or undrawn) areas of the screenlet do not detect mouse movement or mouse clicks

* 0.6
--- Following changes by: Risethagain aka Matjaz Pecan ---
- Fixed the problem with filenames that have more than one period in them and are not double extensions(like .tar.gz). Example: "01 - Preston, 11.06.1994 - Shakermaker.mp3" was being converted to "01 - Preston, 11.06.1994 - Shakermaker.m...994 - Shakermaker.m...".

* 0.7
- User can now pin documents onto the list which makes them permanent items that will always show up at the top of the list in alphabetical order. To pin or unpin a document simply click on the "pin" icon to the left of the document's icon.
- Created new theme: Sky Blue
- Fixed bug causing "Properties,About" dialog to be blank. Apparently you cannot use a '&' character in the authors field ;)
--- Following changes by: Risethagain aka Matjaz Pecan ---
- Wrote custom draw_triangle function to improve the triangle control used to expand/contract the documents list

* 0.8
- Fixed bug that caused screenlet to crash if an icon could not be loaded.




LicenseGPL
Source(Recently Used Screenlet 0.8)
send to a friend
subscription
other artwork from hernejj

-
.

 Used and approved

 
 by Sonattine on: Mar 25 2009
 

It fits nicely next to my "places" screenlet for a convenient desktop.
Icons would indeed be nice.
Keep it up !


reply to this

-

 Re: Used and approved

 
 by hernejj on: Mar 26 2009
 

Check out version 0.2 :) I've added icons.


reply to this

-
.

 Reused and re-approved

 
 by Sonattine on: Mar 27 2009
 

Indeed. Well done !


reply to this

-

 Mouse and transparent

 
 by Averrin on: Mar 27 2009
 

if in theme set transparent (~0.1-0.3), hover work only on text and icons.=(


reply to this

-
.

 Re: Mouse and transparent

 
 by hernejj on: Mar 28 2009
 

I'm sorry but I do not understand the problem. Could you please try explaining it again? If there is a bug I would like to fix it for you :)


reply to this

-
.

 Re: Re: Mouse and transparent

 
 by hernejj on: Mar 28 2009
 

Nevermind :) I see what you mean.

If the user sets one of their colors to a very high level of transparency then for some reason the screenlet does not detect the "mouse over" and thus does not correctly draw the hover selection.

I will look into this a bit more and see if I can fix it.


reply to this

-
.

 Re: Mouse and transparent

 
 by hernejj on: Mar 28 2009
 

This problem has been fixed as of version 0.5. :) Thanks very much for reporting it! Not only have you allowed me to fix it but I've also learned a little bit more about the Screenlets API!!

Let me know if you have any more problems.


reply to this

add commentback




-
-
all messages
openDesktop.org Facebook App

Partners
Place Your Link Here!
Online Casino
Tattoo

Cool Sites
SIM lock freies iPhone

 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Artwork
Jobs
Knowledge Base
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Artwork
Public API
About GNOME-Look.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2003-2010 GNOME-Look.org Team  
All rights reserved. GNOME-Look.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
GNOME and the foot logo are trademarks of the GNOME Foundation.