[sikuli] tag upstream/1.1.0_beta1 created (now 035b1d4)
Gilles Filippini
pini at moszumanska.debian.org
Sun Jun 29 19:25:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
pini pushed a change to tag upstream/1.1.0_beta1
in repository sikuli.
at 035b1d4 (commit)
This tag includes the following new commits:
new 61b766a Initial commit
new 80b8356 initial upload
new 47e63ec Update README.md
new 6f6a5c2 Update README.md
new 54c9d7a Update README.md
new 744fe49 add maven and IDEA files to .gitignore
new 0666c84 add java-source and javadoc compilation to maven project
new 9c94748 Update README.md
new 2545bd5 Merge pull request #1 from valyukov/javadoc-jar-source
new 6cf5301 be able to create the ready-to-use jars: sikuli-java, sikuli-script,sikuli-ide
new 6c591e8 Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
new acf1d20 idea ignores
new 61055ac to run javadocs without error
new 65e39c9 merged the parent pom in SikuliX with the top level module pom (SikuliX/pom is obsolete now)
new 34e008c install sources and javadocs is now optional (use -PwithDocs,withSource) -
new b66b4dd suppress install source and javadocs in any case (does not make sense in this modules)
new bd39c87 Update README.md
new cdbdafc Update README.md
new fc8ccf0 Update README.md
new c90091f Update README.md
new 403c18b Update README.md
new 6c8df12 Update README.md
new 4691170 Update README.md
new a803725 Update README.md
new fca694c Update README.md
new ee2f1e5 first upload of the docs module
new d5f1876 Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
new ec410df trial
new 0af31ba Update README.md
new b071d63 Update README.md
new d1e25b8 Update README.md
new 7fac39b Update README.md
new fbc5dec added Env.java (deprecated)
new 1deb7cd Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
new a927fcf Update README.md
new 99a5d3e Update README.md
new 9c20660 Update README.md
new 4199eaa Update README.md
new 956a77a Update README.md
new 3a85afc Update README.md
new f997494 Update README.md
new c472a2a Make the libVisionProxy.so in linux.
new 8c94a80 Capitialization fixes for linux. On startup, don't replace Natives -> Libs
new 850f08c Merge pull request #3 from niknah/master
new 0c1f202 revert the fix "from Sikuli import *" to "from sikuli import *"
new f646de7 Update README.md
new b553f3a Update README.md
new 63a9204 Update README.md
new 20cc25f Update README.md
new d390392 Update README.md
new 8ee74a3 Update README.md
new be04bec Lib/sikuli back to Basics, IDE helper scripts back to Jython
new 9e23552 some optimisations in the POMs
new 883364f to support libs export when running from an IDE with the basic project modules or using Maven from command line
new 843262c suppress error message when running script from command line
new c02288a libs source should be META-INF/libs now
new 421fe6f POMs should not be named like a folder on same level
new 98db308 moved the bitness from file name to parameter
new c56f985 to have a ref to the Libs jar in Maven environment
new 1cffe9c moved niknahs patch to the regular build scripts
new b2444ab fixed some problems with JythonScriptRunner caused by new module structure
new 3f58dc0 on Mac: for the OpenCV dependent libs we now use the all containing static library libopencv_javaXXX.dylib
new dd918ef on Mac new build of native stuff
new e9a3554 Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
new 5c16a87 Update README.md
new 0630f49 Update README.md
new d841ce5 Update README.md
new 5939480 Update README.md
new 1968596 Update README.md
new 14674df Update README.md
new c31f80d finally swathed to using the new OpenCV static lib libopencv_java247.dylib
new e1d815d new build
new 1e118e7 Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
new 0ec3f61 Update README.md
new e6635cb Update README.md
new 477ba20 Update README.md
new fb73c41 Update README.md
new a8ba244 Update README.md
new 63ece3d Update README.md
new 3e1b1ef Update README.md
new 6e264a0 Update README.md
new deddca7 Update README.md
new cbbc98c Update README.md
new 00637e5 minor
new 91f7110 added module READMEs
new f72ab10 Update README.md
new 5e19fe9 Update README.md
new 373b43c pom changes for the libs handling
new 8ebb66b fixed libs handling when running in Maven context
new d955c8a minor
new 4ad4d34 Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
new 12edb49 minor
new 943f59a need not be in Settings
new 1ac5e71 minor
new 5be0960 preps for beta
new d7c8cd0 more preps for beta
new 430fffe command script to produce the jars to upload for setup download (runs on Mac only)
new 4001285 minor fixes before beta
new 6d8cee4 switch to OpenCV 2.4.8
new 28ff84e to support runsetup in Netbeans
new 6c85291 fixed problems with MacApp
new 4784222 latest build
new a635294 Fixed Javadoc errors that made it impossible to build javadoc jar (maybe only under jdk8). Especially problematic was error "self-closing element not allowed" for "<br />" tags (should be "<br>").
new 4d3f23a mvn deploy works. For now deploys to https://github.com/iirekm/maven-repo How to deploy to Maven Central? Instructions in distributionManagement in pom.xml
new ceec1a4 Update README.md
new 4292aea Merge pull request #4 from iirekm/master
new fb46baa WinUtil.dll needed to be rebuilt because package was renamed and it was never built under Windows since then.
new 28a33dc WinUtil.dll needed to be rebuilt because package was renamed and it was never built under Windows since then.
new d7b5b14 WinUtil.dll needed to be rebuilt because package was renamed and it was never built under Windows since then.
new 6a787ac Added -SNAPSHOT to all <version>s. Binaries which are under development and were "released" yet must have -SNAPSHOT suffix, otherwise Maven won't redownload recent versions.
new cf76be9 minor: libs export
new b59af0c Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
new 364340d Merge pull request #5 from iirekm/master
new 1f6ab8a javadoc with excluded files seems to be a Java8 problem (works with Java7), hence commented out (needs a solution though)
new 212e226 minor
new 208bd97 switched module dependencies to ${project.version}
new 93a9809 direct upload to git does not work yet, so we have to use deploy-to-local -> commit -> push (problem to solve: get rid of older snapshots automatically)
new 06f810b for now decided to go with the release version 1.1.0 (use in root mvn version:set -DnewVersion=1.1.0… to switch to something else)
new 5851ad8 Update README.md
new 2760c04 Update README.md
new 15aaaf9 Merge pull request #1 from RaiMan/master
new 19eabbc Update README.md
new 80bb309 Simplified native library loading on Windows: - $HOME/SikuliX/libs is added to current process's PATH, not to registry PATH, so no relogin is required - class WinUtil loads WinUtil.dll automatically, so no need to do it manually when using Sikuli as a library
new b867fc5 Merge pull request #6 from iirekm/master
new b606b5f Tesseract wasn't configured correctly: - train data wasn't extracted onto disk - location of directory with train data wasn't passed to Tesseract
new 7fc18a8 Fixed NPE when recognizing text with Tesseract.
new f82b307 Merge pull request #7 from iirekm/master
new 2d9b5c9 Merge pull request #2 from RaiMan/master
new f2346e6 to be finally checked
new 310f987 fixed a problem with tessdata export in the special case of running in Maven context
new 4129ea4 moved Bridj usage to new class Basics.SysUtil and revised error handling
new 0266d4b revised TextRecognizer initialization and finally moved export of tessdata to here
new f237bc4 clarification for the cases running in Maven context
new f8136f5 minor
new 0f184dc bridj included artifact com.google.android.tools:dx, which included some old junit, which caused problems in classpath. Removed this artifact.
new 4e7d9fd starting to fix image path handling on scripting level (import support)
new d7c4330 manually added #8 from iirekm/master
new 5ee527e Update pom.xml
new 0a1c12f Merge pull request #9 from iirekm/master
new 48919a0 replaced ImageLocator
new 6c3e956 added Image.purge() at IDE Save too (already with SaveAs and Close)
new 4a9a718 basic image path reset should not need a parameter
new 403f745 redirected the relevant methods in ImageLocator to ImagePath
new 7e5d4ce debug less verbose
new ff0a7c4 Completely revised Image and ImagePath
new b121d8e reduced verbosity
new cb08903 revised purging of Image cache entries in IDE on Save, SaveAs and Close
new 24e2075 completely revised the purging of entries from Image cache
new 7e7692a revised javadocs
new f112674 revised javadocs
new dabd3fe added a Reset option to the IDE Tab menu (to get a state as if one had stopped and restarted the IDE)
new b577db9 add MacUtil native lib loading
new 7a8a708 Merge pull request #10 from valyukov/fix_loand_natives_macos
new 899b3c5 added the comment
new 3fa4da5 added logo
new 97376dd minor
new caf4b14 Update README.md
new 95aef1b Update README.md
new db7c95e Update README.md
new 2bff86a Update README.md
new 5eb6d27 Update README.md
new 3155e3f Update README.md
new 9eea701 fixed a problem when refusing to save the undefined tab on close (answer NO)
new e95dad9 Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
new 736e6da revised the unpack/pack jar file options in RunSetup
new bfb2d62 minor for pack jar
new 887573b minor
new 7ac3863 fixed filename creation
new fa3d239 added/fixed Comparable
new 9393671 started to revise the general structure again (ready-to-use jars, setup, exported stuff)
new 6047adf Update README.md
new 00ffeb0 Update README.md
new 8993070 Update README.md
new 55903f0 Update README.md
new df51a6d Update README.md
new 62c09ab Update README.md
new f4a960a adapted the run scripts
new c3ba54d Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
new 61d8b7c modified the OSUtil lib handling to assure preload in any case
new fd0a1dd added a JNA interface to Tesseract (got it from Tess4J) to move the OCR functions to the Java level
new bc1f9c0 support function for Tesseract4Java (from Tess4J also)
new 4a0381d integrated the relevant Tess4J stuff into the project (but not used yet)
new 1ff8c25 integrated the relevant Tess4J stuff into the project (but not used yet) … more
new 0b9eec3 Update README.md
new e4f5f13 on Windows: use USERPROFILE instead of HOMEPATH to have a path with drive letter
new dc5cc76 OCR TODO native
new a7aa31b Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
new ffddad2 added window close to Prefs window and an updated ru translation file (thanks to Roman S Samarev)
new a227a55 correct dependency for jna 4
new 5deca81 minor
new 0458c45 minor
new 17b6184 added a syntax highlighter based on the Jygments project
new aa67455 made the Jygments stuff Maven compatible and that it can be used inside Netbeans when running stuff (NB json has a problem with comments so files are renamed to jso)
new bb47d89 minor
new cd0c8a8 added a module for JRuby support (first step script runner)
new e539864 Update README.md
new 8412318 Update README.md
new 2e56ac7 added readme and fixed package naming
new 1458865 Update README.md
new 59287ee Update README.md
new 3693ef2 JRubyScriptRunner: implemented runnability from command line (xxx.sikuli containing xxx.rb)
new 90339b5 correct package name
new 4642207 minor
new 8a391d7 should be done before loading first SikuliX lib
new 546ce25 extract Lib folder only once per session - fixed a problem when running from root folder
new 452ccef a command file that allows to build the production jars on Windows
new 323e950 minor
new 95c6dcc added Roman's first version os JRubyScriptRunner
new a979c53 my first test with JRuby
new d3bba27 some refactoring and first fixes to allow other scripting languages in IDE
new 1ab6710 more on IDE add languages
new c4cac97 set to version Feb 14 from fork
new d7be209 set to version Feb 14 from fork
new 9ae5961 some fixes for using observe from Jython
new f934483 more on multi scripting support
new 3278198 integrate Roman's fixes from today
new 7a5cf33 hope it merges
new bb4527d Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
new 8ee92ff more on IDE multi scripting language support
new c6f09a7 added popAsk with the intention to make it available in the scripting API (to be modified: more parameters/option)
new ac72eba added a Set Type action to the IDE tab context menu: allows to switch the scripting language of the tab (TODO: use popSelect for more languages/content types)
new 209cded added some more options for multi-script-language support, but also introduced some quirks (text rendering in the tab :-(
new 4aef069 minor
new 5bf3374 added popSelect (select from options in a drop down) and extended popAsk (yes no question)
new 9d70975 the scripting language of current tab is shown right in the status bar. left side can show a message for a restricted time (now 3 seconds)
new 771f066 minor
new 97bf644 finalized the switching of content type in the current tab (tab context menu)
new fd4a193 fixed problem: text is shown with words overlapped (bug introduced with revised init sequence)
new 9e20af7 revised the creation and usage of the scripting language specific pattern-color-maps
new 4d2c6ab only the die-jar (sikulix.jar) should have a dep for python and jruby
new 7dd2be9 sikulixapi.jar should not be runnable
new c9506d3 revised the fat jar poms
new afb8114 made the local keyboard setup runnable (at least the preparation function)
new 1e4255d for debugging keyboard setup
new 072a1a0 purged Rukuli, moved sikulix.rb to Lib folder in Basics, so it is auto exported in case of sikulixapi.jar
new 48077da minor
new 973ebba Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
new 38e6d3a moved to correct folder
new 01e12e1 moved to correct folder
new a48022c implemented the <delete unused images> in Java
new 7bd0b94 minor
new ddc4470 fixed a follow up problem with <delete unused images>
new 007f551 pimped the log messages with undotted methods
new c699eeb minor
new 215b1fc minor
new cbf61bd trying to fix loading json files from jar in Jygments
new 50d5b54 hope it helps ;-)
new f9326ba finally fixed the load lexer problem
new e411f58 seems to be a solution for the fat jars
new 9f6ad33 more on fat jar production
new dafb7c4 format
new 1986b9e no longer needed
new dedbf61 added empty script language support classes (all service providers must be loadable at runtime) - should be changed in the long run to active loading of classes if more scripting support is to be added.
new 5a34185 added poms, to produce the fat jars for setup with project clean build
new e3eeb3f added setup options to select the scripting language(s)
new 800430b fixed: now adding IDE stuff
new 4a923b3 needs a special assembly descriptor to exclude the jython and jruby stuff from the fat IDE jar
new 1633939 the top-level script to produce the stuff that is ready for upload to launchpad (can directly be used to setup stuff locally)
new fe9bffd revised collectJars and added Windows version (not yet tested)
new cbc31c4 collectjars.bat now tested on Windows - works
new 591073d Update README.md
new 43fd56c Update README.md
new 2a3e6be Update README.md
new 52b7176 Update README.md
new e1d6a42 Update README.md
new 6329cf7 Update README.md
new 4db5013 Update README.md
new 30c6bc1 Update README.md
new 7b3aab5 IDE: PatternWindow. Added actions on ESCAPE and X-button
new 8485454 RubyScript: rb code simplifying
new ddbf941 RubyScript: fix exception processing
new a04841e Merge pull request #16 from rssdev10/master
new 962053e Update README.md
new 8dbbf08 Update README.md
new c37a0d2 Update README.md
new 0ccc246 Update README.md
new e733839 Update README.md
new 67de53b Update README.md
new c2c2317 Update README.md
new e0c6a64 Update README.md
new 3314541 Update README.md
new b48cfac Create README.md
new 4dce61e Create README.md
new 826da5d Create README.md
new 7c42d24 Create README.md
new 2425c79 Create README.md
new 7c6aa5d Update README.md
new 2e85025 Update README.md
new 577bc4a collectjars: added option to skip step 1 (BUILD) and step 2 (PACK)
new 102d9dd avoid crash if not all script languages are setup
new 6af1a8b minor in setup
new 104d7c3 added detection of build failure in Maven run
new 45c117d format
new 5609be5 moved exclusion of scripting support before IDE jar build to setup
new 59e422a revised/fixed the stout redirect to IDE message area
new 5a3ebeb revised the IDE startup so it works with only JRuby too
new bf51475 revised collect jars to show build failure
new 0c272a0 revising java docs
new 1a84032 revised the javadocs of the package API
new 3080c6b ongoing: getting observe to work
new b7f95c3 ongoing: getting observe to work
new 4279caa minor changes with debugging
new 4e44265 ongoing: getting observe to work
new 782950f RubyScript: added interactive mode
new f593215 RubyScript: sikulix.rb added shelp method
new ee7b3ad Merge pull request #17 from rssdev10/master
new e953e7d minor fixes
new 1fdcc04 minor fixes for the multi scripting support
new 19aa19f finally fixed the libs path handling on Windows: dynamically add java library path too
new 3a92e64 more for multi scripting support - added a final cleaner for the temp folder in IDE
new fce599b many fixes/additions to make setup robust and convenient
new 950d126 setup backup should persist for now, restore shoold only happen, if build_jar was successful
new 3c9d3ca revised the use of NativeSupport (prior NativeLayer...) - currently only used on Mac
new 0ab9227 minor
new 4c46efb added javassist (runtime support for class changes) - not yet used though ;-)
new 64690a4 Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
new 5e498bb temporarily switched off the setup for the MacApp - not working out of the box - has to be checked
new 2ff8fe2 minor
new 68b3354 completely revising observe (ongoing)
new 22d636f ongoing: getting observe to work
new 64b006e minor refactoring
new c5e773f minor
new 9651746 Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
new 39249df Update README.md
new 2cb48c3 Basics: sikulix.rb: fixed an exception processing for 'undotted' methods and args number for lambdas
new d09bfe4 RubyScript: updated jruby-complete to 1.7.11
new 8d55e81 Merge pull request #19 from rssdev10/master
new 4c69b75 adding resources and build scripts for windows using mingw64
new e2fe3c3 Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
new 88dc7c5 now the native stuff can be built on a Windows 64-Bit system (using Windows 8.1) for 64-Bit and 32-Bit based on Tesseract 3.0.2 and OpenCV 2.4.8- the global receipt is in SikuliX-2014\Libs\build\windows\TheBuildProcess\00_natives_build.txt
new d74ac47 RubyScript: added hotkeys add/remove methods
new 5a525b9 added beanshell support package and doc-ed the other helper packages
new a250543 added marker files for Windows libs (Win32 not yet ready)
new adceeb3 Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
new cfeff13 hack to get the Windows 32-Bit libs online
new 434f30d the 32-Bit libs for Windows
new c7255bb hack to get the Windows 64-Bit libs online
new 709bcd9 the 64-Bit libs for Windows
new 5a5f256 the 32-Bit VisionProxy.dll for Windows
new 7cd7314 added the missing JIntellitype.dlls again
new 79a23c8 temp fix in windows libs: libz.dll must be named as zlib1.dll (have a copy for now)
new de707c7 Update README.md
new 7ecb56b Update README.md
new 3d4151f minor
new 67b7bff Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
new c73ad88 Added option to change highlight colour
new 23d0c08 minor
new 985ae3c Merge pull request #21 from sjoblomj/master
new 6a01e5e added more options to the highlight frame color option and added java doc
new 80b5174 working on docs
new c8406df Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
new 46b30d7 working on javadocs
new dd563ef javadoc: App and Env added
new d54fc0e fixed a problem with CheckLastSeen, when a Pattern is used (targetOffset was stripped)
new 1146c48 Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
new 85b01a3 want to fix behavior on abort key in IDE
new a7ef856 Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
new 5e75da6 started to implement mouseMovedExternally action using ObserverCallBack
new f4d4036 added cleanUp to abort handling in IDE, added Mouse and Key reset to cleanUp
new 89d41c4 made the Mouse-moved-callBack useable, implemented the Event Type GENERIC to accept 3 arbitrary values
new 6f2ec3c revised the setROI/getROI feature
new a236ea5 starting with Guide javadocs
new 5b24dce Merge pull request #20 from rssdev10/master
new f18370e JRubyScript: fix UTF-8 script processing
new 8e29264 Merge pull request #24 from rssdev10/master
new f694657 minor
new 5e2af13 Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
new f767222 minor
new 38dfa86 Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
new e05e9f2 API: fix clipboard paste for utf-8
new f872050 Merge pull request #26 from rssdev10/master
new d772bbf fixed a problem in IDE: the temp script file (running code) had ending .null instead of ending .py, which led to problem in findErrorSource. The script name in error trace back does not have a leading * any more, if it was run without saving.
new a6913fb added a feature to inject string parameters into libVisionProxy and used it to allow to tell the TextRecognizer to use a different language for the Tesseract train data file (usage in script: import org.sikuli.script.TextRecognizer as TR; Settings.OcrLanguage = "deu"; TR.reset() )
new a1007d6 minor
new 4f3c163 added a function to detect mouse move since last mouse action
new 01642eb minor
new 065d6bf new build of Windows VisionProxy.dll
new 3bd0ae4 Correcting indentation
new 28ee922 Adding option to clear message log
new d5bf5f9 new build for Linux libVisionProxy.so
new 2215a48 Merge branch 'master' of https://github.com/RaiMan/SikuliX-2014
new 285b549 Merge pull request #28 from sjoblomj/master
new 49b8ce0 timestamp for Beta1
new 4768551 Remove unwanted parts from upstream source tree
new 035b1d4 Merging SikuliX-2014
The 385 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.
--
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