![]() |
[UPDATED] Quick Clip, a statusbar plugin to save text
Today I'm pleased to announce the release of Quick Clip 0.4.1-1. What is Quick Clip? Quick Clip is the combination of a statusbar plug-in and text viewing application specifically designed for the Maemo platform. The statusbar plugin allows you to "clip" highlighted, or enter text directly, into a plain text file for later reference. While the text viewer easily allows you to read and/or access data you've already clipped.
http://static.maemo.org/style_maemo2...tton_small.png New features in this release are: * Added Clear submenu item * Added Delete submenu item * Switched to XML for target file list storage * Switched storage location for user files * Major code cleanup * Fixed Open Bug * Fixed preinst script * Renamed Open Settings button to Browse * QCV: Changed preference warning to bold * QCV: Added application menu * QCV: Fixed bug in scrolling choice * QCV: Added Select All option * QCV: Added Right/Left buttons for flipping through clippings * QCV: Added Properties submenu item * QCV: Added Help menu item * QCV: Mapped the +/- keys to increase/decrease font size * QCV: Mapped the Up/Down D-Pad keys to scrolling (only for GTK) * QCV: Changed Title (more path visible) * QCV: Major code cleanup |
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
What's new in 0.4.1 vs. 0.4.0? :)
|
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
I fixed the install script and a bug in the settings dialog; other than that, not much! :)
The main difference is, is that I feel 0.4.x is stable, so it's promoted to Extras and not just Extras-devel. |
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
Ok, thanks :).
|
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
It's a great one and Love to use it all the time !!! Thanks for the excellent job !!!
|
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
I finally installed 0.4 and converted my previous files. Wow, Quick Clip gets better and better!
You know how I wanted you to have a Find function that would search all the Quick Clip files at once? Forget it! The combination of being able easily to move through the files with the taskbar Right/Left buttons and the fact that the Find box remains in place when you switch files, obviated the need altogether. Your solution is even better than searching all at once. A couple new little wishes: I'd prefer if Find didn't care about capitalization. As it is now, searching for "orange" will not find "Orange" and I'm not consistent in capitalization (and I suppose it also wouldn't find "orange" if it were capitalized intentionally as the first word in a sentence). I know that Quick Clip Viewer isn't intended for editing, but I wish that I could delete within it. Sometimes I save webpage articles that come along with all the excess stuff, like links to elsewhere, that I wish I could get rid of while in QCV. Also, I have a file that I like to delete all of each time I leave it. (I use it just for reading text from webpages that don't reflow well or are hard to read for some other reason, like bad choice of background color.) Once again, great improvements, thanks! |
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
I know this might sound silly, but could you add a "clipboard" mode for this, where your tool acts just like the Klipper clipboard utility does in KDE3.5? That would be something that'd be more useful to me than what you have here. I can still see uses for this tool, but having the ability to have a Klipper like clipboard tool would be best.
|
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
Quote:
Quote:
Myself, I would like Find to be able to search for text with special characters, spaces, and optional case-sensitivity, but... Right now the searching is like 30 lines of code (most of them responsible for highlighting matched strings, etc.) and implementing a robust search tool would probably take several hundred (I'm guessing, but Leafpad's search code is larger than all of Quick Clip!). Quote:
#2, that's why I added Clear and Delete menu items in QC; specifically for those type of use-cases. |
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
Quote:
I'll think about it. |
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
I'm just guessing, but my guess is that making the Find function capitalization-agnostic would not take much. I'm not suggesting (like you are!) optional case sensitivity (let alone special characters, etc.); I'd just like it to find all of the asked for letters, regardless of whether they are capitalized or not. ABC = aBc = abc =Abc. My uneducated guess is that there is a way that you tell tell the program that a=A and b=B. Maybe it's based on ASCII (English) lower-case letters all being the-same-number-as-its-matching-uppercase-letter-plus-32. It must be a very common little function since you can enter any assortment of caps and small letters in an email address or a URL and it is treated as if it were all lower-case. (www.goOGlE.coM = www.google.com)
|
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
Quote:
|
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
Hi all,
I just uploaded Quick Clip 0.4.4. New in this release is Chinook compatibility (I really need someone running Chinook to test this out) and the beginnings of Fremantle support. I also completely restructured the code, so it's easier to maintain. It should be available shortly from your application manager (I'm leaving this version in extras-devel for Fremantle and Diablo, but promoting it to extras-stable for Chinook, since the previous version isn't installing on Chinook anyway). Once I get enough feedback, I'll promote the Diablo version to extras-stable. Thanks. |
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
Quote:
|
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
Quote:
Thanks. |
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
Did you ever add the ability to function similar to Klipper? That's what I'm waiting for before installing this app.
|
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
@debernardis & BrentDC
Along with updating and installing, you also have to go to Panels in Control Panels and select it. (I was surprised that I had to do that after updating to 0.4.4) |
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
Quote:
There is no signal emitted when the Clipboard contents change, so you need to poll the clipboard every X seconds to see if it's changed. I was afraid this world effect battery life, too. |
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
Quote:
|
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
Quote:
|
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
Quote:
|
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
Quote:
Now: testing :cool: |
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
It works allright in Chinook. Having upgraded from 0.2, it took by default the .quickclip folder in home for storage. Only gtk was available as scrolling method: hildon and moko are greyed out and not selectable.
For the rest, nice and effective as usual :) |
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
FYI: I installed quickclip for the first time on Diablo and couldn't install 0.4.4-1 because there was no .quickclip directory in /home/user, see the log of "apt-get install quickclip":
Code:
[..] |
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
Quote:
I will upload a fixed version asap! Thanks. |
Re: [UPDATED] Quick Clip, a statusbar plugin to save text
Quote:
I tried again from the cmd line: Code:
pocketpenguin:/home/user/MyDocs# apt-get install quickclip |
Re: [UPDATED] Quick Clip, a statusbar plugin to save text
Quote:
|
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
Did you enable it in the Control Panel? If so, and it still doesn't work, try installing the latest 0.4.4; you can find it in the Extras-devel repository.
There were a few bugs in the previous versions that would cause this behavior (and in 0.4.4 I fixed them). Please report back on any issues. |
Re: [UPDATED] Quick Clip, a statusbar plugin to save text
Quote:
I'll look into it. |
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
@skatebiker
Can you go to a Root prompt and type: Code:
echo $HOME Also, what do you use to gain root and do you use alternate bash interpreters? |
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
Quote:
This is to be expected. Quote:
Quote:
@everybody: I just uploaded 0.4.4-2 which should (hopefully) fix the bug Nikem reported. This version is available from extras-devel on all OS's. |
Re: [UPDATED] Quick Clip, a statusbar plugin to save text
Quote:
|
Re: [UPDATED] Quick Clip, a statusbar plugin to save text
Quote:
Thanks. |
Re: [UPDATED] Quick Clip, a statusbar plugin to save text
Quote:
But, anyway, sorry for the mini-rant above (it's not intended as one! :)). I hardcode "/home/user" because this is Maemo which is ever unlikely to see apps, desktop, etc running as a different account. I can't remember which package demonstrates this but Nokia have a way of checking for scratchbox (think it's along the lines of "if [ -e /scratchbox/tools/config ]", something like that), if that scratchbox check proves true, you may wish to do something along the lines of: "for userz in `ls /home`; do cp whatever /home/$userz; done" etc. (with the caveat that this only works for already added users, not for users that'll be added later like above). You may just want to do "if not os.path.exists" from your python application, upon its first run, and just copy the files if not existing from that. That'll be pretty much universal as you can get the correct $HOME etc. |
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
Code:
pocketpenguin:~# apt-get install quickclip |
Re: [UPDATED] Quick Clip, a statusbar plugin to save text
Quote:
I already do the if not os.path.exists checks at application startup to ensure the proper files are in place, just liked using pre/post install scripts to get things running from the get-go. I now understand this is a very sloppy way to do things, and will not try to create any user-owned directories or files during application installation. Based on what you just said I did a bit of Googling and came across this topic at StackOverflow: http://stackoverflow.com/questions/5...-account-linux ...and that pretty much confirms everything you've said. In addition, the poster there seemed to think using "sudo echo $HOME" would result in the correct directory being printed. This might explain why this worked fine on my device but not others (the different ways to get root? that was my initial hunch). Thanks for the tips! |
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
Quote:
|
Re: [UPDATED] Quick Clip, a statusbar plugin to save text
Quote:
AFAIK, the application manager uses a helper process (apt-worker) which uses sudo for its root ability and possibly does not inherit root environment variables either and runs dpkg with $HOME = /home/user - but I'm only sure on the apt-worker and sudo part, not sure about variable inheriting here. :) |
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
1 Attachment(s)
skatebiker:
I just built a test version. Do you mind testing it out? It's attached to this post. |
Re: [UPDATED} Quick Clip, a statusbar plugin to save text
Hi all!
I just uploaded 0.4.4-3 to Diablo/Chinook/Fremantle extras-devel. It fixes the installation problems related to the discussion above and uses a patch by qwerty12 (to use Hildon Filechooser instead of GTK). Test away! P.S. The next release should have some cool new features instead of just boring bug fixes! |
Re: [UPDATED] Quick Clip, a statusbar plugin to save text
Quote:
(btw: Quick Clip works great for me so far :)) |
All times are GMT. The time now is 09:13. |
vBulletin® Version 3.8.8