Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed setting of CXX_FEATURES at module level since CXX_FEATURES are now ↵ | Michele Calgaro | 2022-01-28 | 3 | -3/+0 |
| | | | | | | enabled at TDE project level. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Use TQT_CMAKE_DIR for installation of exported CMake targets. | Slávek Banko | 2022-01-12 | 1 | -10/+11 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Added project version for r14.1.x branch. | Michele Calgaro | 2022-01-05 | 1 | -0/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed DEB files which will be moved to tde-packaging repo. | Michele Calgaro | 2022-01-05 | 14 | -565/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed empty line at the end of files. | Michele Calgaro | 2022-01-04 | 41 | -43/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | DEB packaging: Install libraries according to multi-arch rules. | Slávek Banko | 2022-01-04 | 5 | -23/+31 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | CMake rules adjustments: | Slávek Banko | 2022-01-04 | 7 | -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 <[email protected]> | ||||
* | Add '_p' into the names of private headers and do not install them. | Slávek Banko | 2022-01-04 | 6 | -11/+5 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Add CXX_FEATURES for libraries to ensure build with at least C++11. | Slávek Banko | 2022-01-04 | 3 | -3/+3 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Use the formatted strings instead of joining the message. | Slávek Banko | 2021-12-30 | 3 | -13/+13 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Raise the minimum required version of CMake to 3.1. | Michele Calgaro | 2021-12-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Code improvements based on c++11 standard (ranged for loops and nullptr). | Michele Calgaro | 2021-12-28 | 21 | -132/+120 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Updated documentation and clean up. | Michele Calgaro | 2021-12-09 | 14 | -282/+59 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Converted agent example code. | Michele Calgaro | 2021-12-09 | 11 | -170/+240 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Converted first part of examples code. | Michele Calgaro | 2021-12-08 | 21 | -747/+661 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed original test folder and add more manual tests. | Michele Calgaro | 2021-11-23 | 6 | -276/+57 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added test framework. | Michele Calgaro | 2021-11-20 | 8 | -0/+326 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | DEB: fixed building in clean chroot environment. | Michele Calgaro | 2021-11-20 | 1 | -6/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Guarded g_object_ref/unref to avoid warning messages when the pointer is NULL. | Michele Calgaro | 2021-11-17 | 6 | -51/+130 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed unnecessary cmake folder. | Michele Calgaro | 2021-11-17 | 13 | -643/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Conversion of 'agent' library module. | Michele Calgaro | 2021-11-16 | 22 | -746/+633 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Conversion of 'gui' library module. | Michele Calgaro | 2021-11-13 | 18 | -970/+1059 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | More PolkitTQt1 -> PolkitTQt renaming. | Michele Calgaro | 2021-11-12 | 29 | -108/+113 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Completed conversion of 'core' library module. | Michele Calgaro | 2021-11-10 | 27 | -1741/+1746 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | More conversion polkitqt1 -> polkit-tqt. | Michele Calgaro | 2021-11-05 | 40 | -512/+442 |
| | | | | | | Started conversion of 'core' library module. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Updated cmake files to allow building the package, although it is just a | Michele Calgaro | 2021-11-01 | 19 | -248/+723 |
| | | | | | | dummy package (not functional). Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | DEB: updated packaging files to TDE standard. | Michele Calgaro | 2021-11-01 | 15 | -85/+359 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | More Qt->TQt conversion and some clean up. | Michele Calgaro | 2021-10-31 | 94 | -992/+644 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Raw Qt->TQt conversion using ↵ | Michele Calgaro | 2021-10-30 | 51 | -765/+765 |
| | | | | | | 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 Calgaro | 2021-10-30 | 110 | -0/+9810 |
https://snapshot.debian.org/package/polkit-qt-1/0.103.0-1/ Signed-off-by: Michele Calgaro <[email protected]> |