Warning: session_start(): open(/tmp/sess_dct3gbksui5bjo71c8chcnckb0, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
ShortLog openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 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 
 apps.ownCloud.com ownCloud 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 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 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
 VLC-Addons.org Themes and Extensions for VLC
--
-
 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    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (3) .- Knowledge Base  . 

ShortLog

   0.1  

Plasmoid Script

Score 78%
ShortLog
zoom


Downloads:  310
Submitted:  Apr 18 2010
Updated:  Jan 31 2011

Description:

Shortlog saves small information snippets for quick retrieval later on. The information snippets or notes get a timestamp to make it easier to find them again. The idea is to store information you have no good place for or might not need again in a simple way. But if you need them again, you can simply look them up.

How to use it:

* Add a new note: insert it and hit "enter" or click "OK"
* Search for a note: the first character needs to be "/", then just input your search pattern (regex possible) and click "OK"
* Delete something: search for it and then click "Delete Selected" to delete all search results

Awards:
2nd Runner Up in the 2010 KDE Javascript Jam Session




Changelog:

fix for the KDE 4.6 Problem




LicenseGPL
(shortlog.plasmoid)
Send to a friend
Subscribe
Other  Content  from munglaub
Report inappropriate content



goto page:  1  2 

-

 Great !

 
 by DanaKil on: Apr 18 2010
 
Score 50%

Very useful, I like it a lot

I'd love if you or someone else make this plasmoid embeddable in a panel (maybe only an icon in the panel and a popup containing the same plasmoid layout as the desktop version)

It could be great to have a "clear" button in the input field too.

And maybe one could delete an entry just by selecting the line or a few characters in the line ?

Anyways, thanks :)


Reply to this

-
.

 Nice plasmoid

 
 by johanner on: Apr 20 2010
 
Score 50%

I sent you an email with some ideas a few days ago. I can see how nice it is working right now.

I do agree with DanaKil about deleting an entry just by selecting the line or a few characters of it.

Thanks again!


Respect: the key for armony in your life and with the earth.
Reply to this

-

 Great and a feature request!

 
 by joth666 on: Apr 25 2010
 
Score 50%

Really nice plasmoid, and works great!

Just wondering: would it be possible to get it to save the data in a file of its own rather than one of the plasma config-files? It would make transfering data between say a home-computer and a work-computer so much easier!

Failing that, how about an export/import function?


Reply to this

-
.

 KDE 4.6 problem?

 
 by roelj on: Jan 28 2011
 
Score 50%

I really like this plasmoid.
Now that I'm on KDE 4.6 it doesn't work anymore:

Error in contents/code/main.js on line 121.

TypeError: Result of expression 'textdata.push' [undefined] is not a function.


I looked into the code, but I concluded I do not know enough about the framework to solve this.

So, how to solve this?


Reply to this

-

 Re: KDE 4.6 problem?

 
 by nik3nt3 on: Jan 31 2011
 
Score 50%

Same problem here:

In 4.6. plasmoid.readConfig("data") on Line 133 of main.js returns an empty string.

This bug can be fixed by adding

if (textdata == ""){
textdata = []
}

just after Line 133 (e.g. after textdata = plasmoid.readConfig("data")).

---
Unfortunately readConfig always returns an empty string and thus all data gets lost when plasma restarts....

/nik


Reply to this

-

 Re: Re: KDE 4.6 problem?

 
 by munglaub on: Jan 31 2011
 
Score 50%

Thanks a lot for the help. I added it and hope it works again.


Reply to this

-

 Re: Re: Re: KDE 4.6 problem?

 
 by joth666 on: Jan 31 2011
 
Score 50%

Hard to tell. For me it's not even present in the widget explorer anymore. plasmapkg -i didn't produce any error messages, but there is a folder in .kde4/share/apps/plasma/plasmoids with the corresponding files.


Reply to this

-

 Re: Re: Re: KDE 4.6 problem?

 
 by nik3nt3 on: Feb 2 2011
 
Score 50%

Nop it's not working :-(

your metadata.desktop is wrong:

#ServiceTypes=Plasma/PopupApplet
#ServiceTypes=Plasma/Applet,Plasma/PopupApplet


You need to remove the '#' at least from one of these line.

for kde = 4.4 you need:
ServiceTypes=Plasma/PopupApplet

for kde > 4.4 you need:
ServiceTypes=Plasma/Applet,Plasma/PopupApplet

---
Unfortunately ALL entries still get lost after plasma reloads. Most probably a kde bug :-(

----

Would be nice if the entries could get exported to a text-file (I lost all data... )



/nik


Reply to this

-

 Runner Version

 
 by dovidhalevi on: Jan 31 2011
 
Score 63%

Looks ideal for a krunner plugin. Some folks use the runner more for text based stuff, others will prefer the individual plasmoid interface.


Reply to this

-

 How can I start 'ShortLog'?

 
 by BryanFRitt on: Apr 2 2011
 
Score 50%

I've tried installing 'ShortLog' via
'cashew->Add Widgets...->Get New Widgets->Download Now Widgets...->...' and via
'cashew->Add Widgets...->Get New Widgets->Install Widget from Local File...->...' and via
'plasmapkg -i ./123379-shortlog.plasmoid'
...
I don't see how to start it. I go to
'Ccashew->Add Widgets ...',
and don't see 'ShortLog' anywhere.
I scrolled threw threw the list, and didn't see it there.
Tried typing 'Short' or 'Log' into the 'Enter Search Term' box, and I don't see it there either.
I even tried seeing if installed as a 'View Layout', not there either.

How can I start 'ShortLog', etc...?

p.s. I'm using KDE 4.6.1 on KUbuntu 10.10.


Reply to this

-

 Re: How can I start 'ShortLog'?

 
 by patkoscsaba on: Jun 10 2011
 
Score 50%

I installed it on KDE 4.5.5 on Mandriva ... install went OK. I can't find plasmoid anywhere.

Tried to install from net, reinstall, install from file with plasmapkg.

It also doesn't show up in plasmoidviewer --list, however if I want to install it again with plasmapkg it says it's already installed.

Restarting X & KDE doesn't help either.


Reply to this

goto page:  1  2 

Add commentBack




-



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

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team