Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-06 | travis-Ci: use libera.chat as notification server | raveit65 | 1 | -1/+1 | |
2021-06-25 | tx: update resource | raveit65 | 1 | -22/+50 | |
2021-06-25 | update copyright to 2021 | raveit65 | 4 | -0/+4 | |
2021-05-30 | travis-ci: use ubuntu focal as host system | raveit65 | 1 | -1/+1 | |
fixes build issues with fedora:latest (f34) tag. | |||||
2021-04-25 | travis: disable travis builds for ubuntu | raveit65 | 1 | -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-03-03 | rewrite mozo.ui from scratch | mbkma | 2 | -586/+461 | |
2021-02-23 | travis: temporarily disable build for ArchLinux | raveit65 | 1 | -1/+1 | |
2021-02-14 | release 1.25.0v1.25.0 | raveit65 | 1 | -0/+6 | |
2021-02-14 | sync with transifex | raveit65 | 25 | -72/+85 | |
2021-02-14 | tx: update resource | raveit65 | 1 | -7/+2 | |
2021-02-11 | i18n: Do not collect the translation for Icon | rbuj | 1 | -1/+1 | |
2021-01-27 | pre-bump version | raveit65 | 3 | -2/+4 | |
2021-01-27 | Skip Collection directory | rbuj | 1 | -13/+20 | |
2020-12-08 | update issue template | raveit65 | 1 | -1/+1 | |
2020-11-18 | travis CI: use rolling tag for ubuntu docker image | raveit65 | 1 | -1/+1 | |
2020-11-18 | Remove USE_MATE2_MACROS from autogen.sh (legacy) | rbuj | 1 | -1/+0 | |
2020-08-07 | Travis CI: enable irc notifications with tagged commits | Pablo Barciela | 1 | -0/+12 | |
2020-06-28 | [ci] fix release tarball on travis CI failed | Wu Xiaotian | 1 | -1/+3 | |
2020-04-22 | ci: don't run configure with autogen.sh | raveit65 | 1 | -1/+1 | |
2020-04-05 | [ci] avoid deprecated skip_cleanup | Wu Xiaotian | 1 | -1/+1 | |
2020-04-04 | [ci] fix build environment issue | Wu Xiaotian | 1 | -7/+8 | |
2020-04-03 | Travis CI: use Ubuntu devel instead 19.10 | Pablo Barciela | 1 | -1/+1 | |
2020-02-24 | add meson build files to EXTRA_DIST | raveit65 | 4 | -6/+15 | |
2020-02-21 | Travis CI: Fix build error, add .build.yml | Pablo Barciela | 2 | -89/+88 | |
2020-02-08 | release 1.24.0v1.24.0 | raveit65 | 3 | -2/+6 | |
2020-02-03 | release 1.23.1v1.23.1 | raveit65 | 3 | -2/+13 | |
2020-02-03 | tx: sync with transifex | raveit65 | 124 | -2758/+4130 | |
2019-11-24 | travis ci: use fedora:latest | raveit65 | 1 | -1/+1 | |
2019-11-19 | tx: add fixes to makepot script | raveit65 | 1 | -0/+2 | |
2019-11-19 | tx: update resource for transifex | raveit65 | 1 | -19/+20 | |
2019-11-19 | desktop file: add missing hints for translators | raveit65 | 1 | -0/+2 | |
2019-10-20 | Travis CI: don't build mate-menus from git master | Pablo Barciela | 1 | -19/+0 | |
2019-10-11 | sets the required version for gettext (0.19.8) | Pablo Barciela | 1 | -0/+1 | |
Fixes error in arch build: *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20 | |||||
2019-10-09 | 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-08-13 | Add Undo and Redo buttons | gm10 | 3 | -7/+63 | |
2019-08-11 | moveItem: Remove redundant code, add missing check for move mode when ↵ | gm10 | 1 | -7/+8 | |
merging entries | |||||
2019-08-11 | Change DragAction to MOVE | gm10 | 1 | -2/+2 | |
2019-08-11 | undo/redo: Handle missing files | gm10 | 1 | -18/+36 | |
2019-08-11 | Fix item drag & drop creating copies, fix undo, redo and a crash when refreshing | gm10 | 2 | -47/+41 | |
2019-07-06 | release 1.23.0v1.23.0 | raveit65 | 1 | -0/+10 | |
2019-07-06 | tx: sync with transifex | raveit65 | 8 | -11/+99 | |
2019-07-06 | tx: update resource for transifex | raveit65 | 1 | -21/+29 | |
2019-07-06 | CI: don't exclude .gmo files from tarball | raveit65 | 1 | -1/+0 | |
gettext needs .gmo files to install .mo locale | |||||
2019-06-22 | CI: remove debug line | raveit65 | 1 | -1/+0 | |
2019-06-22 | CI: switch to build_scripts and fix make distcheck | raveit65 | 1 | -2/+9 | |
to remove .gmo files | |||||
2019-06-22 | CI: use autotoools for creating the tarball again | raveit65 | 1 | -4/+2 | |
2019-06-12 | Fix DeprecationWarning ABCs from 'collections' | Sam Tygier | 1 | -1/+1 | |
Need to explicitly use collections.abc | |||||
2019-06-12 | Fix DeprecationWarning: cgi.escape is deprecated | Sam Tygier | 1 | -8/+8 | |
As per note at: https://docs.python.org/3.2/library/cgi.html#cgi.escape | |||||
2019-06-10 | Change url project's website | Laurent Napias | 1 | -1/+1 | |