-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added icon picker in group dialog #7776
Merged
Merged
Changes from 15 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
e89a710
Add a button for icon picker in GroupDialog.fxml, and leave openIconP…
NicholasBian 0c5c8d3
Add a modal dialog box when clicking the icon picker button, the cont…
NicholasBian ec4c63f
Modified the structure of the icon picker modal box to make it scroll.
NicholasBian 60b873d
Merge remote-tracking branch 'origin/main'
NicholasBian eafdca5
Use TabPane to restructure the icon picker modal box, show all icon b…
NicholasBian dc3fd82
Finished the icon picker function and waiting to be tested.
NicholasBian 1bb2f36
Update CHANGELOG.md
BasilDimopoulos 1b887c7
Merge remote-tracking branch 'upstream/main' into icon-picker
calixtus 208941c
Fixed imports, applied intellij suggestions
calixtus 7f8929c
Integrated controlsfx GridView
calixtus 0369a2b
WIP
calixtus 1b64deb
Fixed old workaround
calixtus 656b154
Added searchbox and converted stage to popover
calixtus 33b36d2
Added borders to icons, fixed changelog and l10n
calixtus d1ec503
Removed corner radius for consistency
calixtus ec0b7e8
Load ikons directly from the IkonProvider
calixtus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something seems to be odd. Works with eclipse, but not with gradlew / javac