• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

LICENSES/H03-May-2022-

agent/H03-May-2022-964551

cmake/modules/H19-Jun-2021-1713

core/H03-May-2022-3,0281,624

examples/H03-May-2022-1,068799

gui/H03-May-2022-1,304699

includes/PolkitQt1/H19-Jun-2021-2211

test/H03-May-2022-259170

.gitignoreH A D19-Jun-2021199 2319

AUTHORSH A D19-Jun-2021245 98

INSTALLH A D19-Jun-2021515 2715

Mainpage.doxH A D19-Jun-20214.8 KiB10882

PolkitQt-1Config.cmake.inH A D19-Jun-20212.7 KiB5648

READMEH A D19-Jun-2021568 2416

README.portingH A D19-Jun-2021520 2620

TODOH A D19-Jun-2021170 128

metainfo.yamlH A D19-Jun-2021433 2221

polkit-qt-1.pc.cmakeH A D19-Jun-2021492 1210

polkit-qt-agent-1.pc.cmakeH A D19-Jun-2021389 1210

polkit-qt-core-1.pc.cmakeH A D19-Jun-2021392 1210

polkit-qt-gui-1.pc.cmakeH A D19-Jun-2021417 1210

polkit-qt5-1.pc.cmakeH A D19-Jun-2021492 1210

polkit-qt5-agent-1.pc.cmakeH A D19-Jun-2021391 1210

polkit-qt5-core-1.pc.cmakeH A D19-Jun-2021393 1210

polkit-qt5-gui-1.pc.cmakeH A D19-Jun-2021419 1210

polkitqt1-config.h.cmakeH A D19-Jun-202157 21

polkitqt1-version.h.cmakeH A D19-Jun-20211.7 KiB5443

README

1Polkit-qt
2========
3
4What is Polkit-qt?
5------------------
6Polkit-qt is a library that lets developers use the PolicyKit API through a nice
7Qt-styled API. It is mainly a wrapper around QAction and QAbstractButton that
8lets you integrate those two component easily with PolicyKit
9
10This directory contains the sources of the library.
11
12Structure
13----------
14
15  * cmake/
16      Contains the cmake checks that are needed to build the library,
17      and a FindPolkitQt.cmake module.
18
19  * .
20      Contains the sources of the library
21
22
23See INSTALL for installation instructions.
24

README.porting

1Policy Kit 1 support for polkit-qt
2==================================
3
4This is initial port to PK1.
5
6What's working?
7---------------
8polkit-qt-core
9polkit-qt-gui
10
11TO-DO
12-----
13* polkit-qt-core
14  - temporary authorization handling functions
15  - move from Auth namespace to Authority class?
16  - tests
17
18Documentation
19-------------
20http://fedoraproject.org/wiki/Features/PolicyKitOne
21http://hal.freedesktop.org/docs/polkit/index.html
22
23Porting guide
24-------------
25http://cgit.freedesktop.org/PolicyKit/tree/docs/PORTING-GUIDE
26