Offline DE-independent contact manager primarily for phonebooks editing/merging.
License: GPLv3 or above. (Some parts of code, except NBU support can be distributed under GPLv2.)
Language: C++.
Libraries: Qt4/5.
Use qmake for build doublecontact. Project all.pro in repo root builds both GUI (doublecontact) and console (contconv) application.
Repo also contains config files for cmake, but currently it isn't usable. Use qmake.
sudo apt-get install qt4-qmake
git clone https://github.com/DarkHobbit/doublecontact.git
cd doublecontact
qmake
make
For Qt5, you may need install zlib before qmake. For example, for Debian:
sudo apt-get install zlib1g-dev
DoubleContact user manual is available on Github.
Please, use Weblate if you want to translate program on a new language.
Please, don't place ellipsis and other non-latin character in source files directly. Place this into translation files (including English).