summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-02-25Look 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.
2020-02-18travis: update config for new travis validationraveit652-172/+172
2020-02-09release 1.24.0v1.24.0raveit652-1/+9
2020-02-09tx: sync with transifexraveit656-42/+50
2020-02-09Set 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.
2020-02-08Drop GLIB version checkWu Xiaotian1-3/+0
2020-02-05build: show compiler flags on configuration summaryrbuj1-0/+2
2020-02-01Fix build using gcc 10 -fno-common flagrbuj3-14/+29
2020-01-21release 1.23.4v1.23.4raveit652-1/+5
2020-01-21build: 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
2020-01-19release 1.23.3v1.23.3raveit652-1/+30
2020-01-19tx: sync with transifexraveit65118-16431/+17472
2020-01-12fm-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.
2020-01-10tx: update resource fileraveit651-136/+145
2020-01-10Update copyright to 2020raveit651-1/+1
2020-01-10Make device ejection notifications translatableJonathan Michalon2-5/+5
2019-12-29Keep path same when opening new window from an existing oneYetoo13-6/+40
solved https://github.com/mate-desktop/caja/issues/1335
2019-12-23travis: add build requires xorgproto for ArchLinuxraveit651-0/+1
2019-12-23editable-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
2019-12-19sync with transifexraveit65118-457750/+425577
2019-12-15libcaja-private/caja-file: redundant conditionrbuj1-4/+3
'!A || (A && B)' is equivalent to '!A || B'
2019-11-30Travis CI: add '-Wredundant-decls' to 'CFLAGS' variablePablo Barciela1-1/+1
2019-11-30avoid redundant redeclarationsPablo Barciela23-77/+26
2019-11-24travis ci: use fedora:latestraveit651-1/+1
2019-11-22canvas-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
2019-11-20tx: update resource for transifexraveit651-2549/+2202
2019-11-06makepot: remove fuzzy linePablo Barciela1-0/+1
2019-10-31change name from caja.{its,loc} to mimeinfo.{its,loc}Wu Xiaotian3-6/+6
2019-10-07Travis CI: use Debian "testing" instead "sid"Pablo Barciela1-1/+1
2019-10-05travis(ci): enable notify_serversraveit651-0/+2
2019-09-28caja-extensions: allows the translation of copyrightrbuj1-3/+10
2019-09-10caja-window-slot: "folder-saved-search" icon instead "text-x-generic"Pablo Barciela1-1/+4
2019-08-26Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCodePablo Barciela1-0/+1
2019-08-26po: update POTFILES.inWu Xiaotian1-0/+2
2019-08-26Let some strings be translatableWu Xiaotian2-8/+9
2019-08-26add document for CajaWidgetViewProvider apiWu Xiaotian3-14/+43
2019-08-26add new interfaceWu Xiaotian5-97/+107
2019-08-26add CajaWidgetViewProvider docsWu Xiaotian7-17/+337
2019-08-26add new extension for widget viewWu Xiaotian2-4/+21
2019-08-26hide menu and toolbutton when view is only oneWu Xiaotian2-14/+20
2019-08-26Set FmWidgetView is single view.Wu Xiaotian8-51/+60
2019-08-26add new FmWidgetView objectWu Xiaotian5-0/+444
2019-08-26fix build error about autoptr cleanWu Xiaotian1-0/+5
2019-08-22Travis CI: 'autogen.sh' and 'scan-build' with '--enable-empty-view'Pablo Barciela1-2/+2
2019-08-21Don't export translation for Icon keyword in desktop filesrbuj1-1/+3
Example for Catalan (ca): $ make clean $ tx pull -l=ca -f $ ./autogen.sh --prefix=/usr $ make -C data caja.desktop $ diff ../caja-master/data/caja.desktop data/caja.desktop ... < Icon[ca]=system-file-manager ...
2019-08-21desktop files: Add comments for translatorsrbuj8-0/+13
closes #1294
2019-08-20Fix a grammar mistake reported by translatorsrbuj1-2/+2
2019-08-19Remove comments that are not written to translators from pot filerbuj9-49/+49
2019-08-19Sort po/POTFILES.inrbuj1-22/+22
2019-08-19Use absolute path of binary on desktop filesrbuj11-44/+38
./autogen.sh --prefix=/usr && make ... GEN caja.desktop.in GEN caja.desktop GEN caja-home.desktop.in GEN caja-home.desktop GEN caja-computer.desktop.in GEN caja-computer.desktop GEN caja-folder-handler.desktop.in GEN caja-folder-handler.desktop GEN caja-file-management-properties.desktop.in GEN caja-file-management-properties.desktop GEN caja-browser.desktop.in GEN caja-browser.desktop GEN caja-autorun-software.desktop.in GEN caja-autorun-software.desktop GEN mate-network-scheme.desktop.in GEN mate-network-scheme.desktop ... grep Exec= data/*.desktop data/caja-autorun-software.desktop:TryExec=/usr/bin/caja-autorun-software data/caja-autorun-software.desktop:Exec=/usr/bin/caja-autorun-software %u data/caja-browser.desktop:TryExec=/usr/bin/caja data/caja-browser.desktop:Exec=/usr/bin/caja --no-desktop --browser %U data/caja-computer.desktop:TryExec=/usr/bin/caja data/caja-computer.desktop:Exec=/usr/bin/caja --no-desktop computer: data/caja.desktop:Exec=/usr/bin/caja data/caja-file-management-properties.desktop:Exec=/usr/bin/caja-file-management-properties data/caja-folder-handler.desktop:TryExec=/usr/bin/caja data/caja-folder-handler.desktop:Exec=/usr/bin/caja --no-desktop %U data/caja-home.desktop:TryExec=/usr/bin/caja data/caja-home.desktop:Exec=/usr/bin/caja --no-desktop data/mate-network-scheme.desktop:TryExec=/usr/bin/caja data/mate-network-scheme.desktop:Exec=/usr/bin/caja --no-desktop network: