1
0
Fork 0
Commit Graph

1646 Commits

Author SHA1 Message Date
cage 8be33e6df2 - updated Italian translation. 2023-10-15 15:05:32 +02:00
cage bbda1a1f57 - updated documentation;
- changed a function's name.
2023-10-15 13:58:49 +02:00
cage f90d7be418 - added a command to show the parent of a post. 2023-10-15 13:55:30 +02:00
cage 623739f29d - fixed tags usage histogram. 2023-10-14 15:59:31 +02:00
cage 5c76bfb45b used correct type for tags in status (was using 'tag' instead of 'status-tag'). 2023-10-14 14:26:09 +02:00
cage a70b636d44 - fixed type of value 'tag-names';
- fixed a couple of docstrings.
2023-10-14 13:13:52 +02:00
cage f393812207 - prevented false positives for new message in the subscribed tags. 2023-10-14 12:32:45 +02:00
cage ea9675c832 - removed references to file related to parsing of the link headers;
- used 'tooter:collect-all-pages' instead of 'slurp-all-pages'.
2023-10-14 11:25:23 +02:00
cage 88b6857a2e - removed link header parser. 2023-10-14 11:00:47 +02:00
cage ef034729e8 - used the new pagination API. 2023-10-14 10:59:28 +02:00
cage 653ca72baa - fixed extraction of URLs of the selected status in threads window if
it is a reblogged one.
2023-10-05 18:44:03 +02:00
cage 507eed0412 - [gopher] prevented crash when opening a gopher link and gopher window is not visible;
- [gopher] fixed parsing of text files.
2023-10-03 21:20:09 +02:00
cage 3ec57b9040 - improved rendering for statuses that contains tag: <li> and <blockquote>. 2023-10-01 18:12:00 +02:00
cage 2b906efa3c - added procedures to extract id form pagination header. 2023-09-28 16:31:57 +02:00
cage 8f4a782e16 - fixed type of 'reblog-id' column in table 'status'. 2023-09-27 18:21:02 +02:00
cage 2c3bac4e54 - added 'local-user-acct';
- moved 'get-following' from api-pleroma to api-mastodon (this endpoint is not specific to pleroma).
2023-09-27 17:37:33 +02:00
cage 6967793c0a - updated italian translation;
- added support for other languages.
2023-09-25 19:08:15 +02:00
cage 6a37cae537 - added support for announcements. 2023-09-25 19:03:32 +02:00
cage f48e456f78 - added function 'instance-pleroma-p';
- prevented the program to run pleroma specific code if the client is connected to a mastodon instance.
2023-09-24 11:47:30 +02:00
cage 9ef30d2451 - fixed testing of post's language
- converted the language from keyword to string for regex scanning;
  - reverted the  test final value  because the old one  was filtering
    out posts with allowed language.
2023-09-24 11:07:07 +02:00
cage 5bcc4e966f - allowed changing language before sending a post;
- updated italian translation.
2023-09-19 19:50:58 +02:00
cage 7f8f27d69b - increased version number;
- updated changelog and NEWS files.
2023-09-18 19:53:52 +02:00
cage d1451411dd - [GUI] renamed function. 2023-09-17 14:41:59 +02:00
cage 409e8c5cb9 - [GUI] added method "stream-url" specialized on 'gemini-stream';
- [GUI] fixed setting status of stream on completion;
- [GUI] removed freezing when scaling text on rendering of an active stream;
- [GUI] prevented crash when ask the program to shows an already shown stream frame.
2023-09-16 19:05:33 +02:00
cage d647465c1e - ensured decoding of the icons is made from TK to preserve alpha channel information. 2023-09-14 17:13:22 +02:00
cage df7d47c196 - updated italian translation. 2023-09-13 18:11:04 +02:00
cage 23d8553a90 - fixed macro 'with-sending-message-data' to include the new parameter: 'language'. 2023-09-13 18:07:29 +02:00
cage ef90f3ad43 - added language parameter for each post sent. 2023-09-13 15:00:31 +02:00
cage 8486e6eea4 - ensured also PNG file are scaled when rendering the gemtext. 2023-09-11 19:08:28 +02:00
cage 676cf0759f - [GUI] prevented to transform to an absolute URL an already absolute URL. 2023-09-10 21:51:27 +02:00
cage 8aecf478b4 - added configuration directive to scale inlined images. 2023-09-09 17:39:04 +02:00
cage b77115d540 - fixed 'misc:fresh-vector-insert@';
- scaled inline images that nodgui can manipulates (JPEG and TGA), to fits the gemtext widget's width.
2023-09-09 17:39:04 +02:00
cage 82770430f8 Merge pull request 'Translations update from Weblate' (#4) from translate/tinmop:weblate-tinmop-tinmop into master
Reviewed-on: https://codeberg.org/cage/tinmop/pulls/4
2023-08-30 14:55:47 +00:00
Eryk Michalak 4a500beee4
Added translation using Weblate (Polish) 2023-08-25 14:29:05 +00:00
cage 65482c36bb - [GUI] - discarded rest of a stale rendering when bringing a stream to foreground. 2023-08-18 15:05:18 +02:00
cage 7d4612350e - [GUI] removed insertion cursor from gemtext widget. 2023-08-17 16:41:25 +02:00
cage 45ff0cc7c4 - [GUI] - added flag to interrupt discard rendering of gemtext.
For example is used before scaling the text the rendering is blocked,
  the gemtext widget cleaned before  starting again the rendering with
  scaled fonts.
- [GUI] fixed code to revive a stream.
2023-08-17 16:00:32 +02:00
cage 8730bbd192 - [GUI] added scaling of gemtext using mousewheel events (not fired on GNU/linux, maybe in other OS). 2023-08-16 18:16:05 +02:00
cage 8a88a51586 - [GUI] added scaling of gemtext using mousewheel (actually button 4 and 5). 2023-08-16 18:09:58 +02:00
cage a7d7aa8555 - added bookmarked URLs to the list of candidates for autocompletion. 2023-08-16 17:35:34 +02:00
cage 312c18fae8 - [GUI] ensured pushing stream revive into the events queue. 2023-08-16 16:39:44 +02:00
cage aae67c4121 - [GUI] ensured rendering TOC only after there is no more data in the gemtext stream. 2023-08-16 16:14:25 +02:00
cage ff87d84ae4 - [GUI] ensured updating URL in the address basr, when reviving a stream. 2023-08-16 15:44:32 +02:00
cage a041a0f712 - fixed typo. 2023-08-16 15:36:39 +02:00
cage 70a1a91dc6 - excluded follow requests when downloading the notifications;
- [GUI] ensured the absolute local path hs been set in the address bar when opening a local path from command line (switch '-o').
2023-08-15 22:05:37 +02:00
cage d73bf1eb18 - [script] removed file extension from link names. 2023-08-15 20:11:41 +02:00
cage 7cd0b5740b - [GUI] improved rendering speed by not applying text tags to empty lines and normal text, moreover cached the gemtext fonts. 2023-08-15 20:05:09 +02:00
cage 9682b53522 - [GUI] revive stream with doubleclick on an intem of the stream frame. 2023-08-15 13:22:13 +02:00
cage 2239d4fcbb - [GUI] prevented error when downloading binary files (like bitmap images) or other files that are not in gemtext format or, finally, can not be rendered in tinmop. 2023-08-14 19:05:27 +02:00
cage 1322ad36b3 - [script] allowed all the template variable to be got from environment variables, when generating a gemlog.
- added fallback value for os-utils:getenv.
2023-08-14 17:12:39 +02:00