This is an automated email from the ASF dual-hosted git repository. chrizzly pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 427a01f119031df713b89db6cfb3fbfae07072f4 Merge: 857d8f32865 19e104c58d3 Author: Chrizzly <[email protected]> AuthorDate: Fri Jul 11 23:28:07 2025 +0200 Merge pull request #7938 from Chris2011/feature/svg-preview Add preview for SVG files, actions for zoom, other backgrounds and navigator implementation ide/editor.kit/nbproject/project.xml | 6 + ide/svg/build.xml | 25 ++ ide/svg/licenseinfo.xml | 28 ++ ide/svg/manifest.mf | 5 + ide/svg/nbproject/project.properties | 19 + ide/svg/nbproject/project.xml | 166 +++++++++ .../org/netbeans/modules/svg/BackgroundMode.java | 27 ++ .../src/org/netbeans/modules/svg/Bundle.properties | 23 ++ .../org/netbeans/modules/svg/SVGDataObject.java | 220 ++++++++++++ ide/svg/src/org/netbeans/modules/svg/SVGPanel.java | 146 ++++++++ .../org/netbeans/modules/svg/SVGViewerElement.java | 382 +++++++++++++++++++++ ide/svg/src/org/netbeans/modules/svg/Utils.java | 103 ++++++ .../modules/svg/navigation/Bundle.properties | 23 ++ .../modules/svg/navigation/SVGNavigatorPanel.java | 221 ++++++++++++ .../modules/svg/navigation/SVGPreviewPanel.java | 117 +++++++ .../org/netbeans/modules/svg/resources/svgLogo.png | Bin 0 -> 337 bytes .../org/netbeans/modules/svg/resources/svgLogo.svg | 58 ++++ .../modules/svg/toolbar/BackgroundIcon.java | 75 ++++ .../netbeans/modules/svg/toolbar/Bundle.properties | 45 +++ .../modules/svg/toolbar/SVGViewerToolbar.java | 191 +++++++++++ .../modules/svg/toolbar/actions/Bundle.properties | 34 ++ .../svg/toolbar/actions/CustomZoomAction.java | 142 ++++++++ .../svg/toolbar/actions/CustomZoomPanel.form | 100 ++++++ .../svg/toolbar/actions/CustomZoomPanel.java | 157 +++++++++ .../modules/svg/toolbar/actions/ZoomInAction.java | 93 +++++ .../modules/svg/toolbar/actions/ZoomOutAction.java | 93 +++++ ide/xml/nbproject/project.xml | 1 + nbbuild/cluster.properties | 1 + 28 files changed, 2501 insertions(+) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
