1
0
Fork 0
Commit Graph

1039 Commits

Author SHA1 Message Date
cage bc4ec1ed34 - added code to edit the file in a filesystem explorer window;
- fixed a couple of functions that was trying to download a file when upload was correct instead.
2022-01-08 13:18:45 +01:00
cage 222bf66d52 - fixed a bug in 'jump-to-parent-node', 'normalize a path with a '..' already generate a path that points to the parent. 2022-01-06 18:38:37 +01:00
cage a8904c3aa8 - updated changelog. 2022-01-06 18:25:23 +01:00
cage 6fd24dd441 - substituted . with $PWD when opening file explorer. 2022-01-06 18:22:33 +01:00
cage 339afc6ee0 - using the file explorer when opening a local directory. 2022-01-06 18:17:07 +01:00
cage e7d413162b - added 'editor' as pseudo external program. 2022-01-06 17:59:22 +01:00
cage 6cbad4b3fd - added docstring. 2022-01-06 13:03:31 +01:00
cage 70a6d51a28 - added downloading and opening a file from filesystem explorer window. 2022-01-06 13:00:16 +01:00
cage 624be8b696 - added 'file-explorer-close-window';
- modified filesystem explorer window's position.
2022-01-06 12:17:31 +01:00
cage 0da5e6b3ad - added command file-explorer-scroll-begin;
- added command file-explorer-scroll-end;
- modified 'query-local-filesystem-path' signals an error if the query type is unknown.
2022-01-06 11:39:29 +01:00
cage 00cfe36e90 - prevented crash in dialog list window, the event object needed to be decodified. 2022-01-02 17:47:30 +01:00
cage 1f587b6f17 Merge branch 'kami' 2022-01-02 16:53:58 +01:00
cage c9d99addad - prepared code for kamid. 2022-01-02 16:52:23 +01:00
cage a29c6aa058 - tracked incompatible changes from croatoan;
An event  is no  more a character  or symbol but  is an  instabce of
  class 'event'.
2021-12-26 13:03:47 +01:00
cage 50bf7a8716 - updated ChangeLog. 2021-12-14 13:19:23 +01:00
cage 532446ff68 - updated italian translation. 2021-12-14 13:14:08 +01:00
cage 2061880a16 - implemented mark and deletion of tree in filesystem window. 2021-12-14 13:05:40 +01:00
cage 7619408c0f - added marking of entries in file explorer window. 2021-12-13 18:12:20 +01:00
cage c6f741d3a8 - implemented querying file's metadata in filesystem window. 2021-12-13 14:41:34 +01:00
cage 429acc7efe - added search in file explorer window. 2021-12-12 21:40:59 +01:00
cage 5f9b7f91bd - added a translation header (for printing help) to '*filesystem-explorer-keymap*'. 2021-12-12 19:09:01 +01:00
cage 25b9135159 - implemented uploading file in filesystem window. 2021-12-12 14:37:38 +01:00
cage b7bbb9f7d9 - renamed a few filesystem-window's related functions. 2021-12-12 12:57:08 +01:00
cage 9d4e34505d - implemented downloading file in filesystem window. 2021-12-12 12:53:03 +01:00
cage 9fa4b72548 - implemented creating paths in filesystem window. 2021-12-11 11:06:06 +01:00
cage af48cde4a8 - implemented deleting of paths in filesystem window. 2021-12-10 18:27:31 +01:00
cage 7619344a36 - implemented some features of tree filesystem window: expanding/closing nodes and renaming files or directory. 2021-12-10 15:30:56 +01:00
cage 026784e8c5 - added download of lisp libraries. 2021-12-07 10:48:37 +01:00
cage 6b67933351 - added license;
- fixed copyright year.
2021-12-05 15:34:08 +01:00
cage 5ccc19f28b - added -X option;
- starting with filesystem explorer window.
2021-12-05 15:28:29 +01:00
cage 1d290898e1 - [gemini] fixed building of URI in 'open-next-visible-link'. 2021-12-04 14:33:53 +01:00
cage 7ffe40668a - increased version number;
- updated building scripts;

- updated ChangeLog.
2021-12-03 17:32:12 +01:00
cage 540c818811 - added missing reference to module 'delete-by-regex.lisp' in Makefile.am
- updated documentation.
2021-12-03 16:22:53 +01:00
cage 8516cf1f8c - mentioned 'zip' as dependency in README. 2021-12-01 11:54:20 +01:00
cage 6f06e0cd14 - renamed function 'db:mark-status-deleted-p'. 2021-11-30 21:18:27 +01:00
cage 0b5c56f0ee - fixed function name. 2021-11-30 21:16:07 +01:00
cage 13505665bd - [modules] marked post as read. 2021-11-30 21:14:15 +01:00
cage 08c2c7aab5 - pinned new croatoan version. 2021-11-28 12:15:03 +01:00
cage c1de27abb9 - updated Changelog and NEWS.org. 2021-11-28 12:05:39 +01:00
cage 5d65461d3d - added script: 'import-following.lisp'. 2021-11-28 12:02:42 +01:00
cage 10a5693b06 - updated building scripts;
- removed wrong backslash from Makefile.am.
2021-11-28 11:31:49 +01:00
cage 40d6217b09 - increased version number;
- added a missing script in makefile.
2021-11-28 11:28:17 +01:00
cage 4974fd040b - updated Changelog and NEWS.org. 2021-11-28 11:24:39 +01:00
cage 6ab276a082 - [gemini] changed keychords for searching and opening links in the mainwindow. 2021-11-27 12:07:46 +01:00
cage 2cf53e76b9 - [gemini] fixed command 'open-next-visible-link'. 2021-11-26 15:38:09 +01:00
cage 1fbdab1443 - [gemini] added commands: 'go-to-previous-link' and 'go-to-next-link'. 2021-11-26 14:10:11 +01:00
cage ab91432e2e - fixed module delete-post-using-regex; the procedure delete all the
rows matching a regex not only the visible ones in thread window;
- moved keybinding from  modules/next-previous-open.lisp into the main
  init file.
2021-11-26 10:59:50 +01:00
cage 7307444c86 - added new module: 'delete-by-regex.lisp';
- fixed bug that prevented to update local and federated timeline;
- prevented crash when syncing thread window that contains no posts;
2021-11-20 12:17:22 +01:00
cage 77d8deb84e - refactored some code in a function: 'db:row-avatar'. 2021-11-19 10:43:33 +01:00
cage 6ed5432d2b - added command 'view-user-avatar'. 2021-11-16 19:55:03 +01:00