(netbeans) branch master updated: Update FlatLaf from 3.2.5 to 3.3

2024-01-13 Thread devcharly
This is an automated email from the ASF dual-hosted git repository.

devcharly pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new 72675e3737 Update FlatLaf from 3.2.5 to 3.3
 new 1a24df8422 Merge pull request #6948 from DevCharly/flatlaf-3.3
72675e3737 is described below

commit 72675e37379c1ddb1bbfc17085fd369518f9f8c5
Author: Karl Tauber 
AuthorDate: Thu Jan 11 22:12:48 2024 +0100

Update FlatLaf from 3.2.5 to 3.3

Changes: https://github.com/JFormDesigner/FlatLaf/releases/tag/3.3
---
 platform/libs.flatlaf/external/binaries-list   |  2 +-
 .../{flatlaf-3.2.5-license.txt => flatlaf-3.3-license.txt} |  4 ++--
 platform/libs.flatlaf/manifest.mf  |  2 +-
 platform/libs.flatlaf/nbproject/project.properties | 14 +-
 platform/libs.flatlaf/nbproject/project.xml|  4 ++--
 5 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/platform/libs.flatlaf/external/binaries-list 
b/platform/libs.flatlaf/external/binaries-list
index 411b5bb226..fd8f2fc5ef 100644
--- a/platform/libs.flatlaf/external/binaries-list
+++ b/platform/libs.flatlaf/external/binaries-list
@@ -15,4 +15,4 @@
 # specific language governing permissions and limitations
 # under the License.
 
-A180D2525801750F8BE57A1FAE71181593C9BB36 com.formdev:flatlaf:3.2.5
+C816DFDF2AC7BD55512597E4605FFCCFF840040D com.formdev:flatlaf:3.3
diff --git a/platform/libs.flatlaf/external/flatlaf-3.2.5-license.txt 
b/platform/libs.flatlaf/external/flatlaf-3.3-license.txt
similarity index 99%
rename from platform/libs.flatlaf/external/flatlaf-3.2.5-license.txt
rename to platform/libs.flatlaf/external/flatlaf-3.3-license.txt
index c0f6c1b619..9c88ca3baa 100644
--- a/platform/libs.flatlaf/external/flatlaf-3.2.5-license.txt
+++ b/platform/libs.flatlaf/external/flatlaf-3.3-license.txt
@@ -1,7 +1,7 @@
 Name: FlatLaf Look and Feel
 Description: FlatLaf Look and Feel
-Version: 3.2.5
-Files: flatlaf-3.2.5.jar
+Version: 3.3
+Files: flatlaf-3.3.jar
 License: Apache-2.0
 Origin: FormDev Software GmbH.
 URL: https://www.formdev.com/flatlaf/
diff --git a/platform/libs.flatlaf/manifest.mf 
b/platform/libs.flatlaf/manifest.mf
index 9f135a5a40..8a3f08ce04 100644
--- a/platform/libs.flatlaf/manifest.mf
+++ b/platform/libs.flatlaf/manifest.mf
@@ -4,4 +4,4 @@ OpenIDE-Module: org.netbeans.libs.flatlaf/1
 OpenIDE-Module-Install: org/netbeans/libs/flatlaf/Installer.class
 OpenIDE-Module-Specification-Version: 1.17
 AutoUpdate-Show-In-Client: false
-OpenIDE-Module-Implementation-Version: 3.2.5
+OpenIDE-Module-Implementation-Version: 3.3
diff --git a/platform/libs.flatlaf/nbproject/project.properties 
b/platform/libs.flatlaf/nbproject/project.properties
index 178d70e7f2..7252d84ac0 100644
--- a/platform/libs.flatlaf/nbproject/project.properties
+++ b/platform/libs.flatlaf/nbproject/project.properties
@@ -31,14 +31,18 @@ spec.version.base.fatal.warning=false
 #
 # So when FlatLaf is updated, the OpenIDE-Module-Implementation-Version entry
 # in manifest.mf needs to be updated to match the new FlatLaf version.
-release.external/flatlaf-3.2.5.jar=modules/ext/flatlaf-3.2.5.jar
+release.external/flatlaf-3.3.jar=modules/ext/flatlaf-3.3.jar
 
-release.external/flatlaf-3.2.5.jar!/com/formdev/flatlaf/natives/flatlaf-windows-x86.dll=modules/lib/flatlaf-windows-x86.dll
-release.external/flatlaf-3.2.5.jar!/com/formdev/flatlaf/natives/flatlaf-windows-x86_64.dll=modules/lib/flatlaf-windows-x86_64.dll
-release.external/flatlaf-3.2.5.jar!/com/formdev/flatlaf/natives/flatlaf-windows-arm64.dll=modules/lib/flatlaf-windows-arm64.dll
-release.external/flatlaf-3.2.5.jar!/com/formdev/flatlaf/natives/libflatlaf-linux-x86_64.so=modules/lib/libflatlaf-linux-x86_64.so
+release.external/flatlaf-3.3.jar!/com/formdev/flatlaf/natives/flatlaf-windows-x86.dll=modules/lib/flatlaf-windows-x86.dll
+release.external/flatlaf-3.3.jar!/com/formdev/flatlaf/natives/flatlaf-windows-x86_64.dll=modules/lib/flatlaf-windows-x86_64.dll
+release.external/flatlaf-3.3.jar!/com/formdev/flatlaf/natives/flatlaf-windows-arm64.dll=modules/lib/flatlaf-windows-arm64.dll
+release.external/flatlaf-3.3.jar!/com/formdev/flatlaf/natives/libflatlaf-macos-arm64.dylib=modules/lib/libflatlaf-macos-arm64.dylib
+release.external/flatlaf-3.3.jar!/com/formdev/flatlaf/natives/libflatlaf-macos-x86_64.dylib=modules/lib/libflatlaf-macos-x86_64.dylib
+release.external/flatlaf-3.3.jar!/com/formdev/flatlaf/natives/libflatlaf-linux-x86_64.so=modules/lib/libflatlaf-linux-x86_64.so
 jnlp.verify.excludes=\
 modules/lib/flatlaf-windows-x86.dll,\
 modules/lib/flatlaf-windows-x86_64.dll,\
 modules/lib/flatlaf-windows-arm64.dll,\
+modules/lib/libflatlaf-macos-arm64.dylib,\
+modules/lib/libflatlaf-macos-x86_64.dylib,\
 modules/lib/libflatlaf-linux-x86_64.so
diff --git a/platform/libs.flatlaf/nbproject/project.xml 
b/platform/libs.flat

[netbeans] branch master updated (aee53d5558 -> 2edeaf99fc)

2023-07-02 Thread devcharly
This is an automated email from the ASF dual-hosted git repository.

devcharly pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


from aee53d5558 Flyweight Token support for ANTLR4 Lexer Bridge
 new c522574450 FlatLaf: fix location of drag-and-drop insert indicator 
lines on Windows 10/11, which was wrong since updating to FlatLaf 3.1 in NB 18 
because because FlatLaf places glass panes no longer at 0,0 if FlatLaf window 
decorations are enabled
 new 3fe7814857 Merge pull request #6142 from 
DevCharly/dnd-line-location-fix
 new b952b950d1 improve/fix painting of drag-and-drop insert indicator 
lines on HiDPI screens
 new 2edeaf99fc Merge pull request #6144 from 
DevCharly/dnd-line-painting-fix

The 8744 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../netbeans/modules/palette/ui/DnDSupport.java|   8 +-
 .../netbeans/modules/palette/ui/DropGlassPane.java | 102 ++---
 .../org/openide/explorer/view/DropGlassPane.java   |  53 ---
 .../explorer/view/OutlineViewDropSupport.java  |  13 ++-
 .../openide/explorer/view/TreeViewDropSupport.java |  19 ++--
 5 files changed, 129 insertions(+), 66 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[netbeans] branch master updated: Update FlatLaf from 3.0 to 3.1

2023-04-15 Thread devcharly
This is an automated email from the ASF dual-hosted git repository.

devcharly pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new edff85c25c Update FlatLaf from 3.0 to 3.1
 new 7c2730b399 Merge pull request #5818 from DevCharly/flatlaf-3.1
edff85c25c is described below

commit edff85c25c25debecc0e891812815a6fe7aa2e9f
Author: Karl Tauber 
AuthorDate: Wed Apr 12 17:54:00 2023 +0200

Update FlatLaf from 3.0 to 3.1
---
 platform/libs.flatlaf/external/binaries-list  | 2 +-
 .../external/{flatlaf-3.0-license.txt => flatlaf-3.1-license.txt} | 4 ++--
 platform/libs.flatlaf/manifest.mf | 2 +-
 platform/libs.flatlaf/nbproject/project.properties| 8 
 platform/libs.flatlaf/nbproject/project.xml   | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/platform/libs.flatlaf/external/binaries-list 
b/platform/libs.flatlaf/external/binaries-list
index 3b4e924a20..e4e53d068d 100644
--- a/platform/libs.flatlaf/external/binaries-list
+++ b/platform/libs.flatlaf/external/binaries-list
@@ -15,4 +15,4 @@
 # specific language governing permissions and limitations
 # under the License.
 
-B5410F3F9137FEBC7D916CA4E0A7E9F6DDEB5B9A com.formdev:flatlaf:3.0
+8F25A1EB4CCE2F4C08BBD3AD99FD2A43A8E69FBB com.formdev:flatlaf:3.1
diff --git a/platform/libs.flatlaf/external/flatlaf-3.0-license.txt 
b/platform/libs.flatlaf/external/flatlaf-3.1-license.txt
similarity index 99%
rename from platform/libs.flatlaf/external/flatlaf-3.0-license.txt
rename to platform/libs.flatlaf/external/flatlaf-3.1-license.txt
index 6e52972a1d..100e8e8335 100644
--- a/platform/libs.flatlaf/external/flatlaf-3.0-license.txt
+++ b/platform/libs.flatlaf/external/flatlaf-3.1-license.txt
@@ -1,7 +1,7 @@
 Name: FlatLaf Look and Feel
 Description: FlatLaf Look and Feel
-Version: 3.0
-Files: flatlaf-3.0.jar
+Version: 3.1
+Files: flatlaf-3.1.jar
 License: Apache-2.0
 Origin: FormDev Software GmbH.
 URL: https://www.formdev.com/flatlaf/
diff --git a/platform/libs.flatlaf/manifest.mf 
b/platform/libs.flatlaf/manifest.mf
index 503b3b06e9..1b05be68bb 100644
--- a/platform/libs.flatlaf/manifest.mf
+++ b/platform/libs.flatlaf/manifest.mf
@@ -4,4 +4,4 @@ OpenIDE-Module: org.netbeans.libs.flatlaf/1
 OpenIDE-Module-Install: org/netbeans/libs/flatlaf/Installer.class
 OpenIDE-Module-Specification-Version: 1.14
 AutoUpdate-Show-In-Client: false
-OpenIDE-Module-Implementation-Version: 3.0
+OpenIDE-Module-Implementation-Version: 3.1
diff --git a/platform/libs.flatlaf/nbproject/project.properties 
b/platform/libs.flatlaf/nbproject/project.properties
index 3bdb59b581..3e6e53d586 100644
--- a/platform/libs.flatlaf/nbproject/project.properties
+++ b/platform/libs.flatlaf/nbproject/project.properties
@@ -31,11 +31,11 @@ spec.version.base.fatal.warning=false
 #
 # So when FlatLaf is updated, the OpenIDE-Module-Implementation-Version entry
 # in manifest.mf needs to be updated to match the new FlatLaf version.
-release.external/flatlaf-3.0.jar=modules/ext/flatlaf-3.0.jar
+release.external/flatlaf-3.1.jar=modules/ext/flatlaf-3.1.jar
 
-release.external/flatlaf-3.0.jar!/com/formdev/flatlaf/natives/flatlaf-windows-x86.dll=modules/lib/flatlaf-windows-x86.dll
-release.external/flatlaf-3.0.jar!/com/formdev/flatlaf/natives/flatlaf-windows-x86_64.dll=modules/lib/flatlaf-windows-x86_64.dll
-release.external/flatlaf-3.0.jar!/com/formdev/flatlaf/natives/libflatlaf-linux-x86_64.so=modules/lib/libflatlaf-linux-x86_64.so
+release.external/flatlaf-3.1.jar!/com/formdev/flatlaf/natives/flatlaf-windows-x86.dll=modules/lib/flatlaf-windows-x86.dll
+release.external/flatlaf-3.1.jar!/com/formdev/flatlaf/natives/flatlaf-windows-x86_64.dll=modules/lib/flatlaf-windows-x86_64.dll
+release.external/flatlaf-3.1.jar!/com/formdev/flatlaf/natives/libflatlaf-linux-x86_64.so=modules/lib/libflatlaf-linux-x86_64.so
 jnlp.verify.excludes=\
 modules/lib/flatlaf-windows-x86.dll,\
 modules/lib/flatlaf-windows-x86_64.dll,\
diff --git a/platform/libs.flatlaf/nbproject/project.xml 
b/platform/libs.flatlaf/nbproject/project.xml
index 10230d2be2..212afdf77f 100644
--- a/platform/libs.flatlaf/nbproject/project.xml
+++ b/platform/libs.flatlaf/nbproject/project.xml
@@ -48,8 +48,8 @@
 com.formdev.flatlaf.util
 
 
-
ext/flatlaf-3.0.jar
-external/flatlaf-3.0.jar
+
ext/flatlaf-3.1.jar
+external/flatlaf-3.1.jar
 
 
 


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[netbeans] branch delivery updated (fc41c54 -> b805a68)

2021-08-04 Thread devcharly
This is an automated email from the ASF dual-hosted git repository.

devcharly pushed a change to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


 discard fc41c54  [NETBEANS-5865] FlatLaf: fix missing texts in file chooser 
(update FlatLaf from 1.4 to 1.5)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/delivery (b805a68)
\
 O -- O -- O   (fc41c54)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 platform/libs.flatlaf/external/binaries-list  | 2 +-
 .../external/{flatlaf-1.5-license.txt => flatlaf-1.4-license.txt} | 4 ++--
 platform/libs.flatlaf/nbproject/project.properties| 2 +-
 platform/libs.flatlaf/nbproject/project.xml   | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)
 rename platform/libs.flatlaf/external/{flatlaf-1.5-license.txt => 
flatlaf-1.4-license.txt} (99%)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[netbeans] branch delivery updated: [NETBEANS-5865] FlatLaf: fix missing texts in file chooser (update FlatLaf from 1.4 to 1.5)

2021-08-04 Thread devcharly
This is an automated email from the ASF dual-hosted git repository.

devcharly pushed a commit to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/delivery by this push:
 new fc41c54  [NETBEANS-5865] FlatLaf: fix missing texts in file chooser 
(update FlatLaf from 1.4 to 1.5)
fc41c54 is described below

commit fc41c54213ce0e4ec1145ba117e88e8da162db33
Author: Karl Tauber 
AuthorDate: Wed Aug 4 15:53:57 2021 +0200

[NETBEANS-5865] FlatLaf: fix missing texts in file chooser (update FlatLaf 
from 1.4 to 1.5)
---
 platform/libs.flatlaf/external/binaries-list  | 2 +-
 .../external/{flatlaf-1.4-license.txt => flatlaf-1.5-license.txt} | 4 ++--
 platform/libs.flatlaf/nbproject/project.properties| 2 +-
 platform/libs.flatlaf/nbproject/project.xml   | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/platform/libs.flatlaf/external/binaries-list 
b/platform/libs.flatlaf/external/binaries-list
index dbbd79a..22a0c39 100644
--- a/platform/libs.flatlaf/external/binaries-list
+++ b/platform/libs.flatlaf/external/binaries-list
@@ -15,4 +15,4 @@
 # specific language governing permissions and limitations
 # under the License.
 
-1E93E3D19E4FFFAB2BB9AF96A6D47BBB7B3AB1CE com.formdev:flatlaf:1.4
+D5AD617D7C328784145B05F7C8F030DB2DE5234E com.formdev:flatlaf:1.5
diff --git a/platform/libs.flatlaf/external/flatlaf-1.4-license.txt 
b/platform/libs.flatlaf/external/flatlaf-1.5-license.txt
similarity index 99%
rename from platform/libs.flatlaf/external/flatlaf-1.4-license.txt
rename to platform/libs.flatlaf/external/flatlaf-1.5-license.txt
index 93beceb..271cdda 100644
--- a/platform/libs.flatlaf/external/flatlaf-1.4-license.txt
+++ b/platform/libs.flatlaf/external/flatlaf-1.5-license.txt
@@ -1,7 +1,7 @@
 Name: FlatLaf Look and Feel
 Description: FlatLaf Look and Feel
-Version: 1.4
-Files: flatlaf-1.4.jar
+Version: 1.5
+Files: flatlaf-1.5.jar
 License: Apache-2.0
 Origin: FormDev Software GmbH.
 URL: https://www.formdev.com/flatlaf/
diff --git a/platform/libs.flatlaf/nbproject/project.properties 
b/platform/libs.flatlaf/nbproject/project.properties
index 2eced85..afe9131 100644
--- a/platform/libs.flatlaf/nbproject/project.properties
+++ b/platform/libs.flatlaf/nbproject/project.properties
@@ -20,4 +20,4 @@ javac.compilerargs=-Xlint:unchecked
 javac.source=1.8
 nbm.target.cluster=platform
 
-release.external/flatlaf-1.4.jar=modules/ext/flatlaf-1.4.jar
+release.external/flatlaf-1.5.jar=modules/ext/flatlaf-1.5.jar
diff --git a/platform/libs.flatlaf/nbproject/project.xml 
b/platform/libs.flatlaf/nbproject/project.xml
index ac57929..4469760 100644
--- a/platform/libs.flatlaf/nbproject/project.xml
+++ b/platform/libs.flatlaf/nbproject/project.xml
@@ -30,8 +30,8 @@
 com.formdev.flatlaf.util
 
 
-
ext/flatlaf-1.4.jar
-external/flatlaf-1.4.jar
+
ext/flatlaf-1.5.jar
+external/flatlaf-1.5.jar
 
 
 

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists