Michele Calgaro
145abc15d5
Renaming of files in preparation for code style tools.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro
08d0bb03c0
Removed code formatting modelines.
...
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>
4 years ago
Michele Calgaro
8250c8e423
Removed explicit usage of the 'register' keyword.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Matías Fonzo
67fe6d2e73
Added missing header in ksysguard/ksysguardd/Linux/netstat.c
...
Without the header, the build log:
[ 96%] Building C object ksysguard/ksysguardd/Linux/CMakeFiles/ksysguardd-static.dir/netstat.c.o
/usr/src/qi/build/tdebase-trinity-14.0.7/ksysguard/ksysguardd/Linux/netstat.c: In function ‘updateNetStatTcpUdpRaw’:
/usr/src/qi/build/tdebase-trinity-14.0.7/ksysguard/ksysguardd/Linux/netstat.c:269:2: error: unknown type name ‘uint’; did you mean ‘int’?
269 | uint local_addr, local_port;
| ^~~~
| int
/usr/src/qi/build/tdebase-trinity-14.0.7/ksysguard/ksysguardd/Linux/netstat.c:270:2: error: unknown type name ‘uint’; did you mean ‘int’?
270 | uint remote_addr, remote_port;
| ^~~~
| int
/usr/src/qi/build/tdebase-trinity-14.0.7/ksysguard/ksysguardd/Linux/netstat.c:272:2: error: unknown type name ‘uint’; did you mean ‘int’?
272 | uint state;
| ^~~~
| int
make[2]: *** [ksysguard/ksysguardd/Linux/CMakeFiles/ksysguardd-static.dir/build.make:180: ksysguard/ksysguardd/Linux/CMakeFiles/ksysguardd-static.dir/netstat.c.o] Error 1
make[2]: Leaving directory '/usr/src/qi/build/tdebase-trinity-14.0.7/BUILD'
make[1]: *** [CMakeFiles/Makefile2:24044: ksysguard/ksysguardd/Linux/CMakeFiles/ksysguardd-static.dir/all] Error 2
make[1]: Leaving directory '/usr/src/qi/build/tdebase-trinity-14.0.7/BUILD'
make: *** [Makefile:130: all] Error 2
Signed-off-by: Matías Fonzo <selk@dragora.org>
5 years ago
Chris
b783ac1db5
Fix wrong KSysGuard description.
...
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris
49084ebc64
Fix KSysGuard name in about dialog.
...
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris
9ed5c38859
Fix KSysGuard desktop file.
...
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris
adad93babb
Improve tree view meaning in KSysGuard.
...
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Slávek Banko
1862630022
Fix CMakeL10n rules for ksysguard.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
OBATA Akio
2a88ec3c02
Revive NetBSD support
...
Catch up to TDE and OS changes
Signed-off-by: OBATA Akio <obache@wizdas.com>
5 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
Slávek Banko
661ed658b7
Add includes to UI files to resolve FTBFS
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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>
6 years ago
Michele Calgaro
42974b5ab6
Fixed corrupted japanese translations. This relates to bug 2952.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Timothy Pearson
09dce5e19f
Fix invalid headers in PNG files and optimize for size
8 years ago
Slávek Banko
08122b137e
Fix FTBFS on freebsd
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
François Andriot
638d5eaa2b
Fix FTBFS on openbsd 5.7
...
This resolves Bug 2443
Signed-off-by: François Andriot <francois.andriot@free.fr>
10 years ago
Timothy Pearson
46e2e93fa2
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
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
a19ce6ad34
Bring undo, redo, find, and revert icons into XDG compliance
10 years ago
François Andriot
794af5ed13
Enhance memory management in ksysguard on openbsd
10 years ago
François Andriot
ffb5336b8c
Enable process management in ksysguard on openbsd
10 years ago
François Andriot
3abdbba639
Enable ksysguard build on openbsd
10 years ago
François Andriot
f19d2da92e
Add more processes to watch in ksysguard process management
10 years ago
Timothy Pearson
24db855178
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
10 years ago
François Andriot
373dcb07bd
Fix FTBFS due to missing return values
10 years ago
Darrell Anderson
9c70adfaf0
Rename kdeapp->tdeapp.
11 years ago
Darrell Anderson
cd86baef3e
Improve compatibility with non-Trinity environment menus and add a single
...
menu item for Trinity control center for those environments.
11 years ago
Darrell Anderson
f745371f2b
Update Q->TQ constants in ui files.
11 years ago
Alexander Golubev
84d73a40b2
Add lm_sensors optional support for ksysguard
11 years ago
Slávek Banko
3e88ddfbc3
Additional k => tde renaming and fixes
11 years ago
Timothy Pearson
fb6cafce6a
Add destructor to ReniceDlg in order to work around armel FTBFS
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
de9b6c9ad1
Rename KIcon to enhance compatibility with KDE4
12 years ago
Timothy Pearson
a5430e4b98
Rename many classes and header files to avoid conflicts with KDE4
12 years ago
Timothy Pearson
f537c21b68
Rename a number of classes to enhance compatibility with KDE4
12 years ago
Timothy Pearson
01c60a2678
Rename KStandard for enhanced compatibility with KDE4
12 years ago
Timothy Pearson
8103f3767e
Fix a few remaining references to kio_
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
8084850061
Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, and KBuffer 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
a7e210311d
Fix disconnected signals and slots
12 years ago