summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use tdeprocess.hHEADmasterMichele Calgaro2024-12-021-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename KUniqueApplication to TDEUniqueApplicationMichele Calgaro2024-11-206-13/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove detection of tqtqui libraryMichele Calgaro2024-10-302-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-011-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-038-8/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2024-03-262-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-0516-269/+269
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2018-18/+18
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* This fixes "Connecting device not working" issue #25Emanoil Kotsev2023-05-241-1/+1
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Fix issue when multiple devices with the same name are present. This ↵Emanoil Kotsev2023-05-221-0/+11
| | | | | | resolves issue #24. Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Change the German string to English.Slávek Banko2023-05-041-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove unnecessary accelerators from .ui files.Slávek Banko2023-05-045-81/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Change the text of the action for authorization so that it is not joinedSlávek Banko2023-04-272-6/+7
| | | | | | from multiple strings and therefore translation could be clearer. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use find_package( TQtQUI ) to detect TQtQui library.Slávek Banko2023-04-244-77/+22
| | | | | | | Use tde_setup_dbus to detect and setup DBus. Cleanup unused macros. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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>