1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168
|
### caja-extensions 1.26.1
* Translations update
* Fix resolving the path to caja-extensions.mo on guix system
* Fixed caja-share not working under Arch Linux
### caja-extensions 1.26.0
* Translations update
* update copyright to 2021
### caja-extensions 1.25.1
* Translations update
* image-converter: remove hardcoded filepath to convert (portability)
* build: allow users to disable gettext support (--disable-nls)
* build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
* gksu: do not run the command on a new thread
* Do not call bindtextdomain/bind_textdomain_codeset in libraries
* Include i18n header after defining GETTEXT_PACKAGE macro
* caja-image-rotator: remove user_data cast on signal handler
* caja-image-resizer: remove user_data cast on signal handler
* caja-image-resizer: use gtk_builder_new_from_resource
* caja-image-rotator: use gtk_builder_new_from_resource
* caja-image-resizer: promote to final class
* caja-image-rotator: promote to final class
* build: Use PACKAGE_URL variable
* Print status messages
* Update copyright
* Remove warning -Wshadow
* caja-sendto-command: use g_list_free_full
* lookup_in_data_dir, caja_open_terminal_get_file_items are static
* Use `#include <config.h>`
* Remove USE_MATE2_MACROS from autogen.sh (legacy)
* Remove unused macros
### caja-extensions 1.25.0
* Translations update
* update resource for transifex
* add git.mk to generate .gitignore
* Require gtk+ 3.22 in glade files
* sendto: Fix evolution command for sending an email
* build: silent build warnings for distcheck
* image-converter: Add error-dialog.ui
* use MATE_COMPILE_WARNINGS from mate-common
* Fix memory leak allocated with 'gtk_builder_new ()'
* caja-image-rotator: fix memory leak pointed to by 'angle'
* caja-image-resizer: fix memory leak pointed to by 'size'
* image-converter: use gresources for UI files
* share: rewrite share-dialog.ui from scratch
* caja-sendto-command: fix memory leak pointed to by 'p'
* image-converter: rewrite caja-image-rotate.ui from scratch
* Do not collect the translation for Icon
* automake: do not include CFLAGS in CPPFLAGS
### caja-extensions 1.24.0
* Translations update
* caja-sendto: rewrite caja-sendto.ui from scratch fixing deprecations
* caja-sendto-command: add .7z,.tar.xz to packed type drop-down list
* caja-wallpaper-extension: remove unused pointer 'GError *err'
* caja-wallpaper-extension: fix memory leak
* image-converter: i18n select an angle drop-down list
* image-converter: rewrite caja-image-resize.ui from scratch fixing deprecations
* sendto: value stored to 'file' is never read
* configure: get quieter output from make
### caja-extensions 1.23.1
* Translations update
* migrate from intltool to gettext
* caja-image-resizer: avoid 'g_type_class_add_private'
* caja-image-rotator: avoid 'g_type_class_add_private'
* i18n caja extension copyright
* Build either with gupnp version 1.0 or 1.2.
* image-converter: don't use non-existing icons in context menu
### caja-extensions 1.23.0
* Translations update
* Remove trailing whitespaces
* Strings resistance
* Change url project's website
* [ci] Add cppcheck html report
* [ci] Enable Clang Static Analyzer
### caja-extensions 1.22.0
* Translations update
* Initialize Travis CI support
* require caja >= 1.21.3
### caja-extensions 1.21.0
* Translations update
* disable deprecation warnings for distcheck
* Make caja-open-terminal configurable (Depends on caja GitHub PR caja#1050)
### caja-extensions 1.20.0
* Translations update
* require GTK+ 3.22 and GLib 2.50
* xattr-tags: use better English in extension description
* po: add missing translatable strings from xattrs extension
* xattr-tags: fix extension description
### caja-extensions 1.19.0
* Translations update
* open-terminal: don't use excessive string duplication
* avoid deprecated gdk_screen_make_display_name
* sendto burn: avoid deprecated gtk_show_uri
* xattr-tags: remove hack, it's not needed now
* xattr-tags: fix typo causing undefined reference
* fix the libcaja_gksu_la_LDFLAGS variable declaration
* xattr-tags: add missing newline to startup message
* xattr-tags: unescaping stored attributes.
* README: Added development info.
### caja-extensions 1.18.0
* NEWS: use consistent, project wide, markdown-like formatting to make
generating release announcements easier
* Build: require caja >= 1.17.1 and libmate-desktop >= 1.17.0
* Move to GTK+3 (require GTK+ >= 3.14), drop GTK+2 code and --with-gtk
build option
* Add xattr-tags extension to show xattr tags in a new column
* Translations update
### caja-extensions 1.16.0
* open-terminal: fix opening terminal in remote folders with single
or double quote in their names
* open-terminal: some code cleanups
* Translations update
### caja-extensions 1.14.1
* Translations update
* Make distcheck use currently selected GTK+ version
### caja-extensions 1.14.0
* Drop MateConf migration scripts
* GTK+3: some deprecation fixes
* Some more fixes and cleanups
* Translations update
* Add Changelog generation
### caja-extensions 1.12.0
* Some string fixes
* Translations update
### caja-extensions 1.10.1
* open-terminal: fixed bugs with non-standard ssh ports
### caja-extensions 1.10.0
* wallpaper: Added new 'Set as wallpaper' extension
* sendto: re-introduce the option to select plugins to build
### caja-extensions 1.8.0
* New release merging all current official MATE caja extensions in a single
package.
|