Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-24 | tx: sync with transifex | raveit65 | 118 | -48381/+68125 | |
2019-02-19 | Add update-authors.pl script which helps to update caja.about | rbuj | 1 | -0/+72 | |
2019-02-18 | Read authors and documenters fom caja.about file | rbuj | 3 | -109/+37 | |
2019-02-17 | Ensure proper translation of the about dialog title | rbuj | 2 | -54/+59 | |
Note that GTK+ sets a default title of _("About %s") on the dialog window (where %s is replaced by the name of the application, but in order to ensure proper translation of the title, applications should set the title property explicitly when constructing a GtkAboutDialog https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html | |||||
2019-02-16 | Prepare for docker-build 0.1.1 merge into master | Wu Xiaotian | 1 | -0/+3 | |
Please see mate-desktop/mate-dev-scripts#13 | |||||
2019-02-14 | Update authors | rbuj | 1 | -4/+59 | |
Merged the authors with the new ones: git log --pretty="%an <%ae>" --since "2012-01-01" -- . "*.h" "*.c" | sort | uniq | |||||
2019-02-13 | Update Documenters | rbuj | 1 | -1/+2 | |
Update "Documented by" in About Caja dialog | |||||
2019-02-08 | use archlinux/base images | Wu Xiaotian | 1 | -1/+2 | |
2019-02-08 | Remove the distcheck return value override | Wu Xiaotian | 1 | -1/+0 | |
Because make distcheck has been fixed, the return value is directly detected. | |||||
2019-02-06 | update caja.pot for transifex | Wu Xiaotian | 1 | -16/+15 | |
2019-02-06 | fixed distcheck fail on debian | Wu Xiaotian | 10 | -48/+7 | |
2019-02-06 | fixed the help string of --disable-self-check | Wu Xiaotian | 1 | -1/+1 | |
2019-02-06 | Always return 0 for distcheck | Wu Xiaotian | 1 | -0/+1 | |
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 | |