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 Strings Dialog to javafx #3735

Merged
merged 38 commits into from
Feb 17, 2019
Merged

Convert Strings Dialog to javafx #3735

merged 38 commits into from
Feb 17, 2019

Commits on Feb 17, 2018

  1. Convert String dialog to javafx

    TODO: store strings back to db
    Siedlerchr committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    cf7a48f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b15f26 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2018

  1. add method for saving

    TODO: validation
    Siedlerchr committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    017ac37 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

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

Commits on Feb 25, 2018

  1. Configuration menu
    Copy the full SHA
    4482a7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ed242b View commit details
    Browse the repository at this point in the history
  3. use mvvmfx validation

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

Commits on Feb 26, 2018

  1. Add validation in factory

    Siedlerchr committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    f5e2a27 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2018

  1. Merge remote-tracking branch 'upstream/maintable-beta' into editStrin…

    …gsjavafx
    
    * upstream/maintable-beta:
      Save order of columns across sessions (#3783)
      Allow side pane to be completely hidden (#3784)
      Show empty group pane if no database is open (#3785)
      Reenable drag'n'drop support for tabs / libraries (#3688)
    Siedlerchr committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    f1e4cd8 View commit details
    Browse the repository at this point in the history
  2. remove old comment

    Siedlerchr committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    aacd4f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed77f62 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2018

  1. Merge remote-tracking branch 'upstream/maintable-beta' into editStrin…

    …gsjavafx
    
    * upstream/maintable-beta: (188 commits)
      Fix checkstyle
      Exchange Ignore by Disabled (#3912)
      Remove all @author comments and empty method/class comments
      Clean unused imports
      Fix missing icons and wrong package for custom icons
      Consistent FX color scheme for JabRef (#3839)
      javafx replacement for file dialog (#3005)
      Reenable closing of entry preview by pressing Esc (#3883)
      Load all field editors using ViewLoader
      Use JabRef icons in FXML
      Move icon stuff to new package gui.icon
      Load EntryEditor using new ViewLoader
      Improve tooltip tests
      Fix import thread problem
      Don't use null as parameter in DialogService
      Make it easier to create FXML dialogs (#3880)
      update slf4j from 1.8.0-beta1 -> 1.8.0-beta2
      New translations JabRef_en.properties (Tagalog)
      New translations JabRef_en.properties (Italian)
      New translations Menu_en.properties (Italian)
      ...
    
    # Conflicts:
    #	src/main/java/org/jabref/gui/JabRefFrame.java
    Siedlerchr committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    5d0755c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    424d463 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. Merge remote-tracking branch 'upstream/maintable-beta' into editStrin…

    …gsjavafx
    
    * upstream/maintable-beta:
      fix checkstyle
      fix closing preferences on save Remove unused code in cleanup No need to set swing content on swing thread
    Siedlerchr committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    dd63df4 View commit details
    Browse the repository at this point in the history
  2. play around with validation

    validation icon is now correctly shown, although it needs some css mods
    fix toolbar max width
    Siedlerchr committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    84c0aba View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2019

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

    * upstream/master: (583 commits)
      update jfoenix and gradle plugins Replace outdated transformer log4j2 with official new one
      Update journalList.txt
      Fix for Issue #4437 - Some bugs in preference->Entry table columns (#4546)
      Don't set column sort type at startup (#4577)
      Add uncaught exception message (#4565)
      Converts integrity check dialog to JavaFX (#4559)
      Do not extract file ending from Urls (#4547)
      Bump checkstyle from 8.15 to 8.16 (#4562)
      Bump xmpbox from 2.0.12 to 2.0.13 (#4561)
      Delete the deprecated BibEntry Constructor (#4560)
      Refactor BibEntry deprecated method (#4554)
      Added extra stats to be sent with MrDLib recommendations (#4452)
      improve styling of preferences side menu (#4556)
      Cleanup interfaces (#4553)
      Bump fontbox from 2.0.12 to 2.0.13 (#4552)
      Bump pdfbox from 2.0.12 to 2.0.13 (#4551)
      Bump wiremock from 2.19.0 to 2.20.0 (#4550)
      Fixes that renaming a group did not change the group name in the interface (#4549)
      Bump applicationinsights-logging-log4j2 from 2.2.1 to 2.3.0 (#4540)
      Bump antlr4-runtime from 4.7.1 to 4.7.2 (#4542)
      ...
    
    # Conflicts:
    #	src/main/java/org/jabref/gui/JabRefFrame.java
    #	src/main/java/org/jabref/model/entry/BibtexString.java
    Siedlerchr committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    3fa8648 View commit details
    Browse the repository at this point in the history
  2. refactor

    TODO: Fix buttons not working
    Siedlerchr committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    2482bd0 View commit details
    Browse the repository at this point in the history
  3. fix l10n

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

Commits on Jan 21, 2019

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

    * upstream/master:
      Fix overlapping font in id entry type (#4595)
    Siedlerchr committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    ca2dc2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4101f76 View commit details
    Browse the repository at this point in the history
  3. fix imports

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

Commits on Feb 1, 2019

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

    * upstream/master:
      Fix NPE and not on FX Thread in PreviewPrefs Tabs (#4624)
      Fix preview style configuration (#4613)
      Bump wiremock from 2.20.0 to 2.21.0 (#4623)
      snap: disable tests build, add removable media and specify architectures (#4619)
      Bump checkstyle from 8.16 to 8.17 (#4620)
      Fix preferences path: use _JAVA_OPTIONS
      Try to fix not on FX thread for search and autocomplete (#4618)
      Update snapcraft.yaml Move to snap folder
      Convert DuplicateResolverDialog to javafx (#4601)
      Fix for BibTex source tab parsing issue if field contains {} (#4581)
      Convert OO/LO SidePanel to javafx (#4341)
      Convert "Customize importer" dialog to JavaFX (#4608)
      Convert "From Aux file" dialog to JavaFX (#4607)
      Convert "Show preferences" dialog to JavaFX (#4605)
      Fix not on FX thread exception
      Force javafx to run thread (#4604)
      Convert new version dialog to JavaFX (#4602)
      Add a variable to track the change in preview style (#4587)
      Solution for submitting dialog with Ctrl + Enter (#4496) (#4592)
      Bump mysql-connector-java from 8.0.13 to 8.0.14 (#4599)
    
    # Conflicts:
    #	src/main/resources/l10n/JabRef_en.properties
    Siedlerchr committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    c273ecb View commit details
    Browse the repository at this point in the history
  2. remove old stuff

    TODO: fix validation
    Siedlerchr committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    f763eaf View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2019

  1. fix Validation

    optimize layout a bit
    fix l10n
    Siedlerchr committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    d973630 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72bd1ad View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

  1. Configuration menu
    Copy the full SHA
    23be3e3 View commit details
    Browse the repository at this point in the history
  2. first part for factory

    Siedlerchr committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    74db19a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

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

    * upstream/master:
      Bump mockito-core from 2.23.4 to 2.24.0 (#4626)
      Bump mysql-connector-java from 8.0.14 to 8.0.15 (#4627)
    Siedlerchr committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    2f15c24 View commit details
    Browse the repository at this point in the history
  2. fix visibilty error

    Siedlerchr committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    30d5bf1 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

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

    * upstream/master: (21 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/resources/l10n/JabRef_en.properties
    Siedlerchr committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    634bed4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2363c15 View commit details
    Browse the repository at this point in the history
  3. fix import order

    fix l10n
    Siedlerchr committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    1c2ffa3 View commit details
    Browse the repository at this point in the history
  4. fix merge erros in l10n

    Siedlerchr committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    49dfd2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ed811b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2019

  1. remove unused TextField

    Siedlerchr committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    018a432 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5a399f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

  1. extract string adding to bibdatabase

    add tests
    Siedlerchr committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    616cbeb View commit details
    Browse the repository at this point in the history
  2. fix checkstyle

    Siedlerchr committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    0082b13 View commit details
    Browse the repository at this point in the history