Skip to content
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

Convert LibraryProperties to JavaFX #4617

Merged
merged 28 commits into from
Mar 9, 2019
Merged

Commits on Jan 26, 2019

  1. [WIP] Convert LibraryProperties to JavaFX

    First part of view and viewmodel
    Siedlerchr committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    e18d236 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. Merge remote-tracking branch 'upstream/master' into libraryproperties…

    …tofx
    
    * upstream/master:
      Try to fix not on FX thread for search and autocomplete (#4618)
    Siedlerchr committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    7f1c32b View commit details
    Browse the repository at this point in the history
  2. fix l10n and error in fxml

    convert rest of the dialog
    add some new methods to preferences service
    Siedlerchr committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    c540ff4 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Convert db properties to javafx

    Rename to libraryproperties
    change separator width to make it visible
    
    Remove small font setting on save order config
    Siedlerchr committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    e82abdd View commit details
    Browse the repository at this point in the history
  2. fix checkstyle and l10n

    Siedlerchr committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    d246d37 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2019

  1. Merge remote-tracking branch 'upstream/master' into libraryproperties…

    …tofx
    
    * upstream/master: (30 commits)
      Bump applicationinsights-core from 2.3.0 to 2.3.1 (#4656)
      Bump applicationinsights-logging-log4j2 from 2.3.0 to 2.3.1 (#4657)
      Bump bcprov-jdk15on from 1.60 to 1.61 (#4653)
      Bump log4j-jcl from 2.11.1 to 2.11.2 (#4646)
      Bump log4j-api from 2.11.1 to 2.11.2 (#4650)
      Bump assertj-swing-junit from 3.8.0 to 3.9.2 (#4647)
      Bump log4j-jul from 2.11.1 to 2.11.2 (#4648)
      Bump log4j-slf4j18-impl from 2.11.1 to 2.11.2 (#4649)
      Bump log4j-core from 2.11.1 to 2.11.2 (#4651)
      Remove old code for PDF import (#4634)
      Reorder conditional checks
      Automatically created groups with Field to group by as entrytype (#4539) (#4555)
      Fix for issue 4641: Remove usage of TempDirectory extension from junit-pioneer (#4644)
      Edit localization file
      Add Integrity check for books with edition reported as 1
      Use 'junit-jupiter' aggregator module (#4640)
      Bump junit-jupiter-params from 5.3.2 to 5.4.0 (#4638)
      Bump junit-vintage-engine from 5.3.2 to 5.4.0 (#4637)
      Bump junit-platform-launcher from 1.3.2 to 1.4.0 (#4636)
      Bump junit-jupiter-api from 5.3.2 to 5.4.0 (#4639)
      ...
    
    # Conflicts:
    #	src/main/java/org/jabref/preferences/PreferencesService.java
    Siedlerchr committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    b54535f View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Merge remote-tracking branch 'upstream/master' into libraryproperties…

    …tofx
    
    * upstream/master:
      Convert Strings Dialog to javafx (#3735)
    Siedlerchr committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    e9db4bf View commit details
    Browse the repository at this point in the history
  2. fix package error

    move setValues method to constructor
    create fxml draft for save order config
    Siedlerchr committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    06ed9ec View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. add new fxml

    Siedlerchr committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    49e3600 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into libraryproperties…

    …tofx
    
    * upstream/master:
      fix copy base bug in Strings Dialog validation
      Bump mockito-core from 2.24.0 to 2.24.5 (#4663)
      Fix for #4628 - cant save new content selectors (#4658)
      Fix issues with double spaces. (#4662)
    Siedlerchr committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    872d436 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Create properties in view Model for SaveOrderConfig

    Use Expressions in fxml code for enabling/disabling
    Siedlerchr committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    5657fed View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. Merge remote-tracking branch 'upstream/master' into libraryproperties…

    …tofx
    
    * upstream/master:
      Catch NumberFormatException in BibTeXML exporter (#4698)
      Remove resolve duplicate keys dialog (#4696)
      fixes #4610. Changed the way the GroupDialog description is displayed.  (#4660)
      Bump slf4j-api from 1.8.0-beta2 to 1.8.0-beta4 (#4675)
    Siedlerchr committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    466f40f View commit details
    Browse the repository at this point in the history
  2. create empty dialog pane for preferences dialog to make root componen…

    …ts work
    
    move old save order config to the new class
    add toggle group
    
    TODO: Find out why initialize is not called
    Siedlerchr committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    159c48a View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. fix checkstyle

    Siedlerchr committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    20d6c05 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Configuration menu
    Copy the full SHA
    8db78c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Merge remote-tracking branch 'upstream/master' into libraryproperties…

    …tofx
    
    * upstream/master:
      Bump fontbox from 2.0.13 to 2.0.14 (#4705)
      Bump pdfbox from 2.0.13 to 2.0.14 (#4706)
      Bump xmpbox from 2.0.13 to 2.0.14 (#4704)
      Improve parser warnings (#4702)
      Bump checkstyle from 8.17 to 8.18 (#4700)
    Siedlerchr committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    f6564f1 View commit details
    Browse the repository at this point in the history
  2. remove old save order config display

    replace library properties save order config by custom component
    refactor
    Siedlerchr committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    760a6c2 View commit details
    Browse the repository at this point in the history
  3. some layout stuff

    add css section header
    remove some old stuff
    Siedlerchr committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    28d3f56 View commit details
    Browse the repository at this point in the history
  4. reduce sizes

    still no effect
    Siedlerchr committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    1a05b8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0cf3c87 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2019

  1. move radio button toggle group back as property

    remove unused variables
    Siedlerchr committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    9e9450f View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2019

  1. Configuration menu
    Copy the full SHA
    028cbc1 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Merge remote-tracking branch 'upstream/master' into libraryproperties…

    …tofx
    
    * upstream/master: (25 commits)
      Convert "Manage external file types" dialog to JavaFX (#4711)
      Remove add/move/remove from group dialog (#4695)
      Fix entry preview copy exception (#4721)
      Fix default import format pattern (#4731)
      Add key bindings (#4732)
      Convert "wait for save" dialog to JavaFX (#4697)
      Add changes to CHANGELOG and fix New Library icons
      Adding GENERATE_CITE_KEYS button to toolbar.
      Change toolbar icons and add separators
      Adding additional modifiers to be used in bibtex key generator
      Adding "von" part to Author's last name when exporting to MS Office 2007 (#4725)
      Bump mockito-core from 2.24.5 to 2.25.0 (#4723)
      remove obsolete localization strings fix checkstyle
      fix build
      cleanup
      convert file chooser in preferences
      remove unused swing stuff convert help  buttons
      Fix #4703: Newline format couldn't be changed (#4720)
      Group and reorder the Main Menu (tabs & icons) (#4707)
      Convert Manage keywords dialog to JavaFX (#4701)
      ...
    Siedlerchr committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    ad5291f View commit details
    Browse the repository at this point in the history
  2. move css rule to base.css

    add comemnt
    fix indencation
    Siedlerchr committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    5ce22f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. fix css

    Siedlerchr committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    e214240 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into libraryproperties…

    …tofx
    
    * upstream/master:
      Rework import inspection dialog in JavaFX (#4692)
      Use action handler (#4726)
    
    # Conflicts:
    #	src/main/java/org/jabref/preferences/PreferencesService.java
    Siedlerchr committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    c1707d9 View commit details
    Browse the repository at this point in the history
  3. introduce second boolean for export in specified order to reflect tab…

    …le order
    
    adjust tests
    format fxml
    Siedlerchr committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    28d46fd View commit details
    Browse the repository at this point in the history
  4. remove empty line

    Siedlerchr committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    ab9de54 View commit details
    Browse the repository at this point in the history