Skip to content

Commit 71722d5

Browse files
committed
Feature: Look and Feel Plugin: The following dark radiance L&Fs are available:
Graphite,GraphiteChalk,GraphiteAqua,GraphiteElectric,GraphiteGold,GraphiteSienna,GraphiteSunset,GraphiteGlass Raven,NightShade,Twilight,Magellan
1 parent bdeacfb commit 71722d5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

sql12/core/doc/changes.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Not yet released, available in our GIT repository, snapshots and future releases
66

77
Enhancements:
88

9+
Look and Feel Plugin: The following dark radiance L&Fs are available:
10+
Graphite,GraphiteChalk,GraphiteAqua,GraphiteElectric,GraphiteGold,GraphiteSienna,GraphiteSunset,GraphiteGlass
11+
Raven,NightShade,Twilight,Magellan
12+
913
Intersystems Cache/IRIS Plugin: Statistics/query plan is now searchable.
1014

1115
https://github.com/squirrel-sql-client/squirrel-sql-code/issues/48#issuecomment-2566434346
@@ -17,7 +21,7 @@ https://github.com/squirrel-sql-client/squirrel-sql-code/issues/54
1721
and the limited number of rows is written in red.
1822
To configure the row limit for content tabs see menu File --> New Session Properties --> tab "Object Tree"
1923

20-
Updated the following Look and Feels to their latest versions:
24+
Look and Feel Plugin: Updated the following Look and Feels to their latest versions:
2125
FlatLaf, Radiance, JTattoo, Nimrod, Kunstoff
2226

2327
https://github.com/squirrel-sql-client/squirrel-sql-code/issues/53

sql12/plugins/laf/src/net/sourceforge/squirrel_sql/plugins/laf/RadianceLafData.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,18 @@ private void initLafMap() {
6464
putClass("OfficeSilver2007", "org.pushingpixels.radiance.theming.extras.api.skinpack.RadianceOfficeSilver2007LookAndFeel");
6565
putClass("OfficeBlue2007", "org.pushingpixels.radiance.theming.extras.api.skinpack.RadianceOfficeBlue2007LookAndFeel");
6666
putClass("OfficeBlack2007", "org.pushingpixels.radiance.theming.extras.api.skinpack.RadianceOfficeBlack2007LookAndFeel");
67+
putClass("NightShade", "org.pushingpixels.radiance.theming.api.skin.RadianceNightShadeLookAndFeel");
68+
putClass("Twilight", "org.pushingpixels.radiance.theming.api.skin.RadianceTwilightLookAndFeel");
69+
putClass("Magellan", "org.pushingpixels.radiance.theming.api.skin.RadianceMagellanLookAndFeel");
70+
putClass("Graphite", "org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteLookAndFeel");
71+
putClass("GraphiteChalk", "org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteChalkLookAndFeel");
72+
putClass("GraphiteAqua", "org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteAquaLookAndFeel");
73+
putClass("GraphiteElectric", "org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteElectricLookAndFeel");
74+
putClass("GraphiteGold", "org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteGoldLookAndFeel");
75+
putClass("GraphiteSienna", "org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteSiennaLookAndFeel");
76+
putClass("GraphiteSunset", "org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteSunsetLookAndFeel");
77+
putClass("GraphiteGlass", "org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteGlassLookAndFeel");
78+
putClass("Raven", "org.pushingpixels.radiance.theming.api.skin.RadianceRavenLookAndFeel");
6779
}
6880

6981
public Class<?> getSkinClassForName(String skinName) {

0 commit comments

Comments
 (0)