You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding icon picker for group dialog issue#6142 (#7776)
* Add a button for icon picker in GroupDialog.fxml, and leave openIconPicker functions in GroupDialogView.java and GroupDialogViewModel.java for further backend use.
* Add a modal dialog box when clicking the icon picker button, the controller is coding in GroupDialogView.java, openIconPicker().
* Modified the structure of the icon picker modal box to make it scroll.
* Use TabPane to restructure the icon picker modal box, show all icon buttons
* Finished the icon picker function and waiting to be tested.
* Update CHANGELOG.md
* Fixed imports, applied intellij suggestions
* Integrated controlsfx GridView
* WIP
* Fixed old workaround
* Added searchbox and converted stage to popover
* Added borders to icons, fixed changelog and l10n
* Removed corner radius for consistency
* Load ikons directly from the IkonProvider
Co-authored-by: siedlerchr [email protected]
Co-authored-by: NicholasBian <[email protected]>
Co-authored-by: Carl Christian Snethlage <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
14
14
- We added the option to copy the DOI of an entry directly from the context menu copy submenu. [#7826](https://github.com/JabRef/jabref/issues/7826)
15
15
- We added a fulltext search feature. [#2838](https://github.com/JabRef/jabref/pull/2838)
16
16
- We added unprotect_terms to the list of bracketed pattern modifiers [#7826](https://github.com/JabRef/jabref/pull/7960)
17
+
- We added an icon picker in group edit dialog. [#6142](https://github.com/JabRef/jabref/issues/6142)
0 commit comments