Skip to content

Commit

Permalink
Merge branch 'master' of http://github.com/JMRI/JMRI into testcreation
Browse files Browse the repository at this point in the history
  • Loading branch information
pabender committed Apr 19, 2018
2 parents d96f94f + 510d5ff commit 8df1557
Show file tree
Hide file tree
Showing 107 changed files with 5,313 additions and 1,414 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -30,7 +30,7 @@ before_script:
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$HEADLESS" == "false" ]]; then dbus-launch ; fi

script:
travis_wait 50 ./scripts/travis.sh
travis_wait 40 ./scripts/travis.sh

cache:
directories:
Expand All @@ -45,7 +45,7 @@ sudo: required
env:
global:
# false to silence most maven output; true to catch tests that do not complete
- PRINT_SUMMARY=true
- PRINT_SUMMARY=false
- MAVEN_OPTS=-Xmx1536m
# see http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#runOrder for valid values
- RUN_ORDER=filesystem
Expand Down
Binary file modified help/en/JavaHelpSearch/DOCS
Binary file not shown.
Binary file modified help/en/JavaHelpSearch/DOCS.TAB
Binary file not shown.
Binary file modified help/en/JavaHelpSearch/OFFSETS
Binary file not shown.
Binary file modified help/en/JavaHelpSearch/POSITIONS
Binary file not shown.
2 changes: 1 addition & 1 deletion help/en/JavaHelpSearch/SCHEMA
@@ -1,2 +1,2 @@
JavaSearch 1.0
TMAP bs=2048 rt=73 fl=-1 id1=15618 id2=1
TMAP bs=2048 rt=79 fl=-1 id1=15682 id2=1
Binary file modified help/en/JavaHelpSearch/TMAP
Binary file not shown.
5 changes: 5 additions & 0 deletions java/src/jmri/CatalogTreeManager.java
Expand Up @@ -84,6 +84,11 @@ public interface CatalogTreeManager extends Manager<CatalogTree> {
*/
public CatalogTree newCatalogTree(String systemName, String userName);

public void storeImageIndex();

public boolean isIndexChanged();

public void indexChanged(boolean changed);
/**
* Get a list of all CatalogTree objects' system names.
*
Expand Down

0 comments on commit 8df1557

Please sign in to comment.