Page 2 of 3

Re: My frontend to Gpaste.

Posted: 2017-12-10 07:52
by debiman
frank38 wrote:Sorry, I have not had any issues so far.
The program is launched automatically every time I log in.

The final release will be identical to the version 0.3, no more changes will be made.
now that's a very mature way of handling bugs i must say.
"they do not exist"
:mrgreen:

Re: My frontend to Gpaste.

Posted: 2017-12-10 14:27
by acewiza
I was hoping for at least maybe a request for more info.

Re: My frontend to Gpaste.

Posted: 2017-12-10 16:46
by frank38
debiman wrote:
frank38 wrote:Sorry, I have not had any issues so far.
The program is launched automatically every time I log in.

The final release will be identical to the version 0.3, no more changes will be made.
now that's a very mature way of handling bugs i must say.
"they do not exist"
:mrgreen:
The applet cannot check if it is already launched, so you can have more than one applet in the systray.
I don't have experienced any issues so far, so what should I search?

Re: My frontend to Gpaste.

Posted: 2017-12-15 18:25
by frank38
I've uploaded the version 0.4 of my program:

http://www.mediafire.com/file/9rl6c4hs4 ... d-V0.4.zip
md5sum: 005b5b73c1471cc4f78df0afbed77e8b

Changelog:
- the main window doesn't close anymore after clicking on the delete button in the text tab;
- the quit button is now at the bottom.

Re: My frontend to Gpaste.

Posted: 2017-12-24 15:52
by frank38
Final version:
http://www.mediafire.com/file/lhjr99o1h ... d-V1.0.zip
md5sum: a9f1d1e259a9a1e1ce606b1a4bf3d960

Changelog:
- preview of 501 char;
- added "[...]" at the end of the preview if the text is longer.

Re: My frontend to Gpaste.

Posted: 2017-12-25 12:58
by debiman
frank38 wrote:Final version
so you finally fixed all the bugs forever?
congratulations, lol!
:mrgreen:

Re: My frontend to Gpaste.

Posted: 2017-12-25 19:30
by frank38
debiman wrote:
frank38 wrote:Final version
so you finally fixed all the bugs forever?
congratulations, lol!
:mrgreen:
What bugs?

Re: My frontend to Gpaste.

Posted: 2017-12-26 13:29
by debiman
ah yes, i forgot:
your software doesn't have bugs!

Re: My frontend to Gpaste.

Posted: 2017-12-28 15:09
by frank38
Sometimes I need also to hear somebody :)
Version 1.1:
http://www.mediafire.com/file/zv8k2lcf7 ... d-V1.1.zip
md5sum:
ceee24bb7de7119f165895d6fe365088

Re: My frontend to Gpaste. (Now it is a complete program.)

Posted: 2018-06-22 05:40
by frank38
Version 1.2.1 of the program:

http://www.mediafire.com/file/o5fctc6bb ... 1.zip/file
md5: 9d0b18db77cfb8c43c4b49099e627882

Changelog:
- the preview shows the whole content of the selected record;
- the text in the preview window can be selected in any part;
- added a scrollbar to the preview window;
- the main window appears at the center of the screen;
- some other little things.

Re: Gpasteboard: clipboard program for text and images.

Posted: 2018-06-22 21:26
by bester69
frank38 wrote:I need clipboard, and I want it almost complete.
After some search, I found Gpaste for my desktop.
But a feature is missing, the preview of copied images.
So I decided to write by myself a simple frontend (about 190 lines of code).
Here is the screenshot:
Image

Ok, the image is too big :) please open it in another window of your browser.

I can empty the history, delete each item and of course choose any item.

What do you think?
I saw your post, and started to look for a clipboard managers for linux, and I found best one, with the features you were asking for (images preview and much more).. Ive installed in my stem, I love it..I Think you can yet give up your project . :mrgreen:


CopyQ
THE ULTIMATE LINUX'S CLIPBORD MANAGER 8) :wink:
CopyQ monitors system clipboard and saves its content in customized tabs. Saved clipboard can be later copied and pasted directly into any application.
https://hluk.github.io/CopyQ/

Image

Image

Image

Re: Gpasteboard: clipboard program for text and images.

Posted: 2018-06-22 23:18
by frank38
bester69 wrote: I saw your post, and started to look for a clipboard managers for linux, and I found best one, with the features you were asking for (images preview and much more).. Ive installed in my stem, I love it..I Think you can yet give up your project . :mrgreen:
CopyQ
THE ULTIMATE LINUX'S CLIPBORD MANAGER 8) :wink:
CopyQ monitors system clipboard and saves its content in customized tabs. Saved clipboard can be later copied and pasted directly into any application.
https://hluk.github.io/CopyQ/
I'm using my program since last year and I am very happy with it.
CopyQ seems to be a full featured program, but for such things I use Zim when I need to store something for long time. One missing feature is text formatting, but at the moment I don't have much free time for that. Lastly, CopyQ is made using the QT libraries, my program is made with Python3 and Gtk3. :)

Re: Gpasteboard: clipboard program for text and images.

Posted: 2018-07-11 11:31
by frank38
Version 1.3.0:

http://www.mediafire.com/file/e45osbfdq ... -1.3.0.tar
Md5sum: 68135091f00371898b2bd0089cfa2ffa

Changelog:
- corrected an issue that prevent the program to store the same text or image just deleted;
- improvements;
- cosmetic changes.

Re: Gpasteboard: clipboard program for text and images.

Posted: 2018-07-12 21:47
by frank38
Version 1.3.1:
http://www.mediafire.com/file/qpp20ol4s ... _1.3.1.tar
Md5sum: b3700705be0158db110a8587344b6502

Changelog:
- improvements.

Re: Gpasteboard: clipboard program for text and images.

Posted: 2018-08-10 07:34
by frank38
This program is now on GitHub, with the same name.
Thank to those who suggested me to do so.