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

Export pdf/linked files #3147

Merged
merged 36 commits into from
Nov 1, 2017
Merged

Export pdf/linked files #3147

merged 36 commits into from
Nov 1, 2017

Commits on Oct 7, 2017

  1. First approach for implementing PDF Exporter

    Remove code that produces NPE
    Siedlerchr committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    9d38d12 View commit details
    Browse the repository at this point in the history
  2. First approach for implementing PDF Exporter

    Remove code that produces NPE
    
    Export linked files
    Don't replace existings
    
    Create new Action for exporting files
    TODO: Add to menu
    
    Move to Tools entry
    
    try around with some background task stuf
    
    remove compile errro
    
    Add Progessbar dialog
    Add localization
    
    Fix checkstyle
    
    extract to inner class
    Add some more output messages
    renamed variables
    
    Fix gui display
    Siedlerchr committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    00eccc7 View commit details
    Browse the repository at this point in the history
  3. Add to File menu and context menu

    Fix localization to copy files
    Siedlerchr committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    50e9716 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26a7e1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec7c44b View commit details
    Browse the repository at this point in the history
  6. Remove empty line

    Avoid code duplicaiton
    Siedlerchr committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    68e1562 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2017

  1. Move service to new class

    Siedlerchr committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    d1b53eb View commit details
    Browse the repository at this point in the history
  2. Fix translation

    Siedlerchr committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    7021371 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b02e9c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

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

    * upstream/master:
      Set WM_CLASS to org-jabref-JabRefMain (#3273)
      Terminate JavaFX thread when running with "nogui" option (#3274)
    Siedlerchr committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    edec73d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

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

    * upstream/master:
      Update gradle to 4.2.1 (#3322)
      Avoid recreation of the EntryEditor (#3187)
      Fix #3133 telemetry by locking azure to 1.0.9
      German translation for missing properties (#3312)
      Improvement for Java FX font rendering on Linux (#3305)
      Add also conversion for em dash
      Add \textendash to the html conversion table
      Update latex2tunicode from 0.2.1 -> 0.2.2
      Added note about updating controlsfx
      Fix exception/freezing on EntryChangedEvent in Entry Editor (#3299)
      Update libs (#3300)
      update guava from 23.0 -> 23.2
      update mvvmfx-validation from 1.6.0 -> 1.7.0
      Resolves #3255 file open dialog should have "supported formates" filetype
      Fix #3235: remote metadata is updated instead of delete + insert (#3282)
      Change OO paths to Libre Office in preferences (#3287)
      Fix #2471: remove line breaks from abstracts in ADS fetcher (#3285)
      Resolves #3280 Empty String instead of N/A (#3288)
    Siedlerchr committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    95474ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bed0a54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e347bc9 View commit details
    Browse the repository at this point in the history
  4. Add Green/Red icons for status

    Reorder columns
    Fix translation error
    Siedlerchr committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    090a4cd View commit details
    Browse the repository at this point in the history
  5. fix checkstyle and make cancel button close button

    remove sys out
    Siedlerchr committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    93f72b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. fix codacy

    Siedlerchr committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    353e9ad View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into exportPdf

    * upstream/master:
      Small fix in drag and drop handler of linked files (#3328)
      Fix NPE in MainTable (#3318)
      Increase relative size of abstract field in editor (#3320)
    Siedlerchr committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    f29066c View commit details
    Browse the repository at this point in the history
  3. Renamings

    Siedlerchr committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    aa10731 View commit details
    Browse the repository at this point in the history
  4. Remove setter

    Use Task instead of Service
    Use CellValueFactory
    Siedlerchr committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    9e6cffc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b61082c View commit details
    Browse the repository at this point in the history
  6. fix controller

    Siedlerchr committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    713ecec View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2017

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

    * upstream/master:
      Change integrity message for names depending on database mode (#3330)
      Fix location bundle with fast access (#3327)
      Small code cleanup
      Fix "path not found" exception
    
    # Conflicts:
    #	src/main/java/org/jabref/logic/l10n/Localization.java
    Siedlerchr committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    cfa74e5 View commit details
    Browse the repository at this point in the history
  2. add button data

    Siedlerchr committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    4c01181 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc30b98 View commit details
    Browse the repository at this point in the history
  4. Add todos hinting at empty

    Siedlerchr committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    a67cd4e View commit details
    Browse the repository at this point in the history
  5. Fix injection of data

    Switch gui to border pane
    add tooltip to factory
    Siedlerchr committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    5d96526 View commit details
    Browse the repository at this point in the history
  6. rebame and fix checkstyle

    Siedlerchr committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    8011e6e View commit details
    Browse the repository at this point in the history
  7. Make variables private

    Siedlerchr committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    bb1a304 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2017

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

    * upstream/master:
      Initializing EntryEditor Tabs on focus (#3331)
      Fix #3292: annotations are now automatically refreshed (#3325)
    
    # Conflicts:
    #	CHANGELOG.md
    Siedlerchr committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    5e1117a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

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

    * upstream/master:
      Fix NPE when calling with bib file as cmd argument (#3343)
      update mockito-core from 2.10.0 -> 2.11.0 (#3338)
      Remove underscore in Localized messages (#3336)
      Localisation: French: new entries translated (#3337)
      Refactoring: Lazy init of all editor tabs (#3333)
    Siedlerchr committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    8dabe6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc7a2a1 View commit details
    Browse the repository at this point in the history
  3. Fix some coday warnings

    Siedlerchr committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    ba35360 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Rename l10n

    Add timestamp
    Improve GUI
    Siedlerchr committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    88faa7c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

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

    * upstream/master:
      Rework AutoSetFileLinks (#3368)
      revert wrongly commited changes
      Refactorings (#3370)
      Fix freezing when running cleanup file operations like rename (#3315)
      This additional style setting for IDEA (#3355)
      Fix checkstyle
      Add proper equals to content selector
      Source tab entry duplication (#3360)
      Use CITE_COMMENT not only for external latex editors but also for cop… (#3351)
      Updating with new translations (#3348)
      Upgrade error-prone (#3350)
      Jabref_pt_BR partially updated (#3349)
      Delete unused code
      Extract difference finder from gui to logic
      Used late initialization for context menus (#3340)
      Remove unnecessary EntrySorter
      Move existing code to gui and rename change classes to view model
      Small code improvements
    Siedlerchr committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    658d97e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f14cc7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'exportPdf' of https://github.com/JabRef/jabref into exp…

    …ortPdf
    
    * 'exportPdf' of https://github.com/JabRef/jabref:
      Rename l10n Add timestamp Improve GUI
    Siedlerchr committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    07ee6ea View commit details
    Browse the repository at this point in the history