Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/arduino/Arduino.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-19Expand String examples with explicit size concat and constructorstring-examplesMatthijs Kooijman
This expands examples to show the newly added APIs: String::concat(const char *, unsigned int) String::String(const char *, unsigned int) Since not all cores versions will support this right away, a version check is added against ARDUINO_CORE_API.
2019-09-19Starting 1.8.11Martino Facchin
2019-09-19Linux: quote install script pathsMartino Facchin
Fixes #9217
2019-09-18Serial Plotter: Don't try to parse line containing only trimmable charactersSandeep Mistry
2019-09-17Enhance readme for readabilityFrank Lyder Bredland
2019-09-16Fix a typo45gfg9
buidler -> builder
2019-09-16UpdateCheck microoptimizationIván Pérez
No need to create a `Random` object and get a random ID from it if then it's overwritten with the stored value.
2019-09-16Update appdata.xml to 1.8.10 releaseGianluca Varisco
2019-09-13Update revision log1.8.10Cristian Maglie
2019-09-13Update bundled librariesMartino Facchin
2019-09-13Updated translationsCristian Maglie
2019-09-13Force python2 when running Transifex updatesCristian Maglie
2019-09-11Fix macOS signed package generationMartino Facchin
2019-09-10update arduino-builder to 1.4.7jenkins
2019-08-27update arduino-builder to 1.4.6jenkins
2019-08-26Merge pull request #9168 from joew46167/scrollMenuMartino Facchin
Tools Boards menu scroll updates for accessibility
2019-08-26When deleting set modal to false so editor can resumeJoe Wegner
2019-08-23Clean up codeJoe Wegner
2019-08-23A way to make the scrolling menu on Tools | Boards menu more accessible ↵Joe Wegner
friendly - but it's ugly
2019-08-22Merge pull request #9164 from joew46167/buttonsInManagersMartino Facchin
Add Buttons in Library and Boards managers
2019-08-22[Board/Lib manager] When the ide.accessible setting is enabled use buttons ↵Joe Wegner
instead of links
2019-08-22Set accessibility description of filter field so screenreaders can tell ↵Joe Wegner
users where they are
2019-08-21Fix UpdateNotification string for boards+librariesMartino Facchin
2019-08-21Merge pull request #9158 from joew46167/masterMartino Facchin
Make update boards and libraries startup dialog accessible -
2019-08-21Remove duplicate code in PreferencesJoe Wegner
2019-08-21Make UpdateNotification popup accessibleJoe Wegner
When accessible use buttons instead of links in in Updates Available dialog Handle buttons and prevent auto-close for accessible dialog box
2019-08-21Add Accessibility checkbox on Preferences panelJoe Wegner
2019-08-20Do not fail abruptly if signature verification failsCristian Maglie
If the package_index.json signature is not valid, a dialog box asking the user to "update" the index is shown. Previously a java-exception was printed if running from terminal or the IDE would not start at all (with no apparent reason) if lanched from GUI.
2019-08-20Added warning about forcing untrusted contributionsCristian Maglie
2019-08-20Add areInsecurePackagesAllowed methodMattia Bertorello
2019-08-20Add the copy the sig to the destination file when the skip verification is trueMattia Bertorello
2019-08-20Add PREF_CONTRIBUTIONS_TRUST_ALL and download the signature in any caseMattia Bertorello
2019-08-19Merge pull request #9145 from joew46167/masterMartino Facchin
Add in accessibility support for screen readers in board and library managers
2019-08-15Add in accessibility support for screen readers:Joe Wegner
ContributedLibraryTableCellJPanel.java: Add description to accessibility context ContributedPlatformTableCellJPanel.java: Add description to accessibility context ProgressJProgressBar.java: Add status to accessibility context make progress bar focusable so screen reader can access
2019-08-12Refresh lineStatus when tab gets focusMartino Facchin
Fixes #9138
2019-08-02Update CONTRIBUTING.mdKyle Lobo
Co-Authored-By: per1234 <accounts@perglass.com>
2019-08-02Update CONTRIBUTING.mdKyle Lobo
Co-Authored-By: per1234 <accounts@perglass.com>
2019-08-02Fix grammatical errorsKyle Lobo
1. _The_ demonstration code should be complete 2. Search the issues to see if there has been _a_ discussion 3. Each commit should result in _a_ fully functional code 4. one commit per file modified is not _a_ good practice 5. Separate title from _the_ body with a blank line 6. Include _a_ rationale for the change 7. adding unnecessary extra commits to the pull request _,_ you can squash
2019-08-02fixed commentCristian Maglie
2019-08-02Use the BoardCloudResolver instead of the Platform class to get cloud vid pidMattia Bertorello
2019-08-02Remove getBoardWithMatchingVidPidFromCloud and make a new class ↵Mattia Bertorello
BoardCloudResolver
2019-08-02Change variable name where store log directory to "log4j.dir"Mattia Bertorello
2019-08-02Add line number to the logs (%L)Mattia Bertorello
https://logging.apache.org/log4j/2.x/manual/layouts.html
2019-07-30NetworkUpload. use ipAddress to start jSch sessionMartino Facchin
Fixes #9097
2019-07-23Add loggingMattia Bertorello
2019-07-23Fix condition when the file is not expire but the lastETag is changedMattia Bertorello
2019-07-22Avoid NPE and spurious unlock if serial monitor is clicked at upload warmupMartino Facchin
2019-07-19Avoid reopening the serial monitor during uploadMartino Facchin
avoidMultipleOperations becomes false with a 10 seconds timeout after pressing the compile button. The new code introduced by 99f6043ced4275bbaad7a21c74930387387b5ddc didn't take this into account, so the port was being reopened before staring the actual upload. Also, make uploading variable static to avoid preferences confusion (this should be solved in a saner way giving every Editor instance its own set of properties, but it will hopefully fixes by the cli integration and workspace concept)
2019-07-18Fixed test UpdateTextAreaActionTestCristian Maglie
2019-07-18Updated eclipse classpathCristian Maglie