Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-09 | thumbnail: Move thumbnail generation/saving to a few helper | Jasper St. Pierre | 1 | -203/+127 | |
functions Another cleanup in preparation for a new "simple" thumbnail API. https://bugzilla.gnome.org/show_bug.cgi?id=684026 https://bugzilla.gnome.org/show_bug.cgi?id=784915 origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/97f6f77 https://gitlab.gnome.org/GNOME/gnome-desktop/commit/ef4734f https://gitlab.gnome.org/GNOME/gnome-desktop/commit/911091d | |||||
2020-01-09 | thumbnail: Clean up path generation code | Jasper St. Pierre | 1 | -100/+66 | |
Put the path calculation code in one spot. https://bugzilla.gnome.org/show_bug.cgi?id=684026 origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/57c18b8 https://gitlab.gnome.org/GNOME/gnome-desktop/commit/ef0f02e | |||||
2020-01-09 | thumbnailer: Try harder to create a failed thumbnail | Juan Antonio Marin | 1 | -13/+9 | |
If a failed thumbnail is created because the pixbuf fail to save (for instance if user is over quota) we should still try to rename the temporary file that might have been created. If not, the thumbnail will not be marked as failed, and thumbnailing will be reattempted. https://bugzilla.gnome.org/show_bug.cgi?id=728775 origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/54f68ab | |||||
2020-01-09 | Add missing cases to switch statement | Philip Withnall | 1 | -41/+103 | |
This shuts up a gcc warning by adding support for thumbnail directories being unmounted or moved. https://bugzilla.gnome.org/show_bug.cgi?id=709819 origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/c064fab | |||||
2020-01-09 | lib: Add thumbnail test application | Bastien Nocera | 2 | -1/+70 | |
origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/cb04925 https://gitlab.gnome.org/GNOME/gnome-desktop/commit/36b131c | |||||
2020-01-09 | Increase the size of thumbnails to 256 | William Jon McCann | 1 | -1/+3 | |
origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/c587265 | |||||
2019-12-08 | avoid redundant redeclarations | Pablo Barciela | 2 | -6/+1 | |
2019-12-04 | 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-19 | tx: update resource for transifex | raveit65 | 1 | -4/+7 | |
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 | |