
QR Code Generator Plasmoid
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
The QR Code Plasmoid is a plasmoid for KDE 4 that enables the user to quickly
export some selected text in the form of a QR Code.
The purpose is to be able to quickly copy and paste text from the computer to
a mobile phone or other devices.
This plasmoid requires the libqrencode library and doesn't use any web services
so it can work offline.
The best way to use it is to add the Plasmoid to your task bar, not directly
on the desktop.
Features:
---------
- Encode text into a QR Code with a single click
- The text can be taken from the current selection or clipboard
- Save the QR code as image file by clicking on it
Requirements:
-------------
- qrencode library (http://fukuchi.org/works/qrencode/index.en.html)
How to install:
---------------
You can either use the link below to find packages for your distro, or download the source and compile it this way:
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
sudo make install
Another way is to add my OBS repository: http://download.opensuse.org/repositories/home:/PVince81:/projects/
if it has your distro listed. The repository also contains a build of qrencode.
9 years ago
0.1
- Initial version
0.2
- Fixed startup issues
- Added UTF-8 support
0.2.1
- Fixed compile error for 64 bits architecture
9 years ago
0.1
- Initial version
0.2
- Fixed startup issues
- Added UTF-8 support
0.2.1
- Fixed compile error for 64 bits architecture
mafuan
5 years ago
_______________________________________________________________
http://www.onbarcode.com/products/java_barcode/barcodes/qrcode.html
Report
hongdida
5 years ago
-----------------------
http://www.keepdynamic.com/java-barcode/barcode/qr-code.shtml
Report
hongdida
5 years ago
___________________________________________
http://www.keepdynamic.com/java-barcode/barcode/qr-code.shtml
Report
lemmy04
6 years ago
Report
tcat
8 years ago
So its overall 85% from me, since it's the only plasmoid I found and easy to use. The TODO list is valid btw. hope you will work on it.
Report
PVince81
8 years ago
I'm glad to hear that my plasmoid is useful :-)
The reason I wrote it is also because I didn't like to have to be online to generate QR codes.
Report
tcat
8 years ago
Report