summaryrefslogtreecommitdiffstats
path: root/examples/agent
Commit message (Collapse)AuthorAgeFilesLines
* Removed empty line at the end of files.Michele Calgaro2022-01-044-4/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* CMake rules adjustments:Slávek Banko2022-01-041-3/+1
| | | | | | | | | | | | | + Use the usual TDESetupPaths macros. + Install libraries according to multi-arch rules. + Use `install( DIRECTORY ... )` for headers in CXX style. + Remove linking unused variables ${..._MOCS}. + Remove linking for indirectly used libraries. + Use private linking for exported CMake targets. + Add the installation of exported CMake targets. + Use keyword TEST for tde_add_check_executable. Signed-off-by: Slávek Banko <[email protected]>
* Use the formatted strings instead of joining the message.Slávek Banko2021-12-301-8/+8
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Code improvements based on c++11 standard (ranged for loops and nullptr).Michele Calgaro2021-12-282-8/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Converted agent example code.Michele Calgaro2021-12-097-163/+216
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* More PolkitTQt1 -> PolkitTQt renaming.Michele Calgaro2021-11-123-9/+9
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* More Qt->TQt conversion and some clean up.Michele Calgaro2021-10-314-14/+14
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Raw Qt->TQt conversion using ↵Michele Calgaro2021-10-305-51/+51
| | | | | | tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. Signed-off-by: Michele Calgaro <[email protected]>
* Initial import from polkit-qt-1 debian snapshot archive.Michele Calgaro2021-10-306-0/+269
https://snapshot.debian.org/package/polkit-qt-1/0.103.0-1/ Signed-off-by: Michele Calgaro <[email protected]>