Commit Graph

114 Commits

Author SHA1 Message Date
Bradlee Speice
13105e0f44 Add the mouse scroll functions to the bash wrapper, update documentation
Minor documentation cleanup

More documentation cleanup

Fix an issue with accidentally copying the opencv2 includes to opencv1

Document mouse scroll functionality, continue cleanup
2012-07-18 12:24:02 -04:00
Bradlee Speice
8bb4925efe Prevent doxygen from mentioning the xautomation*.h files
These files should not be used by any program using libcvautomation

And actually fix the xautomation files from being included
2012-07-18 12:24:00 -04:00
Bradlee Speice
497c860817 Add documentation for new location of libcvautomation_funcs
And make sure to include the opencv2 version of libcvautomation.h
2012-07-18 12:23:59 -04:00
Bradlee Speice
950e29a4b7 Add the libcvautomation_funcs to be automatically installed 2012-07-18 12:23:58 -04:00
Bradlee Speice
2ea13d275b Fix the libcvautomation_funcs for real. 2012-07-18 12:23:58 -04:00
Bradlee Speice
82dbc8020c Update documentation and add the mouse scroll functions 2012-07-18 12:23:58 -04:00
Bradlee Speice
fe3a6e8515 Fix a memory issue because list was not initialized correctly
Fix a bug with getopt that would cause --center to segfault
2012-07-18 12:23:56 -04:00
Bradlee Speice
92e98b9a8f Ignore the html/ folder for gh-pages 2012-07-17 16:03:18 -04:00
Bradlee Speice
1eac29e12d Fix the BASH functions to use the USE_CENTER option correctly 2012-07-13 10:36:06 -04:00
Bradlee Speice
58cf76119c Start on to the 1.2 release 2012-07-12 16:01:21 -04:00
Bradlee Speice
c92e6b2640 Fix a bug where xte_keyUp would actually press a key down. 2012-07-12 15:51:26 -04:00
Bradlee Speice
bd947b2cd9 Fix the BASH functions 2012-07-12 15:49:01 -04:00
Bradlee Speice
2beed7b416 Update documentation to reflect addition of key string function
Remove the warning that the key string function is unimplemented :D

Fix a minor typo with 'BackSpace' being renamed to 'Backspace'
2012-07-12 15:40:06 -04:00
Bradlee Speice
3e5c87a96a Integrate entering a key string from xautomation 2012-07-12 15:34:01 -04:00
Bradlee Speice
61a35913a0 Bring the opencv1 and opencv2 includes back together 2012-07-12 12:15:56 -04:00
Bradlee Speice
6d1e25686b Document and implement the "tolerance" setting better 2012-07-12 12:07:56 -04:00
Bradlee Speice
157ecea655 Give cva-input the sane tolerance option 2012-07-12 11:02:45 -04:00
Bradlee Speice
590af56dee Make the build process more portable 2012-07-12 10:06:08 -04:00
Bradlee Speice
e436323d7a Add functions to scroll the mouse up and down 2012-07-12 10:04:57 -04:00
Bradlee Speice
5150b2d7e4 Add documentation for cva-input and cva-match 2012-07-11 15:59:06 -04:00
Bradlee Speice
ed121d4ec5 Implement a cleaner way of tracking version number 2012-07-11 15:06:57 -04:00
Bradlee Speice
eddd689c29 Integrate documentation into the build process 2012-07-11 14:34:26 -04:00
Bradlee Speice
2f7864d344 Finish initial documentation
Add a page explaining how to create an application test
2012-07-11 12:02:04 -04:00
Bradlee Speice
e71c17cf5c Commit initial documentation 2012-07-10 16:32:42 -04:00
Bradlee Speice
0f15820c81 Add the libcvautomation_funcs BASH functions 2012-06-28 13:55:58 -04:00
Bradlee Speice
077f0898dd Remove extraneous markdown files, release 1.0 2012-06-28 13:11:56 -04:00
Bradlee Speice
d4d2fdf051 Finish up preparations for release 1.0 2012-06-28 12:57:21 -04:00
Bradlee Speice
45905d8454 Fix up the build process in preparation for release 1.0 2012-06-28 12:35:04 -04:00
Bradlee Speice
9dc1d24926 Add functionality to input a command string 2012-06-28 12:12:30 -04:00
Bradlee Speice
2c41ec3bca Finish up the cva-input program 2012-06-27 12:52:12 -04:00
Bradlee Speice
deff35b221 Change behavior of cva-input to rely on getopt for what to do 2012-06-27 10:28:42 -04:00
Bradlee Speice
b48f3e636c Flesh out the cva-input program, and add calls to XFlush() 2012-06-26 16:43:27 -04:00
Bradlee Speice
8c1ab45c26 Continue fleshing out the XTest functions for keyboards 2012-06-26 16:43:20 -04:00
Bradlee Speice
ca39bd90be Add basic XTest functionality, clean up and refactor other sources 2012-06-26 16:43:15 -04:00
Bradlee Speice
62431b5a18 Add the global TODO file 2012-06-26 16:43:06 -04:00
Bradlee Speice
dc01500412 Update the README 2012-06-26 16:43:03 -04:00
Bradlee Speice
79cb91bdd9 Ensure that XTest is installed 2012-06-26 16:42:30 -04:00
Bradlee Speice
45cc06c7f9 Remove an extra configure.ac 2012-06-26 14:36:01 -04:00
Bradlee Speice
0b399525d0 Reimplement the "sane tolerance" in a better way 2012-06-25 18:09:54 -04:00
Bradlee Speice
3c314f12f3 Revert "Provide a bit more sane way to calculate tolerance"
Tolerance using exponential function wasn't anywhere near as granular as it needed to be

This reverts commit c716505c20.
2012-06-25 16:35:50 -04:00
Bradlee Speice
c716505c20 Provide a bit more sane way to calculate tolerance
Keep the default tolerance at INT_MAX
2012-06-25 15:48:43 -04:00
Bradlee Speice
413e8a8f46 Fix a minor ordering issue with autogen 2012-06-23 00:39:22 -04:00
Bradlee Speice
218e83cc74 Remove unnecessary build files, clean up the tree 2012-06-23 00:13:30 -04:00
Bradlee Speice
01411ebc4a Fix an improper configure.ac 2012-06-22 23:36:21 -04:00
Bradlee Speice
a01bf54b5d Fix the build process to support OpenCV 2 (Ubuntu) 2012-06-22 20:06:28 -04:00
Bradlee Speice
403a00435d Remove autoheader from autogen.sh, it's not doing anything 2012-06-22 16:26:47 -04:00
Bradlee Speice
8d89cca315 Downgrade the autoconf version to support RHEL5 2012-06-22 16:15:59 -04:00
Bradlee Speice
dab4d28932 Add functions to return the center of a sub-image, rather than top-left corner
Fix up the build process to make sure out-of-tree builds work correctly
Fix the example script not finding the cva-match binary correctly
2012-06-22 15:38:41 -04:00
Bradlee Speice
df26d0a95c Formalize the build process and integrate autotools 2012-06-22 13:22:16 -04:00
Bradlee Speice
0a10dc798c Fix matchSubImage_a not using the proper call to matchSubImage
Refactoring changes - use an array instead of a linked list - if you want a linked list, you can do it yourself, reference code is in cva-match.c
Fix some build errors - not all function prototypes could see the cvautomationList struct.
2012-06-22 09:38:02 -04:00