{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":46835599,"defaultBranch":"master","name":"libfm-qt","ownerLogin":"lxqt","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-11-25T03:41:47.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/32845505?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1725290139.0","currentOid":""},"activityList":{"items":[{"before":"ead44c116c82afd13b320c6ce95dd10660100b64","after":null,"ref":"refs/heads/detect_remote","pushedAt":"2024-09-02T15:15:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"}},{"before":"d186be455570bf55d6233f488269bacd8fcb9f73","after":"eae367aae55d595696edd1f615483028569756a2","ref":"refs/heads/master","pushedAt":"2024-09-02T15:15:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"},"commit":{"message":"Detect remote and read-only file systems (#1007)\n\nThe patch does it only by a single info query for the parent directory. So, it shouldn't affect the speed.\r\n\r\nAlso, the setting about local-only thumbnails is enabled in this way.\r\n\r\nCloses https://github.com/lxqt/libfm-qt/issues/643 and fixes https://github.com/lxqt/libfm-qt/issues/1006\r\n\r\nNOTE: To be on the safe side, recompile libfm-qt based apps โ€” although the LXQt apps don't seem to need that.\r\n\r\nREMINDER: Add an option to lximage-qt for local-only thumbnails if this PR is merged.","shortMessageHtmlLink":"Detect remote and read-only file systems (#1007)"}},{"before":"df4b49e4be9c431d71e02309cacd6cb685548e4e","after":"ca88a5fe6239dfd4bd789fe26651ae5348b95547","ref":"refs/heads/bookmarks_conf_file","pushedAt":"2024-08-15T19:33:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"},"commit":{"message":"Use our own bookmarks file\n\nThe new file is `~/.local/share/libfm-qt/bookmarks`. If it doesn't exist or is empty, as soon as a libfm-qt based app is launched, the GTK3 file `~/.config/gtk-3.0/bookmarks` will be consulted for backward compatibility, then the new file will be created and the GTK3 file will be ignored.\n\nCloses https://github.com/lxqt/libfm-qt/issues/1009\n\nNOTE: The portal file dialogs will see the change after a reboot (or after restarting user portal services).","shortMessageHtmlLink":"Use our own bookmarks file"}},{"before":"bf9b6345f17b1b57ba8b4f0d3f7c51fc89d070c3","after":"df4b49e4be9c431d71e02309cacd6cb685548e4e","ref":"refs/heads/bookmarks_conf_file","pushedAt":"2024-08-15T19:29:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"},"commit":{"message":"Create libfm-qt dir if needed","shortMessageHtmlLink":"Create libfm-qt dir if needed"}},{"before":"d186be455570bf55d6233f488269bacd8fcb9f73","after":"bf9b6345f17b1b57ba8b4f0d3f7c51fc89d070c3","ref":"refs/heads/bookmarks_conf_file","pushedAt":"2024-08-15T17:29:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"},"commit":{"message":"Use our own bookmarks file\n\nThe new file is `~/.local/share/libfm-qt/bookmarks`. If it doesn't exist or is empty, as soon as a libfm-qt based app is launched, the GTK3 file `~/.config/gtk-3.0/bookmarks` will be consulted for backward compatibility, then the new file will be created and the GTK3 file will be ignored.\n\nCloses https://github.com/lxqt/libfm-qt/issues/1009\n\nNOTE: The portal file dialogs will see the change after a reboot (or after restarting user portal services).","shortMessageHtmlLink":"Use our own bookmarks file"}},{"before":null,"after":"d186be455570bf55d6233f488269bacd8fcb9f73","ref":"refs/heads/bookmarks_conf_file","pushedAt":"2024-08-15T17:26:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"},"commit":{"message":"weblate commits (#997)\n\nTranslate-URL: https://translate.lxqt-project.org/projects/lxqt-desktop/libfm-qt/fur/\r\nTranslate-URL: https://translate.lxqt-project.org/projects/lxqt-desktop/libfm-qt/ie/\r\nTranslate-URL: https://translate.lxqt-project.org/projects/lxqt-desktop/libfm-qt/nb_NO/\r\nTranslation: LXQt Desktop/libfm-qt\r\n\r\nCo-authored-by: Carmina16 \r\nCo-authored-by: Fabio Tomat \r\nCo-authored-by: ovl-1 ","shortMessageHtmlLink":"weblate commits (#997)"}},{"before":"d186be455570bf55d6233f488269bacd8fcb9f73","after":"ead44c116c82afd13b320c6ce95dd10660100b64","ref":"refs/heads/detect_remote","pushedAt":"2024-08-13T13:27:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"},"commit":{"message":"Detect remote and read-only file systems\n\nThe patch does it only by a single info query for the parent directory. So, it shouldn't affect the speed.\n\nAlso, the setting about local-only thumbnails is enabled in this way.\n\nCloses https://github.com/lxqt/libfm-qt/issues/643 and fixes https://github.com/lxqt/libfm-qt/issues/1006\n\nNOTE: To be on the safe side, recompile libfm-qt based apps โ€” although the LXQt apps don't seem to need that.\n\nREMINDER: Add an option to lximage-qt for local-only thumbnails if this PR is merged.","shortMessageHtmlLink":"Detect remote and read-only file systems"}},{"before":null,"after":"d186be455570bf55d6233f488269bacd8fcb9f73","ref":"refs/heads/detect_remote","pushedAt":"2024-08-13T13:24:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"},"commit":{"message":"weblate commits (#997)\n\nTranslate-URL: https://translate.lxqt-project.org/projects/lxqt-desktop/libfm-qt/fur/\r\nTranslate-URL: https://translate.lxqt-project.org/projects/lxqt-desktop/libfm-qt/ie/\r\nTranslate-URL: https://translate.lxqt-project.org/projects/lxqt-desktop/libfm-qt/nb_NO/\r\nTranslation: LXQt Desktop/libfm-qt\r\n\r\nCo-authored-by: Carmina16 \r\nCo-authored-by: Fabio Tomat \r\nCo-authored-by: ovl-1 ","shortMessageHtmlLink":"weblate commits (#997)"}},{"before":"53363b92af36bcbed070df0bf95507f4c30c6ad0","after":null,"ref":"refs/heads/remote_thumbnails","pushedAt":"2024-08-12T11:26:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"}},{"before":"bc40ae3f9de9c56a27e25481f3149e01af707e4c","after":"d186be455570bf55d6233f488269bacd8fcb9f73","ref":"refs/heads/master","pushedAt":"2024-08-11T15:37:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"stefonarch","name":"Standreas","path":"/stefonarch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10681413?s=80&v=4"},"commit":{"message":"weblate commits (#997)\n\nTranslate-URL: https://translate.lxqt-project.org/projects/lxqt-desktop/libfm-qt/fur/\r\nTranslate-URL: https://translate.lxqt-project.org/projects/lxqt-desktop/libfm-qt/ie/\r\nTranslate-URL: https://translate.lxqt-project.org/projects/lxqt-desktop/libfm-qt/nb_NO/\r\nTranslation: LXQt Desktop/libfm-qt\r\n\r\nCo-authored-by: Carmina16 \r\nCo-authored-by: Fabio Tomat \r\nCo-authored-by: ovl-1 ","shortMessageHtmlLink":"weblate commits (#997)"}},{"before":"027238d79985d0223e266a1c2b88f67ba42b6993","after":null,"ref":"refs/heads/remove_invert_sel","pushedAt":"2024-08-11T15:22:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"}},{"before":"40477f1f1c5f9fd61cf94f94bd549ab601c3509f","after":"bc40ae3f9de9c56a27e25481f3149e01af707e4c","ref":"refs/heads/master","pushedAt":"2024-08-11T15:22:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"},"commit":{"message":"Removed `Invert Selection` from folder context menu (#1005)\n\nBecause it had no job there.\r\n\r\nCloses https://github.com/lxqt/libfm-qt/issues/743","shortMessageHtmlLink":"Removed Invert Selection from folder context menu (#1005)"}},{"before":"40477f1f1c5f9fd61cf94f94bd549ab601c3509f","after":"027238d79985d0223e266a1c2b88f67ba42b6993","ref":"refs/heads/remove_invert_sel","pushedAt":"2024-08-11T10:22:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"},"commit":{"message":"Removed `Invert Selection` from folder context menu\n\nBecause it had no job there.\n\nCloses https://github.com/lxqt/libfm-qt/issues/743","shortMessageHtmlLink":"Removed Invert Selection from folder context menu"}},{"before":null,"after":"40477f1f1c5f9fd61cf94f94bd549ab601c3509f","ref":"refs/heads/remove_invert_sel","pushedAt":"2024-08-11T10:20:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"},"commit":{"message":"Added a nullity check to `ThumbnailJob` (#1003)\n\nAlso, edited a code comment.","shortMessageHtmlLink":"Added a nullity check to ThumbnailJob (#1003)"}},{"before":"40477f1f1c5f9fd61cf94f94bd549ab601c3509f","after":"53363b92af36bcbed070df0bf95507f4c30c6ad0","ref":"refs/heads/remote_thumbnails","pushedAt":"2024-08-10T17:27:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"},"commit":{"message":"Enabled the setting about local-only thumbnails\n\nThe code relies on the attribute `G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE`; whether it's set correctly or not is the responsibility of GLib/GVFS.\n\nCloses https://github.com/lxqt/libfm-qt/issues/643\n\nNOTE1: To be on the safe side, recompile all apps that are based on libfm-qt โ€” but I didn't :P\n\nNOTE2: I haven't seen an external thumbnailer that works with remote files. So, this is mostly about libfm-qt's internal thumbnailer.","shortMessageHtmlLink":"Enabled the setting about local-only thumbnails"}},{"before":null,"after":"40477f1f1c5f9fd61cf94f94bd549ab601c3509f","ref":"refs/heads/remote_thumbnails","pushedAt":"2024-08-10T17:24:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"},"commit":{"message":"Added a nullity check to `ThumbnailJob` (#1003)\n\nAlso, edited a code comment.","shortMessageHtmlLink":"Added a nullity check to ThumbnailJob (#1003)"}},{"before":"5f2af64f290d063686707270f282e7eededd3a51","after":null,"ref":"refs/heads/thumbnailjob_nullity_check","pushedAt":"2024-08-10T17:11:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"}},{"before":"a2e812abbcd411c283702d06450c7766205ea3fe","after":"40477f1f1c5f9fd61cf94f94bd549ab601c3509f","ref":"refs/heads/master","pushedAt":"2024-08-10T17:11:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"},"commit":{"message":"Added a nullity check to `ThumbnailJob` (#1003)\n\nAlso, edited a code comment.","shortMessageHtmlLink":"Added a nullity check to ThumbnailJob (#1003)"}},{"before":"a2e812abbcd411c283702d06450c7766205ea3fe","after":"5f2af64f290d063686707270f282e7eededd3a51","ref":"refs/heads/thumbnailjob_nullity_check","pushedAt":"2024-08-10T08:38:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"},"commit":{"message":"Added a nullity check to `ThumbnailJob`\n\nAlso, edited a code comment.","shortMessageHtmlLink":"Added a nullity check to ThumbnailJob"}},{"before":null,"after":"a2e812abbcd411c283702d06450c7766205ea3fe","ref":"refs/heads/thumbnailjob_nullity_check","pushedAt":"2024-08-10T08:36:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"},"commit":{"message":"Fixed external thumbnails of relative symlinks (#1002)\n\nPreviously, external thumbnailers didn't work with relative symlinks. Fixes https://github.com/lxqt/pcmanfm-qt/issues/1934","shortMessageHtmlLink":"Fixed external thumbnails of relative symlinks (#1002)"}},{"before":"f25cb9e5a9bac63e83bdbd4d7334c427da8da524","after":null,"ref":"refs/heads/relative_symlink_thumbnail","pushedAt":"2024-08-07T14:50:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"}},{"before":"6a692546c6760bd95a023b566fa0386fbe78bcd3","after":"a2e812abbcd411c283702d06450c7766205ea3fe","ref":"refs/heads/master","pushedAt":"2024-08-07T14:50:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"},"commit":{"message":"Fixed external thumbnails of relative symlinks (#1002)\n\nPreviously, external thumbnailers didn't work with relative symlinks. Fixes https://github.com/lxqt/pcmanfm-qt/issues/1934","shortMessageHtmlLink":"Fixed external thumbnails of relative symlinks (#1002)"}},{"before":"6a692546c6760bd95a023b566fa0386fbe78bcd3","after":"f25cb9e5a9bac63e83bdbd4d7334c427da8da524","ref":"refs/heads/relative_symlink_thumbnail","pushedAt":"2024-08-07T08:32:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"},"commit":{"message":"Fixed external thumbnails of relative symlinks\n\nPreviously, external thumbnailers didn't work with relative symlinks. Fixes https://github.com/lxqt/pcmanfm-qt/issues/1934","shortMessageHtmlLink":"Fixed external thumbnails of relative symlinks"}},{"before":null,"after":"6a692546c6760bd95a023b566fa0386fbe78bcd3","ref":"refs/heads/relative_symlink_thumbnail","pushedAt":"2024-08-07T08:29:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"},"commit":{"message":"Removed debug messages on launching (#1000)\n\nOrdinary users don't need them, and coders know what to do. (Also see https://github.com/lxqt/libfm-qt/pull/998.)","shortMessageHtmlLink":"Removed debug messages on launching (#1000)"}},{"before":"0aed789339a2499b715b4bbe49c8cfd6df9bee15","after":null,"ref":"refs/heads/removed_launch_messages","pushedAt":"2024-08-04T20:59:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"}},{"before":"6242c5cb5a572beb53206f7b8d930ac3936bb61d","after":"6a692546c6760bd95a023b566fa0386fbe78bcd3","ref":"refs/heads/master","pushedAt":"2024-08-04T20:59:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"},"commit":{"message":"Removed debug messages on launching (#1000)\n\nOrdinary users don't need them, and coders know what to do. (Also see https://github.com/lxqt/libfm-qt/pull/998.)","shortMessageHtmlLink":"Removed debug messages on launching (#1000)"}},{"before":"1995bf344fcc3686d2753d3b59602b3ab08048d2","after":null,"ref":"refs/heads/removed_thumbnail_messages","pushedAt":"2024-08-04T20:59:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"}},{"before":"36f7adf5c223b0265b3800f39d5c980fd090984f","after":"6242c5cb5a572beb53206f7b8d930ac3936bb61d","ref":"refs/heads/master","pushedAt":"2024-08-04T20:59:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"},"commit":{"message":"Removed debug messages for external thumbnails (#998)\n\nThey cluttered the output for no good reason. If a problem happens, the external thumbnailer could be checked directly, or the coder could uncomment the `qDebug` line and recompile if he suspects an internal issue.","shortMessageHtmlLink":"Removed debug messages for external thumbnails (#998)"}},{"before":"afece2e5f566a4fea612a9362b79b92cd871fb88","after":null,"ref":"refs/heads/prop_dialog_labels","pushedAt":"2024-08-04T11:18:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"}},{"before":"d087516366b11601c2408bbc4b9d5f003afa63aa","after":"36f7adf5c223b0265b3800f39d5c980fd090984f","ref":"refs/heads/master","pushedAt":"2024-08-04T11:18:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tsujan","name":null,"path":"/tsujan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/981076?s=80&v=4"},"commit":{"message":"Prevent truncated labels in file properties dialog (#1001)\n\nDue do a Qt problem, long location labels might not be shown completely, unless the dialog was resized. (See https://github.com/lxqt/libfm-qt/pull/994 for a similar case.)","shortMessageHtmlLink":"Prevent truncated labels in file properties dialog (#1001)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wMlQxNToxNTozOS4wMDAwMDBazwAAAASqvS4E","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wMlQxNToxNTozOS4wMDAwMDBazwAAAASqvS4E","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0wNFQxMToxODowNS4wMDAwMDBazwAAAASRQafT"}},"title":"Activity ยท lxqt/libfm-qt"}