summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2022-07-20Travis CI: 'autogen.sh' and 'scan-build' with '--enable-empty-view'Pablo Barciela1-2/+2
2022-07-20Don'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 ...
2022-07-20desktop files: Add comments for translatorsrbuj8-0/+13
closes #1294
2022-07-20Fix a grammar mistake reported by translatorsrbuj1-2/+2
2022-07-20Remove comments that are not written to translators from pot filerbuj9-49/+49
2022-07-20Sort po/POTFILES.inrbuj1-22/+22
2022-07-20Use 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:
2022-07-20release 1.23.2raveit652-1/+39
2022-07-20tx: sync with transifexraveit6512-133/+139
2022-07-20tx: update resource for transifexraveit651-1936/+1964
2022-07-20caja-progress-info: use NotifyNotification instead of GNotificationPablo Barciela1-14/+12
Fixes https://github.com/mate-desktop/caja/issues/1285
2022-07-20Copy 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
2022-07-20Fix Caja crashes on file move in Koreanrbuj1-2/+3
closes #1280
2022-07-20Use 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
2022-07-20Support querying files by contained textSlava Aseev4-1/+192
ODF files also supported via odt2txt
2022-07-20use show icons option in views tabWu Xiaotian5-58/+24
2022-07-20Add preference option to hide icons in list view.Wu Xiaotian5-0/+74
2022-07-20fm-directory-view: add icon to "empty trash" into "File" menuPablo Barciela1-1/+1
2022-07-20caja-places-sidebar: add icon to "empty trash"Pablo Barciela1-1/+1
2022-07-20add git.mk to generate .gitignoreWu Xiaotian16-0/+430
2022-07-20spatial-window: replace geprecated gtk_menu_popupraveit651-27/+6
2022-07-20property-browser: replace deprecated gtk_drag_beginraveit651-5/+7
use gtk_drag_begin_with_coordinates instead
2022-07-20fm-list-view: replace deprecated gtk_drag_beginraveit651-6/+7
use gtk_drag_begin_with_coordinates instead
2022-07-20Show thumbnails in list viewWu Xiaotian1-1/+8
2022-07-20fix build error about fm-empty-viewWu Xiaotian1-1/+2
2022-07-20src / file-manager: reduce the scope of some variablesPablo Barciela10-229/+408
2022-07-20preferences: Render extension icons as cairo_surfacesVictor Kareh2-14/+14
2022-07-20preferences: Render media icons as cairo_surfaceVictor Kareh1-8/+9
2022-07-20Replace gdkpixbuf with cairo_surfaces in a few more placesVictor Kareh6-63/+35
2022-07-20sidebar: Render info icon as vectorVictor Kareh1-16/+16
2022-07-20desktop: Add specific CSS for ContrastHigh and ContrastHighInverseColomban Wendling3-0/+4
2022-07-20desktop: Add specific CSS for HighContrast and HighContrastInverseColomban Wendling4-0/+23
Those themes should provide highly contrasted display, so make sure to have a background on the desktop items labels and use the theme's colors.
2022-07-20Add support for loading theme-specific caja-desktop CSSColomban Wendling1-5/+40
Add support for loading a specific CSS named after the theme for theming the desktop, "caja-desktop-$THEME.css". This allows specific overrides for themes with specific needs, like HighContrast and such.
2022-07-20Refactor custom CSS loading into a separate functionColomban Wendling1-23/+18
2022-07-20Render file-conflict icons as cairo_surface vectorsVictor Kareh3-42/+68
2022-07-20file-conflict-dialog: don't scale icons twice on hidpi monitorslukefromdc1-4/+4
Hardcode scale factor to 1 in caja_file_get_icon_pixbuf functions in caja-file-conflict as these icons are already getting scaled elsewhere. Otherwise they get scaled twice and the whole dialog is ballooned oversize on hidpi *Based on similar change made in Nautilus as a small part of fd01842f996b7d07baf2aafb0f68308fc5ed2055 "file-conflict-dialog: separate file logic from UI management " which was a more general refactoring of the file conflict dialog and split out the frontend and backend code.
2022-07-20CI: don't exclude .gmo files from tarballraveit651-1/+0
gettext needs .gmo files to install .mo locale
2022-07-20eel-string: Fix 'make check'Pablo Barciela1-2/+3
Fixes https://github.com/mate-desktop/caja/commit/312394dfa42c07a3afa5089c6e3e5b9a1c1001ae#commitcomment-34152266
2022-07-20Restore transparent background on icon view labelsColomban Wendling1-1/+4
18e4fbd005bd561e4a12ed388d4d9a8c93f0b15b started always drawing the frame on canvas items for the desktop's sake, but it also impacts other icon views. This is good in theory, but conflicts with some themes that used to work fine and now display an unwanted background because of generic rules matching these elements. Unfortunately there don't seem to be another solution than providing overrides for this yet, so do that, as anyway before recently the background wasn't drawn at all even if specified.
2022-07-20desktop icon view: disconnect callback from correct GSettings instancemonsta1-1/+1
taken from: https://github.com/linuxmint/nemo/commit/89090ac192638d75359876d917b6d3ce106196af
2022-07-20Add scroll tabs with mouse wheelLaurent Napias4-0/+78
- File's properties and caja's preferences windows
2022-07-20hidpi: ensure all icons are properly scaledlukefromdc1-2/+2
2022-07-20use GETTEXTDATADIRS replace GETTEXTDATADIRWu Xiaotian1-1/+1
2022-07-20create msgstr for data/browser.xmlWu Xiaotian6-79/+99
2022-07-20[ci] dont include gmo files in tarballWu Xiaotian1-1/+2