Weather_Plus8.4 update available
Adriano Barbieri
Hi to every one, Changes: • Fixed copy function of partial text selection using control +
c, and enabled the home, end and pageup keys, pagedown in enabled
windows. I want to thank RuiFontes and RémyRuiz for maintaining and
collaborating on the development of Weather_Plus, and of course
all the translators as well. gitHub repository: Links to download: https://github.com/ruifontes/Weather_Plus/releases/download/8.4/Weather_Plus8.4.nvda-addon Or: https://www.nvda.it/files/plugin/weather_plus8.4.nvda-addon Regards
|
|
Re: say current keyboard language
Noelia Ruiz
Hello, I'm waiting for Abdel regarding Day of the week add-on too.
toggle quoted messageShow quoted text
I may update them, but I prefer to wait for him. If someone knows about Abdel, please let me know. Cheers 2021-07-29 18:41 GMT+02:00, Nikola Jovic <wwenikola123@...>:
Hey Noelia,
|
|
Weather_Plus8.4 #emergency update
#emergency
Adriano Barbieri
For all users who use NVDA set to English an error is generated
because the doc / en folder is missing in the package of version
8.3 and the add-on it cannot be activated. We apologize for the unease
Regards
|
|
Re: say current keyboard language
Nikola Jovic
Hey Noelia,
toggle quoted messageShow quoted text
since the same state is for the day of the week addon, is the response regarding that one also the same? One of my friends asked about it and I was wondering if there are plans to update it, or you are also waiting for Abdel.
On 7/29/21, Noelia Ruiz <nrm1977@...> wrote:
Hello, Abdel, the primary author of this add-on, included me as an
|
|
Re: say current keyboard language
Noelia Ruiz
Hello, Abdel, the primary author of this add-on, included me as an
toggle quoted messageShow quoted text
author, and I'm receiving private request to update this add-on and Day of the week. The problem is that I'm worried about Abdel since I don't have any news about him and I'd like to wait hoping he appears and update add-ons himself, or ask me to do it. I may wait some time hoping he's fine and appears soon. I don't have a timeline for this. Cheers 2021-07-29 14:45 GMT+02:00, "Георги Ламбов <dapomnimdedite@...>:
|
|
Re: Github actions and nvdaaddons fork
Noelia Ruiz
Hi Patrick, Actions can be disabled in a particular repo, according to
toggle quoted messageShow quoted text
GitHub documentation. https://docs.github.com/en/github/administering-a-repository/managing-repository-settings/disabling-or-limiting-github-actions-for-a-repository#managing-github-actions-permissions-for-your-repository I'll disable actions for Dropbox repo since I'm in the corresponding settings. I've checked that documentation corresponds with the presence of the explained settings. Anyway, I think you're a member of the organization and you may check the repo configuration for actions too. About committing just some files in a branch, when I don't want to merge but just commit some files, I use the following commands: git checkout myBranch git reset main addon/doc git commit -m "Update doc folder without merging the whole main branch" git push You may see the workflow used by me in add-ons to send translations from nvdaaddons/stable branch to nvdaes/main branch https://raw.githubusercontent.com/nvdaes/clipContentsDesigner/main/.github/workflows/checkForTranslations.yaml Regards 2021-07-29 15:37 GMT+02:00, Patrick ZAJDA <patrick@...>:
Hello,
|
|
Github actions and nvdaaddons fork
Patrick ZAJDA
Hello,
I set up some actions on my add-ons repositories based on Noelia's work.
My problem is, they will also be executed on the fork, which is not expected as I also rely on secret data I set up and I don't want these actions to be executed twice.
How can I prevent these actions to be executed on the nvdaaddons fork?
I though about deleting them from the stable branch. But risk of conflict when merging from the main code. Maybe be never pushing other branch than stable to nvdaaddons,
but I would prefer to be sure no action will be launched at all
Best regards,
--
Patrick ZAJDA
|
|
say current keyboard language
"Георги Ламбов
Hello!
I had long enough to thank for the add-on: say current keyboard language and I only do it now. I think a little later I met her and May exactly when it was already incompatible with the latest version of nvda. Will The add-on be updated because it is definitely very sophisticated and should not go out of use. In general, a number of extremely necessary additives add-ons are offered, in nvda, making it a preferred screen reader. Greetings! Georgi
|
|
Re: Sending automatic notifications for add-on updates
Noelia Ruiz
Hi again, this should be setup now.
toggle quoted messageShow quoted text
So, at least when pull requests are merged in addonFiles, an only-receive email address associated with this list will be notified. In fact, GitHub will notify about all activity related to addonFiles. At least for now, I've moderated the only-receive email address to select what to send to the list. But this is easier than sending a compilation of updated add-ons done manually, and if needed, notifications maybe sent automatically without moderation, since the email address is secret and risk of receive spam is low. Thanks 2021-07-29 11:01 GMT+02:00, Noelia Ruiz via groups.io <nrm1977@...>:
Hello:
|
|
Sending automatic notifications for add-on updates
Noelia Ruiz
Hello:
I'm not able to setup a GitHub integration to send notifications when addonFiles, that is, add-ons on the website, are updated. Seems that the webpage is not enough accessible at this moment. But I think that I can do it myself using another procedure. I understand that authors may not be available to notify when add-ons are updated on the website, and I may not always have time to do this. So I'll try to send notifications automatically. This can be mutted if someone is not interested. I'll try to do it as soon as possible, but please, in case I need to do more than one test to set it up, please be patient if this group receive some wrong messages or notifications. Thanks for understanding. Kind regards
|
|
Add-ons updated on the website
Noelia Ruiz
Hello. The following add-ons have been updated on the website:
- Kill NVDA 0.2 - Toolbars Explorer 1.5, dev and stable versions. Cheers
|
|
Re: NVDA virtual buffer as a GUI component
Noelia Ruiz
Hello:
toggle quoted messageShow quoted text
To stay on topic, since you mentioned NVDA virtual buffer, in NVDA we can display messages in browse mode with ui.browseableMessage function. Also, for example in readFeeds add-on there is a button in an NVDA dialog to open the selected feed in HTML with buttons and checkboxes to perform actions like copy contents to clipboard using Javascript. Cheers 2021-07-28 19:34 GMT+02:00, Héctor Javier Benítez Corredera <hebolah@...>:
Hello I don't know if I understood you well but here they gave a
|
|
Re: NVDA virtual buffer as a GUI component
Héctor Javier Benítez Corredera
Hello I don't know if I understood you well but here they gave a
feasible solution to focus without the user having to do anything
the html region.
El 28/07/2021 a las 19:24, Danijela
escribió:
|
|
NVDA virtual buffer as a GUI component
Danijela
Hi all, This isn't a strictly addon-related question, but I suppose there's no better place to ask about this topic. I am looking for a way to have an HTML viewer in a standard wxPython app, and the NVDA virtual buffer is exactly how it should look like. So, is it possible to create a standard wxPython component and render the HTML content in it? I tried with wx.html and wx.html2 but they require strange additional actions to receive NVDA's focus and be used normally with NVDA. Can somebody throw a bit of light on this topic, please? Best regards, Daniela
|
|
killNVDA 0.2
Sergio Gómez
Hi Tyler! Good news! I have solved what was wrong with me. I had to do several things: 1. Uninstall NVDA and remove user settings so I can be sure it wasn't because of my settings. 2. Install NVDA, and configure everything from scratch, and install all plugins. 3. As the problem reappeared, I was eliminating the add-ons one by one, and it is seen that the cause was enhancedDictionaries. 4. I made a copy of the configuration and restored the old one. When restoring it, I disabled that plugin, copied everything to the safe screens, and yes, Kill NVDA was going perfectly, weird, because I previously did the test by disabling all plugins, and removing them, and it didn't work. 5. What makes me think this? That there would be something stuck, and that is why I would not succeed in my tests, but everything is already solved. Thank you very much for everything Tyler, I appreciate what you've tried to do to help me. I have loved the plugin since I have known it, it has helped me a lot at times, and it continues to help me. Greetings, and I repeat that thank you very much
|
|
Re: SearchWith
#addonreview
Ibrahim Hamadeh
Thank you Rui
toggle quoted messageShow quoted text
really the job of the reviewer is very vital Thank you for walking with me this road really appreciate much your efforts. best wishes ibrahim
On 7/28/2021 1:31 AM, Rui Fontes wrote:
|
|
Re: SearchWith
#addonreview
Rui Fontes
Hello! Thanks for your work and for taking into account my comments!
So by me, it's ready to be included in the official repository!
Rui Fontes Às 21:47 de 27/07/2021, Ibrahim Hamadeh
escreveu:
Hello
|
|
Re: SearchWith
#addonreview
Ibrahim Hamadeh
Hello Umut
toggle quoted messageShow quoted text
I have received your message I will do that for sure but I excuse you to do that tomorrow my best regards ibrahim
On 7/27/2021 11:48 PM, umut korkmaz
wrote:
|
|
Re: SearchWith
#addonreview
umut korkmaz
hello ibrahim, Thank you for this nice Addon. For the Turkish translation, I have sent you the TR folder as an attachment. Can you add it to the Locale folder in the new version? Thank you. Regards, Umut KORKMAZ
Windows 10 için Posta ile gönderildi
Kimden: Ibrahim Hamadeh
Hello
On 7/27/2021 11:05 PM, Ibrahim Hamadeh wrote:
|
|
Re: SearchWith
#addonreview
Ibrahim Hamadeh
Hello
toggle quoted messageShow quoted text
previously adding translation files missed to add those related to documentation or readme so this is the new version 1.0 with those files: https://github.com/ibrahim-s/searchWith/releases/download/v1.0/searchWith-1.0.nvda-addon sorry for inconvenience regards ibrahim
On 7/27/2021 11:05 PM, Ibrahim Hamadeh
wrote:
Hello again
|
|