Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
we don't need to crash here, thanks.
the code below is able to handle excessive column ids just fine.
fixes https://github.com/mate-desktop/mate-system-monitor/issues/76
|
|
|
|
|
|
|
|
|
|
* Setting an adjustment with non-zero page size is deprecated
taken from:
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=9ff48dc
|
|
taken from:
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=7fefa84
|
|
inspired from:
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=a2d7fc1
|
|
Namely, we make the following replacements:
* GtkStyle -> GtkStyleContext
* GdkColor -> GdkRGBA
* GtkColorSelectionDialog -> GtkColorChooserDialog
taken from....but adjusted:
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=7ac1c1c
|
|
taken from: https://git.gnome.org/browse/gnome-system-monitor/commit/?id=5047e43
|
|
it should be the same as in "CPU time" column of process table now
adapted from
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=3c1f17877f95fcac7f5d437739305e245af7ba8b
|
|
|
|
from
https://git.gnome.org/browse/gnome-system-monitor/commit?id=ed696eba1438231e797774510a3449140f31fc9c
|
|
|
|
it should be the same as in "Started" column of process table now
from
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=493b93ddf6bfb772769ca6942bf07deaac8e94bc
|
|
from
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=e94b981e794b8a0ae3d682b90c265de365c2d28a
|
|
|
|
|
|
|
|
from
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=1207e80338467bb5ef9b3e1fe6577a4cb862a31c
|
|
fixes https://github.com/mate-desktop/mate-system-monitor/issues/62
|
|
fixes eating CPU and slowdowns during columns resizing
adapted from
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=89931e2e24df517e1c86929a64d4fcde55d599a7
|
|
fixes the huge icon of mate-sensors-applet process in LMDE 2
adapted from
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=5480731230f9c6849fbf0aea1288b18bc9e62480
|
|
* Bump intltool required version for gsettings support
* Extract strings with intltool directly
* Let autoconf generate the xml files
|
|
sides of the main window.
|
|
|
|
|
|
On NetBSD, HZ tick can be retrieved same as OpenBSD.
|
|
Including the markup in the translated strings makes the
translators job unnecessarily harder.
Taken from GSM commit: c45ed812a74874ada38feaf4883de807d2a26cfb
From: Matthias Clasen <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=681271
|
|
Taken from GSM commit: 5084e4a76abdf089aecc1d3f8565604a31d03a4e
From: Robert Roth <[email protected]>
|
|
Taken from GSM commit: c1660319e400480e236d1120c4f833c8c3c96ff4
From: Robert Roth <[email protected]>
|
|
Taken from GSM commit: 74ba377a5a7d4787595e1b46c1e880426584a2fd
From: Robert Roth <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=681553
|
|
nitems is never guaranteed to be defined in sys/params.h as it is meant
to be defined within a protected ifdef __KERNEL conditional.
Use G_N_ELEMENTS from GLib which is the proper way of doing this.
Taken from GSM commit: a9972b6a45b490fd316a1a536115baca465e3ae6
From: Antoine Jacoutot <[email protected]>
|
|
enhancement.
|
|
summarizing enhancement.
|
|
Taken from GSM commit: 65ed172b62dad0a4c286e0022831d3846dd98359
From: Pavel Vasin <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=672741
|
|
|
|
The asm/param.h header is only found on Linux.
On OpenBSD, the HZ tick is not defined in any header but can be
retrieved from the running kernel using the sysctl(3) interface.
Taken from GSM commit: 94be681c159b56ad42afb13c3e18d59be4422558
From: Antoine Jacoutot <[email protected]>
|
|
Taken from GSM commit: e0d1da0eccda35a22038726fc574b8ab92f05ff0
From: Robert Roth <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=667830
|
|
|
|
|
|
Normally the memory map dialog needs to be quite wide. However, the
minimum size of the main window is 626. Making a dialog wider than
this by default would be odd. Thus, this is a large as the dialog will
be by default even though it is not very useful at this width.
Normally the memory map dialog needs to be quite wide
Taken from GSM commit: 479794236f47aa69117576bdf4f9b80967744e7f
From: Chris Kühl <[email protected]>
|
|
The accelerators for the Clear and Close buttons were colliding.
The patch changes the Clear button to use 'l' as the accelerator.
Taken from GSM commit: 5d9a1fa8b3ea1db94d1bbdb5c8e95d768a95aa9a
From: Chris Kühl <[email protected]>
|
|
Taken from GSM commit: 72546b7f3346fc0647a433529f3292050f15278f
From: Krishnan Parthasarathi <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=543347
|
|
Taken from GSM commit: c00d94f3bfe2186428ef30e922042a555b7dc03a
From: Robert Roth <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=667227
|
|
Msg: Backout change from using free() to g_free() in systemd patch
Commit: f1f7bddf007c950608f5f8c5a771a7fb2ab187d5
From: Chris Kühl <[email protected]>
Msg: Require systemd 38 or greater when using --enable-systemd
Commit: ff551c6974cfa0801a368ee5c2406ce941ac8cab
From: Chris Kühl <[email protected]>
Msg: build: Disallow building with systemd v43 due to C++ incompatibility
Commit: 8a17cd6ff6b0ab4979c6ed8426724ce355d23679
From: Chris Kühl <[email protected]>
Msg: Check for logind, not for systemd
Commit: 4cf87daa48a8ab606afe5e3c2ac54c8f6276ba98
From: Martin Pitt <[email protected]>
|
|
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
|