Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-19 | desktop file: add missing hints for translators | raveit65 | 2 | -0/+3 | |
2019-11-17 | tx: add fixes to makepot script | raveit65 | 1 | -0/+1 | |
2019-11-17 | tx: update resource for transifex | raveit65 | 1 | -2/+1 | |
2019-10-31 | Treat time_t as gint64 to convert from/to string | OBATA Akio | 1 | -5/+7 | |
"time_t" may not equal with "long", especiall 32-bit platforms resolved "Year 2038 problem". There are no standard way to convert time_t from/to string, but GLib2 using gint64 type as a time internally, so it is reasonable to use gint64 for such purpose. | |||||
2019-10-22 | build: introduce RELEASE_YEAR variable for mate-about dialog | rbuj | 4 | -2/+18 | |
Test 1: ./autogen.sh --prefix=/usr cat mate-about/mate-about.h make && sudo make install Test 2: mkdir builddir meson setup builddir --prefix=/usr cat builddir/mate-about/mate-about.h sudo ninja -C builddir install | |||||
2019-10-06 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
2019-10-05 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |
2019-09-05 | Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCode | Pablo Barciela | 1 | -0/+1 | |
2019-08-12 | meson: fix build version | lukefromdc | 1 | -1/+1 | |
Otherwise meson builds break building anything that depends on mate-desktop 1.23.2 | |||||
2019-08-11 | release 1.23.2v1.23.2 | raveit65 | 1 | -0/+13 | |
2019-08-11 | tx: update resource for transifex | raveit65 | 1 | -112/+2 | |
2019-08-11 | tx: sync with transifex | raveit65 | 116 | -38003/+40146 | |
2019-08-11 | Bump version to 1.23.2 | Victor Kareh | 2 | -1/+3 | |
2019-08-11 | Move remaining peripheral schemas to mate-settings-daemon | Victor Kareh | 4 | -53/+1 | |
2019-08-11 | schema: Move mouse schemas to mate-settings-daemon | Victor Kareh | 4 | -52/+0 | |
2019-08-11 | Replace deprecated gtk_css_provider_get_default | raveit65 | 1 | -1/+6 | |
2019-08-11 | mate-bg-crossfade: replace tabs with spaces | raveit65 | 2 | -461/+461 | |
fixes codestyling, caused by usage of different tab size in editors. | |||||
2019-07-24 | make 'rsvg-convert' optional | Pablo Barciela | 3 | -7/+3 | |
2019-07-23 | mate-colorsel: avoid deprecated 'gtk_hscale_new' | Pablo Barciela | 1 | -1/+1 | |
2019-07-04 | CI: don't exclude .gmo files from tarball | raveit65 | 1 | -1/+0 | |
gettext needs .gmo files to install .mo locale | |||||
2019-07-03 | Remove trailing whitespaces | Laurent Napias | 15 | -589/+589 | |
2019-06-22 | CI: remove debug line | raveit65 | 1 | -1/+0 | |
2019-06-22 | CI: fix make distcheck to remove .gmo files | raveit65 | 1 | -0/+2 | |
2019-06-22 | CI: use autotoools for creating the tarball again | raveit65 | 1 | -4/+2 | |
2019-06-16 | CI: fix meson distcheck | raveit65 | 1 | -0/+2 | |
2019-06-15 | release 1.23.1v1.23.1 | raveit65 | 1 | -0/+11 | |
2019-06-15 | tx: sync with transifex | raveit65 | 11 | -170/+1634 | |
2019-06-15 | tx: update transifex resource | raveit65 | 1 | -327/+344 | |
2019-06-13 | pre-bump version | raveit65 | 3 | -2/+4 | |
2019-06-12 | schemas: Define schema for a default messenger | rbuj | 4 | -0/+12 | |
Defines a schema that allows users to specify a default instant messaging application. | |||||
2019-06-11 | check both {$prefix,/usr}/share/locale dirs for translation | Wu Xiaotian | 1 | -15/+31 | |
2019-06-11 | Add test code for mate-languages. | Wu Xiaotian | 5 | -1/+116 | |
2019-06-10 | Change url project's website | Laurent Napias | 1 | -1/+1 | |
2019-06-08 | configure: drop check for itstool | raveit65 | 1 | -1/+0 | |
2019-06-02 | Travis CI: Fix icon name | Pablo Barciela | 1 | -1/+1 | |
the icon name was changed since the commit: https://github.com/mate-desktop/mate-desktop/commit/d83bccb64d612034be471c0724edd129519c3584 and it was moved with the commit: https://github.com/mate-desktop/mate-desktop/commit/6109546780fde4bc8e9986c3f258960a5fdd76bf | |||||
2019-06-01 | [ci] Add cppcheck html report | Pablo Barciela | 1 | -1/+4 | |
2019-05-31 | Create FUNDING.yml | Martin Wimpress | 1 | -0/+9 | |
2019-05-27 | travis: use fedora-30 and ubuntu-19.10 for building | raveit65 | 1 | -6/+8 | |
2019-05-27 | bump version in meson.build | raveit65 | 1 | -1/+1 | |
2019-05-27 | travis: use ninja dist for release | raveit65 | 1 | -2/+2 | |
2019-05-25 | build: use localedir instead of DATADIRNAME | Marty E. Plummer | 1 | -1/+1 | |
Signed-off-by: Marty E. Plummer <[email protected]> | |||||
2019-05-22 | add abi check | Marty E. Plummer | 3 | -0/+302 | |
Signed-off-by: Marty E. Plummer <[email protected]> | |||||
2019-05-22 | treewide: add meson build | Marty E. Plummer | 13 | -0/+484 | |
Signed-off-by: Marty E. Plummer <[email protected]> | |||||
2019-04-23 | travis: enable 'cppcheck' in debian | Pablo Barciela | 1 | -0/+4 | |
2019-04-21 | release 1.23.0v1.23.0 | raveit65 | 1 | -0/+24 | |
2019-04-21 | sync with transifex | raveit65 | 116 | -5270/+6597 | |
2019-04-12 | travis: add meson dependency | raveit65 | 1 | -0/+4 | |
2019-04-11 | [ci] run after_script when use autotools | Wu Xiaotian | 1 | -3/+5 | |
2019-04-11 | enable meson build on travis | Wu Xiaotian | 1 | -1/+1 | |
2019-04-08 | Use mate-desktop icon instead of mate for mate-about | rbuj | 1 | -1/+1 | |