summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-201-1/+1
| | | | 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-0412-12/+0
| | | | 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 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-285-74/+74
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Updated documentation and clean up.Michele Calgaro2021-12-091-5/+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-174-47/+122
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Conversion of 'agent' library module.Michele Calgaro2021-11-161-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* More PolkitTQt1 -> PolkitTQt renaming.Michele Calgaro2021-11-122-6/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Completed conversion of 'core' library module.Michele Calgaro2021-11-1018-1677/+1706
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* More conversion polkitqt1 -> polkit-tqt.Michele Calgaro2021-11-0516-406/+352
| | | | | | 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-22/+148
| | | | | | dummy package (not functional). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* More Qt->TQt conversion and some clean up.Michele Calgaro2021-10-3113-113/+113
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Raw Qt->TQt conversion using ↵Michele Calgaro2021-10-3012-237/+237
| | | | | | 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-3013-0/+3064
https://snapshot.debian.org/package/polkit-qt-1/0.103.0-1/ Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>