Coder Social home page Coder Social logo

qtaccountsservice's Introduction

Qt Accounts Service

ZenHub.io

IRC Network License GitHub release Build Status Coverity Status GitHub issues Maintained

Qt-style API to use freedesktop.org's AccountsService DBus service.

For more information read here

Dependencies

Qt >= 5.0.0 with at least the following modules is required:

The following modules and their dependencies are required:

Installation

From the root of the repository, run:

mkdir build; cd build
cmake .. -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
make
make install # use sudo if necessary

On the cmake line, you can specify additional configuration parameters:

  • -DCMAKE_INSTALL_PREFIX=/path/to/install (for example, /opt/qtaccountsservice or /usr)
  • -DCMAKE_BUILD_TYPE=<build_type>, where <build_type> is one of:
    • Debug: debug build
    • Release: release build
    • RelWithDebInfo: release build with debugging information

Licensing

Licensed under the terms of the GNU General Public License version 2.1 or, at your option, any later version.

qtaccountsservice's People

Contributors

plfiorini avatar xiangzhai avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

qtaccountsservice's Issues

API Review

Review the API.

  • Remove unnecessary API see #11
  • The API needs to be completely async see #9
  • The library should be called libQt5AccountsService.so - in order to make it parallel installable with a future Qt 6 based version; includes directory and cmake package should also be Qt5AccountsService

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Use new CMake macros for the library

This project was written when a lot of CMake stuff was not available and ECM was not usable.
These days we have nice macros to make libraries with config and generate camel case headers.

Split into two libraries

The UsersModel class introduce a hard-dependency on QtGui, we would probably split this addon in two libraries.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.