Bradlee Speice
dbe7bbd9c8
Commit initial python libcvautomation_funcs wrapper
2012-08-17 11:42:09 -04:00
Bradlee Speice
7bc6a67a67
Commit initial skeleton for python function wrapper
2012-08-15 16:39:49 -04:00
Bradlee Speice
9bfa103d76
Update version to 2.0 for python bindings
2012-08-14 15:29:43 -04:00
Bradlee Speice
d7de401d66
Add initial libcvautomation_funcs.py and documentation
2012-08-14 13:35:16 -04:00
Bradlee Speice
e932c367d3
Add the python build into Automake to make it portable
...
Remove the default libcvautomation.py
2012-08-14 11:53:47 -04:00
Bradlee Speice
0f832d4923
Fix up the Debian process for python
2012-08-13 14:03:31 -04:00
Bradlee Speice
3d8f411d46
Build the python package for Debian
2012-08-13 13:23:06 -04:00
Bradlee Speice
bd542b07b4
Build the python package and generate dist-specific packages
2012-08-13 13:17:54 -04:00
Bradlee Speice
3d18823b46
Set up distributing the python bindings
2012-08-13 12:05:42 -04:00
Bradlee Speice
022f01c9d5
Begin version 1.6 of libcvautomation
2012-08-13 09:38:23 -04:00
Bradlee Speice
c048fe20f2
Fix the RPM changelog being in the wrong order
2012-08-13 09:11:41 -04:00
Bradlee Speice
af01d3ef86
Fix the RPM changelog being updated on the wrong file
2012-08-13 09:09:33 -04:00
Bradlee Speice
f8e3311716
Update the RPM Changelog for version 1.5
2012-08-13 09:06:27 -04:00
Bradlee Speice
cd73b6aa06
Update the Changelog for version 1.5
2012-08-13 09:05:29 -04:00
Bradlee Speice
71c2a843ac
Fix error handling if TOLERANCE is not specified
2012-08-09 12:59:36 -04:00
Bradlee Speice
5aedb9e125
Fix the debian and rpm directories being distributed improperly
2012-08-03 15:08:23 -04:00
Bradlee Speice
e909e701b4
Fix a minor issue with the packaging script
2012-08-03 14:57:19 -04:00
Bradlee Speice
09330ea522
I still have no idea how Bash expects its eval statements
...
But this one is working.
2012-08-03 14:23:46 -04:00
Bradlee Speice
13ed45e9da
Fix the order of some logic, and fix the eval syntax
2012-08-03 14:12:02 -04:00
Bradlee Speice
86b8c7023e
Fix some 'eval' statements not parsing arguments correctly
2012-08-03 13:42:51 -04:00
Bradlee Speice
003a8b9247
Make sure the libcvautomation_funcs handles spaces correctly
2012-08-03 12:45:34 -04:00
Bradlee Speice
3489bbbdf2
Fix the key_string function not handling spaces correctly
2012-08-03 12:36:57 -04:00
Bradlee Speice
733b05fd7f
Add documentation for the mouseup and mousedown events
2012-08-03 11:27:34 -04:00
Bradlee Speice
63a4783246
Add the mousedown and mouseup functions to the BASH wrapper.
2012-08-03 11:25:34 -04:00
Bradlee Speice
161eefde7c
Add documentation for the dragndrop function
2012-08-03 11:23:09 -04:00
Bradlee Speice
32b0b9bf0a
Commit the dragndrop function for the Bash wrapper
2012-08-03 11:19:00 -04:00
Bradlee Speice
ad0d38c4ab
Begin work on version 1.5 of libcvautomation
2012-07-30 13:03:41 -04:00
Bradlee Speice
0125766730
Fix up the packageDebian script
2012-07-30 12:53:14 -04:00
Bradlee Speice
c5163135ec
Fix up the RPM build process
...
Fix one more minor build issue
2012-07-30 12:39:36 -04:00
Bradlee Speice
1b498a8bd9
Commit scripts to help building packages
2012-07-30 11:38:42 -04:00
Bradlee Speice
fa1a7432c0
Distribute the debian/ and rpm/ directories
2012-07-30 11:05:07 -04:00
Bradlee Speice
f516347857
Update documentation for doubleclick, other cleanup
2012-07-30 10:54:12 -04:00
Bradlee Speice
ad3f4d6c5d
Small changes to double-click functions, add mouse location functions
2012-07-30 09:54:05 -04:00
Bradlee Speice
749788f733
Bugfixes for the double-click functions
2012-07-26 09:33:14 -04:00
Bradlee Speice
2b451fc624
Rename the xte_pointerLocation function to xte_mouseLocation
2012-07-25 13:44:42 -04:00
Bradlee Speice
174ccd3fb5
Add functions for double-clicks
2012-07-25 11:31:22 -04:00
Bradlee Speice
aed0e4647d
Fix a Markdown error
2012-07-25 11:15:29 -04:00
Bradlee Speice
ffe9b4c619
Update the README
2012-07-25 11:13:59 -04:00
Bradlee Speice
b6e7da30df
Add instructions to install packages from Github
2012-07-25 11:10:34 -04:00
Bradlee Speice
d31a125951
Vastly improve error handling of xte_commandString
...
The best thing about this is that it doesn't break existing functionality
Fix some bad input validation
2012-07-25 10:30:16 -04:00
Bradlee Speice
076ea25e30
Fix the for loop syntax
2012-07-25 10:30:14 -04:00
Bradlee Speice
1fb06eaa04
Make sure the hover_i function gets the update as well
2012-07-25 10:30:10 -04:00
Bradlee Speice
528f6d04e5
Fix the licvautomation_funcs waiting improperly
...
If you specify multiple images, it would wait for the first, and then the second.
Instead, switch this to alternate between each image $TIMEOUT times, so you don't wait forever on the first image to find the second immediately
2012-07-25 10:30:04 -04:00
Bradlee Speice
1dbe466302
Fix a mistake where cmouseimage didn't return a proper value
2012-07-25 08:49:07 -04:00
Bradlee Speice
d626b383a3
Begin release 1.4 of Libcvautomation
2012-07-24 12:05:03 -04:00
Bradlee Speice
34b9da1832
Fix an Ubuntu build error
2012-07-23 16:14:46 -04:00
Bradlee Speice
cb1d50555f
Fix an issue where not quoting a variable caused inconsistency
2012-07-23 16:00:25 -04:00
Bradlee Speice
3ffa96a5d1
Remove unneeded references to the \date command
2012-07-23 14:27:06 -04:00
Bradlee Speice
d7206bcd32
Remove the RPM changelog for now
2012-07-23 11:55:35 -04:00
Bradlee Speice
ef7b04d08d
Add a set -o errexit line to the app template
2012-07-23 11:47:53 -04:00