deltacv / EOCV-Sim

Develop, test, and tune your EasyOpenCV pipelines directly on your computer with a simple GUI !
https://deltacv.gitbook.io/eocv-sim/
MIT License
51 stars 18 forks source link

Bump flatlaf-intellij-themes from 1.2 to 1.6.2 #73

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps flatlaf-intellij-themes from 1.2 to 1.6.2.

Release notes

Sourced from flatlaf-intellij-themes's releases.

1.6.2

Change log

Fixed bugs

  • ComboBox (not editable): Fixed background painted outside of border if round edges are enabled (client property JComponent.roundRect is true). (similar to issue #382; regression since fixing #330 in FlatLaf 1.4)
  • ComboBox: Fixed NullPointerException, which may occur under special circumstances. (issue #408)
  • Table: Do not select text in cell editor when it gets focus (when JTable.surrendersFocusOnKeystroke is true) and TextComponent.selectAllOnFocusPolicy is once (the default) or always. (issue #395)
  • Linux: Fixed NPE when using java.awt.TrayIcon. (issue #405)
  • FileChooser: Workaround for crash on Windows with Java 17 32-bit (disabled Windows icons). Java 17 64-bit is not affected. (issue #403)
  • Native window decorations: Fixed layout loop, which may occur under special circumstances and slows down the application. (issue #420)

1.6.1

Change log

Fixed bugs

  • Native window decorations: Catch UnsatisfiedLinkError when trying to load jawt.dll to avoid an application crash (Java 8 on Windows 10 only).

1.6

This release brings some minor improvements and bug fixes.

Change log

New features and improvements

  • InternalFrame: Double-click on icon in internal frame title bar now closes the internal frame. (issue #374)
  • IntelliJ Themes: Removed deprecated install() methods.

Fixed bugs

  • Menus: Fixed missing modifiers flags in ActionEvent (e.g. Ctrl key pressed) when running in Java 9+ on Linux, macOS. Occurs also on Windows in large popup menus that do not fit into the window. (issue #371; regression since FlatLaf 1.3)
  • OptionPane: Fixed OptionPane.sameSizeButtons, which did not work as expected when setting to false.
  • OptionPane: Fixed rendering of longer HTML text if it is passed as StringBuilder, StringBuffer, or any other object that returns HTML text in method toString(). (similar to issue #12)
  • ComboBox: Fixed popup border painting on HiDPI screens (e.g. at 150% scaling).

... (truncated)

Changelog

Sourced from flatlaf-intellij-themes's changelog.

1.6.2

Fixed bugs

  • ComboBox (not editable): Fixed background painted outside of border if round edges are enabled (client property JComponent.roundRect is true). (similar to issue #382; regression since fixing #330 in FlatLaf 1.4)
  • ComboBox: Fixed NullPointerException, which may occur under special circumstances. (issue #408)
  • Table: Do not select text in cell editor when it gets focus (when JTable.surrendersFocusOnKeystroke is true) and TextComponent.selectAllOnFocusPolicy is once (the default) or always. (issue #395)
  • Linux: Fixed NPE when using java.awt.TrayIcon. (issue #405)
  • FileChooser: Workaround for crash on Windows with Java 17 32-bit (disabled Windows icons). Java 17 64-bit is not affected. (issue #403)
  • Native window decorations: Fixed layout loop, which may occur under special circumstances and slows down the application. (issue #420)

1.6.1

Fixed bugs

  • Native window decorations: Catch UnsatisfiedLinkError when trying to load jawt.dll to avoid an application crash (Java 8 on Windows 10 only).

1.6

New features and improvements

  • InternalFrame: Double-click on icon in internal frame title bar now closes the internal frame. (issue #374)
  • IntelliJ Themes: Removed deprecated install() methods.

Fixed bugs

  • Menus: Fixed missing modifiers flags in ActionEvent (e.g. Ctrl key pressed) when running in Java 9+ on Linux, macOS. Occurs also on Windows in large popup menus that do not fit into the window. (issue #371; regression since FlatLaf 1.3)
  • OptionPane: Fixed OptionPane.sameSizeButtons, which did not work as expected when setting to false.
  • OptionPane: Fixed rendering of longer HTML text if it is passed as StringBuilder, StringBuffer, or any other object that returns HTML text in method toString(). (similar to issue #12)
  • ComboBox: Fixed popup border painting on HiDPI screens (e.g. at 150% scaling).
  • ComboBox: Fixed popup location if shown above of combo box (Java 8 only).
  • ComboBox (editable): Fixed wrong border of internal text field under special

... (truncated)

Commits
  • 95a15c3 release 1.6.2
  • ab32068 Native window decorations: fixed layout loop (issue #420)
  • a284b69 FileChooser: workaround for crash on Windows with Java 17 32bit (issue #403)
  • b590f41 Linux: fixed NPE when using java.awt.TrayIcon (issue #405)
  • a97076e ComboBox: fix NPE in CellPaddingBorder.install() (issue #408)
  • 0b6df8b ComboBox (not editable): fixed background painted outside of border if round ...
  • 150bab0 Table: do not select text in cell editor when it gets focus (when `JTable.sur...
  • a253b6c release 1.6.1
  • efcbc1f Native window decorations: catch UnsatisfiedLinkError when trying to load `...
  • ae28c59 release 1.6
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.