[sikuli] branch master updated (552b8b7 -> 2338765)

Gilles Filippini pini at moszumanska.debian.org
Thu Sep 11 17:42:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

pini pushed a change to branch master
in repository sikuli.

      from  552b8b7   Fix epoch for default-jdk versioned dependency
      adds  c7246dd   docs added
      adds  8c9fb12   fixed a library reference problem
      adds  5b5b07f   Update README.md
      adds  80a929e   Update README.md
      adds  30f81e7   Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
      adds  d772731   new png version on Mac
      adds  899b7ca   png: version 15 still needed
      adds  36c6042   IDE: moved check for running twice behind switch to SikuliScript (case scriptrun from commandline)
      adds  4f557a2   new build date
      adds  5e61256   fixed bug 1319005: findText and find(text) are forking again
      adds  2972411   Replaced the OpenCV java support (running with Java 1.6+) and a fully self contained OpenCV native lib.
      adds  ffc506b   show we are using OpenCV 2.4.8
      adds  ca0453f   This is the workflow I use to build the OpenCV Interface classes and the native library stripped down to what SikuliX needs
      adds  5e55185   Update README.md
      adds  91ffdaa   minor cosmetics
      adds  e6ec94b   minor cosmetics
      adds  d0c92fc   fix to avoid crash in Tesseract, when loading traindata
      adds  f5ac2a4   added information about used Java version
      adds  7fd6872   revised the build scripts for the native libs on Mac
      adds  c03378e   new build timestamp
      adds  07871b4   Update README.md
      adds  c16ddc8   to collect the jars on Jenkins after having run Maven for project on Jenkins
      adds  3139e54   Ruby: added generation of methods like class constructors
      adds  0a8034e   Merge pull request #31 from rssdev10/master
      adds  bfb7c61   Update README.md
      adds  209c8e3   Ruby: sikulix.rb style enhancements
      adds  4fa9a10   Merge pull request #32 from rssdev10/master
      adds  cadce1b   Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
      adds  9478599   Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
      adds  b3d7089   revised Region.write() and it's javadoc
      adds  f2d4830   lib win32: fix WinUtil.dll building for win32
      adds  9a23bc3   lib linux: optimized building script for linux
      adds  8492ec2   Ruby: sikulix.rb added translation of constants to methods for classes: Key, KeyModifier. Example: Key.CTRL instead of Key::CTRL
      adds  e728196   Ruby: sikulix.rb Changed 'undotted method' processing. Now all methods are generated. Previous method_missing is under comment.
      adds  0842e5b   Merge pull request #33 from rssdev10/master
      adds  f66e540   ignore more compile/link intermediate
      adds  91c59f0   a commandfile to run swig for VisionProxy on Windows (result is the same as on Mac/Linux)
      adds  5fce263   Ruby: sikulix.rb fixed generation of constructor-like methods
      adds  9a60b8d   Ruby: sikulix.rb: fix method generation for both forms of access: SikuliX4Ruby.method(...) and include SikuliXRuby; popup(...)
      adds  00a7a5a   Merge pull request #34 from rssdev10/master
      adds  5ddece2   Ruby: sikulix.rb small refactoring
      adds  9f6d989   Merge pull request #36 from rssdev10/master
      adds  045aa80   Windows native build: now using MinGW installation from http://win-builds.org/ (easier switching between 32-Bit and 64-Bit)
      adds  b0ce85d   Windows 32-Bit VisionProxy.dll crash (unsatisfied link error): the problem seems to be fixed (linking with -Wl,--kill-at)
      adds  80cce34   adding ignored files from last commit
      adds  f486fe9   new build date
      adds  361dba1   fixed out-of-bounds crash during error eval when running from command line (thanks to github user fpmchu)
      adds  6403921   fixed: convertSrcToHtml should be skipped, if Jython is not available
      adds  4b7a00f   Update README.md
      adds  a887684   RubyScript: added termination of ScriptingContainer.
      adds  18de7f0   Merge pull request #37 from rssdev10/master
      adds  e3f8790   Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
      adds  8b7e3de   fixed: IDE: NPE on termination when running from command line
      adds  f3ba74b   fixed bug 1330348: running Java: ImagePath is set to working directory if no path is set before first image search
      adds  89dbc29   to avoid possible NPE in special situations (mouse moved to invalid location)
      adds  5f22b91   minor
      adds  99e7c19   revised handling of isOtherScreen
      adds  d5b48fd   multi monitor: switched the mouse move to only use the unbound Robot() - other features still use the Robot(graphicsDevice) (clicking not yet tested)
      adds  d33b698   moved the handling of capture and stop hotkey to HotkeyManager to prepare a more general usability (run on command line, using callbacks)
      adds  b4e7983   Mouse class revised
      adds  c18bde7   RobotDesktop: competed the usage of the global mouseRobot
      adds  286cc52   Added method to get the current mouse position as alternative to Region.mouseAt
      adds  8dcc750   Added more debug  information at screen  startup
      adds  9bfa7ed   some refactoring
      adds  028e9e0   need to check, what AWT Robot to use in multi monitor environments
      adds  f45a7b6   define Location.new(args) as Location(args)
      adds  7d69bd2   Merge pull request #1 from dilcom/patch-1
      adds  1366011   Merge pull request #38 from rssdev10/master
      adds  5c3d067   cosmetics
      adds  01b7ca5   multi-monitor problems: further revised the respective classes
      adds  e69d007   cosmetics
      adds  916a82f   added reset() to renew the multimonitor configuration inline - added constant ALL representing a ScreenUnion of all available monitors, that should be useable like a Screen/Region
      adds  5f58922   cosmetics
      adds  06fc4d0   minor
      adds  0faffd0   added: Screen.all() makes a ScreenUnion of all monitors, on Python level ALL is predefined and can be used as ALL.function() like a Screen/Region
      adds  0e11c1d   fixed: catch possible AWT exception
      adds  61c6a3d   further reduced error verbosity at script load and creating image thumbnails
      adds  3a4f13d   fixed the possible loss of images at save (images in comments, images given with path)
      adds  cb06c48   added Tamil I18n resource file. not yet implemented in IDE
      adds  c5ea23d   added/revised: version handling, to support nightly builds on Jenkins
      adds  10d157a   cosmetics
      adds  89c4a4b   needed for Jenkins, to get the debug output to console
      adds  3721e29   fixed a problem (at least for Beta versions) for consistent versions
      adds  0435d88   minor
      adds  1485254   more on support for nightly builds
      adds  fcdd501   more on support for nightly builds
      adds  4451175   Basics: fixed IDE termination on trying to open a non sikuli directory or an incorrect sikuli project
      adds  db5f691   Merge pull request #39 from rssdev10/master
      adds  1121db6   Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
      adds  5830bbe   more on support for nightly builds
      adds  b047d35   changelog for Beta2
      adds  26172c2   minor
      adds  df2a976   Merge tag '1.1.0-Beta2' into upstream
       new  1812548   Merge branch 'upstream'
       new  db756f0   Init changelog for 1.1.0~beta2
       new  0ec1862   Refresh patches
       new  caf0478   Fix patch drop-useless-resources.patch
       new  6109891   Improve d/changelog entry
       new  2338765   Upload release 1.1.0~beta2-1 to experimental

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |   3 +
 API/pom.xml                                        |   2 +-
 API/src/main/java/org/sikuli/script/Image.java     |  37 +-
 API/src/main/java/org/sikuli/script/ImagePath.java |  11 +-
 API/src/main/java/org/sikuli/script/Key.java       |   4 +-
 API/src/main/java/org/sikuli/script/Mouse.java     | 107 ++-
 .../org/sikuli/script/OverlayCapturePrompt.java    | 168 ++---
 .../sikuli/script/OverlayTransparentWindow.java    |   1 +
 API/src/main/java/org/sikuli/script/Region.java    | 207 +++---
 .../main/java/org/sikuli/script/RobotDesktop.java  |  52 +-
 API/src/main/java/org/sikuli/script/Screen.java    | 136 +++-
 .../main/java/org/sikuli/script/ScreenUnion.java   |  33 +-
 API/src/main/java/org/sikuli/script/SikuliX.java   |  13 +-
 Basics/pom.xml                                     |   8 +-
 .../main/java/org/sikuli/basics/FileManager.java   |  12 +-
 .../main/java/org/sikuli/basics/HotkeyManager.java | 160 +++-
 .../java/org/sikuli/basics/ResourceLoader.java     |   4 +-
 .../src/main/java/org/sikuli/basics/RunSetup.java  | 310 ++++----
 .../src/main/java/org/sikuli/basics/Settings.java  | 826 +++++++++++----------
 .../main/java/org/sikuli/basics/SikuliScript.java  |  32 +-
 .../src/main/java/org/sikuli/basics/SikuliX.java   |   3 +
 .../org/sikuli/basics/WindowsHotkeyManager.java    |   6 -
 Basics/src/main/resources/Lib/sikuli/Screen.py     |   6 +-
 Basics/src/main/resources/Lib/sikuli/Sikuli.py     |   6 +
 Basics/src/main/resources/Lib/sikulix.rb           | 167 +++--
 .../src/main/resources/Settings/sikulixversion.txt |   6 +
 IDE/src/main/java/org/sikuli/ide/EditorPane.java   |  56 +-
 .../main/java/org/sikuli/ide/PreferencesWin.java   |  11 +-
 IDE/src/main/java/org/sikuli/ide/SikuliIDE.java    |  83 +--
 IDE/src/main/resources/i18n/IDE_tamil.properties   | 182 +++++
 .../org/sikuli/scriptrunner/JRubyScriptRunner.java |   3 +-
 Jygments4SikuliX/pom.xml                           |   3 +-
 .../sikuli/scriptrunner/JythonScriptRunner.java    |   8 +-
 Natives/src/main/native/Vision/tessocr.cpp         |   2 +
 README.md                                          |  15 +-
 Setup/pom.xml                                      |   6 +-
 Tesseract4SikuliX/pom.xml                          |   3 +-
 collectJars                                        |  18 +-
 collectJarsJenkins                                 |  23 +
 debian/changelog                                   |  11 +
 debian/patches/add-classpath.patch                 |   6 +-
 debian/patches/basics-exclude-windows-mac.patch    |  12 +-
 debian/patches/drop-useless-resources.patch        |  18 +-
 debian/patches/jruby-compat-1.9.patch              |   6 +-
 debian/patches/no-maven-repo-dependencies.patch    |  20 +-
 debian/patches/pom-removed-modules.patch           |   8 +-
 nightlybuildindex.html                             |  63 ++
 nightlybuildindextail.html                         |  25 +
 pom.xml                                            |  15 +-
 49 files changed, 1816 insertions(+), 1101 deletions(-)
 create mode 100644 Basics/src/main/resources/Settings/sikulixversion.txt
 create mode 100644 IDE/src/main/resources/i18n/IDE_tamil.properties
 create mode 100644 collectJarsJenkins
 create mode 100644 nightlybuildindex.html
 create mode 100644 nightlybuildindextail.html

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sikuli.git



More information about the pkg-java-commits mailing list