Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-21 | travis-ci: use ubuntu focal as host system | raveit65 | 1 | -1/+1 | |
fixes build issues with fedora:latest (f34) tag. | |||||
2022-07-21 | 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 | |||||
2022-07-21 | travis: build with mate-common-1.24.2 from repos | raveit65 | 1 | -11/+0 | |
2022-07-21 | fix distcheck error on archlinux and fedora | raveit65 | 2 | -1/+3 | |
- use pango-devel as BR for fedora | |||||
2022-07-21 | travis: use ubuntu:rolling tag to fix building | raveit65 | 1 | -2/+1 | |
2022-07-21 | Travis CI: debian build: add -Wunused-macros to CFLAGS | Pablo Barciela | 1 | -1/+1 | |
2022-07-21 | Travis CI: enable irc notifications with tagged commits | Pablo Barciela | 1 | -1/+1 | |
2022-07-20 | Remove the warning: the address of ‘iter’ will never be NULL | rbuj | 1 | -8/+6 | |
2022-07-20 | tx: pull slowak translation from server | raveit65 | 1 | -74/+75 | |
2022-07-20 | ci: don't run configure with autogen.sh | raveit65 | 1 | -1/+1 | |
2022-07-20 | build: silent build warnings for distcheck | raveit65 | 1 | -0/+1 | |
2022-07-20 | Travis CI: debian build: add "make check" | Pablo Barciela | 1 | -1/+7 | |
2022-07-20 | Travis CI: enable irc notifications with broken builds | Pablo Barciela | 1 | -0/+12 | |
2022-07-20 | Fix -Wmissing-prototypes build warnings | Pablo Barciela | 4 | -5/+7 | |
2022-07-20 | Remove warnings about function declaration isn’t a prototype | rbuj | 3 | -8/+9 | |
2022-07-20 | Travis CI: debian build: add clang compiler | Pablo Barciela | 1 | -0/+8 | |
2022-07-20 | Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGS | Pablo Barciela | 1 | -8/+5 | |
2022-07-20 | Travis CI: build with --enable-compile-warnings=maximum | Pablo Barciela | 1 | -1/+1 | |
2022-07-20 | ci: variables, drop CFLAGS | raveit65 | 1 | -1/+0 | |
2022-07-20 | [ci] avoid deprecated skip_cleanup | Wu Xiaotian | 1 | -2/+2 | |
2022-07-20 | caja-window-menus: website-label, consistency with other about-dialog | rbuj | 1 | -1/+1 | |
2022-07-20 | Travis CI: build with mate-common-1.24.1 tarball | raveit65 | 1 | -0/+12 | |
add missing requires autoconf-archive (fedora) | |||||
2022-07-20 | use MATE_COMPILE_WARNINGS from mate-common | raveit65 | 8 | -54/+11 | |
2022-07-20 | [ci] fix build environment issue | Wu Xiaotian | 2 | -6/+8 | |
2022-07-20 | Travis CI: update travis.yml | raveit65 | 1 | -7/+9 | |
- fix build error with archlinux on Travis CI - Avoid warning for build config validation - change archlinux docker image name | |||||
2022-07-20 | Travis CI: use Ubuntu devel instead 19.10 | Pablo Barciela | 1 | -2/+2 | |
2022-07-20 | fix runtime warning from newly unused code | lukefromdc | 1 | -10/+1 | |
Remove now unused confirm_delete property Fix warning "caja-undostack-manager.c:323: invalid property id 2 for "confirm-delete" of type 'GParamBoolean' in 'CajaUndoStackManager' " caused by newly unused property | |||||
2022-07-20 | Confirm before deleting during an undo operation | lukefromdc | 1 | -24/+6 | |
Unless user turns 'Ask before emptying trash or deleting files" off. Remove special case direct delete code that broke this behavior Also remove now unused priv->confirm_delete As we no longer use unique code directly deleting files that used it | |||||
2022-07-20 | Updating the link of caja | Loïc | 1 | -1/+1 | |
Updating the link of caja. The old link generated a 404 error. | |||||
2022-07-20 | Update authors | rbuj | 2 | -1/+6 | |
2022-07-20 | Look for caja extensions at $CAJA_EXTENSION_DIRS | José Romildo Malaquias | 1 | -0/+12 | |
CAJA_EXTENSION_DIRS is a list of directories where caja extensions are looked for. It is needed for distributions like NixOS that do not install all extensions in the same directory. In NixOS each package is installed in a self contained directory. | |||||
2022-07-20 | travis: update config for new travis validation | raveit65 | 2 | -166/+173 | |
2022-07-20 | release 1.24.0 | raveit65 | 2 | -1/+9 | |
2022-07-20 | tx: sync with transifex | raveit65 | 6 | -42/+50 | |
2022-07-20 | Set a real title on the desktop window (as provided to ATK) | Jonathan Michalon | 2 | -7/+6 | |
Even if we think that the desktop window title is never seen, it is used by the window selector in "all windows" mode and speech synthesis. | |||||
2022-07-20 | Drop GLIB version check | Wu Xiaotian | 1 | -3/+0 | |
2022-07-20 | Fix build using gcc 10 -fno-common flag | rbuj | 3 | -12/+29 | |
2022-07-20 | release 1.23.4 | raveit65 | 2 | -1/+5 | |
2022-07-20 | build: fix wrong executing dir in caja.desktop | raveit65 | 1 | -2/+0 | |
make distcheck use /usr/local/bin and tarball include caja.desktop with that wrong dir after https://github.com/mate-desktop/caja/commit/abc7f2a | |||||
2022-07-20 | release 1.23.3 | raveit65 | 2 | -1/+30 | |
2022-07-20 | tx: sync with transifex | raveit65 | 118 | -16431/+17472 | |
2022-07-20 | fm-properties: Remove use of mate-desktop-thumbnail helper | raveit65 | 2 | -5/+6 | |
don't use mate_desktop_thumbnail_scale_down_pixbuf(). gdk-pixbuf doesn't have the same bugs when shrinking images by large factors. | |||||
2022-07-20 | tx: update resource file | raveit65 | 1 | -136/+145 | |
2022-07-20 | Update copyright to 2020 | raveit65 | 1 | -1/+1 | |
2022-07-20 | Make device ejection notifications translatable | Jonathan Michalon | 2 | -5/+5 | |
2022-07-20 | Keep path same when opening new window from an existing one | Yetoo1 | 3 | -6/+40 | |
solved https://github.com/mate-desktop/caja/issues/1335 | |||||
2022-07-20 | travis: add build requires xorgproto for ArchLinux | raveit65 | 1 | -0/+1 | |
2022-07-20 | editable-label: Don't hyphenate filenames | raveit65 | 1 | -0/+11 | |
more fixes for https://github.com/mate-desktop/caja/issues/1284 Pango 1.44 got the ability to automatically hyphenate on line breaks, which is on by default, but can be set off by a new attribute. As a result, we now hyphenate filenames, which is confusing, because a filename may already include hyphens. To restore the previous behavior, let's not insert hyphens when breaking filenames in multiple lines. Inspired by https://gitlab.gnome.org/GNOME/nautilus/commit/9738d85 | |||||
2022-07-20 | sync with transifex | raveit65 | 118 | -457750/+425577 | |
2022-07-20 | libcaja-private/caja-file: redundant condition | rbuj | 1 | -5/+4 | |
'!A || (A && B)' is equivalent to '!A || B' |