Michele Calgaro
4aa698f778
Don't use obsolete header kapp.h and fix some renames
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 35a1f25329
)
2 weeks ago
Michele Calgaro
423172b662
Drop Borland compiler specific code
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 31af8fa045
)
3 weeks ago
TDE Gitea
fa6cb919b3
Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD
2 months ago
TDE Gitea
73ab976e24
Reset submodule main/core/tdevelop/admin to latest HEAD
2 months ago
TDE Gitea
13923bec8f
Merge translation files from master branch.
2 months ago
TDE Gitea
031da869b2
Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD
4 months ago
TDE Gitea
63fb5f064b
Reset submodule main/core/tdevelop/admin to latest HEAD
4 months ago
TDE Gitea
c6507e1893
Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD
5 months ago
TDE Gitea
691b739a12
Reset submodule main/core/tdevelop/admin to latest HEAD
5 months ago
TDE Gitea
87921dd0e9
Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD
5 months ago
TDE Gitea
2ca38f8641
Reset submodule main/core/tdevelop/admin to latest HEAD
5 months ago
Michele Calgaro
b018e02054
Replace KDE_DEPRECATED with TDE_DEPRECATED
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f23a964de7
)
6 months ago
Michele Calgaro
7489a97ab5
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit de5478a915
)
7 months ago
TDE Gitea
659897fd6d
Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD
7 months ago
TDE Gitea
6a63022554
Reset submodule main/core/tdevelop/admin to latest HEAD
7 months ago
Slávek Banko
0deb56b46a
Fix FTBFS from prior commit.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2f7afcc7b3
)
7 months ago
Slávek Banko
0d1f19403e
Fix compatibility with C++17.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 616888057d
)
7 months ago
TDE Gitea
cd372fc60e
Merge translation files from master branch.
8 months ago
Michele Calgaro
40fd405ed1
Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 12978a1fe0
)
8 months ago
Michele Calgaro
27159fc6b5
Use centralized cmake version
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 749884499d
)
8 months ago
Michele Calgaro
ce6544d565
cmake files: change keywords to lower case
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ddab719f12
)
9 months ago
Michele Calgaro
0ddca9b843
Replace QT_STATIC_CONST_* with actual definitions
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 88279f93f9
)
9 months ago
Michele Calgaro
6843dff0c8
Simplify code since cmake minimum version is now 3.5
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3636ecf9a4
)
9 months ago
TDE Gitea
c06fc2bc4e
Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD
9 months ago
TDE Gitea
46e3a5fee8
Reset submodule main/core/tdevelop/admin to latest HEAD
9 months ago
Michele Calgaro
2f2f4edb3d
Replace Q_SIGNALS and Q_SLOTS
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 37ad15ad2c
)
10 months ago
Michele Calgaro
43fd0a38af
Replace auto_ptr
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 12c95f5db5
)
10 months ago
Alexander Golubev
c891bb5d06
Fix KDevPluginController::query() with empty constraint
...
When KDevPluginController::query() was called with empty constrain it
were resulting in incorrect query string being passed to TDETrader,
which were resulting in at least warnings like the next one:
```
[tdeio (TDETrader)] [6751] WARNING: Parsing ' and [X-TDevelop-Version] == 5' gave syntax error
```
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit c8d7b46522
)
10 months ago
Michele Calgaro
e4efa087f1
Fix SEGV when hovering on symbols after creating a new project. This resolves issue #40 .
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 46b407f26c
)
10 months ago
Michele Calgaro
0b6a83b773
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 35fbd60457
)
10 months ago
TDE Gitea
19ccb502fc
Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD
11 months ago
TDE Gitea
aa108a273d
Reset submodule main/core/tdevelop/admin to latest HEAD
11 months ago
Michele Calgaro
b9186693ad
Replaced various '#define' with actual strings - part 6
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 61cd5b18f0
)
11 months ago
Michele Calgaro
f12db681be
kdevdesigner: prevent SEGV from invalid pointer. This relates to issue TDE/tqt3#97
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 30ac86e18c
)
12 months ago
Michele Calgaro
ea8f1be465
Replaced various '#define' with actual strings - part 5
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0ac52a652e
)
12 months ago
Michele Calgaro
2d0252be2c
Replace 'Event' #define strings
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 33b2598a0e
)
12 months ago
Michele Calgaro
d31a7027d0
Replaced various '#define' with actual strings - part 4
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 676a13490d
)
1 year ago
Michele Calgaro
8308ebcedc
Replaced various '#define' with actual strings - part 3
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit aefcba8280
)
1 year ago
TDE Gitea
56e6314df8
Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD
1 year ago
TDE Gitea
083ed6b526
Reset submodule main/core/tdevelop/admin to latest HEAD
1 year ago
Michele Calgaro
521604defa
Replace Qt with TQt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6b0cf55d62
)
1 year ago
TDE Gitea
baf125d9b4
Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD
1 year ago
TDE Gitea
0441b49a98
Reset submodule main/core/tdevelop/admin to latest HEAD
1 year ago
Slávek Banko
96ced6efa3
Raise the minimum required version of CMake to 3.5.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 47eaf96142
)
1 year ago
TDE Gitea
aabfc261a8
Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD
1 year ago
TDE Gitea
94df3eee45
Reset submodule main/core/tdevelop/admin to latest HEAD
1 year ago
TDE Gitea
316ef05f44
Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD
1 year ago
TDE Gitea
b1bde99912
Reset submodule main/core/tdevelop/admin to latest HEAD
1 year ago
Michele Calgaro
392b47409a
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d2728dd8db
)
1 year ago
TDE Gitea
2693e2b9a6
Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD
1 year ago