-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for issue 3861 : Preferences Dialog to javafx (#4253)
* Convert swing dialog to JavaFx * convert the swing dialog to javafx * Change the code style to meet the standard * Update CHANGELOG.md * Update SaveOrderConfigDisplay.java * Merge the latest commits * Merge the latest commits * merge the latest commits * Polish the code style * resolve the conficts * polish the code style * reslove the conflicts * resolve the conflict * Change the CHANGELOG.md * polish the code style * polish the code style * Modify the code to make test-suite pass * polish the code style * Beautify the option panes * Polish the code style * Merge the latest commits * merge the latest commits * Merge the latest commits * Polish the code style * Polish the code style * Polish the code style * Polish the code style * Beautify the dialog * Simplify the long method in PreferencesDialog.java * Polish the code style * Polish the code style * Merge the latest commits * Change Integer.parseInt to Double.parseDouble * Change the font size of several labels * fix a bug regarding the storeing of settings * fix the code style * Fix NullPointerException in settings for External Applications * Polish code style * Add a row * Fix NullPointerException in settings for External Application * push again to make test pass * Push again to make test pass * push again to make test pass * Push again to make test pass * Push again to make test pass * Update JabRefGUI.java * Update JabRefGUI.java * correct the wrong label name in settings for external Application * remove the duplicates and cleanup the code * remove unused imports * remove the duplicates in SaveOrderConfigDisplay.java * remove the unused imports in SaveOrderConfigDisplay.java * Change the return type to Interface Type * Change to lambda expression * cleanup the code * Merge latest commits * remove the Swing contron in BibtexKeyPatternPanel * Code style :(
- Loading branch information
1 parent
db881c0
commit 6e27922
Showing
40 changed files
with
2,087 additions
and
2,575 deletions.
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
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
Oops, something went wrong.