Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-11 | ci: build with mate-common-1.24.1 tarball | raveit65 | 1 | -3/+3 | |
2020-04-10 | ci: variables, drop obsolete Warn_Cflags | rbuj | 1 | -1/+0 | |
2020-04-10 | ci: configure --enable-cxx-warnings=maximum | rbuj | 1 | -2/+2 | |
2020-04-10 | build: do not override the default value for MATE_x_WARNINGS | rbuj | 1 | -2/+2 | |
2020-04-06 | [ci] update build environment | Wu Xiaotian | 1 | -14/+16 | |
2020-03-25 | Travis CI: use Ubuntu devel instead 19.10 | Pablo Barciela | 1 | -1/+1 | |
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 | [travis] fix travis build error | Wu Xiaotian | 2 | -162/+161 | |
2020-02-17 | Remove GTimeVal deprecation warning for GLib 2.61.2+ | rbuj | 3 | -2/+38 | |
2020-02-08 | release 1.24.0v1.24.0 | raveit65 | 2 | -1/+6 | |
2020-02-08 | filter-out conflictive c-format comments | rbuj | 2 | -1/+4 | |
2020-02-08 | Fix 'msgstr' is not a valid C format string, unlike 'msgid' | rbuj | 137 | -4555/+61 | |
2020-01-22 | release 1.23.1v1.23.1 | raveit65 | 2 | -2/+23 | |
2020-01-22 | tx: fix building for a lot of languages | raveit65 | 29 | -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-22 | tx: sync with transifex | raveit65 | 236 | -86848/+119773 | |
2020-01-13 | tx: update resources for transifex | raveit65 | 2 | -15/+15 | |
2020-01-13 | Update copyright to 2020 | raveit65 | 2 | -2/+2 | |
2019-12-14 | Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable | Pablo Barciela | 1 | -1/+1 | |
2019-11-24 | travis ci: use fedora:latest | raveit65 | 1 | -1/+1 | |
2019-11-08 | gsm_color_button: avoid redundant redeclarations | Pablo Barciela | 1 | -3/+0 | |
2019-11-06 | tx: add fixes to makepot script | raveit65 | 1 | -0/+1 | |
2019-11-06 | tx: update resource for transifex | raveit65 | 2 | -597/+742 | |
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 | |