Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use tdeprocess.hHEADmaster | Michele Calgaro | 2024-12-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename KUniqueApplication to TDEUniqueApplication | Michele Calgaro | 2024-11-20 | 6 | -13/+13 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Remove detection of tqtqui library | Michele Calgaro | 2024-10-30 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace kdemacros.h with tdemacros.h | Michele Calgaro | 2024-07-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT | Michele Calgaro | 2024-05-03 | 8 | -8/+8 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace Qt with TQt | Michele Calgaro | 2024-03-26 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-05 | 16 | -269/+269 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 18 | -18/+18 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | This fixes unknown devices to be configured and adds computer as valid ↵ | Emanoil Kotsev | 2023-05-24 | 1 | -3/+14 |
| | | | | | | device type. Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> | ||||
* | This fixes "Connecting device not working" issue #25 | Emanoil Kotsev | 2023-05-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> | ||||
* | Fix issue when multiple devices with the same name are present. This ↵ | Emanoil Kotsev | 2023-05-22 | 1 | -0/+11 |
| | | | | | | resolves issue #24. Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> | ||||
* | Change the German string to English. | Slávek Banko | 2023-05-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Remove unnecessary accelerators from .ui files. | Slávek Banko | 2023-05-04 | 5 | -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 joined | Slávek Banko | 2023-04-27 | 2 | -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 Banko | 2023-04-24 | 4 | -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_directories | Slávek Banko | 2023-04-09 | 7 | -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-V | 2023-04-09 | 2 | -0/+6 |
| | | | | Signed-off-by: Ray-V <ray-v@inbox.lv> | ||||
* | Fix an unwanted indentation in an error message. | Slávek Banko | 2023-03-30 | 1 | -2/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Install application icon into common directory. | Slávek Banko | 2023-03-24 | 1 | -2/+4 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix build tdeioslave with hidden visibility. | Slávek Banko | 2023-03-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Allow to define an Introspectable interface in XML files. | Slávek Banko | 2023-03-23 | 8 | -26/+11 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | i18n and some minor corrections | Emanoil Kotsev | 2023-03-20 | 30 | -220/+222 |
| | | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> | ||||
* | Added CMakeL10n rules. | Slávek Banko | 2023-03-09 | 42 | -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 Banko | 2023-03-08 | 2 | -8/+7 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Take advantage of automoc support for generated files. | Slávek Banko | 2023-03-07 | 2 | -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 Calgaro | 2023-01-25 | 5 | -5/+7 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Based on KDE3 bluez4 version a TDE bluez5 version was created | Emanoil Kotsev | 2023-01-14 | 150 | -0/+16197 |
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> |