summaryrefslogtreecommitdiffstats
path: root/ksysguard
Commit message (Collapse)AuthorAgeFilesLines
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-305-20/+20
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8250c8e42310cb39ceb6ae425bc8546208733e99)
* Added missing header in ksysguard/ksysguardd/Linux/netstat.cMatías Fonzo2020-01-261-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.Chris2019-12-041-2/+2
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit b783ac1db50fbfa5c215f8b43b6c7d0659cf49de)
* Fix KSysGuard name in about dialog.Chris2019-11-281-2/+2
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 49084ebc641f426287567a722697735e3de028dc)
* Fix KSysGuard desktop file.Chris2019-11-031-29/+3
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 9ed5c38859c00e8710504b8f982acb622e44965c)
* Improve tree view meaning in KSysGuard.Chris2019-11-031-1/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit adad93babb2674cc51054651452cbce67d83673e)
* Fix CMakeL10n rules for ksysguard.Slávek Banko2019-10-021-0/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 1862630022a060a2e0630fa6364b3685cb2656b9)
* Revive NetBSD supportOBATA Akio2019-08-1813-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 Banko2018-12-092-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 Calgaro2018-09-214-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 Calgaro2018-08-181-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 sizeTimothy Pearson2016-07-2416-0/+0
| | | | (cherry picked from commit 09dce5e19f37776c560f0af4eb000baaaf6b50b1)
* Fix FTBFS on freebsdSlávek Banko2015-06-122-0/+28
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 08122b137e76ffcf7067f634a7668002732e11d9)
* Fix FTBFS on openbsd 5.7François Andriot2015-05-313-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 Pearson2014-10-221-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 Pearson2014-10-131-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 complianceTimothy Pearson2014-10-131-1/+1
|
* Enhance memory management in ksysguard on openbsdFrançois Andriot2014-10-132-0/+35
|
* Enable process management in ksysguard on openbsdFrançois Andriot2014-10-134-1/+541
|
* Enable ksysguard build on openbsdFrançois Andriot2014-10-132-0/+27
|
* Add more processes to watch in ksysguard process managementFrançois Andriot2014-10-121-0/+7
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-111-1/+1
| | | | match XDG specifications
* Fix FTBFS due to missing return valuesFrançois Andriot2014-10-111-1/+1
|
* Rename kdeapp->tdeapp.Darrell Anderson2014-03-024-20/+20
|
* Improve compatibility with non-Trinity environment menus and add a singleDarrell Anderson2014-02-141-1/+1
| | | | menu item for Trinity control center for those environments.
* Update Q->TQ constants in ui files.Darrell Anderson2013-11-111-10/+10
|
* Add lm_sensors optional support for ksysguardAlexander Golubev2013-09-084-3/+28
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-4/+4
|
* Add destructor to ReniceDlg in order to work around armel FTBFSTimothy Pearson2013-03-092-0/+5
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1531-45/+45
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-148-11/+11
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-2/+2
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-043-10/+10
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0116-18/+18
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0121-45/+45
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-313-5/+5
|
* Fix a few remaining references to kio_Timothy Pearson2013-01-301-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-275-7/+7
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-262-2/+2
|
* Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, ↵Timothy Pearson2013-01-251-1/+1
| | | | and KBuffer to avoid conflicts with KDE4
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-259-24/+24
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-2410-50/+50
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-221-2/+2
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-202-3/+3
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-191-3/+3
|
* Fix disconnected signals and slotsTimothy Pearson2012-11-171-3/+3
|
* Fix keyboard multi-select failure in ksysguardTimothy Pearson2012-11-152-52/+87
|
* Fix QString -> TQString.Darrell Anderson2012-09-161-2/+2
|
* Branding: Update ksysguard image.Darrell Anderson2012-06-291-0/+0
|
* Branding: KDE->TDEDarrell Anderson2012-06-272-12/+12
|