summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-07-21update READMEWu Xiaotian2-6/+57
2022-07-21travis: disable travis builds for archLinuxraveit651-1/+1
2022-07-21CI: Drop -Wunused-parameter for debian buildraveit651-1/+1
2022-07-21travis-Ci: use libera.chat as notification serverraveit651-1/+1
2022-07-21travis-ci: use ubuntu focal as host systemraveit651-1/+1
fixes build issues with fedora:latest (f34) tag.
2022-07-21travis: disable travis builds for ubunturaveit651-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-21travis: build with mate-common-1.24.2 from reposraveit651-11/+0
2022-07-21fix distcheck error on archlinux and fedoraraveit652-1/+3
- use pango-devel as BR for fedora
2022-07-21travis: use ubuntu:rolling tag to fix buildingraveit651-2/+1
2022-07-21Travis CI: debian build: add -Wunused-macros to CFLAGSPablo Barciela1-1/+1
2022-07-21Travis CI: enable irc notifications with tagged commitsPablo Barciela1-1/+1
2022-07-20Remove the warning: the address of ‘iter’ will never be NULLrbuj1-8/+6
2022-07-20tx: pull slowak translation from serverraveit651-74/+75
2022-07-20ci: don't run configure with autogen.shraveit651-1/+1
2022-07-20build: silent build warnings for distcheckraveit651-0/+1
2022-07-20Travis CI: debian build: add "make check"Pablo Barciela1-1/+7
2022-07-20Travis CI: enable irc notifications with broken buildsPablo Barciela1-0/+12
2022-07-20Fix -Wmissing-prototypes build warningsPablo Barciela4-5/+7
2022-07-20Remove warnings about function declaration isn’t a prototyperbuj3-8/+9
2022-07-20Travis CI: debian build: add clang compilerPablo Barciela1-0/+8
2022-07-20Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGSPablo Barciela1-8/+5
2022-07-20Travis CI: build with --enable-compile-warnings=maximumPablo Barciela1-1/+1
2022-07-20ci: variables, drop CFLAGSraveit651-1/+0
2022-07-20[ci] avoid deprecated skip_cleanupWu Xiaotian1-2/+2
2022-07-20caja-window-menus: website-label, consistency with other about-dialogrbuj1-1/+1
2022-07-20Travis CI: build with mate-common-1.24.1 tarballraveit651-0/+12
add missing requires autoconf-archive (fedora)
2022-07-20use MATE_COMPILE_WARNINGS from mate-commonraveit658-54/+11
2022-07-20[ci] fix build environment issueWu Xiaotian2-6/+8
2022-07-20Travis CI: update travis.ymlraveit651-7/+9
- fix build error with archlinux on Travis CI - Avoid warning for build config validation - change archlinux docker image name
2022-07-20Travis CI: use Ubuntu devel instead 19.10Pablo Barciela1-2/+2
2022-07-20fix runtime warning from newly unused codelukefromdc1-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-20Confirm before deleting during an undo operationlukefromdc1-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-20Updating the link of cajaLoïc1-1/+1
Updating the link of caja. The old link generated a 404 error.
2022-07-20Update authorsrbuj2-1/+6
2022-07-20Look for caja extensions at $CAJA_EXTENSION_DIRSJosé Romildo Malaquias1-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-20travis: update config for new travis validationraveit652-166/+173
2022-07-20release 1.24.0raveit652-1/+9
2022-07-20tx: sync with transifexraveit656-42/+50
2022-07-20Set a real title on the desktop window (as provided to ATK)Jonathan Michalon2-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-20Drop GLIB version checkWu Xiaotian1-3/+0
2022-07-20Fix build using gcc 10 -fno-common flagrbuj3-12/+29
2022-07-20release 1.23.4raveit652-1/+5
2022-07-20build: fix wrong executing dir in caja.desktopraveit651-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-20release 1.23.3raveit652-1/+30
2022-07-20tx: sync with transifexraveit65118-16431/+17472
2022-07-20fm-properties: Remove use of mate-desktop-thumbnail helperraveit652-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-20tx: update resource fileraveit651-136/+145
2022-07-20Update copyright to 2020raveit651-1/+1
2022-07-20Make device ejection notifications translatableJonathan Michalon2-5/+5
2022-07-20Keep path same when opening new window from an existing oneYetoo13-6/+40
solved https://github.com/mate-desktop/caja/issues/1335