-
-
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.
Convert Strings Dialog to javafx (#3735)
* Convert String dialog to javafx TODO: store strings back to db * add save and cancel buttons * add method for saving TODO: validation * First attempt at validation * use mvvmfx validation * Add validation in factory * remove old comment * add css but still does not work :( * convert to new javafx view/controller * play around with validation validation icon is now correctly shown, although it needs some css mods fix toolbar max width * refactor TODO: Fix buttons not working * fix l10n * fix loading of string dialog * fix imports * remove old stuff TODO: fix validation * fix Validation optimize layout a bit fix l10n * fix codacy, improve layout * Refactorings and renamings * first part for factory * fix visibilty error * move validation textfieldtablecell to factory * fix import order fix l10n * fix merge erros in l10n * remove obsolete key from l10n * remove unused TextField * renamings and remove uncessary methods * extract string adding to bibdatabase add tests * fix checkstyle
- Loading branch information
1 parent
d95c06b
commit e5ede3a
Showing
24 changed files
with
537 additions
and
603 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
Oops, something went wrong.