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

Dario Freddi 5d3fdc79b2 Normalize connect() using Qt's normalize 12 jaren geleden
agent d3c337da01 BUG: 258916 12 jaren geleden
cmake 56883bddb1 Sync FindGObject.cmake with the one in kdelibs. 12 jaren geleden
core 5d3fdc79b2 Normalize connect() using Qt's normalize 12 jaren geleden
examples 5d3fdc79b2 Normalize connect() using Qt's normalize 12 jaren geleden
gui 19fad7d137 Fix code style wherever possible. 13 jaren geleden
includes c84fb6310a Massive renaming to avoid conflicts. That's the last planned big change 14 jaren geleden
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 jaren geleden
.gitignore 040176c1ca Add .gitignore file 13 jaren geleden
.reviewboardrc 4c12d78deb Add .reviewboardrc file 13 jaren geleden
AUTHORS 1830339107 Update my email address in the copyright header 14 jaren geleden
CMakeLists.txt 26045cb6da Align version number to polkit's one 12 jaren geleden
COPYING 950b6ad99b We are licensed under LGPL v2.1 15 jaren geleden
INSTALL 919103c6c8 Adding relevant files for packaging, and a Mainpage.dox 15 jaren geleden
Mainpage.dox 304b7bb6b6 Up the version for tag+release 14 jaren geleden
PolkitQt-1Config.cmake.in ded7c16b81 Add CMake Config files to ease package finding when using CMake. 13 jaren geleden
README 919103c6c8 Adding relevant files for packaging, and a Mainpage.dox 15 jaren geleden
README.porting 40021064ae Authors updated, current status reflected in README.porting 14 jaren geleden
TODO 87ffc57d32 Update TODO 14 jaren geleden
polkit-qt-1.pc.cmake 0599c36d43 Use proper variable names for versioning. Also, increase the SOVERSION and handle SOVERSION and library versioning properly. 13 jaren geleden
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 jaren geleden
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 jaren geleden
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 jaren geleden
polkitqt1-export.h c84fb6310a Massive renaming to avoid conflicts. That's the last planned big change 14 jaren geleden
polkitqt1-version.h.cmake 0599c36d43 Use proper variable names for versioning. Also, increase the SOVERSION and handle SOVERSION and library versioning properly. 13 jaren geleden

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.