summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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:
2019-08-18release 1.23.2v1.23.2raveit652-1/+39
2019-08-18tx: sync with transifexraveit6512-133/+139
2019-08-18tx: update resource for transifexraveit651-1936/+1964
2019-08-18caja-progress-info: use NotifyNotification instead of GNotificationPablo Barciela1-14/+12
Fixes https://github.com/mate-desktop/caja/issues/1285
2019-08-15Copy file and keep timestamps of original file including remotesrbuj1-1/+8
The timestamps are reset to the current time, even if the source & target folders support these GFileInfo attributes. Closes #1226
2019-08-10Fix Caja crashes on file move in Koreanrbuj1-2/+3
closes #1280
2019-08-09Use the same view settings for search results as the folder being searchedAndrey Streltsov1-1/+14
Fix issue https://github.com/mate-desktop/caja/issues/704
2019-08-02Support querying files by contained textSlava Aseev4-1/+192
ODF files also supported via odt2txt
2019-07-27use show icons option in views tabWu Xiaotian6-59/+24
2019-07-27Add preference option to hide icons in list view.Wu Xiaotian6-0/+75