Staging for my changes to polkit-qt-1 for Hawaii desktop in Fedora

Dario Freddi 5d3fdc79b2 Normalize connect() using Qt's normalize 12 年 前
agent d3c337da01 BUG: 258916 12 年 前
cmake 56883bddb1 Sync FindGObject.cmake with the one in kdelibs. 12 年 前
core 5d3fdc79b2 Normalize connect() using Qt's normalize 12 年 前
examples 5d3fdc79b2 Normalize connect() using Qt's normalize 12 年 前
gui 19fad7d137 Fix code style wherever possible. 13 年 前
includes c84fb6310a Massive renaming to avoid conflicts. That's the last planned big change 14 年 前
test 7810887793 This patch makes polkit-qt-1 use implicitly or explicitly data shared classes instead of bare pointers as before. This grants a better user experience with the API, and a more intelligent memory management. (Patch was created by Dario Freddi) 13 年 前
.gitignore 040176c1ca Add .gitignore file 13 年 前
.reviewboardrc 4c12d78deb Add .reviewboardrc file 13 年 前
AUTHORS 1830339107 Update my email address in the copyright header 14 年 前
CMakeLists.txt 26045cb6da Align version number to polkit's one 12 年 前
COPYING 950b6ad99b We are licensed under LGPL v2.1 15 年 前
INSTALL 919103c6c8 Adding relevant files for packaging, and a Mainpage.dox 15 年 前
Mainpage.dox 304b7bb6b6 Up the version for tag+release 14 年 前
PolkitQt-1Config.cmake.in ded7c16b81 Add CMake Config files to ease package finding when using CMake. 13 年 前
README 919103c6c8 Adding relevant files for packaging, and a Mainpage.dox 15 年 前
README.porting 40021064ae Authors updated, current status reflected in README.porting 14 年 前
TODO 87ffc57d32 Update TODO 14 年 前
polkit-qt-1.pc.cmake 0599c36d43 Use proper variable names for versioning. Also, increase the SOVERSION and handle SOVERSION and library versioning properly. 13 年 前
polkit-qt-agent-1.pc.cmake 0599c36d43 Use proper variable names for versioning. Also, increase the SOVERSION and handle SOVERSION and library versioning properly. 13 年 前
polkit-qt-core-1.pc.cmake 0599c36d43 Use proper variable names for versioning. Also, increase the SOVERSION and handle SOVERSION and library versioning properly. 13 年 前
polkit-qt-gui-1.pc.cmake 0599c36d43 Use proper variable names for versioning. Also, increase the SOVERSION and handle SOVERSION and library versioning properly. 13 年 前
polkitqt1-export.h c84fb6310a Massive renaming to avoid conflicts. That's the last planned big change 14 年 前
polkitqt1-version.h.cmake 0599c36d43 Use proper variable names for versioning. Also, increase the SOVERSION and handle SOVERSION and library versioning properly. 13 年 前

README

Polkit-qt
========

What is Polkit-qt?
------------------
Polkit-qt is a library that lets developers use the PolicyKit API through a nice
Qt-styled API. It is mainly a wrapper around QAction and QAbstractButton that
lets you integrate those two component easily with PolicyKit

This directory contains the sources of the library.

Structure
----------

* cmake/
Contains the cmake checks that are needed to build the library,
and a FindPolkitQt.cmake module.

* .
Contains the sources of the library


See INSTALL for installation instructions.