1
0
Fork 0
Commit Graph

1745 Commits

Author SHA1 Message Date
cage a00a363091 - increased version number. 2024-07-05 13:03:53 +02:00
cage 07cc728637 - removed files from POTFILES.in because they does not need to be checked for transtatable strings;
- updated italian transtation.
2024-07-05 12:55:21 +02:00
cage 7d6a474b26 - fixed debian/changelog. 2024-07-01 17:07:51 +02:00
cage cdb08c71d1 - added a simple debian/changelog. 2024-07-01 17:06:42 +02:00
cage 8bfcbe8bba - added a dymmy debian/changelog. 2024-07-01 17:01:48 +02:00
cage 8f9909dc1e - added files to build debian package. 2024-07-01 16:55:04 +02:00
cage ffb785a576 - added rc1 version. 2024-06-29 14:59:24 +02:00
cage 4d3d2050b2 - [fediverse] save reblogged status, if any, when fetching a status from the server. 2024-06-29 14:55:35 +02:00
cage 07bdc7c65c - prefixed all parsing rule for software configuration to avoid clashes with other rules in the code. 2024-06-29 14:34:34 +02:00
cage 4ac967966b - removed uri-parser 2024-06-29 14:22:05 +02:00
cage d043506a4f - changed constant's name. 2024-06-29 13:59:59 +02:00
cage ee9f9c03c7 - optimized status editing. 2024-06-28 15:02:17 +02:00
cage 1f14329852 - substituted default values for 'fetch-remote-status'. 2024-06-27 16:50:31 +02:00
cage ebbee28430 - [TUI][fediverse] ensured the printed status is updated after editing. 2024-06-27 13:55:39 +02:00
cage 0f5fe10ab6 - [TUI] added command 'edit-posted-message'. 2024-06-26 14:45:50 +02:00
cage eb85a63430 - [GUI] added support for HTTP proxy;
- [fediverse] added 'edit-status'.
2024-06-26 12:49:36 +02:00
cage 883d2c0105 - [TUI] notify when a parsing error occurred when querying local database. 2024-06-24 12:18:06 +02:00
cage 1f58010447 - [gemini] added support for proxy. 2024-06-23 20:30:53 +02:00
cage c636fd8edb - [gemini] changed hardcoded search engine to a configurable directive. 2024-06-23 19:06:11 +02:00
cage 32cfb4f055 - fixed missing/wrong production rules symbols for gemtext parsing. 2024-06-22 23:11:01 +02:00
cage dcfbce1bae - removed a command that leads to a crash when main window is displaying a fediverse post. 2024-06-21 18:53:16 +02:00
cage 01ef182d14 - fixed missing/wrong production rules symbols for iri parsing. 2024-06-21 18:20:18 +02:00
cage a14372b095 - prefixed all parsing rule for iri parsing to avoid clash with other rules in the code. 2024-06-21 18:09:45 +02:00
cage 81bf22b110 - fixed missing/wrong production rules symbols for date-formatter and keybindings. 2024-06-21 17:50:29 +02:00
cage f0ba8aad71 - prefixed all parsing rule for gemini parsing to avoid clash with other rules in the code. 2024-06-19 17:59:47 +02:00
cage 4924016dcf - fixed parsing rule names. 2024-06-19 17:51:50 +02:00
cage 7d0c41eed9 - prefixed all parsing rule for tour parsing to avoid clash with other rules in the code. 2024-06-19 17:50:37 +02:00
cage a708977646 - prefixed all parsing rule for gopher parsing to avoid clash with other rules in the code. 2024-06-19 17:46:44 +02:00
cage 1e3854989b - prefixed all parsing rule for date formatting to avoid clash with other rules in the code. 2024-06-19 15:52:54 +02:00
cage 74c78adc6a - prefixed all parsing rule for modeline parsing to avoid clash with other rules in the code. 2024-06-19 15:51:11 +02:00
cage 61f8a68313 - prefixed all parsing rule for keybindings parsing to avoid clash with other rules in the code. 2024-06-19 15:48:14 +02:00
cage 9c4503e3bd - prefixed all parsing rule for gempub metadata with 'gempub-' to avoid clash with other rules in the code. 2024-06-19 15:42:10 +02:00
cage 810759bd6b - update documentation. 2024-06-16 14:41:39 +02:00
cage 4ac6909690 - update documentation. 2024-06-16 10:55:42 +02:00
cage 720c55e5b3 - added clause 'into' in local fediverse query. 2024-06-16 10:41:15 +02:00
cage 824e89883a - update documentation. 2024-06-15 17:44:19 +02:00
cage d65b98499c - ensured the colmuns are correctly quoted when performing local search. 2024-06-15 17:24:44 +02:00
cage c119600081 - prevented inserting a duplicate row into search results folder.
- renumbered search local results
2024-06-15 14:04:33 +02:00
cage c4aa8850a7 - prevented inserting a duplicate row into search results folder. 2024-06-15 14:02:03 +02:00
cage 0b73087e4d - [fediverse] added command for posts local search. 2024-06-15 13:57:50 +02:00
cage 3290f12226 - instructed 'iri:render-iri' to just returns the string when stream is null. 2024-06-14 14:15:03 +02:00
cage eb14b342df - [GUI] used the correct stream for rendering the IRI. 2024-06-02 20:58:12 +02:00
cage 44c499db76 - [GUI] fixed command to add all the links in apage to tour, when the links are not absolute. 2024-06-02 20:54:42 +02:00
cage 342eda7eb2 - [GUI] ensured to hide window that shows candidates for autocompletion, before a new window (cetrificate, tour etc.) is created. 2024-06-02 14:46:20 +02:00
cage 6e1274faf2 - fixed error with foreign memory when calling FFI 'realpath'. 2024-06-01 17:24:33 +02:00
cage e5c7929166 - fixed 'fs:relative-file-path->absolute' and 'complete:directory-complete'. 2024-06-01 14:05:52 +02:00
cage 7abde425d8 - updated italian translation. 2024-05-31 12:59:46 +02:00
cage 39886718cc - [GUI] added contextual menu to gemtext widget;
- [GUI] added command to collect all the links of a page in the tour.
2024-05-31 12:56:52 +02:00
cage 92e30d37b3 Merge pull request 'Translations update from Weblate' (#15) from translate/tinmop:weblate-tinmop-tinmop into master
Reviewed-on: https://codeberg.org/cage/tinmop/pulls/15
2024-05-29 17:51:34 +00:00
cage b370652c4f - added a period after sentences about polls. 2024-05-29 19:47:59 +02:00