-
-
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
Switch to LGoodDatePicker #2340
Conversation
datePicker.showButtonOnly(true); | ||
datePicker.addActionListener(this); | ||
datePicker.setShowTodayButton(true); | ||
// Create a date picker: With Hidden text field (Showing button only). |
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.
hidden
and showing
(lower case)
I like that The library is now available at maven central: http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22LGoodDatePicker%22 Locally tested: LGTM |
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.
Tested it locally and it looks fine!
Please fix the comment by @koppor and get the library from maven central. Then you can merge.
* upstream/master: builds.jabref.org: Keep html files and just remove *.exe, *.dmg, *.jar during upload of a new build Fix comment typo Fix typos in comments in .travis.yml Switch to LGoodDatePicker (#2340) Gradle build scans should only run on TravisCI, not on the other CI services Try scans.gradle.com Remove reference to GPL - we are MIT now fix date changes in medline fetcher results Fix #2336: shutdown is working again (#2338) # Conflicts: # src/main/java/net/sf/jabref/model/database/BibDatabaseContext.java
* upstream/master: builds.jabref.org: Keep html files and just remove *.exe, *.dmg, *.jar during upload of a new build Fix comment typo Fix typos in comments in .travis.yml Switch to LGoodDatePicker (#2340) Gradle build scans should only run on TravisCI, not on the other CI services Try scans.gradle.com Remove reference to GPL - we are MIT now fix date changes in medline fetcher results Fix #2336: shutdown is working again (#2338)
This reverts commit 8556e65.
This reverts commit 8556e65.
* Switch to LGoodDatePicker * document switch to LGoodDatePicker in external-libraries.txt * use maven version of LGoodDatePicker and minor typo fixes
This reverts commit 8556e65.
This reverts commit 8556e65.
This reverts commit 8556e65.
This reverts commit 8556e65.
This reverts commit 8556e65.
This reverts commit 8556e65.
This reverts commit 8556e65.
This reverts commit 8556e65.
This reverts commit 8556e65.
This reverts commit 8556e65.
This reverts commit 8556e65.
This reverts commit 8556e65.
This reverts commit 8556e65.
This reverts commit 8556e65.
see #2176
[ ] Change in CHANGELOG.md describedshould not be relevant[ ] Tests created for changesUI only[ ] Screenshots added (for bigger UI changes)[ ] Check documentation status (Issue created for outdated help page at help.jabref.org?)[ ] If you changed the localization: Did you rungradle localizationUpdate
?