Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-06 | update travis to support archlinux and enable distcheck | Wu Xiaotian | 1 | -11/+22 | |
2019-02-06 | Add --disable-self-check for configure | Wu Xiaotian | 4 | -5/+16 | |
Fixed make distcheck, see #1129 | |||||
2019-02-02 | tx: update resource for transifex | raveit65 | 1 | -347/+444 | |
2019-02-02 | release 1.21.4v1.21.4 | raveit65 | 2 | -1/+44 | |
2019-02-02 | tx: sync with transifex | raveit65 | 115 | -103383/+107631 | |
2019-02-02 | Avoid deprecated g_type_class_add_private under src | Wu Xiaotian | 6 | -57/+17 | |
Changed CajaInformationPanel, CajaLocationBar and CajaNavigationAction | |||||
2019-02-02 | Fix incompatible pointer types | Victor Kareh | 4 | -8/+8 | |
2019-01-31 | Avoid deprecated g_type_class_add_private under src | Wu Xiaotian | 8 | -55/+29 | |
Changed CajaSidePane, CajaSpatialWindow, CajaViewAsAction and CajaXContentBar | |||||
2019-01-31 | Avoid deprecated g_type_class_add_private under libcaja-private | Wu Xiaotian | 5 | -45/+29 | |
Changed CajaIconCanvasItem, CajaTrashMonitor and CajaUndoStackManager | |||||
2019-01-31 | Avoid deprecated g_type_class_add_private under libcaja-private | Wu Xiaotian | 6 | -30/+27 | |
Changed CajaFileConflictDialog and CajaFile | |||||
2019-01-31 | Avoid deprecated g_type_class_add_private under libcaja-private | Wu Xiaotian | 5 | -63/+76 | |
Changed CajaDesktopLink, CajaDirectoryAsync and CajaDirectory | |||||
2019-01-31 | Enable Travis CI | Wu Xiaotian | 1 | -0/+109 | |
2019-01-31 | Avoid deprecated g_type_class_add_private under libcaja-private | Wu Xiaotian | 6 | -27/+15 | |
Changed CajaClipboardMonitor, CajaColumnChooser and CajaDesktopIconFile | |||||
2019-01-31 | Avoid deprecated g_type_class_add_private under src | Wu Xiaotian | 6 | -31/+24 | |
Changed CajaConnectServerOperation, CajaDesktopWindow and CajaImagePropertiesPage | |||||
2019-01-29 | Fix compile warning | Wu Xiaotian | 3 | -21/+22 | |
Remove unused variables, avoid uninitialized variable warnings, and indent code. | |||||
2019-01-28 | Let file size units follow the users preference | Wu Xiaotian | 1 | -22/+49 | |
2019-01-28 | Fixed the value of 6 month and 1 year. | Wu Xiaotian | 4 | -30/+67 | |
2019-01-28 | Support querying files by modification time and size | Wu Xiaotian | 4 | -20/+344 | |
Thanks for Leslie Zhai's patch. | |||||
2019-01-28 | Avoid deprecated g_type_class_add_private | Wu Xiaotian | 21 | -118/+81 | |
- caja-connect-server-dialog - caja-navigation-window - caja-property-browser - caja-sidebar-title - caja-trash-bar - caja-window - caja-zoom-action - caja-zoom-control - fm-desktop-icon-view - fm-properties-window | |||||
2019-01-24 | Update copyright to 2019 | Wu Xiaotian | 1 | -1/+1 | |
2019-01-22 | CajaApplication: avoid deprecated 'g_type_class_add_private' | Wu Xiaotian | 2 | -8/+6 | |
2019-01-22 | caja-menu: avoid deprecated 'g_type_class_add_private' | Wu Xiaotian | 1 | -5/+3 | |
2019-01-22 | [eel][libegg] Use G_DEFINE_TYPE_WITH_PRIVATE macro | Wu Xiaotian | 5 | -12/+5 | |
Replace G_DEFINE_TYPE_WITH_CODE with G_DEFINE_TYPE_WITH_PRIVATE macro | |||||
2019-01-21 | tx: update resource for transifex | raveit65 | 1 | -889/+927 | |
2019-01-21 | configure.ac: Add check for PKG_CONFIG being set. | Pablo Barciela | 1 | -1/+5 | |
based in debian patch by Mike Gabriel <[email protected]> | |||||
2019-01-21 | fix distcheck | raveit65 | 1 | -0/+1 | |
2019-01-19 | caja-application: Check for smclient before trying to load session | lukefromdc | 1 | -3/+3 | |
Fix crash on starting with env DESKTOP_AUTOSTART_ID=ANY_CHARS caja | |||||
2019-01-12 | [eel] Avoid deprecated g_type_class_add_private | Wu Xiaotian | 8 | -35/+25 | |
With minimal changes to avoid deprecated g_type_class_add_private | |||||
2019-01-12 | [libegg] Avoid deprecated g_type_class_add_private | Wu Xiaotian | 1 | -4/+3 | |
With minimal changes to avoid deprecated g_type_class_add_private | |||||
2019-01-03 | [libcaja-private] Re-check file MIME type before picking an application. | Max Eliaser | 4 | -0/+37 | |
An example of when the MIME type might change: a file is initially created with 0 bytes of content, but more data is added later. Empty files are always detected as plain text, but the file might not be empty anymore when the user opens it. This commit affects the behavior when double-clicking a file and when right- clicking on it too. | |||||
2019-01-03 | [file-manager] Fix apparent bug in context menu updating code. | Max Eliaser | 1 | -1/+1 | |
The code looked like it was supposed to check whether each file in the selection could be opened in an external app, but was only checking the first item in the selection repeatedly. This bug may have been mostly benign since the subsequent call to caja_mime_get_default_application_for_files will return NULL anyway if the files don't all match each other. | |||||
2018-12-30 | Revert "fm-directory-view.c: Decrease minimum update interval." | Pablo Barciela | 1 | -2/+2 | |
This reverts commit 021ff2ac062f1cfd52726c78e9a3956405001c6e. Fixes https://github.com/mate-desktop/caja/issues/1101 | |||||
2018-12-27 | Fix: weird item in bookmarks if the folder was removed | Pablo Barciela | 2 | -11/+40 | |
Fixes https://github.com/mate-desktop/caja/issues/1099 | |||||
2018-12-27 | Minor code-quality enhancements | Sargastic | 2 | -6/+7 | |
2018-12-27 | Forgot to initialize is_backup field | Sargastic | 1 | -0/+1 | |
2018-12-27 | Change show/hide backup files shortcut | Sargastic | 1 | -1/+1 | |
2018-12-27 | Remove useless comments, correct description string | Sargastic | 3 | -8/+1 | |
2018-12-27 | Skip hidden files only, not backups | Sargastic | 1 | -3/+1 | |
2018-12-27 | Add independent show/hide backup files | Sargastic | 20 | -21/+256 | |
2018-12-27 | deleting unused nautilus icon | pirate486743186 | 9 | -1182/+0 | |
2018-12-27 | caja-progress-info: new behavior with notifications: | Pablo Barciela | 1 | -10/+3 | |
- remove the "Working..." notification - show the "Process completed" notification only if the progress window is inactive | |||||
2018-12-27 | caja-progress-info: show notifications with the gsettings key: | Pablo Barciela | 2 | -8/+22 | |
org.mate.caja.preferences.show-notifications Closes https://github.com/mate-desktop/caja/issues/1093 | |||||
2018-12-20 | move appdata to metainfo directory | monsta | 1 | -1/+1 | |
fixes https://github.com/mate-desktop/caja/issues/921 | |||||
2018-12-11 | disable deprecation warnings for distcheck | raveit65 | 1 | -1/+5 | |
2018-12-02 | caja-places-sidebar: replace two other uses of g_drive_poll_for_media_finish | lukefromdc | 1 | -2/+2 | |
Both of these uses are incorrect and if this code is ever run would likely segfault. Adapted from https://github.com/linuxmint/nemo/commit/4ffea61b26033da1305ab8287058044065a1c101 | |||||
2018-12-02 | Fix segfault on stopping USB hard drives | lukefromdc | 1 | -1/+1 | |
Fix https://github.com/mate-desktop/caja/issues/1046 drive_stop_cb should never have used g_drive_poll_for_media_finish which is for ejectable media in a fixed drive (e.g CD drive) and not for stopping a removable drive | |||||
2018-12-01 | caja-bookmark: Fix memory leak | Pablo Barciela | 1 | -1/+4 | |
'g_strconcat' needs to be freed | |||||
2018-12-01 | fm-properties-window: Fix memory leaks | Pablo Barciela | 1 | -6/+13 | |
'g_strconcat' needs to be freed | |||||
2018-12-01 | caja-desktop-link-monitor: Fix memory leak | Pablo Barciela | 1 | -4/+5 | |
'g_strconcat' needs to be freed | |||||
2018-12-01 | eel-gtk-extensions: Fix memory leaks | Pablo Barciela | 1 | -2/+9 | |
'g_strconcat' needs to be freed |