Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "move faves count help-echo propertize into tl--byline" | mousebot | 2022-02-17 | 1 | -32/+31 |
| | | | | This reverts commit 48a89e518d0a84d4b81c223c9e8cf151df619b1f. | ||||
* | fix reload on filter create in filter view | mousebot | 2022-02-17 | 1 | -2/+3 |
| | |||||
* | improve follow suggestions | mousebot | 2022-02-17 | 1 | -17/+31 |
| | | | | suggestions fix fun names(!) | ||||
* | move faves count help-echo propertize into tl--byline | mousebot | 2022-02-15 | 2 | -32/+37 |
| | | | | | | | | | this means that we only do the propertizing when we are actually doing an author byline, docstring for add-author-bylines it also needs renaming | ||||
* | add mini docs for foll reqs view | mousebot | 2022-02-15 | 2 | -2/+6 |
| | | | | reload foll reqs view on accept/reject | ||||
* | invert if call in filters insert | mousebot | 2022-02-15 | 1 | -11/+10 |
| | |||||
* | add generic goto-next/prev-item funs for filters/foll reqs | mousebot | 2022-02-15 | 2 | -9/+11 |
| | | | | fix remnant call to goto-next-filter | ||||
* | make profile--extract-user-handles compat with foll req view | mousebot | 2022-02-15 | 1 | -1/+6 |
| | | | | | | this allows following users directly from foll req views made extract-users-handles work with follwers/following in profile view | ||||
* | more robust goto-first-toot on timeline/thread load | mousebot | 2022-02-15 | 1 | -6/+16 |
| | | | | rather than using goto-next-toot, which loops when we have no items in buffer | ||||
* | Merge branch 'filters' into develop | mousebot | 2022-02-15 | 3 | -2/+128 |
|\ | |||||
| * | fix view filters binding | mousebot | 2022-02-15 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'develop' into filters | mousebot | 2022-02-15 | 2 | -4/+25 |
| |\ | |||||
| * | | buffer local keymap, error handling, make filters nicer | mousebot | 2022-02-15 | 3 | -37/+83 |
| | | | | | | | | | | | | | | | | | | | | | | | | - separate goto-next/prev-filter commands - we use properties toot-id and byline so the navigation works, calqued on - goto-prev/next-toot - error handle no word or context supplied - reload filters view on create or delete | ||||
| * | | Merge branch 'develop' into filters | mousebot | 2022-02-14 | 10 | -61/+466 |
| |\ \ | |||||
| * | | | view and delete filters | mousebot | 2022-02-14 | 1 | -1/+58 |
| | | | | |||||
| * | | | second crack at create filter | mousebot | 2022-02-09 | 1 | -11/+17 |
| | | | | |||||
| * | | | fix go to first toot on thread load | mousebot | 2022-02-07 | 1 | -15/+15 |
| | | | | |||||
| * | | | create filter first crack | mousebot | 2022-02-07 | 1 | -0/+18 |
| | | | | |||||
| * | | | --search-accounts-query use http--api | mousebot | 2022-02-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | add go to next toot to tl--thread | mousebot | 2022-02-07 | 1 | -1/+2 |
| | | | | |||||
* | | | | factor out a decent insert-follow-requests fun | mousebot | 2022-02-15 | 1 | -1/+15 |
| | | | | |||||
* | | | | replace all calls to mastodon-search--insert-users-propertized | mousebot | 2022-02-15 | 3 | -25/+5 |
| |_|/ |/| | | | | | | | | with calls to mastodon-profile--add-author-bylines. | ||||
* | | | improve use of goto-next-toot on timeline loading | mousebot | 2022-02-15 | 1 | -3/+10 |
| | | | |||||
* | | | make accept/reject foll reqs cmds avail in foll reqs view! | mousebot | 2022-02-15 | 2 | -1/+15 |
| |/ |/| | |||||
* | | autoload -search--get-user-info for follow suggestions | mousebot | 2022-02-14 | 1 | -0/+1 |
| | | |||||
* | | autoload http--api in search.el | mousebot | 2022-02-13 | 1 | -0/+1 |
| | | |||||
* | | upread readme re mpv for gifs videos | mousebot | 2022-02-13 | 1 | -0/+1 |
| | | |||||
* | | make mpv an optional dependency | mousebot | 2022-02-13 | 1 | -7/+9 |
| | | | | | | | | | | | | - keymap / help-echo are conditional on mpv being installed. - maybe mpv (and company, emojify, etc.) should become hard dependencies... | ||||
* | | Merge branch 'mpv-play-at-point' into develop | mousebot | 2022-02-13 | 4 | -38/+148 |
|\ \ | |||||
| * | | docstrings/comments cleanup | mousebot | 2022-02-13 | 1 | -10/+10 |
| | | | |||||
| * | | Merge branch 'develop' into mpv-play-at-point | mousebot | 2022-02-12 | 2 | -5/+14 |
| |\ \ | |||||
| * | | | use tl--field to get media attachments info | mousebot | 2022-02-12 | 1 | -4/+2 |
| | | | | |||||
| * | | | move get-media-types / docstrings. | mousebot | 2022-02-12 | 1 | -12/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | we have to use mastodon-tl--field for the media types. we can't use mastodon-tl--property, as the 'attachments property for the toot doesn't exist yet when we are looking. | ||||
| * | | | add c-ret binding to author-byline help echo | mousebot | 2022-02-12 | 1 | -4/+7 |
| | | | | |||||
| * | | | fix media-link-rendering-gif test | mousebot | 2022-02-11 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'develop' into mpv-play-at-point | mousebot | 2022-02-11 | 2 | -17/+10 |
| |\ \ \ | |||||
| * | | | | autoloads and docstrings | mousebot | 2022-02-11 | 1 | -3/+6 |
| | | | | | |||||
| * | | | | put point after a boost/fave marker on success | mousebot | 2022-02-11 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this will leave point on the author-byline, which is where we want it to be, as the marker is not strictly part of the byline, and we are adding info/actions to the author-byline. | ||||
| * | | | | improve propertizing of boost/fave markers | mousebot | 2022-02-11 | 1 | -15/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - previously, boost/fave markers behaved differently depending on whether they had just been created by the user, or if they were already existing and loaded with the timeline. in the first case, they'd not be part of the byline, in the second they would be. we make it that they not part of the byline, so `mastodon-tl--goto-next-toot', which works according to text properties, should always put point after them, on the author-byline. this also means that we can add help-echos and actions to the author byline without having to worry about also adding them to the boost/fave markers. fix call to format-faved-or-boosted-byline | ||||
| * | | | | implement playing toot's moving image when point is on author byline | mousebot | 2022-02-11 | 1 | -4/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - new: mpv-play-video-from-byline - new: find-first-video-in-attachments, returns first moving image attachment from the toot - edit mpv-play-video-at-point to accept args url and type - attachments type/url are now stored in attachments property of the byline - fetched with get-attachments-for-byline - keymap byline-keymap to allow playing with C-RET | ||||
| * | | | | display toot's media type when on author byline | mousebot | 2022-02-11 | 1 | -15/+33 |
| | | | | | |||||
| * | | | | replace if call with or call in tl--media | mousebot | 2022-02-11 | 1 | -4/+3 |
| | | | | | |||||
| * | | | | Merge branch 'develop' into mpv-play-at-point | mousebot | 2022-02-11 | 13 | -95/+143 |
| |\ \ \ \ | |||||
| * | | | | | disable moving image overlay | mousebot | 2022-01-15 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | due to the bug the displays it before (point-min) if you load a timeline more than once :/ | ||||
| * | | | | | Merge branch 'develop' into mpv-play-at-point | mousebot | 2022-01-15 | 3 | -18/+26 |
| |\ \ \ \ \ | |||||
| * | | | | | | try an all-the-icons icon. not too sure about it tho. | mousebot | 2022-01-11 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | its unicode | ||||
| * | | | | | | add play symbol as after-string overlay to gifv and video types | mousebot | 2022-01-11 | 1 | -3/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | also update the help-echo for the command to play them | ||||
| * | | | | | | add function to play gif/video at point. uses mpv.el | mousebot | 2022-01-11 | 2 | -1/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | oops fix the mpv require statement | ||||
| * | | | | | | add support for poll notifications | mousebot | 2022-01-05 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | finally we now display all types of notifications! it's about bloody time. | ||||
* | | | | | | | Merge branch 'develop' of codeberg.org:martianh/mastodon.el into develop | mousebot | 2022-02-12 | 1 | -0/+288 |
|\ \ \ \ \ \ \ |