Commit Graph

104 Commits (c06fc2bc4e9a2ef8ea3a78085596cf2e0417e1ff)

Author SHA1 Message Date
Michele Calgaro 2f2f4edb3d
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 37ad15ad2c)
2 years ago
Michele Calgaro 43fd0a38af
Replace auto_ptr
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 12c95f5db5)
2 years 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)
2 years 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)
2 years 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)
2 years ago
Michele Calgaro 2d0252be2c
Replace 'Event' #define strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 33b2598a0e)
2 years 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)
2 years ago
Michele Calgaro 521604defa
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6b0cf55d62)
2 years 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)
2 years ago
Michele Calgaro e8e8e54254
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 88de09b6cc)
2 years ago
Michele Calgaro e5cb335358
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0813a2c413)
2 years ago
Michele Calgaro 57951b635e
Drop TQT_TQ*_OBJECT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 03e67cae44)
2 years ago
Michele Calgaro f3d43273fa
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9c40420b26)
2 years ago
Michele Calgaro 5c50dcac16
Removed Qt4 specific code and template files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 60598ea23e)
2 years ago
Michele Calgaro 14334c5428
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 b8cc513c5e)
2 years ago
François Andriot ba5f58bf38 Fix ftbfs on Fedora 34
error: reference to ‘data’ is ambiguous

Signed-off-by: François Andriot <francois.andriot@free.fr>
5 years ago
Michele Calgaro 3e3d9eda9d
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro c113625687
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Slávek Banko fe44776673
Desktop file translations:
+ Creation of POT template for desktop files added to CMakeL10n rules.
+ Added creation of translated desktop files during build.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
aneejit1 462e974d8c Add missing link_directories for TQt
Signed-off-by: aneejit1 <aneejit1@gmail.com>
6 years ago
Michele Calgaro 4f961d77d6
Security: remove support for in KRun which could have allowed execution of malicious code. This is similar to issue TDE/tdelibs#45 for .desktop files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro da6bd0768e
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko 6fa6e46d9d
Fix crash on creating new file if project is not open.
This resolves issue #4.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro b1e66b339b
Adjusted to use new TQStringVariantMap type.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro dd8130b361
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 8672e5d976
Removed unnecessary executable flag. This relates to bug 2153.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro bf5ca79e85
Fixed typedef-related warnings from compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko 6ea09339a5 Fix FTBFS with clang
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
11 years ago
Slávek Banko e073bebe73 Improve berkeley db detection
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
11 years ago
Michele Calgaro e044c54633 Revert to .kdevelop files with <kdevelop> entity name for project files.
This resolves bug 2308.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 years ago
Slávek Banko a323a9c371 Fix incorrectly renamed strings 11 years ago
Michele Calgaro 8b32bdf532 Fixed generation of API documentation. Updated TDevelop API documentation toc file. This relates to bug 1859.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 years ago
Timothy Pearson 6d3dca8384 Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, 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 11 years ago
Timothy Pearson fd06cd80d2 Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance 11 years ago
Timothy Pearson bf9a43f64a Bring undo, redo, find, and revert icons into XDG compliance 11 years ago
Timothy Pearson d06bb8b517 Bring stop, lock, exit, and run icons into XDG compliance 11 years ago
Timothy Pearson f9a9d3f59e Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 11 years ago
Michele Calgaro 6392f5a9df Revert "Finish renaming tdevelop components"
This reverts commit 722ce1efba.
12 years ago
Darrell Anderson 722ce1efba Finish renaming tdevelop components 12 years ago
Slávek Banko e197223420 Additional k => tde renaming and fixes 12 years ago
Darrell Anderson aff903e771 Fix inadvertent renaming. 13 years ago
Timothy Pearson bd3c603465 Rename additional header files to avoid conflicts with KDE4 13 years ago
Timothy Pearson ef5399ae5a Rename common header files for consistency with class renaming 13 years ago
Timothy Pearson b8655e51e3 Rename kcompletionbox 13 years ago
Timothy Pearson d9d612c4a1 Rename KComp to avoid conflicts with KDE4 13 years ago
Timothy Pearson 28cd5374ba Rename KAbout to avoid conflicts with KDE4 13 years ago
Timothy Pearson 799fae5fee Rename KIcon to enhance compatibility with KDE4 13 years ago
Timothy Pearson 5be945600e Rename many classes and header files to avoid conflicts with KDE4 13 years ago
Timothy Pearson e36b30d13d Fix FTBFS 13 years ago
Timothy Pearson f78eb03afb Rename a number of classes to enhance compatibility with KDE4 13 years ago