Commit Graph

66 Commits (065201c1ba96221cd0ea750468b785926a5c94cc)

Author SHA1 Message Date
Michele Calgaro a4241b7911
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro c4a6487c82
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 100f977221
Replace various tq* strings with TQt::* equivalents
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 814bf5fc4f
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 22625693f1
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>
2 years ago
Slávek Banko e031e12d06
Respect build option WITH_TDEHWLIB, otherwise it can lead to FTBFS in special cases.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko 48ddee7ba8
Update CMake rules to change tdehw library to standalone.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Michele Calgaro 145abc15d5
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Slávek Banko 2f706891f3
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 036992eec5 Add missing include/link directories
In an environment where not everything is in /usr...

- drkonqi/CMakeLists.txt requires the libr library path to be specified.

- nsplugins/viewer/CMakeLists.txt requires the glib library path to be specified.

- tdm/backend/CMakeLists.txt was missing the include and link directories for libXau and libXDMCP.

- twin/compton-tde/CMakeLists.txt was missing include and link directories for the optionally selected libraries (libconfig, Xinerama, XRandR, OpenGL and PCRE).

Signed-off-by: aneejit1 <aneejit1@gmail.com>
5 years ago
Slávek Banko 6a194d1435
Fix FTBFS due to missing linked libraries.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Slávek Banko cef8c56343
Fix typos in texts.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko b95b665c78
Add CMakeL10n rules.
Update TIMEZONES list.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro 3822225bbb
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 887cea6320
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Timothy Pearson 09dce5e19f Fix invalid headers in PNG files and optimize for size 9 years ago
Slávek Banko 107220694f Allow contitional build with tdehwlib
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
11 years ago
Timothy Pearson ab197a37e3 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 d418100988 Force redraw of desktop shadows
This resolves Bug 1807
Do not abort DrKonqi if a library file could not be opened for SCM analysis
11 years ago
Timothy Pearson 6b44e844a3 Fix backtrace submission 11 years ago
Timothy Pearson de1901f3ab Fix incorrect crash report hash calculation
Allow saving of an offline crash report for later upload if crash reporting server is unavailable
11 years ago
Timothy Pearson 39808986b1 Add preliminary support for uploading crash reports to a central server without requiring Bugzilla 11 years ago
Timothy Pearson 71be0ee5d4 Extract and include any pertinent SCM metadata from the crashed application in its crash report 11 years ago
Darrell Anderson d4c4140b66 Add end-of-file newlines. 11 years ago
Slávek Banko 3e88ddfbc3 Additional k => tde renaming and fixes 12 years ago
Timothy Pearson c12a32aec0 Properly obtain threading debug information in TDE crash handler
Fix potential TDE crash handler lockup uncer certain circumstances
Enhance crashtest program with three threads
12 years ago
Timothy Pearson 1fbdb78d93 Update drkonqi to collect data on threaded programs and CPU type/speed/core number 12 years ago
Timothy Pearson 77cbe84cb6 Rename additional header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson 9286b9ebcc Rename common header files for consistency with class renaming 12 years ago
Timothy Pearson 5e664c2e4a Rename KCmd to avoid conflicts with KDE4 12 years ago
Timothy Pearson 98eb308fc1 Rename KCrash to avoid conflicts with KDE4 12 years ago
Timothy Pearson 93943a849d Rename KStartup for enhanced compatibility with KDE4 12 years ago
Timothy Pearson 01c60a2678 Rename KStandard for enhanced compatibility with KDE4 12 years ago
Timothy Pearson de7e5867a6 Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Timothy Pearson dc6b76cac4 Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Timothy Pearson cc74f360bb Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 12 years ago
Timothy Pearson 79b21d47bc Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 12 years ago
Timothy Pearson 1d061b286a Rename KInstance and KAboutData to avoid conflicts with KDE4 12 years ago
Timothy Pearson e4e0479220 Rename KApplication to TDEApplication to avoid conflicts with KDE4 12 years ago
Timothy Pearson d41050ea3f Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 12 years ago
Timothy Pearson 30461576d3 Only request root access in drkonqui if yama ptrace setting requires it
This resolves Bug 1005
13 years ago
Darrell Anderson 1987e94712 Branding cleanup: KDE -> TDE 13 years ago
Darrell Anderson f62ebdf09e Rename straggling environment variables KDE->TDE. 13 years ago
Timothy Pearson e8a1cdc01d Rename additional global TQt functions 13 years ago
Timothy Pearson 54e8849149 Update drkonqui KDE strings and authors 13 years ago
Timothy Pearson ad1a71417d Make drkonqui use tdesu when generating backtraces
This allows most Linux installations to gather backtraces with drkonqui
If a custom multiuser system does not allow sudo access for a user or users, backtraces
will not be available for those users.  However, this change is due to Linux distributions
attempting to lock down a security hole, so drkonqui was broken for non-root users before
this commit anyway.  Multiuser system administrators should collect and submit the backtraces anyway.
13 years ago
Timothy Pearson 9cf4f4be1a Add an option to build the crashtest program 13 years ago
Timothy Pearson 628043be55 Rename old tq methods that no longer need a unique name 13 years ago
Timothy Pearson 2c01fd64dd Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 73c08b592d.
13 years ago
Timothy Pearson 73c08b592d Rename a number of old tq methods that are no longer tq specific 13 years ago