Skip to content

Commit

Permalink
Several accessibility improvements and fixes:
Browse files Browse the repository at this point in the history
  * Button mnemonics were partially broken.
  * Improved order of tabulator traversal.
  * Added more tooltip info
  * Set default button states, can be execute by pressing *Return*.
  • Loading branch information
git-moss committed Aug 19, 2024
1 parent 562a5ec commit ab74be0
Show file tree
Hide file tree
Showing 31 changed files with 124 additions and 346 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,14 @@ Range markers are not supported.

## Changes

### 1.2.6

* Several accessibility improvements and fixes:
* Button mnemonics were partially broken.
* Improved order of tabulator traversal.
* Added more tooltip info
* Set default button states, can be execute by pressing *Return*.

### 1.2.5

* New: Huge speed up of media file extraction from DAWproject.
Expand Down
Binary file not shown.

This file was deleted.

This file was deleted.

145 changes: 0 additions & 145 deletions maven-local-repository/de/mossgrabers/uitools/1.4.3/uitools-1.4.3.pom

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

145 changes: 0 additions & 145 deletions maven-local-repository/de/mossgrabers/uitools/1.4.4/uitools-1.4.4.pom

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5ea81203e17c44529710ed6ecad31aee
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
138d997b241232eebdbc4a08ac7d985283b02ccc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>de.mossgrabers</groupId>
<packaging>jar</packaging>
<name>UiTools</name>
<version>1.4.5</version>
<version>1.5.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.3</version>
<version>5.11.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -130,12 +130,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.12.1</version>
<version>3.20.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
</plugin>

</plugins>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bdbc2cec38783514501aa326d9034437
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c92b453afcb8c662d5dbc3e84486ccfdd972a435
Loading

0 comments on commit ab74be0

Please sign in to comment.