summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2022-07-20travis: add build requires xorgproto for ArchLinuxraveit651-0/+1
2022-07-20editable-label: Don't hyphenate filenamesraveit651-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-20sync with transifexraveit65118-457750/+425577
2022-07-20libcaja-private/caja-file: redundant conditionrbuj1-5/+4
'!A || (A && B)' is equivalent to '!A || B'
2022-07-20Travis CI: add '-Wredundant-decls' to 'CFLAGS' variablePablo Barciela1-1/+1
2022-07-20avoid redundant redeclarationsPablo Barciela23-77/+26
2022-07-20canvas-item: Don't hyphenate filenamesraveit651-0/+22
fixes 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-20tx: update resource for transifexraveit651-2549/+2202
2022-07-20makepot: remove fuzzy linePablo Barciela1-0/+1
2022-07-20change name from caja.{its,loc} to mimeinfo.{its,loc}Wu Xiaotian3-6/+6
2022-07-20Travis CI: use Debian "testing" instead "sid"Pablo Barciela1-1/+1
2022-07-20travis(ci): enable notify_serversraveit651-0/+2
2022-07-20caja-extensions: allows the translation of copyrightrbuj1-3/+10
2022-07-20caja-window-slot: "folder-saved-search" icon instead "text-x-generic"Pablo Barciela1-1/+4
2022-07-20Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCodePablo Barciela1-0/+1
2022-07-20po: update POTFILES.inWu Xiaotian1-0/+2
2022-07-20Let some strings be translatableWu Xiaotian2-8/+9
2022-07-20add document for CajaWidgetViewProvider apiWu Xiaotian3-14/+43
2022-07-20add new interfaceWu Xiaotian5-97/+107
2022-07-20add CajaWidgetViewProvider docsWu Xiaotian7-17/+337
2022-07-20add new extension for widget viewWu Xiaotian2-4/+21
2022-07-20hide menu and toolbutton when view is only oneWu Xiaotian2-14/+20
2022-07-20Set FmWidgetView is single view.Wu Xiaotian8-51/+60
2022-07-20add new FmWidgetView objectWu Xiaotian5-0/+444
2022-07-20fix build error about autoptr cleanWu Xiaotian1-0/+5