Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2020-01-30 | 5 | -20/+20 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8250c8e42310cb39ceb6ae425bc8546208733e99) | ||||
* | Added missing header in ksysguard/ksysguardd/Linux/netstat.c | Matías Fonzo | 2020-01-26 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> (cherry picked from commit 67fe6d2e739013d92158f2339aaa928d50c02ef7) | ||||
* | Fix wrong KSysGuard description. | Chris | 2019-12-04 | 1 | -2/+2 |
| | | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit b783ac1db50fbfa5c215f8b43b6c7d0659cf49de) | ||||
* | Fix KSysGuard name in about dialog. | Chris | 2019-11-28 | 1 | -2/+2 |
| | | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 49084ebc641f426287567a722697735e3de028dc) | ||||
* | Fix KSysGuard desktop file. | Chris | 2019-11-03 | 1 | -29/+3 |
| | | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 9ed5c38859c00e8710504b8f982acb622e44965c) | ||||
* | Improve tree view meaning in KSysGuard. | Chris | 2019-11-03 | 1 | -1/+1 |
| | | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit adad93babb2674cc51054651452cbce67d83673e) | ||||
* | Fix CMakeL10n rules for ksysguard. | Slávek Banko | 2019-10-02 | 1 | -0/+1 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 1862630022a060a2e0630fa6364b3685cb2656b9) | ||||
* | Revive NetBSD support | OBATA Akio | 2019-08-18 | 13 | -157/+249 |
| | | | | | | | Catch up to TDE and OS changes Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 2a88ec3c02ab46c8b816cfa348ea53075f57a59c) | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-09 | 2 | -0/+11 |
| | | | | | | | Update TIMEZONES list. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b95b665c78a047fc540e2bc4a8c19be6db03b825) | ||||
* | Add includes to UI files to resolve FTBFS. | Michele Calgaro | 2018-09-21 | 4 | -7/+10 |
| | | | | | | Partially cherry-picked from 661ed658. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed corrupted japanese translations. This relates to bug 2952. | Michele Calgaro | 2018-08-18 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 42974b5ab6169981c56abdd610be3f2826abaffa) | ||||
* | Fix invalid headers in PNG files and optimize for size | Timothy Pearson | 2016-07-24 | 16 | -0/+0 |
| | | | | (cherry picked from commit 09dce5e19f37776c560f0af4eb000baaaf6b50b1) | ||||
* | Fix FTBFS on freebsd | Slávek Banko | 2015-06-12 | 2 | -0/+28 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 08122b137e76ffcf7067f634a7668002732e11d9) | ||||
* | Fix FTBFS on openbsd 5.7 | François Andriot | 2015-05-31 | 3 | -2/+4 |
| | | | | | | | This resolves Bug 2443 Signed-off-by: François Andriot <francois.andriot@free.fr> (cherry picked from commit 638d5eaa2b9cd15a40bd1121fcbc4d01351e579a) | ||||
* | Bring most mimetypes in line with XDG specifications. The following are not ↵ | Timothy Pearson | 2014-10-22 | 1 | -3/+3 |
| | | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown | ||||
* | Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵ | Timothy Pearson | 2014-10-13 | 1 | -3/+3 |
| | | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance | ||||
* | Bring undo, redo, find, and revert icons into XDG compliance | Timothy Pearson | 2014-10-13 | 1 | -1/+1 |
| | |||||
* | Enhance memory management in ksysguard on openbsd | François Andriot | 2014-10-13 | 2 | -0/+35 |
| | |||||
* | Enable process management in ksysguard on openbsd | François Andriot | 2014-10-13 | 4 | -1/+541 |
| | |||||
* | Enable ksysguard build on openbsd | François Andriot | 2014-10-13 | 2 | -0/+27 |
| | |||||
* | Add more processes to watch in ksysguard process management | François Andriot | 2014-10-12 | 1 | -0/+7 |
| | |||||
* | Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵ | Timothy Pearson | 2014-10-11 | 1 | -1/+1 |
| | | | | match XDG specifications | ||||
* | Fix FTBFS due to missing return values | François Andriot | 2014-10-11 | 1 | -1/+1 |
| | |||||
* | Rename kdeapp->tdeapp. | Darrell Anderson | 2014-03-02 | 4 | -20/+20 |
| | |||||
* | Improve compatibility with non-Trinity environment menus and add a single | Darrell Anderson | 2014-02-14 | 1 | -1/+1 |
| | | | | menu item for Trinity control center for those environments. | ||||
* | Update Q->TQ constants in ui files. | Darrell Anderson | 2013-11-11 | 1 | -10/+10 |
| | |||||
* | Add lm_sensors optional support for ksysguard | Alexander Golubev | 2013-09-08 | 4 | -3/+28 |
| | |||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 2 | -4/+4 |
| | |||||
* | Add destructor to ReniceDlg in order to work around armel FTBFS | Timothy Pearson | 2013-03-09 | 2 | -0/+5 |
| | |||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 31 | -45/+45 |
| | |||||
* | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 8 | -11/+11 |
| | |||||
* | Rename KCmd to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-06 | 1 | -2/+2 |
| | |||||
* | Rename KIcon to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-04 | 3 | -10/+10 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 16 | -18/+18 |
| | |||||
* | Rename a number of classes to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 21 | -45/+45 |
| | |||||
* | Rename KStandard for enhanced compatibility with KDE4 | Timothy Pearson | 2013-01-31 | 3 | -5/+5 |
| | |||||
* | Fix a few remaining references to kio_ | Timothy Pearson | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-27 | 5 | -7/+7 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-26 | 2 | -2/+2 |
| | |||||
* | Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, ↵ | Timothy Pearson | 2013-01-25 | 1 | -1/+1 |
| | | | | and KBuffer to avoid conflicts with KDE4 | ||||
* | Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-25 | 9 | -24/+24 |
| | |||||
* | Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-24 | 10 | -50/+50 |
| | |||||
* | Rename KInstance and KAboutData to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-22 | 1 | -2/+2 |
| | |||||
* | Rename KApplication to TDEApplication to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-20 | 2 | -3/+3 |
| | |||||
* | Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-19 | 1 | -3/+3 |
| | |||||
* | Fix disconnected signals and slots | Timothy Pearson | 2012-11-17 | 1 | -3/+3 |
| | |||||
* | Fix keyboard multi-select failure in ksysguard | Timothy Pearson | 2012-11-15 | 2 | -52/+87 |
| | |||||
* | Fix QString -> TQString. | Darrell Anderson | 2012-09-16 | 1 | -2/+2 |
| | |||||
* | Branding: Update ksysguard image. | Darrell Anderson | 2012-06-29 | 1 | -0/+0 |
| | |||||
* | Branding: KDE->TDE | Darrell Anderson | 2012-06-27 | 2 | -12/+12 |
| |