Commit Graph

128 Commits

Author SHA1 Message Date
Bradlee Speice
5edeaa467f Update the ChangeLog for version 1.3-4 2012-07-25 10:57:18 -04:00
Bradlee Speice
325bfb0fb9 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:10:30 -04:00
Bradlee Speice
005aa3a284 Fix the for loop syntax 2012-07-25 09:09:20 -04:00
Bradlee Speice
0cb20fd48f Make sure the hover_i function gets the update as well 2012-07-25 08:52:05 -04:00
Bradlee Speice
4769d51e21 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 08:52:05 -04:00
Bradlee Speice
d42a3d131d Fix a mistake where cmouseimage didn't return a proper value 2012-07-25 08:48:54 -04:00
Bradlee Speice
27a1507b3f Fix a minor issue with libcvautomation_funcs
Make sure the changelog is fixed
2012-07-24 11:56:17 -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
Bradlee Speice
ba054c037c Fix more lintian errors with symlinks
The ChangeLog and COPYING files being symlinked was not cool with lintian, so get around that a bit.
2012-07-23 11:32:25 -04:00
Bradlee Speice
f97d5e2782 Continue control file cleanup 2012-07-23 11:27:17 -04:00
Bradlee Speice
37c6eace59 Fix some dependencies with the wrong names 2012-07-23 10:38:41 -04:00
Bradlee Speice
6bc9459dfe Continue debian/ cleanup 2012-07-23 10:27:51 -04:00
Bradlee Speice
14da3d4aab Remove the TODO file, it's not been used 2012-07-23 10:18:15 -04:00
Bradlee Speice
8a893b3197 Put copyright information in one place 2012-07-23 10:04:34 -04:00
Bradlee Speice
0d8f418fff Fix up the control file
Make sure doxygen is in the build dependencies
2012-07-23 10:00:20 -04:00
Bradlee Speice
34a5d18700 Put all changelog info in one place 2012-07-23 09:52:29 -04:00
Bradlee Speice
ab5460aad0 Update wrapper documentation for wait_for 2012-07-23 09:44:17 -04:00
Bradlee Speice
d0fcb1f3e9 Fix libtool version information 2012-07-23 09:38:25 -04:00
Bradlee Speice
386e58f391 Fix up the changelog and control files 2012-07-23 09:11:01 -04:00
Bradlee Speice
98dbd7ef83 Fix how library dependencies are built 2012-07-23 08:53:32 -04:00
Bradlee Speice
04131913b2 Fix debian build process
It currently works, but is very bad, and needs a lot of cleanup
2012-07-21 14:39:08 -04:00
Bradlee Speice
db916e1b11 Initial debian packaging commit - currently broken 2012-07-21 14:14:41 -04:00
Bradlee Speice
1496b9192d Change default build behavior to build with docs 2012-07-20 18:33:57 -04:00
Bradlee Speice
9027a5b163 Fix an incredibly small typo 2012-07-20 15:58:46 -04:00
Bradlee Speice
6e15f41145 Fix a second declaration of "resultPoint" 2012-07-20 15:17:14 -04:00
Bradlee Speice
9bd0cf4ac3 Make sure libcvautomation requires libXtst, libX11, and opencv 2012-07-20 15:03:06 -04:00
Bradlee Speice
0f78320031 Distribute the special includes for opencv1 and 2 2012-07-20 14:57:14 -04:00
Bradlee Speice
e0807a9b57 Fix RPM build switches issue 2012-07-20 14:23:06 -04:00
Bradlee Speice
fcb9090131 Fix the location of 'example' man pages in RPM build 2012-07-20 14:20:11 -04:00
Bradlee Speice
249c582a9e Fix doxygen out-of-tree build errors 2012-07-20 14:15:57 -04:00
Bradlee Speice
77beb217d3 Put in a warning about using waitfor without a tolerance value 2012-07-20 14:02:52 -04:00
Bradlee Speice
bf0e01bb66 Make sure that the waitfor function uses the tolerance 2012-07-20 13:39:49 -04:00
Bradlee Speice
aff47435a9 Document the "waitfor" command better
Change locations of some other documentation, move information about the wrapper environment variables to the appendix
2012-07-20 12:39:03 -04:00
Bradlee Speice
9685d442d9 Make the "waitfor" command optional 2012-07-20 11:56:23 -04:00
Bradlee Speice
673f302f2d Make sure libcvautomation_funcs is using the $TIMEOUT option 2012-07-20 11:50:34 -04:00
Bradlee Speice
9cc8a45969 Update the libcvautomation_funcs with the "waitfor" function 2012-07-20 11:49:21 -04:00
Bradlee Speice
b37f802d38 Add a function to wait for an image to be displayed
Clean up some loose ends with the waitfor function

Finish tying up loose ends, build is clean now
2012-07-20 11:49:18 -04:00
Bradlee Speice
756807d787 Make sure the libcvautomation_funcs are returning correctly
They most likely were anyway, but making it a bit more readable is never a problem.
2012-07-20 10:47:10 -04:00
Bradlee Speice
a33d97a2a6 Fix return codes actually doing what they're documented to 2012-07-20 10:41:50 -04:00
Bradlee Speice
06804d6528 Switch everything to using cvaPoint rather than CvPoint 2012-07-20 10:20:51 -04:00
Bradlee Speice
5fd67a57e6 Change doxygen to generate .1 files for cva-match and cva-input 2012-07-20 09:29:21 -04:00
Bradlee Speice
a6fff5243f Fix Doxygen and rename some pages 2012-07-20 09:14:25 -04:00
Bradlee Speice
84383e2053 Fix build issues related to opencv2 2012-07-19 18:13:36 -04:00
Bradlee Speice
86332f894b Fix up the brutish hack into something that looks much better 2012-07-19 17:32:59 -04:00
Bradlee Speice
c4c700fcda Merge include/opencv1 and include/opencv2
Warning, this is a brutish hack, and unless fixed, should not be used.
2012-07-19 17:17:06 -04:00
Bradlee Speice
556e8b59ed Integrate the specfile into autoconf 2012-07-19 16:42:24 -04:00