All Projects → DarkHobbit → doublecontact

DarkHobbit / doublecontact

Licence: GPL-3.0, GPL-2.0 licenses found Licenses found GPL-3.0 COPYING GPL-2.0 COPYING.old
Offline DE-independent Qt-based contact manager primarily for phonebooks editing/merging. Beta.

Programming Languages

C++
36643 projects - #6 most used programming language
QMake
1090 projects
Inno Setup
370 projects
shell
77523 projects
Batchfile
5799 projects
CMake
9771 projects

Projects that are alternatives of or similar to doublecontact

csv2vcf
🔧 Simple script in python to convert CSV files to VCF
Stars: ✭ 66 (+65%)
Mutual labels:  vcard
xnote
个人知识库+工具箱
Stars: ✭ 75 (+87.5%)
Mutual labels:  pim
pimcore-magento2-bridge
Pimcore module for Magento 2 integration
Stars: ✭ 33 (-17.5%)
Mutual labels:  pim
offPIM
Decentralized, Offline-first, Personal Information Manager (PIM) using PouchDB/CouchDB. Includes task-, note-, and contact-management, as well as journaling.
Stars: ✭ 63 (+57.5%)
Mutual labels:  pim
QRCode-Generator-PHP-Class
🚀 QRCode PHP class (library). QR Code Generator using vCard 4.0 and the Google Chart API
Stars: ✭ 91 (+127.5%)
Mutual labels:  vcard
AdvancedCsvConnectorBundle
Advanced CSV Connector Bundle for Akeneo
Stars: ✭ 19 (-52.5%)
Mutual labels:  pim
tsdav
WebDAV, CALDAV, and CARDDAV client for Nodejs and the Browser
Stars: ✭ 33 (-17.5%)
Mutual labels:  vcard
create-vcard
Create a vCard from an object. Simple wrapper around vcards-js.
Stars: ✭ 13 (-67.5%)
Mutual labels:  vcard
backend
Ergonode backend repository
Stars: ✭ 100 (+150%)
Mutual labels:  pim
Python-Image-Morpher
Python Image Morpher (PIM) is a program that blends images to your content!
Stars: ✭ 97 (+142.5%)
Mutual labels:  pim
vcard2to3
Convert vcards from version 2.1 to version 3.0
Stars: ✭ 135 (+237.5%)
Mutual labels:  vcard
pim6sd
PIM for IPv6 sparse mode daemon
Stars: ✭ 15 (-62.5%)
Mutual labels:  pim
DEVGUIDE
CalConnect project to provide documentation on Calendaring and related issues.
Stars: ✭ 17 (-57.5%)
Mutual labels:  vcard
laravel-vcard
A fluent builder class for vCard files.
Stars: ✭ 29 (-27.5%)
Mutual labels:  vcard
vcard-creator
A JavaScript vCard creator library for both Node.js and the web
Stars: ✭ 17 (-57.5%)
Mutual labels:  vcard
frontend
For seeing Ergonode in action please book a demo https://www.ergonode.com/book-a-demo
Stars: ✭ 122 (+205%)
Mutual labels:  pim
org-contacts2vcard
Converting Emacs Org-mode org-contacts contact information to VCard format suitable for importing to Android 4.4
Stars: ✭ 21 (-47.5%)
Mutual labels:  pim
notes
我的笔记
Stars: ✭ 21 (-47.5%)
Mutual labels:  pim
SchemaMapper
A .NET class library that allows you to import data from different sources into a unified destination
Stars: ✭ 41 (+2.5%)
Mutual labels:  vcard
calcardbackup
calcardbackup: moved to https://codeberg.org/BernieO/calcardbackup
Stars: ✭ 67 (+67.5%)
Mutual labels:  vcard

DoubleContact Travis CI Coverity Scan Build Status

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.

Build

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.

Build instructions

Ubuntu

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

Help

User manual

DoubleContact user manual is available on Github.

Translations

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).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].