Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-24 | travis: add autopoint | Wu Xiaotian | 1 | -1/+2 | |
2019-12-24 | migrate from intltool to gettext | Wu Xiaotian | 26 | -118/+205 | |
2019-12-01 | 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-06 | caja-image-resizer: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -14/+10 | |
2019-11-06 | caja-image-rotator: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -14/+10 | |
2019-10-19 | Travis CI: don't build caja from tarball | Pablo Barciela | 1 | -24/+0 | |
2019-10-09 | 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-10-01 | i18n caja extension copyright | rbuj | 7 | -7/+7 | |
2019-09-18 | Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCode | Pablo Barciela | 1 | -0/+1 | |
2019-08-18 | Build either with gupnp version 1.0 or 1.2. | Jonathan Brielmaier | 2 | -0/+6 | |
This fixes https://github.com/mate-desktop/caja-extensions/issues/52. * (configure.ac): Check also for gupnp-1.2 and set HAS_GUPNP_VERSION_1_2 to yes if found. * (sendto/plugins/upnp/upnp.c): Use gupnp_context_manager_create when building with gupnp-1.2 as gupnp_context_manager_new was removed. Signed-off-by: Jonathan Brielmaier <[email protected]> Co-authored-by: Gianfranco Costamagna <[email protected]> | |||||
2019-07-24 | image-converter: don't use non-existing icons in context menu | monsta | 1 | -2/+2 | |
2019-06-30 | release 1.23.0v1.23.0 | raveit65 | 2 | -1/+10 | |
2019-06-30 | tx: sync with transifex | raveit65 | 21 | -101/+729 | |
2019-06-30 | Remove trailing whitespaces | Laurent Napias | 28 | -236/+236 | |
2019-06-18 | Strings resistance | Laurent Napias | 5 | -5/+5 | |
2019-06-10 | Change url project's website | Laurent Napias | 7 | -7/+7 | |
2019-06-04 | [ci] Add cppcheck html report | Pablo Barciela | 1 | -1/+4 | |
2019-05-31 | Create FUNDING.yml | Martin Wimpress | 1 | -0/+9 | |
2019-05-22 | travis: use ubuntu-19.10 for building | raveit65 | 1 | -2/+2 | |
2019-05-22 | travis: use fedora-30 and ubuntu-19.04 for building | raveit65 | 1 | -2/+2 | |
2019-04-26 | travis: enable 'cppcheck' in debian | Pablo Barciela | 1 | -0/+4 | |
2019-03-26 | github release | raveit65 | 1 | -10/+27 | |
2019-03-13 | [ci] add gcc package | Wu Xiaotian | 1 | -0/+1 | |
2019-03-13 | [ci] Enable Clang Static Analyzer | Wu Xiaotian | 1 | -6/+68 | |
2019-02-25 | release 1.22.0v1.22.0 | raveit65 | 2 | -1/+7 | |
2019-02-25 | tx: sync with transifex | raveit65 | 10 | -38/+42 | |
2019-02-18 | Enable Travis CI for all branches | Wu Xiaotian | 1 | -7/+1 | |
2019-02-18 | Initialize Travis CI support | Wu Xiaotian | 1 | -0/+125 | |
2018-12-18 | require caja >= 1.21.3 | monsta | 1 | -1/+1 | |
due to new CajaConfigurable interface | |||||
2018-12-18 | configure: fix some typos | monsta | 1 | -4/+4 | |
2018-12-13 | release 1.21.0v1.21.0 | raveit65 | 1 | -0/+4 | |
2018-12-13 | tx: pull from transifex with fixed es_MX language | raveit65 | 1 | -4/+5 | |
2018-12-13 | tx: sync with transifex | raveit65 | 114 | -1978/+31427 | |
2018-12-11 | tx: update resource for transifex | raveit65 | 1 | -10/+26 | |
2018-12-11 | disable deprecation warnings for distcheck | raveit65 | 1 | -1/+2 | |
2018-10-19 | Make caja-open-terminal configurable (Depends on caja GitHub PR caja#1050) | 20kdc | 1 | -5/+95 | |
This makes caja-open-terminal implement CajaConfigurable (see related PR), thus allowing the user to configure it from within Caja. Both the MATE-wide terminal application setting (org.mate.applications-terminal exec) and the 'open terminal in Home if called up from Desktop' settings are configurable here. | |||||
2018-06-12 | NEWS: use development version | monsta | 1 | -1/+1 | |
2018-06-12 | pre-bump version | raveit65 | 2 | -1/+3 | |
2018-03-23 | tx: update config with branch specific resoures | raveit65 | 1 | -2/+2 | |
2018-03-15 | tx: add makepot and move .pot file to srcdir | raveit65 | 2 | -0/+5 | |
2018-03-14 | tx: add caja-extensions.pot for auto-update translations | raveit65 | 1 | -0/+588 | |
2018-03-11 | transifex: set minimum_perc and type in config file | raveit65 | 1 | -0/+2 | |
2018-01-30 | release 1.20v1.20.0 | raveit65 | 2 | -11/+19 | |
2018-01-30 | sync with transifex | raveit65 | 69 | -733/+5280 | |
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 2 | -6/+2 | |
2018-01-13 | xattr-tags: use better English in extension description | monsta | 2 | -2/+2 | |
2018-01-13 | po: add missing translatable strings from xattrs extension | monsta | 1 | -0/+1 | |
2018-01-13 | xattr-tags: fix extension description | monsta | 1 | -1/+1 | |