Age | Commit message (Collapse) | Author | Files | Lines |
|
adapted from
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=da371b277e0ebbc71708f1ce91f879cfc4ab9c9f
|
|
from
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=70dd0dc7408f004bdeffbabaa0a874295ff9120f
|
|
- wrong function name introduced in https://github.com/mate-desktop/mate-system-monitor/commit/9ae0be5ccf7df2f35c13653da97771b06cf6603f
- format_rate function already returns a string, no need to convert
|
|
|
|
from
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=f7f4c5506bc47f7cd340ce02404029a0ca6185e0
|
|
and load it on startup
adapted from
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=edf4163bb2e9ad1dd9b8a5b7c7244ccd8753d4b5
|
|
and remove some entries for which no replacement could be found
|
|
from
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=2195a659f069478a9a28a50b5bd8231a561bb9f9
|
|
|
|
adapted from
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=cfbeb0f71dfaca95118a27046941a7f3b0180e6a
and corrected some more entries that aren't corrected there
|
|
from
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=abc1f5b47efa2dcd5f0e9c378283e9d9e6ac9fdf
cases are described in
https://bugzilla.gnome.org/show_bug.cgi?id=543315
|
|
|
|
adapted from
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=549e2e3308620810dd795321d02f041e8ab58d29
|
|
|
|
Conflicts:
src/interface.cpp
src/procdialogs.cpp
src/sysinfo.cpp
src/util.cpp
|
|
inspired from:
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=cb54374
|
|
The gdk_window_set_background_pattern() function is a little dubious
to use unless you are writing GTK+ code since the background may be
overridden by gtkwidget.c whenever the style of the widget changes.
Needed for gtk+-3.20
|
|
|
|
|
|
|
|
|
|
|
|
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.
|