summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-03-10Travis CI: don't update gh-pagesPablo Barciela2-39/+1
2020-03-06fix 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
2020-03-04Confirm 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
2020-02-29Updating the link of cajaLoïc1-1/+1
Updating the link of caja. The old link generated a 404 error.
2020-02-26Update authorsrbuj2-1/+6
2020-02-18travis: update config for new travis validationraveit652-172/+172
2020-02-15tx: update configraveit651-1/+1
2020-02-14tx: update configraveit651-1/+1
2020-02-14tx: udate configraveit651-1/+1
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