summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-02-17[travis] fix travis build errorWu Xiaotian2-162/+161
2020-02-17Remove GTimeVal deprecation warning for GLib 2.61.2+rbuj3-2/+38
2020-02-08release 1.24.0v1.24.0raveit652-1/+6
2020-02-08filter-out conflictive c-format commentsrbuj2-1/+4
2020-02-08Fix 'msgstr' is not a valid C format string, unlike 'msgid'rbuj137-4555/+61
2020-01-22release 1.23.1v1.23.1raveit652-2/+23
2020-01-22tx: fix building for a lot of languagesraveit6529-57/+56
This is only a temporarily build fix, because this will override by next pull from transifex. It affects a bunch of languages. So i assume this needs to be fixed in our code.
2020-01-22tx: sync with transifexraveit65236-86848/+119773
2020-01-13tx: update resources for transifexraveit652-15/+15
2020-01-13Update copyright to 2020raveit652-2/+2
2019-12-14Travis CI: add '-Wredundant-decls' to 'CFLAGS' variablePablo Barciela1-1/+1
2019-11-24travis ci: use fedora:latestraveit651-1/+1
2019-11-08gsm_color_button: avoid redundant redeclarationsPablo Barciela1-3/+0
2019-11-06tx: add fixes to makepot scriptraveit651-0/+1
2019-11-06tx: update resource for transifexraveit652-597/+742
2019-10-12ci: MATE_COMPILE_WARNINGS([maximum])rbuj1-2/+2
2019-10-11Add translator notes for desktop fileWu Xiaotian1-0/+2
2019-10-11ci: add build-deps for travisWu Xiaotian1-3/+5
2019-10-11migrate from intltool to gettextWu Xiaotian8-25/+101
2019-10-08Travis CI: use Debian "testing" instead "sid"Pablo Barciela1-1/+1
2019-10-06travis(ci): enable notify_serversraveit651-0/+2
2019-10-01Use MATE_DEBUG_CHECK for setting compiler debug flagsrbuj1-0/+1
By default, it disables the debugging.
2019-10-01travis (ci): build mate-common from latest tarballraveit651-0/+11
2019-10-01Use MATE_COMPILE_WARNINGS and MATE_CXX_WARNINGS macrosrbuj4-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-07Travis CI: add icon to the static code analyzer websitePablo Barciela1-1/+1
2019-09-07Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCodePablo Barciela1-0/+1
2019-07-30require GLib >= 2.56.0monsta1-1/+1
needed after 52532ffb9cea00d1bc8f29f4da14081d475b28ad due to usage of G_FORMAT_SIZE_BITS
2019-07-13Render icons as cairo surfaces for HiDPI supportVictor Kareh8-78/+86
2019-06-10Change url project's websiteLaurent Napias4-4/+4
2019-06-02proctable: cppcheck: Local variable 'column' shadows outer variablePablo Barciela1-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-31Create FUNDING.ymlMartin Wimpress1-0/+9
2019-05-28travis: use fedora-30 and ubuntu-19.10 for buildingraveit651-2/+2
2019-05-12add disk I/O info on usage and prefs sectionsakib1-0/+44
2019-05-07Make SysInfo::get_os_type a static functionrbuj1-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-05msm_execute_helper: fix memory leakrbuj1-2/+4
2019-05-05[ci] Add cppcheck html reportPablo Barciela1-1/+4
2019-05-04sysinfo: Condition 'markup' is always falserbuj1-4/+0
2019-05-03procman: Use G_VARIANT_TYPE ("ai") instead of G_VARIANT_TYPE_ARRAYrbuj1-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-03smooth_refresh: Assigned value is garbage or undefinedrbuj1-1/+1
2019-04-29Use g_date_time_format instead of filter_daterbuj7-228/+35
https://developer.gnome.org/glib/stable/glib-GDateTime.html#g-date-time-format
2019-04-28Add disk IO on process inforbuj8-6/+155
Based on GNOME/gnome-system-monitor@60a787b
2019-04-28travis: enable 'cppcheck' in debianPablo Barciela1-0/+4
2019-04-28[ci] Enable Clang Static AnalyzerWu Xiaotian1-2/+63
2019-04-24release 1.23.0v1.23.0raveit651-7/+23
2019-04-24tx: sync with transifexraveit6540-170/+301
2019-04-24tx: update resource fileraveit652-369/+463
2019-04-20Network History: Fix labelsrbuj1-9/+8
Don't show "/s" in total sent/received data Fix values in Show network speed in bits
2019-04-20pre-bump versionraveit652-1/+3
2019-04-19Show GPU info on the System tabrbuj3-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-17Use g_format_size or g_format_size_fullrbuj8-150/+126
- IEC units for RAM - SI units for storage and network