Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-19 | gsm_color_button: Fix -Wfloat-conversion warning | rbuj | 1 | -6/+6 | |
2022-01-01 | port interface to ui files | mbkma | 7 | -274/+630 | |
see https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/commit/3df5cd02abaafe9789be53b5b78425126d7c1a07 and following commits | |||||
2021-12-30 | interface: use a flowbox instead of a grid for CPUs usage container | rbuj | 1 | -8/+15 | |
2021-12-28 | memmaps: fix warning -Wmisleading-indentation | rbuj | 1 | -14/+14 | |
2021-12-11 | Use a blank line at most | rbuj | 10 | -51/+0 | |
2021-10-15 | Add meson build support | zhuyaliang | 3 | -2/+105 | |
2021-09-11 | Fix Information Fields not being saved | mbkma | 1 | -4/+0 | |
2021-06-24 | update copyright to 2021 | raveit65 | 16 | -0/+16 | |
2021-06-10 | add wayland support | mbkma | 7 | -45/+119 | |
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-09 | port to GtkApplication | mbkma | 8 | -1031/+490 | |
see https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/commit/aa625d19e7b72587f70fb18dc3dcfcdba528533e | |||||
2021-05-06 | Use GtkBuilder for preferences dialog | mbkma | 4 | -351/+734 | |
use g_settings_bind when possible use gresource for the ui file see https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/commit/c816f2488c2debb8007ecc7487b177e72b7bf0c2 | |||||
2021-04-02 | openfiles: g_memdup is dreprecated from glib 2.68 | rbuj | 1 | -0/+4 | |
2021-03-17 | smooth_refresh: comparison of unsigned expression in '< 0' is always false | rbuj | 1 | -1/+1 | |
2021-03-17 | gsm_color_button: macro "__GSM_COLOR_BUTTON_C__" is not used | rbuj | 1 | -2/+0 | |
2021-03-11 | proctable: Function 'proctable_free_table' used prior to declaration | rbuj | 1 | -11/+10 | |
2021-03-06 | i18n: use _() macro instead of gettext | rbuj | 1 | -1/+1 | |
2021-02-04 | build: Use PACKAGE_URL variable | rbuj | 1 | -1/+1 | |
2021-02-02 | procdialogs: Do not use deprecated gtk_image_new_from_stock | Robert Antoni Buj Gelonch | 1 | -1/+1 | |
* procdialogs: Do not use deprecated gtk_image_new_from_stock | |||||
2020-11-23 | Show subvol mount option on GNU/Linux | rbuj | 2 | -9/+78 | |
2020-11-21 | sysinfo: avoid adding a device more than once such as for brtfs | rbuj | 1 | -1/+9 | |
2020-08-27 | pretty-table: prefer GIO to get application icons | rbuj | 4 | -2/+98 | |
2020-08-04 | procdialogs: Remove trailing spaces | rbuj | 1 | -1/+1 | |
find . \( -name '*.h' -o -name '*.cpp' \) -exec sed -i 's/[[:space:]]*$//' {} \; | |||||
2020-06-17 | add git.mk to generate .gitignore | tamplan | 1 | -0/+2 | |
2020-04-25 | Added support for actions on multiple processes | plonibarploni | 5 | -28/+59 | |
ported from gnome-system-monitor: https://github.com/GNOME/gnome-system-monitor/commit/5cf1225d86929114d6f0424112fd2abc8880dc26 | |||||
2020-02-28 | Use user page on github when user email is private | rbuj | 1 | -2/+2 | |
2020-02-20 | Update authors | rbuj | 1 | -6/+31 | |
2020-02-17 | Remove GTimeVal deprecation warning for GLib 2.61.2+ | rbuj | 3 | -2/+38 | |
2020-02-08 | filter-out conflictive c-format comments | rbuj | 1 | -0/+2 | |
2020-01-13 | Update copyright to 2020 | raveit65 | 1 | -1/+1 | |
2019-11-08 | gsm_color_button: avoid redundant redeclarations | Pablo Barciela | 1 | -3/+0 | |
2019-10-11 | migrate from intltool to gettext | Wu Xiaotian | 1 | -1/+0 | |
2019-10-01 | Use MATE_COMPILE_WARNINGS and MATE_CXX_WARNINGS macros | rbuj | 1 | -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-07-13 | Render icons as cairo surfaces for HiDPI support | Victor Kareh | 8 | -78/+86 | |
2019-06-10 | Change url project's website | Laurent Napias | 1 | -1/+1 | |
2019-06-02 | proctable: cppcheck: Local variable 'column' shadows outer variable | Pablo Barciela | 1 | -5/+0 | |
Fixes cppcheck warnings: [src/proctable.cpp:521]: (style) The scope of the variable 'column' can be reduced. [src/proctable.cpp:238] -> [src/proctable.cpp:505]: (style) Local variable column shadows outer variable [src/proctable.cpp:238] -> [src/proctable.cpp:511]: (style) Local variable column shadows outer variable [src/proctable.cpp:238] -> [src/proctable.cpp:521]: (style) Local variable column shadows outer variable | |||||
2019-05-07 | Make SysInfo::get_os_type a static function | rbuj | 1 | -3/+3 | |
The member function '::SysInfo::get_os_type' can be static, since it is not attached to any particular object, no 'this' instance is passed to the function. | |||||
2019-05-04 | sysinfo: Condition 'markup' is always false | rbuj | 1 | -4/+0 | |
2019-05-03 | procman: Use G_VARIANT_TYPE ("ai") instead of G_VARIANT_TYPE_ARRAY | rbuj | 1 | -1/+1 | |
G_VARIANT_TYPE ("ai") = array of integers Test: Change the columns order in Processes tab, run: $ dconf read /org/mate/system-monitor/proctree/columns-order | |||||
2019-05-03 | smooth_refresh: Assigned value is garbage or undefined | rbuj | 1 | -1/+1 | |
2019-04-29 | Use g_date_time_format instead of filter_date | rbuj | 6 | -227/+35 | |
https://developer.gnome.org/glib/stable/glib-GDateTime.html#g-date-time-format | |||||
2019-04-28 | Add disk IO on process info | rbuj | 7 | -5/+154 | |
Based on GNOME/gnome-system-monitor@60a787b | |||||
2019-04-20 | Network History: Fix labels | rbuj | 1 | -9/+8 | |
Don't show "/s" in total sent/received data Fix values in Show network speed in bits | |||||
2019-04-19 | Show GPU info on the System tab | rbuj | 3 | -5/+92 | |
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 | |||||
2019-04-17 | Use g_format_size or g_format_size_full | rbuj | 8 | -150/+126 | |
- IEC units for RAM - SI units for storage and network | |||||
2019-04-17 | Update org.mate.system-monitor.gschema.xml.in | SoongNoonien | 1 | -0/+64 | |
2019-04-16 | sysinfo: show debian version | Pablo Barciela | 1 | -0/+8 | |
2019-04-15 | Show available disk space in ZFS | rbuj | 1 | -0/+8 | |
Applied patch: https://github.com/OpenIndiana/oi-userland/blob/oi/hipster/components/desktop/mate/mate-system-monitor/patches/01-zfs.patch Requires this patch on distributions of GNU/Linux: https://gitlab.gnome.org/GNOME/libgtop/merge_requests/6 Fixes #120 | |||||
2019-04-15 | Show 32/64-bit Version intead of release for Arch Linux in System tab | rbuj | 1 | -8/+18 | |
Arch Linux is a rolling release distribution. Test: - Backup /etc/os-release file - Replace the content of /etc/os-release file - Launch mate-system-monitor - Select System tab - Close mate-system-monitor - Restore /etc/os-release file $ cat ~/os-release NAME="Arch Linux" PRETTY_NAME="Arch Linux" ID=arch BUILD_ID=rolling ANSI_COLOR="0;36" HOME_URL="https://www.archlinux.org/" DOCUMENTATION_URL="https://wiki.archlinux.org/" SUPPORT_URL="https://bbs.archlinux.org/" BUG_REPORT_URL="https://bugs.archlinux.org/" | |||||
2019-04-12 | Show OpenIndiana release and kernel info in System tab | rbuj | 1 | -5/+18 | |
2019-04-12 | Show FreeBSD sysname, release, version in System tab | rbuj | 1 | -0/+33 | |
Release and version info is also applicable to non Linux OS. |