Mavridis Philippe
fc7a561ed5
KSpread: New lookup/reference functions
...
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 76f5e81662
)
6 months ago
Mavridis Philippe
979ee566e7
KSpread: Add natural comparison operators.
...
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 4f21f4038f
)
6 months ago
Michele Calgaro
9fa1a9ed2f
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8bc8b24757
)
6 months ago
Michele Calgaro
3723148aa3
Replace Qt with TQt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7a7827396f
)
8 months ago
Michele Calgaro
a50710e67a
Replace Q_WS_* defines with TQ_WS_* equivalents
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 39ecff8fe9
)
9 months ago
Michele Calgaro
e1b37ac193
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c0332621bc
)
10 months ago
Michele Calgaro
757d80a919
Remove various '#define' strings - part 6
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3aab8aa05b
)
11 months ago
Michele Calgaro
9abcf51de9
Replaced various '#define' with actual strings - part 5
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fb6b4d204d
)
11 months ago
Michele Calgaro
5761876d3a
Replace 'Event' #define strings
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d7ae9fb514
)
12 months ago
Michele Calgaro
2891d3c2d5
Replaced various '#define' with actual strings - part 4
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b727f4b3b1
)
12 months ago
Michele Calgaro
f9893e5b16
Replaced various '#define' with actual strings - part 3
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit dcc4dc7a89
)
12 months ago
Michele Calgaro
c8c5e11f05
Replace Qt with TQt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ef06f14f24
)
1 year ago
Michele Calgaro
7b525ca120
Replace TQ_*Focus* and TQ_Scale* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 04e50e547f
)
1 year ago
Michele Calgaro
1607518b8c
Drop TQT_BASE_OBJECT* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a7ea84c976
)
1 year ago
Michele Calgaro
ef14fba42c
Replace Q_OBJECT with TQ_OBJECT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cb59219281
)
1 year ago
Michele Calgaro
462dc85dcb
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 20e4a19b0d
)
1 year ago
Slávek Banko
21c6548234
Update after renaming qt => tqt in PyTQt module.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
Slávek Banko
86480e58ea
Drop python2 support in scripts.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
Slávek Banko
135d005014
Update python scripts for PyTQt.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
Michele Calgaro
b070dc1873
Replaced 'includehints' with 'includes' in *.ui files.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
8b78a8791b
Renaming of files in preparation for code style tools.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro
9aec66a723
Removed code formatting modelines.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro
e5dc5b5be9
Removed explicit usage of the 'register' keyword.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Chris
9b2c6a2830
Fix old upstream URLs for visible parts.
...
Signed-off-by: Chris <xchrisx@uber.space>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Slávek Banko
60f97e3b91
Add CMakeL10n rules.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro
f2b042c804
Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
406bc2a9ec
qt -> tqt conversion:
...
kdeqt -> kdetqt
qtkde -> tqtkde
qtdesigner -> tqtdesigner
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
08647add49
LIB_QT -> LIB_TQT conversion to align to updated admin module
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
23ce56e3ea
Removed unnecessary executable flag.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Ray Vine
c4956ecd02
Fix FTBFS with clang
...
This resolves bug 2897
Signed-off-by: Ray Vine <ray-v@inbox.lv>
7 years ago
Slávek Banko
0b9e390c01
Fix FTBFS with GCC6
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko
a3814fe7ed
Workaround for parallel build
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Timothy Pearson
8848f515d0
Fix invalid headers in PNG files and optimize for size
8 years ago
Slávek Banko
f9f32cc93e
Fix incorrectly renamed strings
10 years ago
Timothy Pearson
1774bba7fa
Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown
10 years ago
Timothy Pearson
285ed33941
Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance
10 years ago
Timothy Pearson
d504497c10
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
10 years ago
Timothy Pearson
db0695cca6
Bring up, down, top, and bottom icons into XDG compliance
10 years ago
Timothy Pearson
50dba11eb8
Bring first and last icons into XDG compliance
10 years ago
Timothy Pearson
fd7a824a66
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
10 years ago
Darrell Anderson
f1ce972ed0
Fix unintended renaming
11 years ago
Darrell Anderson
3ebfa3e637
KDE->TDE branding cleanup.
11 years ago
Slávek Banko
653cf9115f
Fix unintended rename of many various *klist*
12 years ago
Slávek Banko
6907703e86
Fix unintended rename of Checklist
12 years ago
Timothy Pearson
63f984a752
Rename additional header files to avoid conflicts with KDE4
12 years ago
Timothy Pearson
3b6870c6e1
Rename common header files for consistency with class renaming
12 years ago
Timothy Pearson
338af5d52c
Rename KComp to avoid conflicts with KDE4
12 years ago
Timothy Pearson
ea720a87cc
Rename KCmd to avoid conflicts with KDE4
12 years ago
Timothy Pearson
1d4158dd75
Rename KIcon to enhance compatibility with KDE4
12 years ago
Timothy Pearson
2256e553c4
Rename kdisplay for enhanced compatibility with KDE4
12 years ago