summaryrefslogtreecommitdiffstats
path: root/kspread
Commit message (Collapse)AuthorAgeFilesLines
* Replace TRUE/FALSE with boolean values true/falser14.1.4Michele Calgaro2025-04-0327-409/+409
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cf85b9c285a2b9baa87c9d0cb9d683b48e82a475)
* Remove unnecessary kprocio.h inclusionMichele Calgaro2024-12-161-1/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 33cfbc7c0184032381b243450c653385db693e87)
* KSpread: New lookup/reference functionsMavridis Philippe2024-05-182-2/+123
| | | | | | | | | | | | Adds reference functions HLOOKUP, VLOOKUP. Import from Calligra revision 1134327. Authors: Stefan Nikolaus <stefan.nikolaus@kdemail.net> Sebastian Sauer <mail@dipe.org> Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 76f5e81662ade526958e24dee91adaf03a294c72)
* KSpread: Add natural comparison operators.Mavridis Philippe2024-05-182-3/+79
| | | | | | | | | Natural comparison does not depend on the type of data (whether it's a string or a number). Based on Calligra Sheets code originally from revision 551470. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 4f21f4038f558fa330c307cc3745d6c3568b8b56)
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-072-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8bc8b24757e1cdf11d60bbeea3c7eaac7e4b8dd0)
* Replace Qt with TQtMichele Calgaro2024-03-225-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7a7827396f90ad06945cd5a367f93d8ffd380e0f)
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-141-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 39ecff8fe9f78f3363caa0dd1bca64d68dd178b0)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1344-692/+692
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c0332621bc998c9786f4841e86a62b7711fe4abf)
* Remove various '#define' strings - part 6Michele Calgaro2023-12-244-152/+152
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3aab8aa05b954b80e336517f93463a9b5f50f3d6)
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-055-9/+9
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fb6b4d204d1155fa3a1bc7a128873340db1524f7)
* Replace 'Event' #define stringsMichele Calgaro2023-11-301-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d7ae9fb514226c126e04cfe4f34800beb9f4ea19)
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-261-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b727f4b3b1957bec28a350575237b93f8f278cdb)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-243-10/+10
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0)
* Replace Qt with TQtMichele Calgaro2023-11-1632-243/+243
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ef06f14f2475bd08d3ea2ceec54a7b2238f3554e)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-033-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 04e50e547f8ed2d6db996bc4816179fa962bd6b1)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-185-83/+83
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a7ea84c97639f635d798348432f355e3ac496a1d)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2252-88/+88
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cb59219281a9666896ee96b02a487bbc0206082d)
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-133-6/+6
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 20e4a19b0d7cc800d57be50c56d69023adae4046)
* Update after renaming qt => tqt in PyTQt module.Slávek Banko2023-01-232-164/+164
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop python2 support in scripts.Slávek Banko2023-01-222-62/+65
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update python scripts for PyTQt.Slávek Banko2023-01-222-165/+173
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-034-24/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Renaming of files in preparation for code style tools.Michele Calgaro2021-05-29114-78/+77
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-296-6/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-8/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix old upstream URLs for visible parts.Chris2019-07-162-4/+2
| | | | | Signed-off-by: Chris <xchrisx@uber.space> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add CMakeL10n rules.Slávek Banko2019-01-084-0/+38
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.Michele Calgaro2018-12-021-10/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-281-1/+1
| | | | | | | | kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-174-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unnecessary executable flag.Michele Calgaro2018-09-013-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with clangRay Vine2018-05-221-0/+2
| | | | | | This resolves bug 2897 Signed-off-by: Ray Vine <ray-v@inbox.lv>
* Fix FTBFS with GCC6Slávek Banko2016-09-031-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Workaround for parallel buildSlávek Banko2016-08-211-0/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-23118-0/+0
|
* Fix incorrectly renamed stringsSlávek Banko2015-03-055-19/+19
|
* Repair mimetype icon usage, part 1. The following are not fully verified in ↵Timothy Pearson2014-10-221-1/+1
| | | | source as of this commit due to ubiquity: info, unknown
* Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, ↵Timothy Pearson2014-10-142-7/+7
| | | | text_italic, text_under, text_strike, and spellcheck icons into XDG compliance
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-133-4/+4
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring up, down, top, and bottom icons into XDG complianceTimothy Pearson2014-10-131-1/+1
|
* Bring first and last icons into XDG complianceTimothy Pearson2014-10-121-2/+2
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-112-2/+2
| | | | match XDG specifications
* Fix unintended renamingDarrell Anderson2014-02-161-6/+6
|
* KDE->TDE branding cleanup.Darrell Anderson2013-12-263-3/+3
|
* Fix unintended rename of many various *klist*Slávek Banko2013-02-191-4/+4
|
* Fix unintended rename of ChecklistSlávek Banko2013-02-193-7/+7
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1560-78/+78
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-1416-17/+17
|
* Rename KComp to avoid conflicts with KDE4Timothy Pearson2013-02-074-5/+5
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-2/+2
|