-
-
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
New Sorting/Export preferences #1
Merged
Merged
Conversation
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
the format of Google has changed and required an updated regex pattern
…TML/Unicode to LaTeX conversion.
Conflicts: htdocs/revisionhistory.php jabref/build.xml jabref/src/txt/CHANGELOG jabref/src/txt/README
Conflicts: jabref/src/txt/CHANGELOG
igorsteinmacher
pushed a commit
that referenced
this pull request
May 13, 2015
Fixing bug 1269 multiple keywords problem
LinusDietz
pushed a commit
that referenced
this pull request
Jul 18, 2017
Siedlerchr
pushed a commit
that referenced
this pull request
Mar 8, 2019
Syncing your fork to the original repository
calixtus
pushed a commit
that referenced
this pull request
Jul 30, 2020
… CSS file, started on import functionality
calixtus
pushed a commit
that referenced
this pull request
Jul 30, 2020
calixtus
pushed a commit
that referenced
this pull request
Jul 30, 2020
calixtus
pushed a commit
that referenced
this pull request
Jul 30, 2020
calixtus
pushed a commit
that referenced
this pull request
Jul 30, 2020
calixtus
pushed a commit
that referenced
this pull request
Jul 30, 2020
calixtus
pushed a commit
that referenced
this pull request
Aug 18, 2020
Siedlerchr
added a commit
that referenced
this pull request
Aug 31, 2020
* feat/#1 Add CSS file type, add button in preferences to import custom CSS file, started on import functionality * feat/#1 Change so that the log messages uses format specifiers instead of string concatenation * feat/#1 Add RadioButton for toggling custom theme * feat/#1 Add preference for setting path to custom CSS theme * feat/#1 Load custom CSS if toggled * feat/#1 Add missing language keys * feat/#1 Remove check if current theme is applied again, check is remove since we don't need it * feat/#1 Save path to custom CSS file in program preferences * Add functionality to let the user import custom CSS file #5790 * Add CSS file type, add button in preferences to import a custom CSS file, started on import functionality * Change so that the log uses format specifiers instead of string concatenation * Add RadioButton for toggling custom theme * Add preference for setting the path to custom CSS theme * Load custom CSS if toggled * Add missing language keys * Remove check if the current theme is applied again, the check is removed since we don't need it * Save path to the custom CSS file in program preferences * fix/#5 Add checks so that the theme change notification is only shown once, disable custom theme radio button i no custom theme has been imported * Remove added stuff from merge conflict * Add export current theme #5790 * Add method for saving theme to file * Add modal for selection witch theme to export as CSS * Add missing language lines * Add information about import/export of themes, #5790 * Fix CodaCy and checkstyle issues, #5790 * Add fixes from code review, #5790 * Remove unused import #5790 * Move the import/export buttons to the Appearance tab #5790 * Fixed merge errors * Fixed easy remarks * Introduced AppereancePreferences and changed some visual elements * Refactored ExportThemeDialog * Fixed merge error * Removed export theme logic and added validation * CHANGELOG.md * Removed obsolete viewmodel class * Refactored io.File to nio.Path, use of JabRefPreferences and removed vmOption * Refactored ThemeLoader object class to enum with static util methods * Fixed overlooked merge error * Refactored static methods to object methods * Checkstyle Co-authored-by: Nils Streijffert <nils.streijffert@gmail.com> Co-authored-by: Christoph <siedlerkiller@gmail.com>
koppor
pushed a commit
that referenced
this pull request
Jul 28, 2021
This was referenced Oct 22, 2022
Siedlerchr
added a commit
that referenced
this pull request
Oct 30, 2022
…ubgroups (#9286) * Closes issue #1, opens issues #3, #4 * Adjusted removeGroupNoSubgroups to keep consistent with other removeGroup__ methods * Update context menu each time it is opened, to reflect any changes that may have been made to subgroups Adjusted removeSubgroups.setOnAction to be consistent with other action events * Update CHANGELOG.md * Removed "Remove subgroups" and "Sort subgroups" options when no subgroups present * Removed context submenu addition from event listener * Fixed JavaDoc for removeGroupNoSubgroups * Added remove text to language file * Fixed popup when deleting group with no subgroups Co-authored-by: Christoph <siedlerkiller@gmail.com>
koppor
pushed a commit
that referenced
this pull request
Dec 18, 2022
take changes from main project
Siedlerchr
pushed a commit
that referenced
this pull request
Mar 18, 2023
Siedlerchr
pushed a commit
that referenced
this pull request
Mar 27, 2023
Don't accept the pull request and start the testing when password changes have been implemented.
Siedlerchr
pushed a commit
that referenced
this pull request
Mar 27, 2023
Siedlerchr
pushed a commit
that referenced
this pull request
Mar 27, 2023
Siedlerchr
pushed a commit
that referenced
this pull request
Mar 27, 2023
Siedlerchr
pushed a commit
that referenced
this pull request
Mar 27, 2023
(Feat): #1 Added test for storage of proxy preferences
NoelMT
referenced
this pull request
in Deadlica/jabref
Feb 21, 2024
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This will add a new "File Sorting" Tab to the preferences that allows to exactly specify the sort and export order of entries, rather than the rather limited set of choices that were available to date.