@@ -346,7 +346,12 @@ Cela pourrait m'aider à trouver une solution pour permettre la mise à jour aut
346346- La mise à jour automatique des extensions a été corrigée, voir [ tdf #159775 ] [ 114 ] , merci à ` Mike Kaganski ` . Ceci sera bientôt disponible dans LibreOffice 25.8.x.
347347- Support de LibreOffice 25.2.x et 25.8.x sous Windows 64 bits. Voir [ issue #25 ] [ 115 ] .
348348
349- ### Que reste-t-il à faire pour la version 1.5.2:
349+ ### Ce qui a été fait pour la version 1.6.0:
350+
351+ - Toutes les méthodes nécessaires à l'affichage et s'exécutant en arrière-plan utilisent désormais le service UNO [ com.sun.star.awt.AsyncCallback] [ 116 ] pour le rappel.
352+ - A été testé sous LibreOfficeDev 26.2.
353+
354+ ### Que reste-t-il à faire pour la version 1.6.0:
350355
351356- Ajouter de nouvelles langue pour l'internationalisation...
352357
@@ -362,16 +367,16 @@ Cela pourrait m'aider à trouver une solution pour permettre la mise à jour aut
362367[ 8 ] : < https://bugs.documentfoundation.org/show_bug.cgi?id=132666 >
363368[ 9 ] : < https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93adapter >
364369[ 10 ] : < https://www.openoffice.org/api/docs/common/ref/com/sun/star/ui/dialogs/XWizardPage.html >
365- [ 11 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth2 /window/page1/oauth2manager.py >
366- [ 12 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth2 /window/page1/oauth2view.py >
367- [ 13 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth2 /window/page2/oauth2manager.py >
368- [ 14 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth2 /window/page2/oauth2view.py >
369- [ 15 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth2 /window/page3/oauth2manager.py >
370- [ 16 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth2 /window/page3/oauth2view.py >
371- [ 17 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth2 /window/page4/oauth2manager.py >
372- [ 18 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth2 /window/page4/oauth2view.py >
373- [ 19 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth2 /window/page5/oauth2manager.py >
374- [ 20 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth2 /window/page5/oauth2view.py >
370+ [ 11 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth20 /window/page1/oauth2manager.py >
371+ [ 12 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth20 /window/page1/oauth2view.py >
372+ [ 13 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth20 /window/page2/oauth2manager.py >
373+ [ 14 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth20 /window/page2/oauth2view.py >
374+ [ 15 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth20 /window/page3/oauth2manager.py >
375+ [ 16 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth20 /window/page3/oauth2view.py >
376+ [ 17 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth20 /window/page4/oauth2manager.py >
377+ [ 18 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth20 /window/page4/oauth2view.py >
378+ [ 19 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth20 /window/page5/oauth2manager.py >
379+ [ 20 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth20 /window/page5/oauth2view.py >
375380[ 21 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/OAuth2Service.py >
376381[ 22 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/uno/rdb/idl/com/sun/star/auth/XOAuth2Service.idl >
377382[ 23 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/OAuth2Dispatcher.py >
@@ -380,9 +385,9 @@ Cela pourrait m'aider à trouver une solution pour permettre la mise à jour aut
380385[ 26 ] : < https://www.openoffice.org/api/docs/common/ref/com/sun/star/task/XInteractionHandler2.html >
381386[ 27 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/uno/lib/uno/logger/logmanager.py >
382387[ 28 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/uno/lib/uno/logger/logview.py >
383- [ 29 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth2 /options/optionsmanager.py >
384- [ 30 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth2 /options/optionsview.py >
385- [ 31 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth2 /oauth2model.py >
388+ [ 29 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth20 /options/optionsmanager.py >
389+ [ 30 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth20 /options/optionsview.py >
390+ [ 31 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth20 /oauth2model.py >
386391[ 32 ] : < https://github.com/prrvchr/OAuth2OOo/issues/10 >
387392[ 33 ] : < https://pypi.org/project/requests/2.31.0/ >
388393[ 34 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/uno/rdb/idl/com/sun/star/rest/XRequestParameter.idl >
@@ -396,8 +401,8 @@ Cela pourrait m'aider à trouver une solution pour permettre la mise à jour aut
396401[ 42 ] : < https://pypi.org/project/selenium/4.16.0/ >
397402[ 43 ] : < https://pypi.org/project/webdriver-manager/3.8.6/ >
398403[ 44 ] : < https://developer.mozilla.org/en-US/docs/Web/WebDriver >
399- [ 45 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth2 /requestparameter.py >
400- [ 46 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth2 /requestresponse.py >
404+ [ 45 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth20 /requestparameter.py >
405+ [ 46 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/service/pythonpath/oauth20 /requestresponse.py >
401406[ 47 ] : < https://github.com/prrvchr/OAuth2OOo/issues/13 >
402407[ 48 ] : < https://github.com/prrvchr/OAuth2OOo/actions/workflows/dev.yml >
403408[ 49 ] : < https://github.com/fluidattacks >
@@ -466,4 +471,5 @@ Cela pourrait m'aider à trouver une solution pour permettre la mise à jour aut
466471[ 112 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/uno/lib/uno/logger/logwrapper.py#L109 >
467472[ 113 ] : < https://github.com/prrvchr/OAuth2OOo/blob/master/source/OAuth2OOo/OAuth2OOo/GithubDownloadRequest.xba >
468473[ 114 ] : < https://bugs.documentfoundation.org/show_bug.cgi?id=159775 >
469- [ 115 ] : < https://github.com/prrvchr/OAuth2OOo/issues/25 >
474+ [ 115 ] : < https://github.com/prrvchr/OAuth2OOo/issues/25 >
475+ [ 116 ] : < https://www.openoffice.org/api/docs/common/ref/com/sun/star/awt/AsyncCallback.html >
0 commit comments