summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2022-01-01port interface to ui filesmbkma1-0/+1
see https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/commit/3df5cd02abaafe9789be53b5b78425126d7c1a07 and following commits
2021-06-10add wayland supportmbkma1-2/+3
therefore make libwnck optional (libwnck is x11 only) see https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/commit/3705931e307e87878f205b905eaa3f5daaffcf09 and https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/commit/8c4d47d625661e848643ce564f63ed3ec1e83293 and https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/commit/1ea64e9965bd6f1026f1167b692e7cc83c269be3
2021-05-09port to GtkApplicationmbkma1-10/+3
see https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/commit/aa625d19e7b72587f70fb18dc3dcfcdba528533e
2021-05-06Use GtkBuilder for preferences dialogmbkma1-0/+9
use g_settings_bind when possible use gresource for the ui file see https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/commit/c816f2488c2debb8007ecc7487b177e72b7bf0c2
2020-06-17add git.mk to generate .gitignoretamplan1-0/+2
2019-10-11migrate from intltool to gettextWu Xiaotian1-1/+0
2019-10-01Use MATE_COMPILE_WARNINGS and MATE_CXX_WARNINGS macrosrbuj1-1/+8
- It adds WARN_CFLAGS to CFLAGS, and WARN_CXXLAGS to CXXFLAGS - By default, --enable-cxx-warnings=yes --enable-compile-warnings=yes - It prints the warning flags in configure summary
2019-04-29Use g_date_time_format instead of filter_daterbuj1-1/+0
https://developer.gnome.org/glib/stable/glib-GDateTime.html#g-date-time-format
2019-04-19Show GPU info on the System tabrbuj1-1/+2
based on https://gitlab.gnome.org/GNOME/gnome-control-center/blob/master/panels/info/cc-info-overview-panel.c Close #150 Requires mate-desktop/mate-session-manager#203
2016-10-25add pkexec supportmonsta1-0/+2
closes https://github.com/mate-desktop/mate-system-monitor/issues/85 try pkexec before trying gksu for killing other users' processes or renicing a process. actual kill and renice commands are launched via helper tool (see discussion at https://bugzilla.gnome.org/491462). code is ported from gnome-system-monitor with some changes (e.g. helper tool code is in tools/ dir instead of scripts/ - it's not a script). for reference - relevant upstream commits: https://git.gnome.org/browse/gnome-system-monitor/commit/?id=ccbff2a4293e43d6ea24fbf13477b10f58cd5212 https://git.gnome.org/browse/gnome-system-monitor/commit/?id=2b4308d9fc2b2e367030629e79b531c4f9ae3d0a https://git.gnome.org/browse/gnome-system-monitor/commit/?id=971b3c704dea49b22c1038f200933c5b3b35ece1 https://git.gnome.org/browse/gnome-system-monitor/commit/?id=c234b2a75dac454b818f1f40d302cf12f1a33aa2 https://git.gnome.org/browse/gnome-system-monitor/commit/?id=4cda3529e418098b35f7444d79ba421eb5403afc https://git.gnome.org/browse/gnome-system-monitor/commit/?id=ab7bd8aef7300eeb3835fdef9a2a1eefe7281631 https://git.gnome.org/browse/gnome-system-monitor/commit/?id=79eccf0cecbca237f4f911681438c33932da63e2 https://git.gnome.org/browse/gnome-system-monitor/commit/?id=a3bf3a7f56cf02c6a127aa168c570230e9fad356
2016-03-01drop weird matesu support (did matesu ever exist?!)monsta1-1/+0
2016-01-03drop MateConf migration scriptMonsta1-4/+2
2015-09-08Rework gsettings schema buildinginfirit1-7/+4
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
2014-12-19Add a Process Properties dialog in MATE System Monitorinfirit1-0/+1
Taken from GSM commit: 72546b7f3346fc0647a433529f3292050f15278f From: Krishnan Parthasarathi <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=543347
2014-12-18systemd: add process view columns for unit, session, seat, ownerinfirit1-2/+3
This (optionally) hooks up the system monitor with systemd, adding four new columns to the process view: 1. Unit (i.e. the service name a system process belongs to) 2. Session (i.e. the login session a user process belongs to) 3. Seat (i.e. the physical seat the session of the process belongs to, only for multi-seat environments) 4. Owner (i.e. the user a process belongs to, which is not influenced by temporary UID changes like sudo/su/suid. This patch also enables that the Unit column is shown by default. If systemd is not around at runtime or at compile time none of the four new columns are shown. Taken from GSM commit: df292c0fb07d73448fe26048118b127719750729 From: Lennart Poettering <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=667829
2014-12-18Clean up SOURCES in src/Makefile.aminfirit1-27/+37
Taken from GSM commit: c55c5e43bec88f55c2394d62a0d46e37ca26a3d4 From: Chris Kühl <[email protected]>
2014-12-18Add cgroup support in the process viewinfirit1-0/+1
Add a new 'Control Group' column to the process view tab. The format for the column is: <path name> (controller name), <path name> (controller name)... Processes that share the same path name across controllers are colesced. For example if a process is in the /foo cgroup for both the memory and cpu controllers, it would display as: /foo (memory,cpu), ... Taken from GSM commits: 2d33adcbc4347c112d57082956b4e199ff7132db Add cgroup support in the process view 645d38a218fedcbf9c7b674740bf213e02933820 Optimize cgroup updating From: Jason Baron <[email protected]>
2013-07-26fix make file for automake-1.13Wolfgang Ulbrich1-1/+1
2013-06-28Fixes for make distStefano Karapetsas1-2/+6
2012-12-25Add mateconf-gsettings-data-convert fileYaakov Selkowitz1-0/+3
2012-11-06fix schema installationStefano Karapetsas1-5/+6
2012-11-06Port to gesettingsraveit1-20/+15
2011-12-24Use MATECONFTOOL in makefile. Without this install fails if PATH for sudo ↵Sam Tygier1-1/+1
does not contain install prefixed bin.
2011-11-08initialPerberos1-0/+71