
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
ABOUT:
------
Lightweight & cross-platform clipboard history applet. Maybe useful if you don't have (or don't want) KDE's Klipper.
FEATURES:
---------
- saves clipboard history entries and restores them
- lightweight
- systray docking app
- few requirements
- can be used in Gnome and Windows (and more)
REQUIREMENTS:
-------------
- Qt4
11 years ago
Version 1.7 (2010/01/20)
- ADDED : .deb package
- ADDED : sticky clipboard feature
- ADDED : make install rules
Version 1.6 (2010/01/13)
- FIXED : settings problem in windows
- ADDED : support for images
- ADDED : systray icon's tooltip showing current clipboard content
Version 1.5 (2010/01/08)
- ADDED : a few minor graphical improvements
Version 1.4 (2010/01/06)
- ADDED : clear history button
Version 1.3 (2010/01/04)
- ADDED : translation .ts files
Version 1.2 (2010/01/02)
- simple bugfix release
Version 1.1 (2009/12/31)
- ADDED : selection clipboards feature
- FIXED : qlipper's icon for dialog windows
- FIXED : a little better about dialog
Version 1.0 (launched 2009/12/30)
11 years ago
Version 1.7 (2010/01/20)
- ADDED : .deb package
- ADDED : sticky clipboard feature
- ADDED : make install rules
Version 1.6 (2010/01/13)
- FIXED : settings problem in windows
- ADDED : support for images
- ADDED : systray icon's tooltip showing current clipboard content
Version 1.5 (2010/01/08)
- ADDED : a few minor graphical improvements
Version 1.4 (2010/01/06)
- ADDED : clear history button
Version 1.3 (2010/01/04)
- ADDED : translation .ts files
Version 1.2 (2010/01/02)
- simple bugfix release
Version 1.1 (2009/12/31)
- ADDED : selection clipboards feature
- FIXED : qlipper's icon for dialog windows
- FIXED : a little better about dialog
Version 1.0 (launched 2009/12/30)
ottoshmidt
9 years ago
Report
shura
10 years ago
Report
tonypizza
10 years ago
http://gitorious.org/~pvanek
http://gitorious.org/qlipper
http://code.google.com/p/qlipper/
regards/
Report
shura
10 years ago
Report
reonaydo
11 years ago
Is it possible to add hotkey ?
Report
SanskritFritz
10 years ago
Report
pipaceliny
11 years ago
Report
tonypizza
11 years ago
If you're in the hurry, instructions to make translations work are the following :
1/ edit the .ts file according to your language. Leave it where it is (in the /ts folder).
2/ run "lrelease qclip.pro" from the command line : this will generate .qm files in the /ts folder.
3/ move the .qm file corresponding to your language either in "/usr/share/qlipper/translations/" or "/home/YourUserName/.config/Qlipper/"
4/ app should be translated next time you run it.
Regards/
Report
pejakm
11 years ago
Report
tonypizza
11 years ago
regards/
Report
truefusion
11 years ago
I downloaded version 1.4 and tried to compile it in Windows, but there is a syntax error on line 327 of systrayicon.cpp: "and" should be "&&". The program also closes because it "could not write conf file" (line 24).
Report
tonypizza
11 years ago
I made a few modifications in version 1.5, hope they will solve the problem.
Unfortunately I did not test the program in windows myself, so I'll be happy you tell me.
regards/
Report
truefusion
11 years ago
Another thing, under Windows (not sure about anything greater than XP, though) this program has a problem one of my programs had: popping up the menu with menu->exec() (i.e. when you left click the system tray icon) doesn't make the menu hide when clicking on a random spot on the screen. I know in Linux this is not a problem.
Nice GUI modifications you made, btw.
Report
tonypizza
11 years ago
Which Qt version do you use in Windows ?
I think I'll have a try in windows by myself when I get time. Damn, it is supposed to be cross-platform !
regards/
Report
tonypizza
11 years ago
QSettings::setDefaultFormat ( QSettings::IniFormat );
regards/
Report
truefusion
11 years ago
Report
sxe
11 years ago
I made an archlinux package. You can get it here: http://aur.archlinux.org/packages.php?ID=33340
cya
Report
tonypizza
11 years ago
regards/
Report
pejakm
11 years ago
Could you please add "clear" button so we can clear the clipboard? I've added it myself, but unfortunately, I am not able to make the function work:
http://www.freeimagehosting.net/uploads/242920f233.png
Report
tonypizza
11 years ago
that's possible !
Can you tell me where to find the 'clear' button icon ?
thanks.
Report
pejakm
11 years ago
/usr/share/icons/oxygen/16x16/actions/
(if you have KDE 4 installed). :)
Report
truefusion
11 years ago
Report
pejakm
11 years ago
Report
fr0ster
11 years ago
PS Sorry for my bad english.
Report
Sparrowmelody
11 years ago
However it doesn't seem to work with selection clipboards as well, are they planned for the future?
Report