Slávek Banko
225ddaa366
Respect build option WITH_TDEHWLIB, otherwise it can lead to FTBFS in special cases.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e031e12d06
)
4 years ago
Michele Calgaro
ad6f3f6402
Renaming of files in preparation for code style tools.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 145abc15d5
)
4 years ago
Slávek Banko
92841ae8b6
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>
(cherry picked from commit 2f706891f3
)
4 years ago
aneejit1
cec16021dc
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>
(cherry picked from commit 036992eec5
)
4 years ago
Slávek Banko
28d4da42be
Fix FTBFS due to missing linked libraries.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 6a194d1435
)
4 years ago
Slávek Banko
f455dec3c1
Fix typos in texts.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit cef8c56343
)
5 years ago
Slávek Banko
c0bebcf76b
Add CMakeL10n rules.
...
Update TIMEZONES list.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b95b665c78
)
6 years ago
Timothy Pearson
db864b4562
Fix invalid headers in PNG files and optimize for size
...
(cherry picked from commit 09dce5e19f
)
8 years ago
Slávek Banko
107220694f
Allow contitional build with tdehwlib
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 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
10 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
11 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
Timothy Pearson
6723d581f9
Rename KDEHOME and KDEDIR
13 years ago
Timothy Pearson
43d99cc247
Rename kwin to twin (part 1 of 2)
13 years ago
Timothy Pearson
99e082a03e
Rename additional instances of KDE to TDE
13 years ago
Timothy Pearson
7574a7287e
Additional kde to tde renaming
13 years ago
tpearson
b69a488374
Link most Trinity DSOs against the most common kdelibs libraries to compensate for linking changes in modern distributions such as Ubuntu Oneiric
...
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
13 years ago
tpearson
03feb89582
rename the following methods:
...
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
13 years ago
tpearson
9a3f0aacd4
rename the following methods:
...
tqfind find
tqreplace replace
tqcontains contains
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
13 years ago
tpearson
cbecd3a8a7
Update kdebase inherits() to use new object name defines instead of string literals
...
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1226899 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago