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

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

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.