summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* 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 <[email protected]> (cherry picked from commit 0ba61b9a6bba6de74357bed8e7808b7d3c8561af)
* Removed empty line at the end of files.Michele Calgaro2022-01-0411-11/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* CMake rules adjustments:Slávek Banko2022-01-042-6/+3
| | | | | | | | | | | | | + 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-303-13/+13
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Code improvements based on c++11 standard (ranged for loops and nullptr).Michele Calgaro2021-12-283-10/+7
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Updated documentation and clean up.Michele Calgaro2021-12-093-6/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Converted agent example code.Michele Calgaro2021-12-0910-170/+239
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Converted first part of examples code.Michele Calgaro2021-12-0813-684/+599
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Conversion of 'gui' library module.Michele Calgaro2021-11-131-10/+10
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* More PolkitTQt1 -> PolkitTQt renaming.Michele Calgaro2021-11-125-12/+12
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* More Qt->TQt conversion and some clean up.Michele Calgaro2021-10-3111-62/+62
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Raw Qt->TQt conversion using ↵Michele Calgaro2021-10-3011-171/+171
| | | | | | 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-3026-0/+1635
https://snapshot.debian.org/package/polkit-qt-1/0.103.0-1/ Signed-off-by: Michele Calgaro <[email protected]>