Joe Wegner
227bae4f6d
Remove the board name from the cell, only in the title.
2019-10-01 08:06:41 -04:00
jenkins
a1448876a1
update arduino-builder to 1.4.8
2019-09-30 09:58:44 +02:00
Joe Wegner
b9265a42b1
Add boarders to the teble items so screen readers will read while walking through the table
2019-09-27 10:29:19 -04:00
Joe Wegner
09e420245b
Merge remote-tracking branch 'upstream/master'
2019-09-27 09:42:56 -04:00
Martino Facchin
6116a8e920
Starting 1.8.11
2019-09-19 12:54:30 +02:00
Martino Facchin
2b4242929c
Linux: quote install script paths
...
Fixes #9217
2019-09-19 12:51:42 +02:00
Sandeep Mistry
8f0237531f
Serial Plotter: Don't try to parse line containing only trimmable characters
2019-09-18 14:10:38 -04:00
Joe Wegner
52c0f6ec60
Add a TitledBorder to panels in bord manager. This really helps the screen reader users.
2019-09-18 09:47:54 -04:00
Frank Lyder Bredland
b551bf55ba
Enhance readme for readability
2019-09-17 15:50:57 +02:00
45gfg9
749beb6532
Fix a typo
...
buidler -> builder
2019-09-16 13:14:34 -04:00
Iván Pérez
c43266964b
UpdateCheck microoptimization
...
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-16 11:42:43 +02:00
Gianluca Varisco
2e596c6eff
Update appdata.xml to 1.8.10 release
2019-09-16 11:30:46 +02:00
Cristian Maglie
741026ade1
Update revision log
2019-09-13 12:21:47 +02:00
Martino Facchin
e8b17e4fc8
Update bundled libraries
2019-09-13 12:20:26 +02:00
Cristian Maglie
0ce5e1ea02
Updated translations
2019-09-13 12:13:14 +02:00
Cristian Maglie
6179b15449
Force python2 when running Transifex updates
2019-09-13 12:13:04 +02:00
Martino Facchin
fcafc8719a
Fix macOS signed package generation
2019-09-11 16:42:41 +02:00
jenkins
0c0dfa00ad
update arduino-builder to 1.4.7
2019-09-10 14:59:37 +02:00
jenkins
e5252adfc0
update arduino-builder to 1.4.6
2019-08-27 16:52:37 +02:00
Martino Facchin
930ec16321
Merge pull request #9168 from joew46167/scrollMenu
...
Tools Boards menu scroll updates for accessibility
2019-08-26 14:09:09 +02:00
Joe Wegner
b9c3f008b0
When deleting set modal to false so editor can resume
2019-08-26 10:47:48 +02:00
Joe Wegner
2a53cba139
Clean up code
2019-08-23 12:28:11 -04:00
Joe Wegner
a908b7b0d9
A way to make the scrolling menu on Tools | Boards menu more accessible friendly - but it's ugly
2019-08-23 10:26:24 -04:00
Martino Facchin
aaef9221a2
Merge pull request #9164 from joew46167/buttonsInManagers
...
Add Buttons in Library and Boards managers
2019-08-22 09:51:40 +02:00
Joe Wegner
1b515b1767
[Board/Lib manager] When the ide.accessible setting is enabled use buttons instead of links
2019-08-22 09:49:19 +02:00
Joe Wegner
199a943177
Set accessibility description of filter field so screenreaders can tell users where they are
2019-08-22 09:49:19 +02:00
Martino Facchin
a7400216ee
Fix UpdateNotification string for boards+libraries
2019-08-21 12:32:27 +02:00
Martino Facchin
140f8e345c
Merge pull request #9158 from joew46167/master
...
Make update boards and libraries startup dialog accessible -
2019-08-21 10:32:33 +02:00
Joe Wegner
710667d15b
Remove duplicate code in Preferences
2019-08-21 10:26:53 +02:00
Joe Wegner
2b4c4b57d8
Make UpdateNotification popup accessible
...
When accessible use buttons instead of links in in Updates Available dialog
Handle buttons and prevent auto-close for accessible dialog box
2019-08-21 10:25:23 +02:00
Joe Wegner
88bda6eb4e
Add Accessibility checkbox on Preferences panel
2019-08-21 10:25:01 +02:00
Cristian Maglie
5bb9f87fae
Do not fail abruptly if signature verification fails
...
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-20 18:01:58 +02:00
Cristian Maglie
842c35be3e
Added warning about forcing untrusted contributions
2019-08-20 17:06:36 +02:00
Mattia Bertorello
94dd695355
Add areInsecurePackagesAllowed method
2019-08-20 17:06:36 +02:00
Mattia Bertorello
76852465d2
Add the copy the sig to the destination file when the skip verification is true
2019-08-20 17:06:36 +02:00
Mattia Bertorello
df5a52407e
Add PREF_CONTRIBUTIONS_TRUST_ALL and download the signature in any case
2019-08-20 17:06:36 +02:00
Martino Facchin
c3fdb10244
Merge pull request #9145 from joew46167/master
...
Add in accessibility support for screen readers in board and library managers
2019-08-19 11:16:06 +02:00
Joe Wegner
6bcd0529c1
Add in accessibility support for screen readers:
...
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-15 07:14:08 -04:00
Martino Facchin
452ac63200
Refresh lineStatus when tab gets focus
...
Fixes #9138
2019-08-12 10:07:41 +02:00
Kyle Lobo
19c3def582
Update CONTRIBUTING.md
...
Co-Authored-By: per1234 <accounts@perglass.com>
2019-08-02 11:53:03 +02:00
Kyle Lobo
0f5b1467e7
Update CONTRIBUTING.md
...
Co-Authored-By: per1234 <accounts@perglass.com>
2019-08-02 11:53:03 +02:00
Kyle Lobo
5857c333e0
Fix grammatical errors
...
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-02 11:53:03 +02:00
Cristian Maglie
da6c73102f
fixed comment
2019-08-02 11:52:15 +02:00
Mattia Bertorello
01d3d02a0f
Use the BoardCloudResolver instead of the Platform class to get cloud vid pid
2019-08-02 11:48:07 +02:00
Mattia Bertorello
bcb8e90534
Remove getBoardWithMatchingVidPidFromCloud and make a new class BoardCloudResolver
2019-08-02 11:48:07 +02:00
Mattia Bertorello
824567d763
Change variable name where store log directory to "log4j.dir"
2019-08-02 11:48:07 +02:00
Mattia Bertorello
a80fd4af06
Add line number to the logs (%L)
...
https://logging.apache.org/log4j/2.x/manual/layouts.html
2019-08-02 11:48:07 +02:00
Martino Facchin
adabb08390
NetworkUpload. use ipAddress to start jSch session
...
Fixes #9097
2019-07-30 10:26:03 +02:00
Mattia Bertorello
f0722843f6
Add logging
2019-07-23 09:49:55 +02:00
Mattia Bertorello
dd1d713d19
Fix condition when the file is not expire but the lastETag is changed
2019-07-23 09:49:55 +02:00