summaryrefslogtreecommitdiffstats
path: root/tdeabc
Commit message (Collapse)AuthorAgeFilesLines
* Simplify code since cmake minimum version is now 3.5Michele Calgaro2024-02-151-6/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3fef2883847ae38f1b55e9a1d09f1a908a81f4b1)
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-151-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 03aa7238b34bb438632b6d572b008e32960f0895)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1522-165/+165
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ba3b5b77e1a430dc7197df20872ba46ce2fb6fa7)
* Replace various '#define' strings - part 6Michele Calgaro2023-12-261-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d5688771d8a6837975be512ee37f61bad7dbd345)
* Replaced various '#define' with actual strings - part 2Michele Calgaro2023-11-231-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d42f9ae842840a825c4ad4f7341f82003127c8f6)
* Replace Qt with TQtMichele Calgaro2023-11-159-11/+11
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c8ece3630d4d21acaf1749fc2cf660a0463070c3)
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-253-6/+6
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4c0dae60b2fbc60996fc8f4bd29ee6219b869527)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-041-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1e5d5c92c374c8c950f01fa5aa916b3f722f98c1)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-181-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 48b07a0ff120e8b4479bcac912d8a8f043e22ae4)
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-091-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 23278d259378e17087bf9aeaa5e45974dfb74bce)
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-084-7/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c0b74ba868682f39c41a9f70ae11297425b711e1)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2022-26/+26
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8eb500c4e81229a9853e2f9bac4f39450083f3d7)
* tdeabc/vcard: integrated "generated" partial header files into the place ↵Michele Calgaro2020-12-1979-1314/+875
| | | | | | | | where they are actually used. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Simplify CMake rules for desktop file translations.Slávek Banko2020-06-256-7/+7
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Desktop file translations:Slávek Banko2020-06-0716-525/+44
| | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop explicit dependencies on dcopidl and dcopidl2cpp,Slávek Banko2020-06-071-1/+1
| | | | | | | because thanks to the replacement of KDE3 CMake macros with TDE macros, this is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-302-9/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add CMakeL10n rules.Slávek Banko2018-12-098-0/+24
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-179-28/+28
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* testing: fix execution of test tdeabc/vcardparser/testread2 with CMake older ↵Slávek Banko2017-01-301-0/+6
| | | | | | than 2.8.4 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* testing: fix utf8 handling in tdeabc/testread2Slávek Banko2017-01-291-0/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* testing: disable tdeabc/testldapclientSlávek Banko2017-01-291-1/+1
| | | | | | | Test requires running TDE session and access to a foreign ldap server on the Internet. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* testing: add TEST argument to tde_add_check_executable() macroAlexander Golubev2017-01-291-2/+1
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* tdeabc: update the tests for vcardparser to run them in a new wayAlexander Golubev2017-01-292-40/+18
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* tdeabc: make the testldapclient app non-guiAlexander Golubev2017-01-291-1/+1
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Include module into test namesAlexander Golubev2017-01-291-1/+1
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Add tdeabc tests to cmakeAlexander Golubev2017-01-291-79/+18
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Fix a couple of harmless warningsAlexander Golubev2017-01-291-1/+1
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Fix FTBFS with clangSlávek Banko2016-11-121-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS on vcardparser tests from prior commitSlávek Banko2016-09-272-36/+17
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed vcardparser tests during building. This resolves bug 2695.Emanoil Kotsev2016-09-263-5/+16
| | | | | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> Removed not-required part of the patch from original Emanoil's patch (empty spaces at the end of line) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix utf8 support in tdeabc vCard parserEmanoil Kotsev2016-05-2916-84/+783
| | | | | | This resolves bug 2625 Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* cmake: Add tdeabc testsSlávek Banko2016-05-298-16/+139
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* tdeabc: fixed birthday assignment in VCardTool. This relates to bug 2613.E. Kotsev2016-04-031-3/+6
| | | | | Signed-off-by: E. Kotsev <deloptes@yahoo.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed ISO8601 parsing in VCardTool. This relates to bug 2613.Michele Calgaro2016-03-241-19/+82
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-221-1/+1
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-116-6/+6
| | | | match XDG specifications
* Add the following patch from Bug 1499Timothy Pearson2014-10-072-0/+20
| | | | tdelibs: add postofficebox suppot in tdeabc
* Fix dependencies in CMake targetsSlávek Banko2014-10-071-1/+8
|
* Revert commit 1d498994Slávek Banko2014-04-056-6/+0
|
* Include xrender library directory when linkingTimothy Pearson2014-04-026-0/+6
| | | | This relates to Bug 1199
* Finish renaming kresources->tderesources.Darrell Anderson2014-02-146-6/+6
|
* Fix tdecore directories of linked librariesSlávek Banko2014-01-211-1/+1
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-03131-263/+263
|
* Rename KABC namespaceTimothy Pearson2013-02-20140-330/+330
|
* Fix FTBFSTimothy Pearson2013-02-163-8/+8
|
* Rename additional kabc filesTimothy Pearson2013-02-1624-88/+88
|
* Fix FTBFSTimothy Pearson2013-02-163-10/+10
|
* Fix build system references to kabcTimothy Pearson2013-02-1616-48/+48
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-15316-0/+50542