summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-0816-269/+269
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b05bbf90f3b7b82b722dfc584e9b040b0803d771)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2518-18/+18
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bcf08b15c538ea1181c38e1ef51a2b4f08a92e83)
* This fixes unknown devices to be configured and adds computer as valid ↵Emanoil Kotsev2023-05-241-3/+14
| | | | | | | device type. Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> (cherry picked from commit 15170254359f2f59f8fcfec3cdf3925246e612b1)
* This fixes "Connecting device not working" issue #25Emanoil Kotsev2023-05-241-1/+1
| | | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> (cherry picked from commit 189605f7208c8f990e6a3a7ef2763634767fb6f5)
* Fix issue when multiple devices with the same name are present. This ↵Emanoil Kotsev2023-05-231-0/+11
| | | | | | | resolves issue #24. Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> (cherry picked from commit bf0db26c6cb8094dee5c0234ab95503090b76881)
* Change the German string to English.Slávek Banko2023-05-041-2/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9429fdae5d28be908a64b018bafce918e9e06e93)
* Remove unnecessary accelerators from .ui files.Slávek Banko2023-05-045-81/+0
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 3b3094ac867c01bb4797415893e847b6cf26c87c)
* Change the text of the action for authorization so that it is not joinedSlávek Banko2023-04-282-6/+7
| | | | | | | from multiple strings and therefore translation could be clearer. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 331e531dec9f72e45abedb2a5c71828a9c7d4a78)
* Use find_package( TQtQUI ) to detect TQtQui library.Slávek Banko2023-04-274-77/+22
| | | | | | | | Use tde_setup_dbus to detect and setup DBus. Cleanup unused macros. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit fadb46f704506567b42aab2eeedf8f8947dd3e40)
* Add DBUS_TQT_LIBRARY_DIRS to link_directoriesSlávek Banko2023-04-097-0/+7
| | | | | | to avoid potential linker failure. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix linker failure for tdebluezioslave/{bluetooth,obex}Ray-V2023-04-092-0/+6
| | | | Signed-off-by: Ray-V <ray-v@inbox.lv>
* Fix an unwanted indentation in an error message.Slávek Banko2023-03-301-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Install application icon into common directory.Slávek Banko2023-03-241-2/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix build tdeioslave with hidden visibility.Slávek Banko2023-03-241-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Allow to define an Introspectable interface in XML files.Slávek Banko2023-03-238-26/+11
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* i18n and some minor correctionsEmanoil Kotsev2023-03-2030-220/+222
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Added CMakeL10n rules.Slávek Banko2023-03-0942-1180/+165
| | | | | | | Added template for translations. Added translation of .desktop files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Rename tdeioclient binary to tdebluezioclient.Slávek Banko2023-03-082-8/+7
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Take advantage of automoc support for generated files.Slávek Banko2023-03-072-47/+9
| | | | | | Macro make_moc and its explicit calls is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Updated cmake related code to TDE standard.Michele Calgaro2023-01-255-5/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Based on KDE3 bluez4 version a TDE bluez5 version was createdEmanoil Kotsev2023-01-14150-0/+16197
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>