Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-12 | ci: MATE_COMPILE_WARNINGS([maximum]) | rbuj | 1 | -2/+2 | |
2019-10-11 | Add translator notes for desktop file | Wu Xiaotian | 1 | -0/+2 | |
2019-10-11 | ci: add build-deps for travis | Wu Xiaotian | 1 | -3/+5 | |
2019-10-11 | migrate from intltool to gettext | Wu Xiaotian | 8 | -25/+101 | |
2019-10-08 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
2019-10-06 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |
2019-10-01 | Use MATE_DEBUG_CHECK for setting compiler debug flags | rbuj | 1 | -0/+1 | |
By default, it disables the debugging. | |||||
2019-10-01 | travis (ci): build mate-common from latest tarball | raveit65 | 1 | -0/+11 | |
2019-10-01 | Use MATE_COMPILE_WARNINGS and MATE_CXX_WARNINGS macros | rbuj | 4 | -25/+19 | |
- 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-09-07 | Travis CI: add icon to the static code analyzer website | Pablo Barciela | 1 | -1/+1 | |
2019-09-07 | Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCode | Pablo Barciela | 1 | -0/+1 | |
2019-07-30 | require GLib >= 2.56.0 | monsta | 1 | -1/+1 | |
needed after 52532ffb9cea00d1bc8f29f4da14081d475b28ad due to usage of G_FORMAT_SIZE_BITS | |||||
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 | 4 | -4/+4 | |
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-31 | Create FUNDING.yml | Martin Wimpress | 1 | -0/+9 | |
2019-05-28 | travis: use fedora-30 and ubuntu-19.10 for building | raveit65 | 1 | -2/+2 | |
2019-05-12 | add disk I/O info on usage and prefs section | sakib | 1 | -0/+44 | |
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-05 | msm_execute_helper: fix memory leak | rbuj | 1 | -2/+4 | |
2019-05-05 | [ci] Add cppcheck html report | Pablo Barciela | 1 | -1/+4 | |
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 | 7 | -228/+35 | |
https://developer.gnome.org/glib/stable/glib-GDateTime.html#g-date-time-format | |||||
2019-04-28 | Add disk IO on process info | rbuj | 8 | -6/+155 | |
Based on GNOME/gnome-system-monitor@60a787b | |||||
2019-04-28 | travis: enable 'cppcheck' in debian | Pablo Barciela | 1 | -0/+4 | |
2019-04-28 | [ci] Enable Clang Static Analyzer | Wu Xiaotian | 1 | -2/+63 | |
2019-04-24 | release 1.23.0v1.23.0 | raveit65 | 1 | -7/+23 | |
2019-04-24 | tx: sync with transifex | raveit65 | 40 | -170/+301 | |
2019-04-24 | tx: update resource file | raveit65 | 2 | -369/+463 | |
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-20 | pre-bump version | raveit65 | 2 | -1/+3 | |
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. | |||||
2019-04-12 | gtk3: use “program-name” property in gtk_show_about_dialog | rbuj | 1 | -2/+2 | |
It also fixes the properties order to show properly the window title localized (l10n). | |||||
2019-04-12 | update some instructions after review | sakib | 1 | -6/+6 | |
2019-04-12 | update help with more information and some corrections | sakib | 1 | -144/+225 | |
2019-04-04 | github release page | raveit65 | 1 | -0/+19 | |
2019-03-23 | help: update copyright | raveit65 | 1 | -1/+1 | |
2019-03-17 | Fix openSUSE Tumbleweed rolling release info | rbuj | 1 | -6/+14 | |
$ cat os-release NAME="openSUSE Tumbleweed" ID="opensuse-tumbleweed" ID_LIKE="opensuse suse" VERSION_ID="20190314" PRETTY_NAME="openSUSE Tumbleweed" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:tumbleweed:20190314" BUG_REPORT_URL="https://bugs.opensuse.org" HOME_URL="https://www.opensuse.org/" | |||||
2019-02-24 | release 1.22.0v1.22.0 | raveit65 | 2 | -1/+12 | |
2019-02-24 | tx: sync with transifex | raveit65 | 235 | -1248/+6068 | |
2019-02-22 | Enable Travis CI for all branches | raveit65 | 1 | -6/+0 | |