Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace Qt with TQt | Michele Calgaro | 2023-11-05 | 11 | -48/+48 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ac30f16b60532c3d1ff474177bb36a073d51ceb4) | ||||
* | Replace TQ_*Focus* and TQ_Scale* definesr14.1.1 | Michele Calgaro | 2023-09-03 | 7 | -11/+11 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5665df9602807d84c8de673a2b4101f2e3a9fd89) | ||||
* | Drop TQT_TQ*_OBJECT defines | Michele Calgaro | 2023-08-08 | 2 | -2/+2 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 809cae7dcd9211781f6671f121c552dc3d5061b3) | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-24 | 34 | -78/+78 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit af97112a1a1c815e48080046e495510f41507206) | ||||
* | Drop Qt2's TQSortedList class | Michele Calgaro | 2023-06-19 | 2 | -2/+0 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a0660570a7c965d2863766762eeed1813e987370) | ||||
* | Remove unnecessary accelerators from .ui files. | Michele Calgaro | 2022-09-11 | 2 | -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 Banko | 2022-07-07 | 1 | -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 Banko | 2021-10-29 | 2 | -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 Calgaro | 2020-12-19 | 5 | -10/+4 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Added translations from 'kontact_plugin'. | Michele Calgaro | 2020-11-22 | 1 | -3/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Added translation of .desktop files. | Michele Calgaro | 2020-11-22 | 7 | -168/+41 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Copied translation files to new translations folder. | Michele Calgaro | 2020-11-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop automake build support. | gregory guy | 2020-11-19 | 2 | -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 Calgaro | 2020-09-28 | 4 | -8/+4 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Amend the include/link directories to pick up missing libraries | aneejit1 | 2020-06-25 | 1 | -1/+3 |
| | | | | Signed-off-by: aneejit1 <aneejit1@gmail.com> | ||||
* | Conversion to the cmake building system. | gregory guy | 2020-04-10 | 1 | -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 Banko | 2020-04-10 | 9 | -30/+30 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix support for GCC hidden visibility. | gregory guy | 2020-04-10 | 45 | -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 guy | 2020-04-10 | 1 | -2/+2 |
| | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> | ||||
* | Add includes to UI files to resolve FTBFS. | gregory guy | 2020-04-10 | 1 | -7/+7 |
| | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> | ||||
* | Add a paired constant for WITHOUT_ARTS so that WITH_ARTS can be used | Slávek Banko | 2020-04-10 | 1 | -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 Banko | 2020-03-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Remove unnecessary include file directive. | Michele Calgaro | 2020-03-12 | 1 | -1/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix FTBFS because of redefinition. | Chris | 2020-02-09 | 2 | -3/+1 |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | Fix wrong XDG patch for basket, which resulted in missing icons. | Chris | 2019-12-16 | 1 | -1/+1 |
| | | | | | | This reverts commit 9470cf952085d4e7d22134257d02a04f696453b3. Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | Removed .lsm files. lsm database is outdated and unmaintained. | Michele Calgaro | 2019-09-01 | 1 | -14/+0 |
| | |||||
* | Adjusted to new normalized device icon names in tdelibs. | Michele Calgaro | 2019-07-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-18 | 1 | -0/+3 |
| | | | | | | Update translation template. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix FTBFS caused by commit 698716c1d. | Michele Calgaro | 2018-12-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. | Michele Calgaro | 2018-12-02 | 2 | -3/+4 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 1 | -7/+7 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix automake build dependencies | Slávek Banko | 2018-08-16 | 1 | -0/+4 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix FTBFS with GCC6 | Slávek Banko | 2016-09-03 | 2 | -2/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix invalid headers in PNG files and optimize for size | Timothy Pearson | 2016-07-23 | 9 | -0/+0 |
| | |||||
* | Fix FTBFS with clang | Slávek Banko | 2015-09-27 | 1 | -2/+0 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix hardcoded link to dl library | Slávek Banko | 2015-09-27 | 1 | -5/+5 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fixed previous commit (incorrect character were replaced). | Michele Calgaro | 2015-07-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Update version number to R14.1.0 | Michele Calgaro | 2015-07-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Bring system icon into XDG compliance | Timothy Pearson | 2015-03-26 | 1 | -1/+1 |
| | |||||
* | Fix prior commit | Slávek Banko | 2015-03-05 | 1 | -1/+1 |
| | |||||
* | Fix incorrectly renamed strings | Slávek Banko | 2015-03-05 | 1 | -1/+1 |
| | |||||
* | Rename most device icons to comply with XDG standards | Timothy Pearson | 2015-03-02 | 1 | -1/+1 |
| | |||||
* | Fix stragglers that were not properly renamed in the XDG standardization commitsr14.0.0 | Timothy Pearson | 2014-10-24 | 2 | -2/+2 |
| | |||||
* | Fix exec icon location and bring it into XDG compliance | Timothy Pearson | 2014-10-22 | 2 | -3/+3 |
| | |||||
* | Bring most mimetypes in line with XDG specifications. The following are not ↵ | Timothy Pearson | 2014-10-22 | 3 | -7/+7 |
| | | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown | ||||
* | Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, ↵ | Timothy Pearson | 2014-10-14 | 2 | -9/+9 |
| | | | | text_italic, text_under, text_strike, and spellcheck icons into XDG compliance | ||||
* | Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵ | Timothy Pearson | 2014-10-13 | 2 | -3/+3 |
| | | | | player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance | ||||
* | Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵ | Timothy Pearson | 2014-10-13 | 7 | -24/+24 |
| | | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance | ||||
* | Bring undo, redo, find, and revert icons into XDG compliance | Timothy Pearson | 2014-10-13 | 4 | -5/+5 |
| | |||||
* | Bring up, down, top, and bottom icons into XDG compliance | Timothy Pearson | 2014-10-13 | 1 | -2/+2 |
| |