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

Cleanup window has a scrollbar now. #2614

Merged
merged 4 commits into from
Mar 6, 2017

Conversation

TRvanRossum
Copy link
Contributor

@TRvanRossum TRvanRossum commented Mar 5, 2017

Fix for issue #2501.

  • Change in CHANGELOG.md described
  • Tests created for changes
  • Screenshots added (for bigger UI changes)
  • Manually tested changed features in running JabRef
  • Check documentation status (Issue created for outdated help page at help.jabref.org?)
  • If you changed the localization: Did you run gradle localizationUpdate?

@TRvanRossum TRvanRossum changed the title Resize cleanup window Cleanup window has a scrollbar now. Mar 5, 2017
Copy link
Member

@tobiasdiez tobiasdiez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There seems to be a problem with the changelog. Otherwise the code looks good (besides a minor thing).

Thanks for you contribution!

@@ -111,6 +116,10 @@ public JPanel getPanel() {
return panel;
}

public JScrollPane getScrollPane() {
return scrollPane;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is probably better to return scrollPane in getPanel instead of introducing this new getter.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The current code only contains getScrollPane(), as I removed getPanel(). I decided against returning a scrollpane in getPanel, because it makes more sense to name the method getScrollPane imho. Is this okay with you?

@TRvanRossum TRvanRossum force-pushed the resizeCleanupWindow branch from bacd2da to 78a6d61 Compare March 6, 2017 12:18
@TRvanRossum
Copy link
Contributor Author

It should be fixed now.

@TRvanRossum TRvanRossum force-pushed the resizeCleanupWindow branch from b6537ca to 239d2a7 Compare March 6, 2017 12:47
@matthiasgeiger
Copy link
Member

Thanks again for your contribution!

I'll merge this in as the failing Google Scholar tests are not related to your changes.

@matthiasgeiger matthiasgeiger merged commit dd29a18 into JabRef:master Mar 6, 2017
Siedlerchr added a commit that referenced this pull request Mar 7, 2017
* upstream/master: (91 commits)
  fixed #2613 (#2623)
  Add MathSciNet as ID-based fetcher (#2621)
  Add icon + color and description to groups (#2612)
  Fixed wrong logger import (#2618)
  Cleanup window has a scrollbar now. (#2614)
  Added the locale to a newly created class
  Move ExportComparator and CustomExportList to the correct package (only used in preferences)
  Fixes displaying of Mr DLib recommendations (#2616)
  Fix title-related key patterns in BibtexKeyPatternUtil (#2610)
  Remove OrdinalsToSuperscriptFormatter from recommended biblatex save actions (#2601)
  Update pgjdbc to new major version
  Update Dependenices String Similary log4j wiremock mockito
  Fix exception when parsing groups which contain a top level group (#2611)
  Add "Remove group and subgroups" option (#2587)
  Fix #1104: group selection is preserved under tab change
  Fix several File Cleanup + Rename issues  (#2415)
  Fixed a small error in the code comments
  Implement #1904: filter groups (#2588)
  Braces checking followup (#2598)
  Improve braces checking (#2593)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants