summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use centralized cmake versionHEADmasterMichele Calgaro2024-03-151-8/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-087-43/+43
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-051-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2010-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use TDE cmake macro to set versionr14.1.0Michele Calgaro2022-06-221-1/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add DBUS_TQT_LIBRARY_DIRS to the link_directoriesaneejit12022-05-031-0/+1
| | | | | | | | Add the library paths for the dbus-1-tqt library to the list of link_directories in the CMakeLists.txt files for the examples subdirectory to cater for the library not being in /usr. Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Add POLKIT_GOBJECT_LIBRARY_DIRS to the link_directoriesaneejit12022-05-033-0/+3
| | | | | | | | 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-283-3/+0
| | | | | | enabled at TDE project level. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use TQT_CMAKE_DIR for installation of exported CMake targets.Slávek Banko2022-01-121-10/+11
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Added project version for r14.1.x branch.Michele Calgaro2022-01-051-0/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed DEB files which will be moved to tde-packaging repo.Michele Calgaro2022-01-0514-565/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed empty line at the end of files.Michele Calgaro2022-01-0441-43/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB packaging: Install libraries according to multi-arch rules.Slávek Banko2022-01-045-23/+31
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* CMake rules adjustments:Slávek Banko2022-01-047-59/+32
| | | | | | | | | | | | | + 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-043-3/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use the formatted strings instead of joining the message.Slávek Banko2021-12-303-13/+13
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Raise the minimum required version of CMake to 3.1.Michele Calgaro2021-12-301-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Code improvements based on c++11 standard (ranged for loops and nullptr).Michele Calgaro2021-12-2821-132/+120
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Updated documentation and clean up.Michele Calgaro2021-12-0914-282/+59
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Converted agent example code.Michele Calgaro2021-12-0911-170/+240
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Converted first part of examples code.Michele Calgaro2021-12-0821-747/+661
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed original test folder and add more manual tests.Michele Calgaro2021-11-236-276/+57
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added test framework.Michele Calgaro2021-11-208-0/+326
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB: fixed building in clean chroot environment.Michele Calgaro2021-11-201-6/+2
| | | | 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-176-51/+130
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unnecessary cmake folder.Michele Calgaro2021-11-1713-643/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Conversion of 'agent' library module.Michele Calgaro2021-11-1622-746/+633
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Conversion of 'gui' library module.Michele Calgaro2021-11-1318-970/+1059
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* More PolkitTQt1 -> PolkitTQt renaming.Michele Calgaro2021-11-1229-108/+113
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Completed conversion of 'core' library module.Michele Calgaro2021-11-1027-1741/+1746
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* More conversion polkitqt1 -> polkit-tqt.Michele Calgaro2021-11-0540-512/+442
| | | | | | 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-0119-248/+723
| | | | | | dummy package (not functional). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB: updated packaging files to TDE standard.Michele Calgaro2021-11-0115-85/+359
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* More Qt->TQt conversion and some clean up.Michele Calgaro2021-10-3194-992/+644
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Raw Qt->TQt conversion using ↵Michele Calgaro2021-10-3051-765/+765
| | | | | | 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-30110-0/+9810
https://snapshot.debian.org/package/polkit-qt-1/0.103.0-1/ Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>