summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-02-25release 1.28.1HEADv1.28.1masterraveit653-2/+6
2024-02-25 Distribute Meson build systemraveit651-0/+12
2024-02-16release 1.28.0v1.28.0raveit653-3/+12
2024-02-16tx: sync with transifexraveit65234-700/+1067
2024-02-02build: do enable systemd by default (but don't force it)Jan Palus1-3/+3
contrary to help string (--disable-systemd) systemd was not enabled by default since enable_systemd was set to `no` if no option was passed. do enable it but use `auto` mode by default: use systemd if available but continue if it's missing. enforcing systemd can be ecomplished with --enable-systemd.
2024-01-24ci: use ubuntu jammy as dockerraveit651-1/+1
2023-10-16Fix ci debian build failedzhuyaliang1-0/+2
Fix https://github.com/mate-desktop/mate-system-monitor/issues/254
2023-09-11tx: fix a warning in japanese translationstest-CIraveit652-12/+14
2023-09-11tx: fix a warning in turkish translationraveit652-12/+16
2023-09-04tx: update resourcesraveit651-2/+4
2023-05-15Fix translations in help not builtzhuyaliang1-0/+108
2023-01-31Fix meson configuration failure on URL keywordlukefromdc1-1/+0
With meson version 0.63.3 we get meson.build:1:0: ERROR: project got unknown keyword arguments "url"
2022-10-30release 1.27.0v1.27.0mbkma3-2/+19
2022-10-30tx: sync with transifexmbkma237-12551/+19999
2022-10-29tx: update resourcembkma2-2/+2
2022-10-28tx: migrate config filembkma2-11/+28
2022-08-19gsm_color_button: Fix -Wfloat-conversion warningrbuj1-6/+6
2022-08-19msm_execute_helper: Fix -Wsign-conversion warningrbuj1-2/+2
2022-02-13ci: drop -Wunused-parameter compiler cflag from debian buildraveit651-2/+2
2022-01-02tx: update resourcerbuj1-83/+134
2022-01-02Add ui files in POTFILES.inrbuj1-0/+2
2022-01-01port interface to ui filesmbkma7-274/+630
see https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/commit/3df5cd02abaafe9789be53b5b78425126d7c1a07 and following commits
2021-12-30interface: use a flowbox instead of a grid for CPUs usage containerrbuj1-8/+15
2021-12-28memmaps: fix warning -Wmisleading-indentationrbuj1-14/+14
2021-12-11Use a blank line at mostrbuj10-51/+0
2021-10-15Add meson build supportzhuyaliang10-2/+364
2021-09-11Fix Information Fields not being savedmbkma1-4/+0
2021-08-05release 1.26.0v1.26.0raveit652-1/+22
2021-08-05tx: sync with transifexraveit65237-47619/+42656
2021-08-05travis-Ci: use libera.chat as notification serverraveit651-1/+1
2021-06-24tx: update resourceraveit652-237/+167
2021-06-24update copyright to 2021raveit6516-0/+16
2021-06-10add wayland supportmbkma8-47/+138
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-30travis-ci: use ubuntu focal as host systemraveit651-1/+1
fixes build issues with fedora:latest (f34) tag.
2021-05-09port to GtkApplicationmbkma8-1031/+490
see https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/commit/aa625d19e7b72587f70fb18dc3dcfcdba528533e
2021-05-06Use GtkBuilder for preferences dialogmbkma5-351/+752
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-25travis: disable travis builds for ubunturaveit651-1/+1
Sadly, there is a limit for free builds at docker.com See discussion https://github.com/orgs/mate-desktop/teams/core-team/discussions/25
2021-04-02openfiles: g_memdup is dreprecated from glib 2.68rbuj1-0/+4
2021-03-17smooth_refresh: comparison of unsigned expression in '< 0' is always falserbuj1-1/+1
2021-03-17gsm_color_button: macro "__GSM_COLOR_BUTTON_C__" is not usedrbuj1-2/+0
2021-03-11proctable: Function 'proctable_free_table' used prior to declarationrbuj1-11/+10
2021-03-09travis: build with mate-common-1.24.2 from reposraveit651-11/+0
2021-03-06i18n: use _() macro instead of gettextrbuj1-1/+1
2021-02-22tx: temporarily disable build for ArchLinuxraveit651-1/+1
2021-02-22tx: use rolling tag for ubunturaveit651-1/+1
2021-02-11i18n: Do not collect the translation for Iconrbuj1-1/+1
2021-02-09tx: update resourcerbuj2-29/+42
2021-02-04build: display package name and version in configure summaryrbuj1-1/+3
2021-02-04build: Use PACKAGE_URL variablerbuj2-2/+4
2021-02-02procdialogs: Do not use deprecated gtk_image_new_from_stockRobert Antoni Buj Gelonch1-1/+1
* procdialogs: Do not use deprecated gtk_image_new_from_stock