summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Replace Qt with TQtMichele Calgaro2024-03-052-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-021-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-0430-437/+437
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove various '#define' strings - part 6Michele Calgaro2023-12-1410-138/+138
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-032-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-261-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-243-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-0511-48/+48
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-027-11/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-082-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2034-78/+78
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop Qt2's TQSortedList classMichele Calgaro2023-06-192-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unnecessary accelerators from .ui files.Michele Calgaro2022-09-112-12/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix crash on moving or coping the note while the selection is empty.Slávek Banko2022-07-071-2/+2
| | | | | | This resolves issue #11. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Prevent null pointer deference in methods for selection.Slávek Banko2021-10-292-1/+14
| | | | | | This resolves the crash when exporting the Basket archive. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove reference to old basket.kde.org website. This resolves issue #9.Michele Calgaro2020-12-195-10/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added translations from 'kontact_plugin'.Michele Calgaro2020-11-221-3/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added translation of .desktop files.Michele Calgaro2020-11-227-168/+41
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Copied translation files to new translations folder.Michele Calgaro2020-11-221-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop automake build support.gregory guy2020-11-192-119/+5
| | | | | | | | | Add basic cmake build instructions. Delete empty files ChangeLog, NEWS and TODO. Rework of the README file. Update some cmake files with latest macros. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Removed code formatting modelines.Michele Calgaro2020-09-284-8/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Amend the include/link directories to pick up missing librariesaneejit12020-06-251-1/+3
| | | | Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Conversion to the cmake building system.gregory guy2020-04-101-0/+138
| | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Added controlled conversions to char* instead of automatic ascii conversions.Slávek Banko2020-04-109-30/+30
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix support for GCC hidden visibility.gregory guy2020-04-1045-36/+152
| | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix build with libart support.gregory guy2020-04-101-2/+2
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Add includes to UI files to resolve FTBFS.gregory guy2020-04-101-7/+7
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Add a paired constant for WITHOUT_ARTS so that WITH_ARTS can be usedSlávek Banko2020-04-101-11/+10
| | | | | | | in the code without double negation. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Fix using KSvgIconEngine to load an image for icon.Slávek Banko2020-03-121-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove unnecessary include file directive.Michele Calgaro2020-03-121-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS because of redefinition.Chris2020-02-092-3/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix wrong XDG patch for basket, which resulted in missing icons.Chris2019-12-161-1/+1
| | | | | | This reverts commit 9470cf952085d4e7d22134257d02a04f696453b3. Signed-off-by: Chris <xchrisx@uber.space>
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-011-14/+0
|
* Adjusted to new normalized device icon names in tdelibs.Michele Calgaro2019-07-091-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add CMakeL10n rules.Slávek Banko2018-12-181-0/+3
| | | | | | Update translation template. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS caused by commit 698716c1d.Michele Calgaro2018-12-021-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.Michele Calgaro2018-12-022-3/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix automake build dependenciesSlávek Banko2018-08-161-0/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS with GCC6Slávek Banko2016-09-032-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-239-0/+0
|
* Fix FTBFS with clangSlávek Banko2015-09-271-2/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix hardcoded link to dl librarySlávek Banko2015-09-271-5/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed previous commit (incorrect character were replaced).Michele Calgaro2015-07-121-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update version number to R14.1.0Michele Calgaro2015-07-121-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Bring system icon into XDG complianceTimothy Pearson2015-03-261-1/+1
|
* Fix prior commitSlávek Banko2015-03-051-1/+1
|
* Fix incorrectly renamed stringsSlávek Banko2015-03-051-1/+1
|
* Rename most device icons to comply with XDG standardsTimothy Pearson2015-03-021-1/+1
|
* Fix stragglers that were not properly renamed in the XDG standardization commitsr14.0.0Timothy Pearson2014-10-242-2/+2
|