summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2021-08-05release 1.26.0v1.26.0raveit651-1/+1
2021-06-10add wayland supportmbkma1-2/+19
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-06Use GtkBuilder for preferences dialogmbkma1-0/+18
use g_settings_bind when possible use gresource for the ui file see https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/commit/c816f2488c2debb8007ecc7487b177e72b7bf0c2
2021-02-04build: display package name and version in configure summaryrbuj1-1/+3
2021-02-04build: Use PACKAGE_URL variablerbuj1-1/+3
2020-08-21release 1.25.0v1.25.0raveit651-1/+1
2020-04-10build: do not override the default value for MATE_x_WARNINGSrbuj1-2/+2
2020-02-08release 1.24.0v1.24.0raveit651-1/+1
2020-01-22release 1.23.1v1.23.1raveit651-1/+1
2019-10-11migrate from intltool to gettextWu Xiaotian1-2/+2
2019-10-01Use MATE_DEBUG_CHECK for setting compiler debug flagsrbuj1-0/+1
By default, it disables the debugging.
2019-10-01Use MATE_COMPILE_WARNINGS and MATE_CXX_WARNINGS macrosrbuj1-22/+5
- 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-30require GLib >= 2.56.0monsta1-1/+1
needed after 52532ffb9cea00d1bc8f29f4da14081d475b28ad due to usage of G_FORMAT_SIZE_BITS
2019-06-10Change url project's websiteLaurent Napias1-1/+1
2019-04-28Add disk IO on process inforbuj1-1/+1
Based on GNOME/gnome-system-monitor@60a787b
2019-04-20pre-bump versionraveit651-1/+1
2019-02-24release 1.22.0v1.22.0raveit651-1/+1
2018-12-24release 1.21.1v1.21.1raveit651-1/+1
2018-06-17pre-bump versionraveit651-1/+1
2018-01-28release 1.20v1.20.0raveit651-1/+1
2018-01-28require GTK+ 3.22 and GLib 2.50monsta1-6/+2
2017-12-29release 1.19.1v1.19.1raveit651-1/+1
2017-03-30pre-bump versionraveit651-1/+1
2017-03-12release 1.18.0v1.18.0raveit651-1/+1
2016-10-31release 1.17.0v1.17.0monsta1-1/+1
2016-10-25add pkexec supportmonsta1-0/+3
closes https://github.com/mate-desktop/mate-system-monitor/issues/85 try pkexec before trying gksu for killing other users' processes or renicing a process. actual kill and renice commands are launched via helper tool (see discussion at https://bugzilla.gnome.org/491462). code is ported from gnome-system-monitor with some changes (e.g. helper tool code is in tools/ dir instead of scripts/ - it's not a script). for reference - relevant upstream commits: https://git.gnome.org/browse/gnome-system-monitor/commit/?id=ccbff2a4293e43d6ea24fbf13477b10f58cd5212 https://git.gnome.org/browse/gnome-system-monitor/commit/?id=2b4308d9fc2b2e367030629e79b531c4f9ae3d0a https://git.gnome.org/browse/gnome-system-monitor/commit/?id=971b3c704dea49b22c1038f200933c5b3b35ece1 https://git.gnome.org/browse/gnome-system-monitor/commit/?id=c234b2a75dac454b818f1f40d302cf12f1a33aa2 https://git.gnome.org/browse/gnome-system-monitor/commit/?id=4cda3529e418098b35f7444d79ba421eb5403afc https://git.gnome.org/browse/gnome-system-monitor/commit/?id=ab7bd8aef7300eeb3835fdef9a2a1eefe7281631 https://git.gnome.org/browse/gnome-system-monitor/commit/?id=79eccf0cecbca237f4f911681438c33932da63e2 https://git.gnome.org/browse/gnome-system-monitor/commit/?id=a3bf3a7f56cf02c6a127aa168c570230e9fad356
2016-09-18release 1.16.0v1.16.01.16raveit651-1/+1
2016-06-07release 1.15.0v1.15.0raveit651-1/+1
2016-04-05release 1.14.0raveit651-1/+1
2016-03-16release 1.13.2v1.13.2raveit651-1/+1
2016-02-21release 1.13.1Wolfgang Ulbrich1-1/+1
2016-02-04reduce min. version of GtkMm to fix build in rhel7Wolfgang Ulbrich1-1/+1
2016-01-11set minimum GTK+ version to 3.14 and drop some deprecated codeMonsta1-2/+2
2016-01-11drop GTK+2 code and --with-gtk build optionMonsta1-28/+4
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich1-1/+1
2015-12-04Bump version to 1.12.1monsta1-1/+1
2015-11-29 remove glib max version define, to avoid spamming build logsWolfgang Ulbrich1-3/+1
2015-11-031.12.0v1.12.0Clement Lefebvre1-1/+1
2015-10-15Add a smart CXXFLAGS / std=c++11 switch.mate-system-monitor-1.11.0Benoît Dejean1-1/+2
Code from glom and murrayc http://www.murrayc.com/permalink/2015/07/31/gtkmm-now-uses-c11/ .
2015-10-06Bump version to 1.11.0monsta1-1/+1
2015-10-01configure.ac: add support for new libsystemd libraryMonsta1-12/+11
adapted from https://git.gnome.org/browse/gnome-system-monitor/commit?id=31d37f521d3efdb338b6ec4f83f3dbef68958aa1
2015-10-01configure.ac: drop C89 support, it's ancientMonsta1-1/+0
2015-10-01drop dependency to mate-icon-themeraveit651-2/+1
The dependency is not really needed; depending on GTK+ should be enough to guarantee the presence of a spec-compliant icon theme.
2015-09-08define max/min version of GLibinfirit1-0/+6
2015-09-08Rework gsettings schema buildinginfirit1-1/+2
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
2015-07-13Bump version to 1.10.1mate-system-monitor-1.10.11.10Monsta1-1/+1
2015-05-05Bump version to 1.10.0mate-system-monitor-1.10.0Stefano Karapetsas1-1/+1
2015-04-04Bump version to 1.9.90mate-system-monitor-1.9.90Stefano Karapetsas1-1/+1
2015-01-22Bump version to 1.9.2mate-system-monitor-1.9.2Stefano Karapetsas1-1/+1
2014-12-19Update systemd support from several GSD commitsinfirit1-5/+11
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]>