Commit graph

57 commits

Author SHA1 Message Date
Daniele Tricoli 8ca7f7987a Update dependencies 2022-12-12 03:08:17 +01:00
Daniele Tricoli 6ddb7f318f Bump edition to 2021 2022-12-12 03:07:49 +01:00
Daniele Tricoli 601a214dc9 Update dependencies 2022-01-24 16:04:43 +01:00
Daniele Tricoli 5d9e8075d2 Remove redundant clone 2021-12-14 16:31:36 +01:00
Daniele Tricoli 296f41325a Update CHANGELOG 2021-10-09 23:38:16 +02:00
Daniele Tricoli cf1c3b1461 Bump quoll to 0.2.0 2021-10-09 23:10:12 +02:00
Daniele Tricoli 7e6df6ca16 Mention that Ayatana Application Indicators are now used 2021-10-09 22:42:06 +02:00
Daniele Tricoli f33d3b93fe Use a channel to pass commands between threads 2021-10-09 21:42:30 +02:00
Daniele Tricoli aab82c7122 Remove glib explict dependency 2021-10-09 21:40:17 +02:00
Daniele Tricoli f0ebed57c4 Switch to libayatana-appindicator 2021-10-09 17:40:23 +02:00
Daniele Tricoli c5d82b5f85 Switch to libayatana-appindicator 0.1.6 2021-10-09 17:40:23 +02:00
Daniele Tricoli 4e3a28e9d8 Update .pre-commit-config.yaml 2021-10-09 17:39:39 +02:00
Daniele Tricoli 8dcba6e28e Add missing space 2020-03-19 02:43:48 +01:00
Daniele Tricoli 4c1004a692 Bump version to 0.1.2 2020-03-19 02:39:01 +01:00
Daniele Tricoli 96bcc5cfc9 Update CHANGELOG 2020-03-19 02:37:11 +01:00
Daniele Tricoli 397370f06a Bump pretty_env_logger to 0.4.8 and log to 0.4.8 2020-03-19 02:31:12 +01:00
Daniele Tricoli 94a5a54b24 Bump home crate to 0.5.3 2020-03-19 02:21:22 +01:00
Daniele Tricoli 2655599cb6 Mention that also gtk3 is used 2020-03-19 02:15:40 +01:00
Daniele Tricoli 0cc409bd82 Remove not needed dependencies 2020-03-19 01:30:42 +01:00
Daniele Tricoli ebac551481 Update using the new gtk stuff 2020-03-19 00:54:20 +01:00
Daniele Tricoli 5d35078d2c Bump libappindicator to 0.5.1
Also update all libappindicator dependencies.
2020-03-18 22:40:11 +01:00
Daniele Tricoli 68daf09056 Add forgotten version bump 2019-05-25 01:36:27 +02:00
Daniele Tricoli 2c2485b331 Bump version to 0.1.1 2019-05-18 19:25:08 +02:00
Daniele Tricoli 02a51e0315 Update for 0.1.1 release 2019-05-18 19:23:28 +02:00
Daniele Tricoli 5c82e87439 Fix license identifier 2019-05-18 19:21:41 +02:00
Daniele Tricoli fc8c84a974 Update metadata 2019-05-18 19:00:30 +02:00
Daniele Tricoli a71a7285e4 Follow redirect 2019-05-18 18:51:09 +02:00
Daniele Tricoli 2ac23e023a Better describe base_resources.tar.gz 2019-05-18 18:30:40 +02:00
Daniele Tricoli 0ffc093777 Add CHANGELOG 2019-05-18 18:23:39 +02:00
Daniele Tricoli f9fe56ece2 Add README 2019-05-18 18:18:37 +02:00
Daniele Tricoli b1477a93c2 Add license 2019-05-18 03:12:31 +02:00
Daniele Tricoli 80b2e7abe9 Group errors using only the enum 2019-05-18 03:02:45 +02:00
Daniele Tricoli 9bb0c00708 Hide rustfmt configuration 2019-05-18 01:53:47 +02:00
Daniele Tricoli 1eacb3ded4 Add exclamation and question resources 2019-05-18 01:51:03 +02:00
Daniele Tricoli 9f7eb62994 Create directory to store resources if it does not exists 2019-05-18 01:09:36 +02:00
Daniele Tricoli 0d27b67ec2 Add home subcommand 2019-05-17 01:20:25 +02:00
Daniele Tricoli 1d84088aa6 Re-organize network stuff 2019-05-15 02:00:40 +02:00
Daniele Tricoli b7cc65dca9 Show UDP port in context menu 2019-05-15 01:17:17 +02:00
Daniele Tricoli 94d69324ef Fix redundant_pattern_matching warning 2019-05-14 02:09:35 +02:00
Daniele Tricoli 3ffc6edd66 s/COMMAND_EXTENSIONS/ICON_EXTENSIONS/ 2019-05-14 01:54:30 +02:00
Daniele Tricoli 8535ebf2b8 Prevent directory traversal attack 2019-05-14 01:44:31 +02:00
Daniele Tricoli 5468ab19c7 Add send subcommand 2019-05-14 01:18:43 +02:00
Daniele Tricoli c097d3a79f Use clap for the CLI
- Add "serve" subcommand to start the UDP server.
- Print "help" if no subcommand is supplied.
2019-05-13 02:27:25 +02:00
Daniele Tricoli 4b64ea6c6d Use String for server address 2019-05-13 01:49:43 +02:00
Daniele Tricoli 7a4229318a Add SVG icons 2019-05-12 03:59:26 +02:00
Daniele Tricoli 0010f0fb5a Add GTK GUI 2019-05-12 03:53:02 +02:00
Daniele Tricoli 36f3e8984e Add libappindicator and GTK dependencies 2019-05-12 03:50:25 +02:00
Daniele Tricoli e342adeebe Add configuration for cspell 2019-05-12 03:05:35 +02:00
Daniele Tricoli d3fe63f065 Check existence of icon file for Command
Icon files can have 2 extensions, svg and png, that are checked in the
respective order.
If we have 2 files, red.svg and red.png, the first one (red.svg) will be
returned.
2019-05-12 02:54:44 +02:00
Daniele Tricoli 6c00704a5b Add cspell hook 2019-05-12 01:54:22 +02:00