summaryrefslogtreecommitdiffstats
path: root/agent
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-203-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add POLKIT_GOBJECT_LIBRARY_DIRS to the link_directoriesaneejit12022-05-031-0/+1
| | | | | | | | Add the library paths for the glib/gobject libraries to the list of link_directories in the CMakeLists.txt files for core, gui, and agent subdirectories to cater for glib not being in /usr. Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Removed setting of CXX_FEATURES at module level since CXX_FEATURES are now ↵Michele Calgaro2022-01-281-1/+0
| | | | | | enabled at TDE project level. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed empty line at the end of files.Michele Calgaro2022-01-044-5/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* CMake rules adjustments:Slávek Banko2022-01-041-3/+4
| | | | | | | | | | | | | + 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 <slavek.banko@axis.cz>
* Add '_p' into the names of private headers and do not install them.Slávek Banko2022-01-046-11/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add CXX_FEATURES for libraries to ensure build with at least C++11.Slávek Banko2022-01-041-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Code improvements based on c++11 standard (ranged for loops and nullptr).Michele Calgaro2021-12-287-25/+23
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Updated documentation and clean up.Michele Calgaro2021-12-091-7/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Guarded g_object_ref/unref to avoid warning messages when the pointer is NULL.Michele Calgaro2021-11-171-2/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Conversion of 'agent' library module.Michele Calgaro2021-11-1614-709/+592
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* More PolkitTQt1 -> PolkitTQt renaming.Michele Calgaro2021-11-129-27/+27
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* More conversion polkitqt1 -> polkit-tqt.Michele Calgaro2021-11-051-1/+1
| | | | | | Started conversion of 'core' library module. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Updated cmake files to allow building the package, although it is just aMichele Calgaro2021-11-013-17/+143
| | | | | | dummy package (not functional). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* More Qt->TQt conversion and some clean up.Michele Calgaro2021-10-319-100/+100
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Raw Qt->TQt conversion using ↵Michele Calgaro2021-10-308-95/+95
| | | | | | tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Initial import from polkit-qt-1 debian snapshot archive.Michele Calgaro2021-10-309-0/+1087
https://snapshot.debian.org/package/polkit-qt-1/0.103.0-1/ Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>