# Generated by Makefile. Do not edit. commit 95271eb3f970a196d23540d4d86766e725bb3ecb Author: Cesar Mauri Date: Thu Jan 15 13:57:36 2015 +0100 bump version number again NEWS | 2 +- configure.in | 2 +- debian/changelog | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) commit 8622f3f1fe9a20fa79be53f852b134fc15e28087 Author: Cesar Mauri Date: Thu Jan 15 13:29:42 2015 +0100 update untranslated string for ca and es locales po/POTFILES.in | 3 +++ po/ca.gmo | Bin 24329 -> 24612 bytes po/ca.po | 30 +++++++++++++++++------------- po/es.gmo | Bin 24481 -> 24763 bytes po/es.po | 30 +++++++++++++++++------------- po/eviacam.pot | 18 +++++++++++++++++- 6 files changed, 54 insertions(+), 27 deletions(-) commit ebf2135b846f8279a47cde0c62bad7c220bd4d7e Author: Cesar Mauri Date: Thu Jan 15 12:23:02 2015 +0100 avoid symbols exportation simplelog/simplelog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4051ea74098ed4bd5d30b9ae35e6848c04de3cf4 Author: Cesar Mauri Date: Thu Jan 15 11:53:23 2015 +0100 update untranslated string for ca and es locales po/ca.gmo | Bin 24500 -> 24329 bytes po/ca.po | 465 ++++++++++++++++++++++++++++---------------------------- po/es.gmo | Bin 24653 -> 24481 bytes po/es.po | 462 +++++++++++++++++++++++++++---------------------------- po/eviacam.pot | 446 ++++++++++++++++++++++++++--------------------------- 5 files changed, 681 insertions(+), 692 deletions(-) commit 9f02d9f8f0ddbf83fe042ffb5976667063e199c6 Author: Cesar Mauri Date: Thu Jan 15 11:45:33 2015 +0100 fix iCCP PNG warning doc/eviacam_logo.png | Bin 29881 -> 28010 bytes 1 file changed, 0 insertions(+), 0 deletions(-) commit 8f34199cc3f4074400d0623494c41e30844e9f91 Author: Cesar Mauri Date: Thu Jan 15 11:00:42 2015 +0100 update ubuntu release directory ubuntu/control-lucid | 1 - ubuntu/control-saucy | 1 - ubuntu/control-utopic | 17 +++++++++++++++++ ubuntu/control-vivid | 1 + ubuntu/rules-lucid | 6 ------ ubuntu/rules-saucy | 1 - ubuntu/rules-utopic | 1 + ubuntu/rules-vivid | 1 + ubuntu/ubuntu-releases | 6 +++--- 9 files changed, 23 insertions(+), 12 deletions(-) commit c2c37cbbd0c28f2cfb6f8746295818f3bb6ec1c8 Author: Cesar Mauri Date: Wed Jan 14 21:02:45 2015 +0100 bump version number NEWS | 11 +++++++++++ configure.in | 4 ++-- debian/changelog | 4 ++-- 3 files changed, 15 insertions(+), 4 deletions(-) commit 770627a2d73bf33452fa02ce0bf44730dec64044 Author: Cesar Mauri Date: Wed Jan 14 20:44:54 2015 +0100 update urls src/website.cpp | 61 ++++--------------------------------------------------- 1 file changed, 4 insertions(+), 57 deletions(-) commit 787769843f9c599f183f73c3a9c0effcfe24d866 Author: Cesar Mauri Date: Wed Jan 7 20:39:48 2015 +0100 update German translation po/de.gmo | Bin 23073 -> 24674 bytes po/de.po | 38 +++++++++++++++++++++----------------- 2 files changed, 21 insertions(+), 17 deletions(-) commit c8e87c7bf60bc1304d23f3b296717acc59b5c224 Author: Cesar Mauri Date: Wed Jan 7 20:33:10 2015 +0100 wait between clicks range up to 50ms (bug #42) src/gui.pjd | 2 +- src/pointeraction.h | 2 +- src/wconfiguration.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit 2be1edad47d0e4b0f5819109fcf5bf12d88d2132 Author: Cesar Mauri Date: Wed Jan 7 17:36:13 2015 +0100 update check updates URL src/checkupdates.cpp | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) commit 9833cdbae6a5c505ce2bf81bd93e93f19c563e35 Merge: c9b7856 ff538d7 Author: Cesar Mauri Date: Fri Jan 2 17:58:23 2015 +0100 Merge branch 'check_updates_startup' into devel commit ff538d77f68361b7d74f7a9de24e1742ffea249a Author: Cesar Mauri Date: Fri Jan 2 17:22:34 2015 +0100 improve version checking src/Makefile.am | 4 +- src/checkupdates.cpp | 10 ++-- src/checkupdates_listener.cpp | 55 -------------------- src/checkupdates_listener.h | 46 ----------------- src/checkupdates_manager.cpp | 112 +++++++++++++++++++++++++++++++++++++++++ src/checkupdates_manager.h | 51 +++++++++++++++++++ src/checkupdates_ui.cpp | 50 ++++++------------ src/checkupdates_ui.h | 8 +-- src/eviacam.vcxproj | 4 +- src/eviacam.vcxproj.filters | 4 +- src/viacamcontroller.cpp | 17 ++++--- src/viacamcontroller.h | 4 +- src/wviacam.cpp | 7 ++- 13 files changed, 208 insertions(+), 164 deletions(-) commit 43818de322503ca1547949ad3e50d421e7cbd682 Author: Cesar Mauri Date: Wed Dec 31 16:29:13 2014 +0100 check updates at startup src/Makefile.am | 6 +- src/checkupdates.cpp | 31 +++++---- src/checkupdates.h | 14 ++++ src/checkupdates_listener.cpp | 55 +++++++++++++++ src/checkupdates_listener.h | 46 +++++++++++++ src/eviacam.vcxproj | 2 + src/eviacam.vcxproj.filters | 6 ++ src/gui.pjd | 149 +++++++++++++++++++++++++++++++++++++++++ src/viacamcontroller.cpp | 20 +++++- src/viacamcontroller.h | 9 +++ src/wconfiguration.cpp | 37 ++++++++-- src/wconfiguration.h | 5 ++ 12 files changed, 357 insertions(+), 23 deletions(-) commit b98d4c58ba86bfaa76064e35512e8cf7563cc7ba Author: Cesar Mauri Date: Wed Dec 31 15:25:39 2014 +0100 update version check URL src/checkupdates.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) commit 974097ee5bca17418ac6ee278a4533bd50295375 Author: Cesar Mauri Date: Wed Dec 31 13:21:48 2014 +0100 remove polling code src/checkupdates.cpp | 47 +++++++++++++++++------- src/checkupdates.h | 37 ++++--------------- src/checkupdates_ui.cpp | 93 +++++++++++++++++++++++------------------------ 3 files changed, 87 insertions(+), 90 deletions(-) commit 4ba7d038b0e63fd74c6904022bc025af3827f262 Author: Cesar Mauri Date: Wed Dec 31 00:10:51 2014 +0100 use events to communicate update thread with the main one src/checkupdates.cpp | 104 +++++++++++++++++++++++++++++------------------ src/checkupdates.h | 38 +++++++++-------- src/checkupdates_ui.cpp | 29 ++++++++----- src/checkupdates_ui.h | 11 +++-- 4 files changed, 110 insertions(+), 72 deletions(-) commit c9b7856dae7b04ed4ca5110bee9b47eaee8468f6 Author: Cesar Mauri Date: Tue Dec 30 19:06:08 2014 +0100 error message in red src/gui.pjd | 28 ++-------------------------- src/wmotioncalibrationx.cpp | 3 ++- src/wmotioncalibrationy.cpp | 3 ++- 3 files changed, 6 insertions(+), 28 deletions(-) commit c14c3432d283f8e694e5ff23471143077fc498f9 Author: Cesar Mauri Date: Tue Dec 30 18:50:12 2014 +0100 run wizard at startup only once src/gui.pjd | 3 ++- src/wwizard.cpp | 13 +++++++++++++ src/wwizard.h | 3 +++ 3 files changed, 18 insertions(+), 1 deletion(-) commit 9247e9357390c848154c4696164f6da8796f08eb Author: Cesar Mauri Date: Tue Dec 30 18:31:21 2014 +0100 remove unneeded method src/viacamcontroller.cpp | 11 +++-------- src/viacamcontroller.h | 2 -- wxutil/configbase.cpp | 6 ------ wxutil/configbase.h | 5 ----- wxutil/configmanager.cpp | 4 +--- wxutil/configmanager.h | 2 +- 6 files changed, 5 insertions(+), 25 deletions(-) commit 0aafe2ed779fc61fb53cdc520391cd62d14babb7 Author: Cesar Mauri Date: Tue Dec 30 17:46:59 2014 +0100 fixed some minor defects in GUI src/gui.pjd | 116 +---------------- src/wconfiguration.cpp | 111 ++++++++-------- src/wwizard.cpp | 334 +++++++++++++++++++++++------------------------- 3 files changed, 219 insertions(+), 342 deletions(-) commit 0cd7034b724d7ddae7c94035240c8ed962fbce8e Author: Cesar Mauri Date: Tue Dec 30 17:32:59 2014 +0100 fix wizard width src/gui.pjd | 10 +++++++++- src/wwizard.cpp | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) commit d16b2bdb87716cc91a1a3b48faff9e13a8c8588d Author: Cesar Mauri Date: Tue Dec 30 17:25:55 2014 +0100 new tracker dialog displayed only to users of previous versions src/viacamcontroller.cpp | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) commit 1c69123c77f8e92779869fdb7aa92eaf18485fc9 Author: Cesar Mauri Date: Mon Dec 29 20:15:06 2014 +0100 update translations: ar, fr, gl, he, lt, pt_BR and ru po/ar.gmo | Bin 9515 -> 17040 bytes po/ar.po | 263 +++++++++++++---------------- po/fr.gmo | Bin 22282 -> 25294 bytes po/fr.po | 435 +++++++++-------------------------------------- po/gl.gmo | Bin 21717 -> 24735 bytes po/gl.po | 533 +++++++++++----------------------------------------------- po/he.gmo | Bin 24546 -> 26880 bytes po/he.po | 367 ++++++++-------------------------------- po/lt.gmo | Bin 22605 -> 24126 bytes po/lt.po | 244 ++++++++------------------- po/pt_BR.gmo | Bin 22009 -> 24964 bytes po/pt_BR.po | 345 ++++++++----------------------------- po/ru.gmo | Bin 26176 -> 30139 bytes po/ru.po | 361 +++++++++------------------------------ 14 files changed, 578 insertions(+), 1970 deletions(-) commit 2adceb665158ad7b9c0ea9c33f88ba5474933ffa Author: Cesar Mauri Date: Mon Dec 29 19:38:38 2014 +0100 add Chinese (Simplified) translation. Thanks to Xiaoyu Wang and vipuser2000 THANKS | 1 + configure.in | 2 +- po/zh_CN.gmo | Bin 0 -> 20378 bytes po/zh_CN.po | 1184 ++++++++++++++++++++++++++++++++++++++++++++++++ src/eviacam.vcxproj | 6 + src/langnames-utf8.h | 1 + win32/installer.iss.in | 2 + 7 files changed, 1195 insertions(+), 1 deletion(-) commit b15717806edd2a0d40e3d68a779fb8302d25276b Author: Cesar Mauri Date: Mon Dec 29 18:53:20 2014 +0100 update Spanish and Catalan translations po/ca.gmo | Bin 22985 -> 24500 bytes po/ca.po | 74 ++++++++++++++++++++++++++++++------------------------------- po/es.gmo | Bin 23130 -> 24653 bytes po/es.po | 53 +++++++++++++++++++++---------------------- 4 files changed, 63 insertions(+), 64 deletions(-) commit 00e097c946c282155ccc861fa29ea7e99d35bd08 Author: Cesar Mauri Date: Mon Dec 29 16:58:45 2014 +0100 add Chinese (Taiwan) translation. Thanks to Chinrur Yang THANKS | 1 + configure.in | 2 +- po/zh_TW.gmo | Bin 0 -> 22616 bytes po/zh_TW.po | 1284 ++++++++++++++++++++++++++++++++++++++++++++++++ src/eviacam.vcxproj | 6 + src/langnames-utf8.h | 1 + win32/installer.iss.in | 2 + 7 files changed, 1295 insertions(+), 1 deletion(-) commit 6af27dfbe26a4e126aafe7edfc7212e5d5796e0d Author: Cesar Mauri Date: Wed Dec 24 17:10:23 2014 +0100 update po files po/ar.po | 383 ++++++++++++++++++++++++++++++++------------------------- po/ast.po | 387 +++++++++++++++++++++++++++++++++------------------------- po/ca.po | 390 ++++++++++++++++++++++++++++++++++------------------------- po/de.po | 386 +++++++++++++++++++++++++++++++++------------------------- po/el.po | 388 +++++++++++++++++++++++++++++++++------------------------- po/es.po | 390 ++++++++++++++++++++++++++++++++++------------------------- po/fr.po | 388 +++++++++++++++++++++++++++++++++------------------------- po/gl.po | 388 +++++++++++++++++++++++++++++++++------------------------- po/he.po | 388 +++++++++++++++++++++++++++++++++------------------------- po/it.po | 388 +++++++++++++++++++++++++++++++++------------------------- po/ja.po | 388 +++++++++++++++++++++++++++++++++------------------------- po/lt.po | 382 ++++++++++++++++++++++++++++++++------------------------- po/oc.po | 387 +++++++++++++++++++++++++++++++++------------------------- po/pt_BR.po | 388 +++++++++++++++++++++++++++++++++------------------------- po/ru.po | 388 +++++++++++++++++++++++++++++++++------------------------- po/tr.po | 383 ++++++++++++++++++++++++++++++++------------------------- 16 files changed, 3535 insertions(+), 2657 deletions(-) commit ddca55f6dc4f05354c5376d5dc6644f744200811 Author: Cesar Mauri Date: Wed Dec 24 16:59:37 2014 +0100 update pot files po/POTFILES.in | 3 +- po/eviacam.pot | 371 ++++++++++++++++++++++++++++++++------------------------ 2 files changed, 213 insertions(+), 161 deletions(-) commit 3f6571edd0577426b0409375444038c413a27f93 Author: Cesar Mauri Date: Wed Dec 24 16:50:41 2014 +0100 fix language names not displayed properly src/langnames-utf8.h | 40 ++++++++++++++++++++-------------------- src/viacamcontroller.cpp | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) commit 88d7a5591243f0d0e80abde0861fe505f93562e5 Author: Cesar Mauri Date: Tue Dec 23 21:22:12 2014 +0100 fix motion calibration window bug and adjust limits for the new tracker src/cmotioncalibration.cpp | 11 +++++++---- src/wconfirmcalibration.cpp | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) commit e72b79b9eeaa26456ca916de5b2a02b3822543ed Author: Cesar Mauri Date: Tue Dec 23 20:57:44 2014 +0100 add missing files to Makefile and fix C++11 related warning src/Makefile.am | 6 ++++-- src/visionpipeline.h | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) commit 38db2fccc16917d55235044db14c809b385829a7 Merge: 1c11180 9f72989 Author: Cesar Mauri Date: Tue Dec 23 20:46:56 2014 +0100 Merge branch 'new_tracker' into devel commit 9f72989dc1e375e69c96f56a9cbcdff37fd704d0 Author: Cesar Mauri Date: Tue Dec 23 20:44:45 2014 +0100 refactor static variables src/visionpipeline.cpp | 97 ++++++++++++++++++++++-------------------------- src/visionpipeline.h | 7 +++- 2 files changed, 51 insertions(+), 53 deletions(-) commit 4accca9f58af34b632ae13a0498c7f4b59a4e92f Author: Cesar Mauri Date: Tue Dec 23 17:21:22 2014 +0100 updagrade default values for the new tracker and update messages src/gui.pjd | 24 ++++++++++++------------ src/newtrackerinformationdlg.cpp | 19 +++++++++++++------ src/newtrackerinformationdlg.h | 1 + src/pointeraction.cpp | 4 ++-- src/wwizard.cpp | 30 +++++++++++++++--------------- 5 files changed, 43 insertions(+), 35 deletions(-) commit 6f625ea6719e1a44574b4a7c57dffbb9b36bdcf6 Author: Cesar Mauri Date: Tue Dec 23 17:05:22 2014 +0100 various fixes src/visionpipeline.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit 559d825be6700a39b295f2627e36dae88fa60ab2 Author: Cesar Mauri Date: Tue Dec 23 16:17:35 2014 +0100 add dialog on startup about the new face tracker src/eviacam.vcxproj | 2 + src/eviacam.vcxproj.filters | 6 + src/gui.pjd | 975 +++++++++++++++++++++++++++++++++++--- src/newtrackerinformationdlg.cpp | 260 ++++++++++ src/newtrackerinformationdlg.h | 107 +++++ src/viacamcontroller.cpp | 10 + src/viacamcontroller.h | 10 +- src/wconfiguration.cpp | 149 +++--- src/wconfiguration.h | 10 +- 9 files changed, 1383 insertions(+), 146 deletions(-) commit ced83fdb3488a2e6c555ebfddf9bd17e4437f0f8 Author: Cesar Mauri Date: Sun Dec 21 13:20:36 2014 +0100 make sure old tracker works as always src/visionpipeline.cpp | 46 +++++++++++++++++----------------------------- 1 file changed, 17 insertions(+), 29 deletions(-) commit a6799bf1206a8b361e8fb1154f46ef7d1a25812d Author: Cesar Mauri Date: Fri Dec 19 20:57:51 2014 +0100 improve tracking accuracy src/visionpipeline.cpp | 155 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 117 insertions(+), 38 deletions(-) commit d3d70b0550ba66da7e98113e1e9e68850bba2efd Author: Cesar Mauri Date: Sat Sep 27 16:25:59 2014 +0200 improved face detection and new and old implementation src/visionpipeline.cpp | 230 ++++++++++++++++++++++++++++-------------------- src/visionpipeline.h | 4 + 2 files changed, 138 insertions(+), 96 deletions(-) commit 7787ac8742b5e7c221e7f0f86d10ef64958aecb4 Author: Cesar Mauri Date: Thu Sep 25 20:16:16 2014 +0200 add option to choose new or old tracker src/gui.pjd | 480 +++++++++++++++++++++++++++--------------------- src/visionpipeline.cpp | 14 +- src/visionpipeline.h | 6 +- src/wconfiguration.cpp | 194 ++++++++++--------- src/wconfiguration.h | 5 + 5 files changed, 394 insertions(+), 305 deletions(-) commit 17fdc5c46e2b9d1963fe8878bd2c6d107ce54496 Author: Cesar Mauri Date: Thu Sep 25 19:33:19 2014 +0200 old/new tracker code refactored src/visionpipeline.cpp | 176 ++++++++++++++++++++++++++---------------------- src/visionpipeline.h | 3 +- 2 files changed, 99 insertions(+), 80 deletions(-) commit 1dbe23a4a5a6956dda43793f7f213b7941773369 Author: Cesar Mauri Date: Thu Sep 25 13:25:37 2014 +0200 first working version src/eviacam.vcxproj | 4 +- src/visionpipeline.cpp | 128 +++++++++++++++++++++++++++++++++++++++--------- src/visionpipeline.h | 1 - 3 files changed, 108 insertions(+), 25 deletions(-) commit 1c11180f82e7698edba73e6c65cb5f611a914ff6 Author: Cesar Mauri Date: Sat Sep 20 17:46:48 2014 +0200 update INSTALL file INSTALL | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-) commit 3a439efc4c1582a557d3f8593f3ce43089e540b3 Author: Cesar Mauri Date: Sat Sep 20 16:25:03 2014 +0200 fix memory leaks src/eviacamapp.cpp | 6 +++++- src/visionpipeline.cpp | 8 ++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) commit 69be1736d58881cdea7ce208827cddb01ce55123 Author: Cesar Mauri Date: Sat Sep 20 12:33:32 2014 +0200 update to work with vs2013, opencv 2.4.9, wxWidgets 3.0.1 Acknowledgments: - thanks to Christian Bieder (chb) for wxWidgets patch .gitignore | 4 +- creavision/CreaVision_eviacam.vcxproj | 135 ++++++++++ creavision/CreaVision_eviacam.vcxproj.filters | 89 +++++++ creavision/SampleGrabber.h | 74 ++++++ creavision/qedit.h | 1 + simplelog/simplelog.vcxproj | 128 ++++++++++ simplelog/simplelog.vcxproj.filters | 21 ++ src/ckeyboardcode.cpp | 2 +- src/eviacam.vcxproj | 341 +++++++++++++++++++++++++ src/eviacam.vcxproj.filters | 224 ++++++++++++++++ src/eviacamapp.cpp | 7 +- src/viacamcontroller.cpp | 9 +- src/visionpipeline.cpp | 24 +- src/wconfiguration.cpp | 4 +- src/wconfirmcalibration.cpp | 1 + src/wconfirmcalibration.h | 2 +- win32/eviacam.sln | 24 +- wxcamwindow/camwindow.cpp | 2 +- wxcamwindow/wxcamwindow.vcxproj | 140 ++++++++++ wxcamwindow/wxcamwindow.vcxproj.filters | 39 +++ wxutil/wxutil.vcxproj | 142 ++++++++++ wxutil/wxutil.vcxproj.filters | 57 +++++ 22 files changed, 1439 insertions(+), 31 deletions(-) commit 09d4b865d1d8525da833f9fc5041e3f36c013064 Author: Cesar Mauri Date: Tue May 27 19:01:10 2014 +0200 fix end of lines README | 220 ++++++++++++------------- THANKS | 54 +++---- src/checkupdates.cpp | 112 ++++++------- src/ckeyboardcode.cpp | 258 +++++++++++++++--------------- src/clickwindow.cpp | 372 +++++++++++++++++++++---------------------- src/clickwindow.h | 170 ++++++++++---------- src/eviacamapp.cpp | 60 +++---- src/eviacamapp.h | 4 +- src/hotkeymanager.cpp | 2 +- src/langnames-utf8.h | 106 ++++++------ src/website.cpp | 2 +- src/wgetkey.h | 6 +- wxcamwindow/camwindow.h | 144 ++++++++--------- wxcamwindow/capturethread.h | 86 +++++----- wxcamwindow/wxnormroi.cpp | 168 +++++++++---------- wxcamwindow/wxnormroi.h | 64 ++++---- wxutil/configmanager.cpp | 230 +++++++++++++------------- wxutil/configmanager.h | 68 ++++---- wxutil/mousecontrol.cpp | 20 +-- wxutil/timeutil.cpp | 52 +++--- wxutil/timeutil.h | 2 +- 21 files changed, 1100 insertions(+), 1100 deletions(-) commit d4c42e93bd2277d96f6fb430c35085eaad6838f4 Author: Cesar Mauri Date: Tue May 27 19:00:50 2014 +0200 fix end of lines (creavision) creavision/crvcamera_cv.cpp | 354 +-- creavision/crvcamera_cv.h | 88 +- creavision/crvcamera_enum.cpp | 2 +- creavision/crvcamera_v4l2.h | 2 +- creavision/crvcamera_wdm.cpp | 218 +- creavision/crvcamera_wdm.h | 74 +- creavision/crvcolor.cpp | 400 ++-- creavision/crvcolor.h | 72 +- creavision/crvgeomtry.cpp | 650 +++--- creavision/crvgeomtry.h | 216 +- creavision/crvhistogram.cpp | 244 +- creavision/crvhistogram.h | 58 +- creavision/crvmisc.h | 206 +- creavision/crvnormroi.h | 180 +- creavision/crvskindetection.cpp | 308 +-- creavision/crvskindetection.h | 40 +- creavision/videoInput.cpp | 4718 +++++++++++++++++++-------------------- creavision/videoInput.h | 770 +++---- 18 files changed, 4300 insertions(+), 4300 deletions(-) commit 78cf88bfd34ea19dac6a3687eb0006849fbc768f Author: Cesar Mauri Date: Mon May 26 19:46:29 2014 +0200 update German translations (thanks to Christian Bieder) po/de.gmo | Bin 21740 -> 23073 bytes po/de.po | 42 +++++++++++++++++------------------------- 2 files changed, 17 insertions(+), 25 deletions(-) commit b967f7b1d812ece4ac8305393b958d331c6fb467 Author: Cesar Mauri Date: Thu May 22 12:04:41 2014 +0200 fix #48 crvhistogram.cpp 134 and #49 wwizard.cpp line 379 and line 1231 creavision/crvhistogram.cpp | 2 +- src/gui.pjd | 2 +- src/wwizard.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit 7a045c39bb3bbbe34fbd328fd31218f3c077c5a8 Merge: 31f5e2a ee37aef Author: Cesar Mauri Date: Sat May 3 18:21:04 2014 +0200 Merge branch 'release-1.7.2' into devel commit ee37aef37463aa99b755967670b8adcde7392215 Author: Cesar Mauri Date: Sat May 3 18:00:13 2014 +0200 update ubuntu release directory (add trusty) ubuntu/control-quantal | 1 - ubuntu/control-raring | 1 - ubuntu/control-trusty | 1 + ubuntu/rules-quantal | 1 - ubuntu/rules-raring | 1 - ubuntu/rules-trusty | 1 + ubuntu/ubuntu-releases | 7 +++---- 7 files changed, 5 insertions(+), 8 deletions(-) commit 7856913e5672f2515d14355b4cc1bd48f14a832b Author: Cesar Mauri Date: Sat May 3 16:52:42 2014 +0200 update Lithuanian translation and .po/.gmo files automatically po/ar.gmo | Bin 9515 -> 9515 bytes po/ar.po | 463 ++++++++++++++++++++++--------------------------- po/ast.gmo | Bin 9220 -> 9220 bytes po/ast.po | 463 ++++++++++++++++++++++--------------------------- po/ca.gmo | Bin 22983 -> 22985 bytes po/ca.po | 288 +++++++++++++++++-------------- po/de.gmo | Bin 25243 -> 21740 bytes po/de.po | 544 +++++++++++++++++++++++++++++---------------------------- po/el.gmo | Bin 35104 -> 30070 bytes po/el.po | 546 ++++++++++++++++++++++++++++++---------------------------- po/es.gmo | Bin 23128 -> 23130 bytes po/es.po | 248 +++++++++++++------------- po/fr.gmo | Bin 25961 -> 22282 bytes po/fr.po | 544 +++++++++++++++++++++++++++++---------------------------- po/gl.gmo | Bin 25150 -> 21717 bytes po/gl.po | 539 +++++++++++++++++++++++++++++---------------------------- po/he.gmo | Bin 28345 -> 24546 bytes po/he.po | 533 ++++++++++++++++++++++++++++---------------------------- po/it.gmo | Bin 25242 -> 21977 bytes po/it.po | 544 +++++++++++++++++++++++++++++---------------------------- po/ja.gmo | Bin 27820 -> 24068 bytes po/ja.po | 537 +++++++++++++++++++++++++++++---------------------------- po/lt.gmo | Bin 24580 -> 22605 bytes po/lt.po | 490 ++++++++++++++++++++++------------------------------ po/oc.gmo | Bin 8726 -> 8726 bytes po/oc.po | 463 ++++++++++++++++++++++--------------------------- po/pt_BR.gmo | Bin 25416 -> 22009 bytes po/pt_BR.po | 540 +++++++++++++++++++++++++++++---------------------------- po/ru.gmo | Bin 30062 -> 26176 bytes po/ru.po | 531 ++++++++++++++++++++++++++++---------------------------- po/tr.gmo | Bin 10425 -> 10425 bytes po/tr.po | 463 ++++++++++++++++++++++--------------------------- 32 files changed, 3783 insertions(+), 3953 deletions(-) commit 683c78c11f1bc2061381ad7c2d177163b0ff0f46 Author: Cesar Mauri Date: Sat May 3 16:47:40 2014 +0200 bump version number NEWS | 10 ++++++++++ configure.in | 2 +- debian/changelog | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) commit 31f5e2a03937f8c200a4504a995e191e9d897631 Author: Cesar Mauri Date: Fri May 2 20:16:23 2014 +0200 update translation po/ca.gmo | Bin 24982 -> 22983 bytes po/ca.po | 731 ++++++++++++++++++++++++------------------------- po/es.gmo | Bin 25201 -> 23128 bytes po/es.po | 716 ++++++++++++++++++++++++------------------------ po/eviacam.pot | 451 ++++++++++++++---------------- src/wcameradialog.cpp | 2 +- 6 files changed, 916 insertions(+), 984 deletions(-) commit 8d0c989200b6045a66e17cab3e3078327d083e96 Author: Cesar Mauri Date: Fri May 2 16:40:37 2014 +0200 wizard improvements - disable calibration by default - middle click now works with test button - removed camera setup when not needed - wizard not run at startup by default when completed - removed useless page - reduced text - minor fixes src/gui.pjd | 5278 ++++++++++++++++------------------------------ src/pointeraction.cpp | 5 + src/pointeraction.h | 2 + src/viacamcontroller.cpp | 6 +- src/wwizard.cpp | 796 +++---- src/wwizard.h | 92 +- 6 files changed, 2088 insertions(+), 4091 deletions(-) commit 7b1c7ccaa9808f428754778b1b10e3eb92426ee8 Merge: bd5af55 9f605db Author: Cesar Mauri Date: Fri May 2 13:43:53 2014 +0200 Merge branch 'fix_mouseclick_too_short_2' into devel commit 9f605db81e0fc3dd7efe9309940d107fef2e6abe Author: Cesar Mauri Date: Fri May 2 13:41:27 2014 +0200 add UI for adjusting wait time between actions src/gui.pjd | 220 ++++++++++++++++++++++++++++++++++++++++++++++++ src/pointeraction.cpp | 3 + src/pointeraction.h | 6 ++ src/wconfiguration.cpp | 122 ++++++++++++++++----------- src/wconfiguration.h | 5 ++ 5 files changed, 309 insertions(+), 47 deletions(-) commit 3bdae146bc4825a51389494eef7727a23ab058b3 Author: Cesar Mauri Date: Fri May 2 12:37:40 2014 +0200 fix compilation and remove compilation warnings src/cmotioncalibration.cpp | 4 ++-- src/dwellclick.cpp | 4 ++-- src/gestureclick.cpp | 16 +++++++--------- src/gestureclick.h | 4 ++-- src/pointeraction.cpp | 28 ++++++++++++++-------------- src/visionpipeline.h | 4 ++-- wxutil/wxappbar.cpp | 8 ++++---- 7 files changed, 33 insertions(+), 35 deletions(-) commit 903ea76089592d4f755db1fa709914c19f356642 Author: Cesar Mauri Date: Fri May 2 12:35:16 2014 +0200 add sleep between mouse actions wxutil/mousecontrol.cpp | 82 ++++++++++++----------------------------------- wxutil/mousecontrol.h | 9 ++++-- 2 files changed, 27 insertions(+), 64 deletions(-) commit 1dcc6e97a24c538c8457c0dc5501f7f8d5c5abad Merge: 8f1a557 bd5af55 Author: Cesar Mauri Date: Fri May 2 11:27:03 2014 +0200 Merge branch 'devel' into fix_mouseclick_too_short_2 Conflicts: wxutil/mousecontrol.cpp commit bd5af556af744428d325c7f0d3d987afbc6eeefc Author: Cesar Mauri Date: Fri Mar 14 19:50:21 2014 +0100 update TODO file TODO | 2 ++ 1 file changed, 2 insertions(+) commit d7522491bca432cf8a268a9cf0236aaa0b6ad1c5 Merge: 3bb9d5f 6c6c41f Author: Cesar Mauri Date: Fri Mar 14 19:49:35 2014 +0100 Merge branch 'fix_multiscreen_click' into devel commit 6c6c41f9fe1202b1d75d0a5a0784c675ace45965 Author: Cesar Mauri Date: Fri Mar 14 19:47:20 2014 +0100 fix multiscreen click wxutil/mousecontrol.cpp | 103 +++++++++-------------------------------------- wxutil/mousecontrol.h | 25 +++++------- 2 files changed, 28 insertions(+), 100 deletions(-) commit 3bb9d5f22c0aa8720ff0256e5aa63ae69f8d30d7 Author: Cesar Mauri Date: Fri Mar 14 17:38:13 2014 +0100 fix silent install on win32 win32/installer.iss.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit c51747ffd813cb0912f4816e845e174e39af1a66 Merge: d399f20 e3212d6 Author: Cesar Mauri Date: Tue Feb 4 17:09:12 2014 +0100 Merge branch 'release-1.7.1' into devel commit e3212d690591b5a9f8e38e451b77642ee4d0d7d4 Author: Cesar Mauri Date: Fri Jan 3 19:33:11 2014 +0100 automatic translation updates and NEWS NEWS | 2 ++ po/ja.gmo | Bin 27820 -> 27820 bytes po/ja.po | 4 ++-- po/pt_BR.gmo | Bin 25416 -> 25416 bytes po/pt_BR.po | 8 ++++---- 5 files changed, 8 insertions(+), 6 deletions(-) commit 613113c16cccafcc6fdf128a11b98cd25de4dc1b Author: Cesar Mauri Date: Fri Jan 3 19:29:48 2014 +0100 add Lithuanian language support. Thanks to Agnius Svigaris THANKS | 1 + configure.in | 2 +- po/lt.gmo | Bin 0 -> 24580 bytes po/lt.po | 1309 ++++++++++++++++++++++++++++++++++++++++++++++++ src/eviacam.vcproj | 4 +- src/langnames-utf8.h | 1 + win32/installer.iss.in | 3 +- 7 files changed, 1316 insertions(+), 4 deletions(-) commit bb58bc475bf40e6968e22b0a67cdee86a59afd12 Author: Cesar Mauri Date: Fri Jan 3 18:16:19 2014 +0100 m4 scripts automatic update m4/libtool.m4 | 2238 ++++++++++++++++++++++++++++++++++------------------- m4/ltoptions.m4 | 32 +- m4/ltversion.m4 | 12 +- m4/lt~obsolete.m4 | 12 +- 4 files changed, 1461 insertions(+), 833 deletions(-) commit 7522b745c0a24d7c5b822129a8a51d6bb87247a4 Author: Cesar Mauri Date: Fri Jan 3 18:16:00 2014 +0100 Bump version number and update NEWS file NEWS | 3 +++ configure.in | 4 ++-- debian/changelog | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) commit d399f2019b386fa3bc094b91352f7d294e473ae9 Author: Cesar Mauri Date: Fri Jan 3 17:56:42 2014 +0100 add ubuntu saucy build ubuntu/control-saucy | 1 + ubuntu/rules-saucy | 1 + ubuntu/ubuntu-releases | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) commit 21739b22f4c4cc727029729ec21385910d6a4608 Merge: 2439af7 833c527 Author: Cesar Mauri Date: Wed Jul 24 13:08:47 2013 +0200 Merge branch 'fix_sid_build' into devel commit 833c5279af9e62b00a4041ed4149ca84646f6070 Author: Cesar Mauri Date: Thu Jun 13 18:36:27 2013 +0200 fix libv4l1-videodev.h - linux/videodev.h detection sequence configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 7135ab51e9b3382a3a0570b68f3d59da5f1646d0 Author: Cesar Mauri Date: Thu Jun 13 18:35:57 2013 +0200 libwebcam: remove deprecated control ids creavision/libwebcam/libwebcam.c | 2 -- 1 file changed, 2 deletions(-) commit 2439af747b86bd19e9628c3fc7e76eb7ab9e625f Author: Cesar Mauri Date: Thu Jun 13 18:30:53 2013 +0200 fix contributor name THANKS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e5e205b06631c4b43d20ed5337f358ca60ffda8f Merge: b546551 22a0f4d Author: Cesar Mauri Date: Thu May 30 19:01:36 2013 +0200 Merge branch 'release-1.7.0' into devel commit 22a0f4d80619bc54ba987b45acdfc71eb03ebaaf Author: Cesar Mauri Date: Thu May 30 13:11:25 2013 +0200 update scripts to create ubuntu releases and documentation ubuntu/control | 17 +++++++++++++++ ubuntu/control-lucid | 1 + ubuntu/control-precise | 17 +++++++++++++++ ubuntu/control-quantal | 1 + ubuntu/control-raring | 1 + ubuntu/make_ubuntu_release.sh | 11 +++++++++- ubuntu/rules-maverick | 1 - ubuntu/rules-natty | 1 - ubuntu/rules-oneiric | 1 - ubuntu/ubuntu-releases | 3 --- ubuntu/ubuntu_releasing.txt | 47 +++++++++++++++++++---------------------- 11 files changed, 69 insertions(+), 32 deletions(-) commit 4b427cb18f682d88875ab936fee8de485a85de07 Author: Cesar Mauri Date: Thu May 30 17:21:28 2013 +0200 fix missing installer icon for win32 Makefile.am | 1 + 1 file changed, 1 insertion(+) commit d44b391be29faaba4e9a41675fd62dd721147976 Author: Cesar Mauri Date: Thu May 30 13:23:08 2013 +0200 Remove INSTALL.es file and update TODO file INSTALL.es | 95 ----------------------------------------------------------- Makefile.am | 1 - TODO | 5 ---- 3 files changed, 101 deletions(-) commit c1158d568096995c0365e9dff2cbe291a55aa21e Author: Cesar Mauri Date: Thu May 30 13:12:50 2013 +0200 po files automatic update po/ar.gmo | Bin 9570 -> 9515 bytes po/ar.po | 431 ++++++++++++++++++------------------ po/ast.gmo | Bin 9264 -> 9220 bytes po/ast.po | 431 ++++++++++++++++++------------------ po/ca.gmo | Bin 25026 -> 24982 bytes po/ca.po | 431 ++++++++++++++++++------------------ po/de.gmo | Bin 25287 -> 25243 bytes po/de.po | 646 ++++++++++++++++++++++++++--------------------------- po/el.gmo | Bin 35175 -> 35104 bytes po/el.po | 654 +++++++++++++++++++++++++++++++----------------------- po/es.gmo | Bin 25245 -> 25201 bytes po/es.po | 431 ++++++++++++++++++------------------ po/eviacam.pot | 428 ++++++++++++++++++----------------- po/fr.gmo | Bin 25994 -> 25961 bytes po/fr.po | 641 +++++++++++++++++++++++++++-------------------------- po/gl.gmo | Bin 25194 -> 25150 bytes po/gl.po | 435 ++++++++++++++++++------------------ po/he.gmo | Bin 28393 -> 28345 bytes po/he.po | 431 ++++++++++++++++++------------------ po/it.gmo | Bin 25286 -> 25242 bytes po/it.po | 640 +++++++++++++++++++++++++++-------------------------- po/ja.gmo | Bin 27864 -> 27820 bytes po/ja.po | 405 +++++++++++++++++----------------- po/oc.gmo | Bin 8772 -> 8726 bytes po/oc.po | 431 ++++++++++++++++++------------------ po/pt_BR.gmo | Bin 25461 -> 25416 bytes po/pt_BR.po | 675 +++++++++++++++++++++++++++++++++----------------------- po/ru.gmo | Bin 30106 -> 30062 bytes po/ru.po | 432 ++++++++++++++++++------------------ po/tr.gmo | Bin 10469 -> 10425 bytes po/tr.po | 431 ++++++++++++++++++------------------ 31 files changed, 4106 insertions(+), 3867 deletions(-) commit b9d27d0aba4fec10f07e3c1e3c40e5908137963a Author: Cesar Mauri Date: Thu May 30 13:04:08 2013 +0200 Bump version number and update NEWS file NEWS | 10 ++++++++++ configure.in | 4 ++-- debian/changelog | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) commit b54655100d2d8fbe25c25de23617f3b677edff99 Author: Cesar Mauri Date: Mon May 27 17:41:01 2013 +0200 fix trailing whitespaces src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a1a34341a0697af039375a409759fa6fe77f2916 Author: Cesar Mauri Date: Mon May 27 17:31:29 2013 +0200 increase face detector range src/visionpipeline.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit 837a3508c2a51dbe2e1efda4d96657d47f2ee96f Author: Cesar Mauri Date: Mon May 27 17:30:47 2013 +0200 update rest of files to use simplelog at its new location .gitignore | 2 ++ Makefile.am | 1 + configure.in | 1 + src/Makefile.am | 17 +++++++++++------ src/eviacam.vcproj | 8 ++++---- src/eviacamapp.cpp | 3 ++- win32/eviacam.sln | 6 ++++++ wxutil/Makefile.am | 8 +++----- wxutil/wxutil.vcproj | 12 ++---------- 9 files changed, 32 insertions(+), 26 deletions(-) commit 2ad904bca2b7a5b2f89d7b8bb0c49dcbabe2cfce Author: Cesar Mauri Date: Mon May 27 17:27:18 2013 +0200 update creavision to use new simplelog creavision/CreaVision_eviacam.vcproj | 4 ++-- creavision/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit 83ca2a1e5074b5c2271931d5d7155bd37ae39805 Author: Cesar Mauri Date: Mon May 27 17:26:55 2013 +0200 remove old simplelog files simplelog.c | 79 -------------------------------------------- simplelog.h | 106 ----------------------------------------------------------- 2 files changed, 185 deletions(-) commit 827a9822ba1813fed29e2924f2554bc8f33f8048 Author: Cesar Mauri Date: Mon May 27 17:26:17 2013 +0200 simplelog: add Makefile.am and VS2008 project simplelog/Makefile.am | 10 +++ simplelog/simplelog.vcproj | 203 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 213 insertions(+) commit 78d35e93bcfa16b49aa89d860bcb594877f13a1a Merge: fa7c892 6971947 Author: Cesar Mauri Date: Mon May 27 16:32:33 2013 +0200 Merge commit '69719478cfa4e01a65b2727b6102b1c8a8abe65b' as 'simplelog' commit 69719478cfa4e01a65b2727b6102b1c8a8abe65b Author: Cesar Mauri Date: Mon May 27 16:32:33 2013 +0200 Squashed 'simplelog/' content from commit 108bd8a git-subtree-dir: simplelog git-subtree-split: 108bd8a6920d599b50340c86bcfeb6dc299d50e3 CMakeLists.txt | 35 ++++++++++++ simplelog.c | 81 ++++++++++++++++++++++++++++ simplelog.h | 165 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 281 insertions(+) commit fa7c892558e9052fe3f644d57552da6e6ce0b438 Author: Cesar Mauri Date: Mon May 27 16:08:23 2013 +0200 fix desktop icon (linux) and mini icon for configuration panel src/Makefile.am | 5 +- src/clickwindowbitmap.cpp | 6 +- src/clickwindowbitmapvertical.cpp | 6 +- src/gui.pjd | 61 +++------ src/icons/eviacam.png | Bin 0 -> 5226 bytes src/icons/eviacam.xpm | 261 ------------------------------------- src/icons/eviacam_gray_bg.xpm | 261 +++++++++++++++++++++++++++++++++++++ src/wconfiguration.cpp | 43 +----- 8 files changed, 292 insertions(+), 351 deletions(-) commit 2d204b96d2ad8c8e6575bff83d96be108259d114 Merge: d915ffa a87408b Author: Cesar Mauri Date: Mon May 27 13:40:56 2013 +0200 Merge creavision subtree into devel commit 'a87408b359dfef056e5b167bb2df9d0de0078487' Conflicts: creavision/CMakeLists.txt creavision/Makefile.am creavision/crvcamera.cpp creavision/crvcamera.h creavision/crvimage.cpp creavision/crvimage.h commit a87408b359dfef056e5b167bb2df9d0de0078487 Author: Cesar Mauri Date: Mon May 27 13:27:51 2013 +0200 Squashed 'creavision/' changes from ac382f4..9e8ac70 9e8ac70 creavision: remove compilation warnings e47c4c9 creavision: integrate simplelog d8da592 creavision: fix opencv cmake detection 420c5c3 update win32 build for VS 2008 b3d25ad creavision/ now use simplelog 94c3d5c creavision/ code cleanup. Removed most compilation warnings. f319e40 marge changed from creavision 0494c83 Removed compilation warning d3245c3 Added linking against libv4l2 73db1d1 Merge ssh://192.168.1.4/crea/repo/creavision 3ae3cc7 Force right width/height minimum values 9f521e4 Improved comments 7c375fc Closes bug [ID:3434108]: camera image. (3) 3c96701 Closes bug [ID:3434108]: camera image. (2) cf8fbb1 Closed bug [ID:3434108]: camera image. (Workaround) ce06183 Merge branch 'master' of /crea/repo/creavision into creavision2 6efe909 Fixed bug [ID:3414928]: OpenCV Gui error. eacaf96 creavision: fixed wrong image release when image was imported. d986cae creavision: fixed wrong image release when image was imported. b24ff9f Merge branch 'master' into proves 34b537c Merge branch 'master' into proves 7bcadda Fixed out of source dir build f996ef5 Fixed out of source dir build fbfb374 Fixed videodev.h search for newer distros e5909b6 Fixed videodev.h search for newer distros (cherry picked from commit a20275094be12816876b194894419c40e867b05c) Fixes bug [SF: 3267761] 63f0a20 merged changes in creavision 8b48dd1 Windows installer preliminar version a202750 Fixed videodev.h search for newer distros 27bf1da creavision: (partially) improved const-correctness c36894d creavision: removed include directive which generated WIN32 compilation errors 7707436 creavision. fixed bug in crvcamera_v4l2 which prevented to open the camera again ac7de4d creavision: added libwebcam dependency in CMakeLists eb88199 creavision: added debug messages in CCameraV4L2 29c133d creavision: fixed bug in CCameraWDM when opening and closing d6bf5d8 creavision: fix bug in CIplImage class when calling Free 116e31a creavision: added Detach method 5d4dfdf Added new "bool DoQueryFrame(CIplImage& image)" member on camera classes dc4a870 Removed compilation warning 4681fc7 Added CMakeLists.txt for creavision bdb8797 Fixed videoInput compilation error in debug mode git-subtree-dir: creavision git-subtree-split: 9e8ac70ac2a4c2bb0711d8193b458de301c0362d CMakeLists.txt | 91 +++++ CreaVision_eviacam.vcproj | 231 +++++++---- Makefile.am | 4 +- crvcamera.cpp | 40 +- crvcamera.h | 9 +- crvcamera_enum.cpp | 11 +- crvcamera_v4l2.cpp | 519 +++++++++++++++-------- crvcamera_v4l2.h | 7 +- crvcamera_wdm.cpp | 49 ++- crvcamera_wdm.h | 6 +- crvcolor.cpp | 6 +- crvcolor.h | 6 +- crvimage.cpp | 110 ++--- crvimage.h | 14 +- crvmisc.cpp | 7 +- crvmisc.h | 6 +- crvnormroi.cpp | 1000 ++++++++++++++++++++++++--------------------- crvnormroi.h | 11 +- defs.h | 2 +- videoInput.cpp | 72 ++-- 20 files changed, 1342 insertions(+), 859 deletions(-) commit d915ffa9b49455700e6d156a66426f1b4954ec13 Merge: aead158 4a8e780 Author: Cesar Mauri Date: Mon May 27 13:25:12 2013 +0200 Merge branch 'update_libwebcam' into devel commit 4a8e780e634263331caf59971f41fe183612045c Author: Cesar Mauri Date: Mon May 27 13:23:34 2013 +0200 fix build scripts to find libwebcam in the new location .gitignore | 6 +++--- Makefile.am | 4 +--- configure.in | 4 ++-- src/Makefile.am | 2 +- 4 files changed, 7 insertions(+), 9 deletions(-) commit b28a68358924329b12281e7e0500ddcffc315b93 Author: Cesar Mauri Date: Mon May 27 13:17:28 2013 +0200 libwebcam moved inside creavision dir creavision/CMakeLists.txt | 3 +- creavision/Makefile.am | 4 +- creavision/libwebcam/CMakeLists.txt | 36 + creavision/libwebcam/COPYING | 674 +++++++ creavision/libwebcam/COPYING.LESSER | 165 ++ creavision/libwebcam/Makefile.am | 9 + creavision/libwebcam/README | 128 ++ creavision/libwebcam/README.eviacam | 1 + creavision/libwebcam/compat.h | 174 ++ creavision/libwebcam/dynctrl-logitech.h | 108 ++ creavision/libwebcam/incvideodev.h.in | 1 + creavision/libwebcam/libwebcam.c | 2934 +++++++++++++++++++++++++++++++ creavision/libwebcam/libwebcam.h | 314 ++++ creavision/libwebcam/uvcvideo.h | 664 +++++++ creavision/libwebcam/webcam.h | 730 ++++++++ libwebcam/CMakeLists.txt | 36 - libwebcam/COPYING | 674 ------- libwebcam/COPYING.LESSER | 165 -- libwebcam/Makefile.am | 9 - libwebcam/README | 128 -- libwebcam/README.eviacam | 1 - libwebcam/compat.h | 174 -- libwebcam/dynctrl-logitech.h | 108 -- libwebcam/incvideodev.h.in | 1 - libwebcam/libwebcam.c | 2934 ------------------------------- libwebcam/libwebcam.h | 314 ---- libwebcam/uvcvideo.h | 664 ------- libwebcam/webcam.h | 730 -------- 28 files changed, 5943 insertions(+), 5940 deletions(-) commit a7068928153f9ad6c5fbb937a2cf913921e2eae8 Author: Cesar Mauri Date: Mon May 27 12:18:01 2013 +0200 add support for new button control widget (libwebcam v0.2.2) src/wcameradialog.cpp | 23 +++++++++++++++++++++++ src/wcameradialog.h | 2 ++ 2 files changed, 25 insertions(+) commit 6a9592157b7f705aa9924ee6acc008ccf81df609 Author: Cesar Mauri Date: Mon May 27 12:17:06 2013 +0200 creavision: add support for new button control (libwebcam v0.2.2) creavision/crvcamera.h | 7 ++++++- creavision/crvcamera_v4l2.cpp | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) commit 9cce34ece803f1ae359a85e7a27e69e62476d0ca Merge: de40858 aead158 Author: Cesar Mauri Date: Mon May 27 11:06:58 2013 +0200 Merge branch 'devel' into update_libwebcam commit aead158fb67654bf4d4fa6b6ca625cbb6d1078db Author: Cesar Mauri Date: Fri May 17 17:10:32 2013 +0200 add Greek translation. Thanks to Wasilis Mandratzis THANKS | 1 + configure.in | 2 +- po/el.gmo | Bin 0 -> 35175 bytes po/el.po | 1187 ++++++++++++++++++++++++++++++++++++++++++++++++ src/eviacam.vcproj | 4 +- src/langnames-utf8.h | 1 + win32/installer.iss.in | 4 +- 7 files changed, 1195 insertions(+), 4 deletions(-) commit b566e2176380e32757dfc244b6f9f4caa49d7057 Author: Cesar Mauri Date: Fri May 17 18:02:59 2013 +0200 disabled main window name translation src/gui.pjd | 331 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- src/wviacam.cpp | 14 --- src/wviacam.h | 5 +- 3 files changed, 333 insertions(+), 17 deletions(-) commit 95eeb3a698f33cd9808c8f90133688af51954b39 Author: Cesar Mauri Date: Fri May 17 17:12:25 2013 +0200 fix const char * in xpm icons src/icons/buttonDblLeft.xpm | 2 +- src/icons/buttonDblLeftDisabled.xpm | 2 +- src/icons/buttonDblLeftLocked.xpm | 2 +- src/icons/buttonDblLeftSelected.xpm | 2 +- src/icons/buttonDblLeftSelectedLocked.xpm | 2 +- src/icons/buttonDrag.xpm | 2 +- src/icons/buttonDragDisabled.xpm | 2 +- src/icons/buttonDragLocked.xpm | 2 +- src/icons/buttonDragSelected.xpm | 2 +- src/icons/buttonDragSelectedLocked.xpm | 2 +- src/icons/buttonHideMainWindow.xpm | 2 +- src/icons/buttonLeft.xpm | 2 +- src/icons/buttonLeftDisabled.xpm | 2 +- src/icons/buttonLeftLocked.xpm | 2 +- src/icons/buttonLeftSelected.xpm | 2 +- src/icons/buttonLeftSelectedLocked.xpm | 2 +- src/icons/buttonMiddle.xpm | 2 +- src/icons/buttonMiddleDisabled.xpm | 2 +- src/icons/buttonMiddleLocked.xpm | 2 +- src/icons/buttonMiddleSelected.xpm | 2 +- src/icons/buttonMiddleSelectedLocked.xpm | 2 +- src/icons/buttonNoClick.xpm | 2 +- src/icons/buttonNoClickSelected.xpm | 2 +- src/icons/buttonRight.xpm | 2 +- src/icons/buttonRightDisabled.xpm | 2 +- src/icons/buttonRightLocked.xpm | 2 +- src/icons/buttonRightSelected.xpm | 2 +- src/icons/buttonRightSelectedLocked.xpm | 2 +- src/icons/buttonShowMainWindow.xpm | 2 +- src/icons/clickwindow.xpm | 2 +- src/icons/clickwindowoff.xpm | 2 +- src/icons/eviacam.xpm | 2 +- src/icons/eviacam_mini.xpm | 2 +- src/icons/eviacam_small.xpm | 2 +- src/icons/help.xpm | 2 +- src/icons/keyboard.xpm | 2 +- src/icons/off.xpm | 2 +- src/icons/on.xpm | 2 +- src/icons/preferences.xpm | 2 +- src/icons/user.xpm | 2 +- src/icons/usermoveh64.xpm | 2 +- src/icons/usermovev64.xpm | 2 +- 42 files changed, 42 insertions(+), 42 deletions(-) commit 54745c3faca210467c072dca61e761a77f2c5f06 Author: Cesar Mauri Date: Thu May 16 19:00:09 2013 +0200 remove dual src/langnames-* file and refactor languages array README | 9 ++++----- src/Makefile.am | 1 - src/eviacam.vcproj | 2 +- src/langnames-utf16.h | Bin 3132 -> 0 bytes src/langnames-utf8.h | 46 ++++++++++++++++++++++++++-------------------- src/wconfiguration.cpp | 41 ++++++----------------------------------- 6 files changed, 37 insertions(+), 62 deletions(-) commit 7c46d66fd59d7667b77d8d13a045bdd679c06e95 Author: Cesar Mauri Date: Fri May 17 18:24:36 2013 +0200 update THANKS file THANKS | 1 + 1 file changed, 1 insertion(+) commit a36dd7f8a61d0af24b3e4b5d5b7cbd3cff0295cf Author: Cesar Mauri Date: Fri May 17 18:24:44 2013 +0200 update INSTALL file INSTALL | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) commit 85148f85d7671daf236a2e33aceb1b108e96ed84 Merge: ebe0a36 47d359f Author: Cesar Mauri Date: Wed May 15 18:41:45 2013 +0200 Merge branch 'new_icons' into devel commit ebe0a366f450af74d65df99c7beee3229a6c4a88 Merge: 6ba66b6 1d7008f Author: Cesar Mauri Date: Tue May 14 19:17:18 2013 +0200 Merge branch 'opencv-2.4.0-support' into devel commit 1d7008f2117370c8c668f3e288f274329d21d8cf Author: Cesar Mauri Date: Tue May 14 12:00:35 2013 +0000 remove include of Xlib in headers that broke compilation wxutil/mousecontrol.cpp | 37 +++++++++++++++++++++---------------- wxutil/mousecontrol.h | 5 +---- 2 files changed, 22 insertions(+), 20 deletions(-) commit 47d359f184266774f0b0af0533dc826a4a6334bf Author: Cesar Mauri Date: Tue May 14 11:30:11 2013 +0200 update icon set src/Makefile.am | 1 + src/gui.pjd | 26 +- src/icons/buttonDblLeft.xpm | 436 +++++++------------- src/icons/buttonDblLeftDisabled.xpm | 325 ++++----------- src/icons/buttonDblLeftLocked.xpm | 486 +++++++--------------- src/icons/buttonDblLeftSelected.xpm | 485 ++++++++-------------- src/icons/buttonDblLeftSelectedLocked.xpm | 500 +++++++---------------- src/icons/buttonDrag.xpm | 423 +++++++------------- src/icons/buttonDragDisabled.xpm | 304 ++++---------- src/icons/buttonDragLocked.xpm | 463 ++++++--------------- src/icons/buttonDragSelected.xpm | 508 +++++++++-------------- src/icons/buttonDragSelectedLocked.xpm | 506 +++++++---------------- src/icons/buttonHideMainWindow.xpm | 278 ++++++------- src/icons/buttonLeft.xpm | 395 +++++++----------- src/icons/buttonLeftDisabled.xpm | 294 ++++---------- src/icons/buttonLeftLocked.xpm | 440 ++++++-------------- src/icons/buttonLeftSelected.xpm | 451 ++++++++------------- src/icons/buttonLeftSelectedLocked.xpm | 460 +++++++-------------- src/icons/buttonMiddle.xpm | 387 +++++++----------- src/icons/buttonMiddleDisabled.xpm | 284 ++++--------- src/icons/buttonMiddleLocked.xpm | 450 +++++++-------------- src/icons/buttonMiddleSelected.xpm | 443 +++++++++----------- src/icons/buttonMiddleSelectedLocked.xpm | 449 +++++++-------------- src/icons/buttonNoClick.xpm | 289 ++++++------- src/icons/buttonNoClickSelected.xpm | 308 +++++++------- src/icons/buttonRight.xpm | 397 +++++++----------- src/icons/buttonRightDisabled.xpm | 290 ++++---------- src/icons/buttonRightLocked.xpm | 445 +++++++-------------- src/icons/buttonRightSelected.xpm | 449 ++++++++------------- src/icons/buttonRightSelectedLocked.xpm | 464 +++++++-------------- src/icons/buttonShowMainWindow.xpm | 228 ++++++----- src/icons/clickwindow.xpm | 325 +++++++-------- src/icons/clickwindowoff.xpm | 287 ++++++------- src/icons/eviacam.xpm | 417 +++++++++---------- src/icons/eviacam_small.xpm | 213 ++++++++++ src/icons/help.xpm | 359 ++++++++--------- src/icons/keyboard.xpm | 193 ++++----- src/icons/off.xpm | 295 +++++++------- src/icons/on.xpm | 309 +++++++------- src/icons/preferences.xpm | 209 +++++----- src/icons/user.xpm | 211 +++++----- src/icons/usermoveh64.xpm | 623 +++++++++++++++-------------- src/icons/usermovev64.xpm | 591 +++++++++++++-------------- src/wconfiguration.cpp | 43 +- 44 files changed, 6111 insertions(+), 9628 deletions(-) commit 8f1a557d5f4f44e3d9c9bce8cde6953275ac4707 Author: Cesar Mauri Date: Tue May 14 10:26:20 2013 +0200 add sleep on click actions wxutil/mousecontrol.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) commit af288545eccf5afbaa0bb2f08ca7c6e1256bf3ee Author: Cesar Mauri Date: Mon May 6 17:37:51 2013 +0200 add support for opencv-2.4.0+ configure.in | 3 +++ src/Makefile.am | 2 +- src/visionpipeline.cpp | 4 ++++ 3 files changed, 8 insertions(+), 1 deletion(-) commit 6ba66b6e9d75880cb3a770b90aa09f2e14f5f0b8 Author: Cesar Mauri Date: Tue Apr 23 20:33:49 2013 +0200 fix unhandled case in switch simplelog.c | 2 ++ 1 file changed, 2 insertions(+) commit e974fb0e6bd3dd8c2fa28d0ebcd8b8fbaca2770a Author: Cesar Mauri Date: Tue Apr 23 17:05:44 2013 +0200 creavision: fix opencv cmake detection creavision/CMakeLists.txt | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) commit a0c8894e98ae2d758c02db6213504d8171702d4a Merge: 5c96ed2 e9dd212 Author: Cesar Mauri Date: Mon Apr 22 17:18:00 2013 +0200 Merge branch 'devel' into new_icons commit e9dd212114a0b7ba0b5faf00405bc4bb22a7b824 Author: Cesar Mauri Date: Mon Apr 22 17:17:06 2013 +0200 update git ignore .gitignore | 2 ++ 1 file changed, 2 insertions(+) commit fb4e5e5ccce752f41db29c1c851347c0191b7ddc Author: Cesar Mauri Date: Mon Apr 22 17:15:52 2013 +0200 fix missing file error when generating source package Makefile.am | 1 - 1 file changed, 1 deletion(-) commit 5c96ed2200a28d2036ad3c205c04bbf4a45bbfad Author: Cesar Mauri Date: Mon Apr 22 17:14:32 2013 +0200 improved icons: click window, main window/taskbar, wizard, installer doc/Makefile.am | 2 +- src/clickwindowbitmap.cpp | 2 +- src/clickwindowbitmapvertical.cpp | 2 +- src/gui.pjd | 43 +- src/icons/buttonHideMainWindow.xpm | 342 +++++++--------- src/icons/buttonNoClick.xpm | 391 ++++++++---------- src/icons/buttonNoClickSelected.xpm | 424 ++++++++----------- src/icons/buttonShowMainWindow.xpm | 341 +++++++--------- src/icons/eviacam.xpm | 761 ++++++++++++----------------------- src/icons/eviacam_mini.xpm | 336 ++++++++-------- src/wwizard.cpp | 37 +- src/wwizard.h | 1 + win32/installer.ico | Bin 0 -> 333414 bytes win32/installer.iss.in | 2 +- 14 files changed, 1075 insertions(+), 1609 deletions(-) commit c98c834cb8f7b007f3b3df5ff53a072cbed6ea08 Author: Cesar Mauri Date: Mon Apr 15 19:49:18 2013 +0200 Minor icon and logo fixes add .ico file with 23 variations fix Click Window toogle button bitmap update about dialog logo doc/eviacam.png | Bin 14926 -> 0 bytes doc/eviacam_logo.png | Bin 0 -> 29881 bytes src/gui.pjd | 12 ++++++++++-- src/icons/eviacam.ico | Bin 202206 -> 304065 bytes src/wabout.cpp | 2 +- src/wviacam.cpp | 46 +++++++++++++++++++++++++++++++--------------- src/wviacam.h | 2 ++ 7 files changed, 44 insertions(+), 18 deletions(-) commit ecd60e8d35197970afb950a4017ec3026babe79e Author: Cesar Mauri Date: Mon Apr 15 12:28:30 2013 +0200 Add installer icon win32/installer.iss.in | 1 + 1 file changed, 1 insertion(+) commit de67c1975bcef3334dffc8f39d2ace37bc9414df Author: Cesar Mauri Date: Tue Apr 9 20:16:37 2013 +0200 New icons and logos doc/eviacam.png | Bin 4913 -> 14926 bytes doc/help/eviacam.png | Bin 2009 -> 14926 bytes src/Makefile.am | 1 - src/icons/buttonDblLeft.xpm | 473 ++++++++++++-------- src/icons/buttonDblLeftDisabled.xpm | 362 ++++++++++------ src/icons/buttonDblLeftLocked.xpm | 638 ++++++++++++++------------- src/icons/buttonDblLeftSelected.xpm | 620 +++++++++++++------------- src/icons/buttonDblLeftSelectedLocked.xpm | 669 +++++++++++++++------------- src/icons/buttonDrag.xpm | 433 +++++++++++------- src/icons/buttonDragDisabled.xpm | 528 ++++++++++------------ src/icons/buttonDragLocked.xpm | 598 +++++++++++++------------ src/icons/buttonDragSelected.xpm | 625 +++++++++++++------------- src/icons/buttonDragSelectedLocked.xpm | 674 ++++++++++++++++------------- src/icons/buttonHideMainWindow.xpm | 433 +++++++++--------- src/icons/buttonLeft.xpm | 407 ++++++++++------- src/icons/buttonLeftDisabled.xpm | 518 +++++++++------------- src/icons/buttonLeftLocked.xpm | 573 ++++++++++++------------ src/icons/buttonLeftSelected.xpm | 586 ++++++++++++------------- src/icons/buttonLeftSelectedLocked.xpm | 635 ++++++++++++++------------- src/icons/buttonMiddle.xpm | 402 ++++++++++------- src/icons/buttonMiddleDisabled.xpm | 333 ++++++++------ src/icons/buttonMiddleLocked.xpm | 567 ++++++++++++------------ src/icons/buttonMiddleSelected.xpm | 574 ++++++++++++------------ src/icons/buttonMiddleSelectedLocked.xpm | 622 +++++++++++++------------- src/icons/buttonNoClick.xpm | 491 ++++++++++----------- src/icons/buttonNoClickSelected.xpm | 533 +++++++++++------------ src/icons/buttonRight.xpm | 406 ++++++++++------- src/icons/buttonRightDisabled.xpm | 514 +++++++++------------- src/icons/buttonRightLocked.xpm | 573 +++++++++++++----------- src/icons/buttonRightSelected.xpm | 587 ++++++++++++------------- src/icons/buttonRightSelectedLocked.xpm | 636 ++++++++++++++------------- src/icons/buttonShowMainWindow.xpm | 436 +++++++++---------- src/icons/clickwindow.xpm | 200 +++++++-- src/icons/clickwindowoff.xpm | 182 ++++++-- src/icons/eviacam.ico | Bin 3262 -> 202206 bytes src/icons/eviacam.xpm | 563 +++++++++++++++++++++--- src/icons/eviacam_mini.ico | Bin 894 -> 0 bytes src/icons/eviacam_mini.xpm | 220 ++++++++-- src/icons/help.xpm | 370 ++++++++-------- src/icons/keyboard.xpm | 134 ++++-- src/icons/off.xpm | 388 +++++++---------- src/icons/on.xpm | 329 +++++++------- src/icons/preferences.xpm | 560 +++++------------------- src/icons/user.xpm | 388 +++++------------ src/icons/usermoveh64.xpm | 598 +++++++++++++------------ src/icons/usermovev64.xpm | 618 +++++++++++++------------- src/wabout.cpp | 2 +- src/wmotioncalibrationx.cpp | 2 +- src/wmotioncalibrationy.cpp | 2 +- 49 files changed, 10397 insertions(+), 9606 deletions(-) commit 4be94120c71fb118114bc926ff9b561373a96e9c Author: Cesar Mauri Date: Mon Apr 15 15:53:33 2013 +0200 update win32 build for VS 2008 creavision/CreaVision_eviacam.vcproj | 231 ++++++++++------ src/clickwindowbitmap.h | 3 +- src/clickwindowbitmapvertical.h | 1 + src/clickwindowcontroller.cpp | 13 +- src/clickwindowtext.h | 1 + src/clickwindowvertical.h | 1 + src/eviacam.vcproj | 490 ++++++++++++++++++---------------- win32/eViacam.exe.manifest | 10 - win32/eviacam.sln | 54 ++-- wxcamwindow/wxcamwindow.vcproj | 203 +++++++++----- wxutil/warnbaroverlap.h | 2 + wxutil/wxappbar.cpp | 3 + wxutil/wxappbar.h | 4 +- wxutil/wxutil.vcproj | 233 ++++++++++------ 14 files changed, 735 insertions(+), 514 deletions(-) commit a9aded4cb1c676405583570d6b6c1224655dc63b Author: Cesar Mauri Date: Thu Jan 3 21:11:47 2013 +0100 Add Japanese translation. Thanks to Jiro Matsuzawa. THANKS | 1 + configure.in | 2 +- po/ja.gmo | Bin 0 -> 27864 bytes po/ja.po | 1308 ++++++++++++++++++++++++++++++++++++++++++++++++ src/eviacam.vcproj | 6 + src/langnames-utf16.h | Bin 3162 -> 3132 bytes src/langnames-utf8.h | 7 +- src/wconfiguration.cpp | 3 +- win32/installer.iss.in | 3 + 9 files changed, 1324 insertions(+), 6 deletions(-) commit 91f69ea101c6ac9cd410db4e93d07d4c4e1eea73 Author: Cesar Mauri Date: Wed Jan 2 18:00:42 2013 +0100 Fixed html code formatting - Intended for later analytics & adsense automatic code insertion doc/help/ca/calibration.htm | 4 ++-- doc/help/ca/click.htm | 12 ++++++++---- doc/help/ca/contents.htm | 12 ++++++++---- doc/help/ca/environment.htm | 13 +++++++++---- doc/help/ca/intro.htm | 12 ++++++++---- doc/help/ca/options.htm | 12 ++++++++---- doc/help/ca/webcam.htm | 12 ++++++++---- doc/help/ca/wizard.htm | 12 ++++++++---- doc/help/es/calibration.htm | 3 ++- doc/help/es/click.htm | 3 ++- doc/help/es/contents.htm | 3 ++- doc/help/es/environment.htm | 5 +++-- doc/help/es/intro.htm | 5 +++-- doc/help/es/options.htm | 3 ++- doc/help/es/webcam.htm | 5 +++-- doc/help/es/wizard.htm | 5 +++-- doc/help/gl/calibration.htm | 3 ++- doc/help/gl/click.htm | 3 ++- doc/help/gl/contents.htm | 3 ++- doc/help/gl/environment.htm | 5 +++-- doc/help/gl/intro.htm | 5 +++-- doc/help/gl/options.htm | 3 ++- doc/help/gl/webcam.htm | 5 +++-- doc/help/gl/wizard.htm | 5 +++-- 24 files changed, 99 insertions(+), 54 deletions(-) commit 007f19c769cb48607775bee91fd7e0ddca9c1564 Author: Cesar Mauri Date: Wed Jan 2 17:39:20 2013 +0100 Add link to haarcascade on doc/ to enable face tracking in debug mode doc/haarcascade_frontalface_default.xml | 1 + 1 file changed, 1 insertion(+) commit 2f51e1d0941dff0091c642989ee53ba204e7ec1f Author: Cesar Mauri Date: Mon Nov 19 11:27:06 2012 +0100 Update debian/changelog and NEWS NEWS | 6 +++++- debian/changelog | 5 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) commit 5049aafcc446382d7a498da597cf8de28b25b451 Author: Cesar Mauri Date: Mon Nov 19 11:12:12 2012 +0100 Fix -d command line not available on Win32 release mode configure.in | 2 +- src/eviacamapp.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 8709b6264cbe27f1fa5f6397c751dec49040f372 Author: Cesar Mauri Date: Fri Nov 16 12:46:17 2012 +0100 Fix build for newer ubuntu (quantal & raring) and debian releases debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 72fe6c16737189557c79ec49e3adce5120e171c0 Author: Cesar Mauri Date: Thu Nov 15 19:52:06 2012 +0100 Add ubuntu ppa automation scripts ubuntu/make_ubuntu_release.sh | 50 +++++++++++++++++++++++++++++++++++++++++ ubuntu/rules | 6 +++++ ubuntu/rules-lucid | 6 +++++ ubuntu/rules-maverick | 1 + ubuntu/rules-natty | 1 + ubuntu/rules-oneiric | 1 + ubuntu/rules-precise | 1 + ubuntu/rules-quantal | 1 + ubuntu/rules-raring | 1 + ubuntu/ubuntu-releases | 7 ++++++ ubuntu/ubuntu_releasing.txt | 34 ++++++++++++++++++++++++++++ 11 files changed, 109 insertions(+) commit 732ed1f8f798e81d42e4e56f6d591d84b7169097 Author: Cesar Mauri Date: Thu Nov 15 16:32:48 2012 +0100 Update README file and removed obsolete README.* Makefile.am | 2 -- README | 92 +++++++++++++++++++++++++++++------------------- README.ca | 89 ---------------------------------------------- README.es | 89 ---------------------------------------------- debian/docs | 2 -- rpm/eviacam.spec.in | 2 +- win32/installer.iss.in | 10 +----- 7 files changed, 58 insertions(+), 228 deletions(-) commit 85476824258b65c455888ea591eaea6e5503a867 Author: Cesar Mauri Date: Thu Nov 15 16:24:27 2012 +0100 Update debian/changelog debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 0e7c686fc0189fd5634c1bc36c86a77682fd4f22 Author: Cesar Mauri Date: Thu Nov 15 16:19:04 2012 +0100 Update NEWS file NEWS | 407 +++++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 213 insertions(+), 194 deletions(-) commit b4e1bb4913f650b47098de4319e5a2adfea587c7 Author: Cesar Mauri Date: Thu Nov 15 15:02:39 2012 +0100 Translations update: pt_BR Thanks to Wellyngton de Oliveira po/de.gmo | Bin 23347 -> 25287 bytes po/fr.gmo | Bin 24132 -> 25994 bytes po/gl.gmo | Bin 23204 -> 25194 bytes po/he.gmo | Bin 26351 -> 28393 bytes po/it.gmo | Bin 23343 -> 25286 bytes po/pt_BR.gmo | Bin 23512 -> 25461 bytes po/pt_BR.po | 267 ++++++++++++++-------------------------------------------- po/ru.gmo | Bin 27588 -> 30106 bytes 8 files changed, 64 insertions(+), 203 deletions(-) commit a77e814dcb9f0418d2b27be4715b282f04751e1c Author: Cesar Mauri Date: Thu Nov 15 14:59:48 2012 +0100 Update version number to 1.6.0 configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 92cf6b30cfa7ab8b102ab030dd374c153bdc299f Author: Cesar Mauri Date: Thu Nov 15 14:51:30 2012 +0100 checkupdates. No error when local ver. is newer than the server one src/checkupdates.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) commit af263270549fc8a9094061eb81e651faa428c86e Author: Cesar Mauri Date: Mon Nov 5 18:37:47 2012 +0100 src/ and wxutil/ use simplelog src/ckeyboardcode.cpp | 8 +++++--- src/ckeyboardcode.h | 3 +-- src/viacamcontroller.cpp | 3 ++- wxutil/mousecontrol.cpp | 3 ++- 4 files changed, 10 insertions(+), 7 deletions(-) commit 8092116a54e3a8d03933ccb68ea3997462252b8f Author: Cesar Mauri Date: Mon Nov 5 18:35:59 2012 +0100 creavision/ now use simplelog creavision/CreaVision_eviacam.vcproj | 4 +- creavision/crvcamera.cpp | 1 - creavision/crvcamera_enum.cpp | 11 +- creavision/crvcamera_v4l2.cpp | 307 ++++++++++++++++++---------------- creavision/crvcamera_v4l2.h | 6 +- creavision/crvcamera_wdm.cpp | 11 +- creavision/crvimage.cpp | 1 - creavision/crvmisc.cpp | 1 - 8 files changed, 171 insertions(+), 171 deletions(-) commit ba1e202520f706cf9315c7bda2bbd05687af60b6 Author: Cesar Mauri Date: Sat Nov 3 20:45:00 2012 +0100 Add command line switch (-d) to enable debug mode Makefile.am | 3 +- simplelog.c | 77 ++++++++++++++++++++++++++++++++++++ simplelog.h | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/eviacam.vcproj | 4 +- src/eviacamapp.cpp | 49 +++++++++++++++++++---- src/eviacamapp.h | 4 ++ wxutil/Makefile.am | 22 +++++++++-- wxutil/wxutil.vcproj | 10 ++++- 8 files changed, 258 insertions(+), 17 deletions(-) commit 6e5948ab46ae970f45d870ba50b89b1afe3b9f27 Author: Cesar Mauri Date: Fri Nov 2 19:52:37 2012 +0100 wxutil/ code cleanup. Removed compilation warnings. wxutil/wxappbar.cpp | 5 +++++ 1 file changed, 5 insertions(+) commit 3f0018277911b43ce1d89fabb56d1309562b061c Author: Cesar Mauri Date: Fri Nov 2 19:51:39 2012 +0100 creavision/ code cleanup. Removed most compilation warnings. creavision/crvimage.cpp | 2 ++ creavision/videoInput.cpp | 55 ++++++++++++++++++++++----------------------- 2 files changed, 29 insertions(+), 28 deletions(-) commit dc212034086d205dfb6d46cae1fd92b2cb4f4dc5 Author: Cesar Mauri Date: Fri Nov 2 19:41:33 2012 +0100 src/ code cleanup. Removed most compilation warnings. src/ckeyboardcode.cpp | 2 +- src/cmotioncalibration.cpp | 4 ++-- src/cvisualalert.cpp | 9 +++++++++ src/gestureclick.h | 4 ++-- src/hotkeymanager.h | 2 +- src/wcameradialog.cpp | 2 +- src/wconfiguration.cpp | 2 +- 7 files changed, 17 insertions(+), 8 deletions(-) commit ceb39135af2930118dbeaf1a780437a67aed0d2a Author: Cesar Mauri Date: Fri Nov 2 19:34:47 2012 +0100 Add transifex directory .tx/config | 7 +++++++ 1 file changed, 7 insertions(+) commit 9086629c1addc5bee123d32bd3784c0ad6b30ad9 Author: Cesar Mauri Date: Fri Nov 2 10:53:25 2012 +0100 Translations updated: de, fr, gl, he, pt_BR & ru Thanks to: Christian Bieder (de) SĂŠbastien Lecointre (fr) Miguel Bouzada (gl) Yaron Shahrabani (he) Wellyngton de Oliveira (pt_BR) Sergey Shkurat (ru) po/de.po | 339 +++++++++++++++++++++++++++++------------------------------ po/fr.po | 338 +++++++++++++++++++++++++++++----------------------------- po/gl.po | 62 +++++------ po/he.po | 54 +++++----- po/it.po | 330 ++++++++++++++++++++++++++++----------------------------- po/pt_BR.po | 39 +++---- po/ru.po | 68 ++++++------ 7 files changed, 604 insertions(+), 626 deletions(-) commit 07c829ba74d78ce5cce53d516776b63d8b592520 Author: Cesar Mauri Date: Wed Oct 24 18:40:01 2012 +0200 Translations update: ca/es up to date po/ar.gmo | Bin 9570 -> 9570 bytes po/ar.po | 137 ++++++++++++++++++++++++++++++++----------------- po/ast.gmo | Bin 9264 -> 9264 bytes po/ast.po | 137 ++++++++++++++++++++++++++++++++----------------- po/ca.gmo | Bin 23125 -> 25026 bytes po/ca.po | 156 +++++++++++++++++++++++++++++++++++--------------------- po/de.gmo | Bin 23347 -> 23347 bytes po/de.po | 137 ++++++++++++++++++++++++++++++++----------------- po/es.gmo | Bin 23344 -> 25245 bytes po/es.po | 155 ++++++++++++++++++++++++++++++++++--------------------- po/eviacam.pot | 130 +++++++++++++++++++++++++++++----------------- po/fr.gmo | Bin 24132 -> 24132 bytes po/fr.po | 137 ++++++++++++++++++++++++++++++++----------------- po/gl.gmo | Bin 23204 -> 23204 bytes po/gl.po | 137 ++++++++++++++++++++++++++++++++----------------- po/he.gmo | Bin 26351 -> 26351 bytes po/he.po | 137 ++++++++++++++++++++++++++++++++----------------- po/it.gmo | Bin 23343 -> 23343 bytes po/it.po | 137 ++++++++++++++++++++++++++++++++----------------- po/oc.gmo | Bin 8772 -> 8772 bytes po/oc.po | 137 ++++++++++++++++++++++++++++++++----------------- po/pt_BR.gmo | Bin 23512 -> 23512 bytes po/pt_BR.po | 137 ++++++++++++++++++++++++++++++++----------------- po/ru.gmo | Bin 27588 -> 27588 bytes po/ru.po | 137 ++++++++++++++++++++++++++++++++----------------- po/tr.gmo | Bin 10469 -> 10469 bytes po/tr.po | 137 ++++++++++++++++++++++++++++++++----------------- 27 files changed, 1271 insertions(+), 677 deletions(-) commit 07b17382efb7de5378add30da8ee83f9fcc84d4c Author: Cesar Mauri Date: Tue Oct 23 16:42:15 2012 +0200 Fix path settings for opening haar cascade src/eviacamapp.cpp | 12 ++++++++++++ src/viacamcontroller.cpp | 10 ---------- src/visionpipeline.cpp | 2 +- 3 files changed, 13 insertions(+), 11 deletions(-) commit 509f28c1e7d7f43dc2f780da98ca066c129d2bfa Author: Cesar Mauri Date: Tue Oct 23 16:38:25 2012 +0200 Code to open web site factored out of about dialog Code to open web site and donations is now in website.{h|cpp} because is used from wabout.cpp and from src/checkupdates_ui.cpp src/Makefile.am | 6 ++- src/checkupdates_ui.cpp | 7 ++-- src/eviacam.vcproj | 6 +++ src/wabout.cpp | 63 ++-------------------------- src/website.cpp | 107 +++++++++++++++++++++++++++++++++++++++++++++++ src/website.h | 30 +++++++++++++ 6 files changed, 154 insertions(+), 65 deletions(-) commit 2c4ea3764c67948109cf9f71307be26692952b52 Author: Cesar Mauri Date: Fri Oct 12 17:58:11 2012 +0200 New feature: check for updates Checks whether the latest version available according to http://eviacam.sourceforge.net/version is newer than the installed one. po/POTFILES.in | 4 + src/Makefile.am | 8 +- src/checkupdates.cpp | 222 ++++++++++++++++++++++ src/checkupdates.h | 74 ++++++++ src/checkupdates_ui.cpp | 289 ++++++++++++++++++++++++++++ src/checkupdates_ui.h | 125 ++++++++++++ src/eviacam.vcproj | 16 +- src/eviacamapp.cpp | 11 ++ src/gui.pjd | 481 ++++++++++++++++++++++++++++++++++++++++++++++- src/wviacam.cpp | 23 +-- src/wviacam.h | 2 - 11 files changed, 1231 insertions(+), 24 deletions(-) commit de408586558d24e2b5434dd9027c21a6af9f02a9 Author: Cesar Mauri Date: Thu Sep 20 20:53:29 2012 +0200 Re-apply libwebcam patch to return the file descriptor Originally applied in commit 0ed2e08ca. Applied again after libwebcam update libwebcam/compat.h | 3 +- libwebcam/libwebcam.c | 78 +++++++++++++++++++++++++++++++++++++++---------- libwebcam/libwebcam.h | 2 ++ libwebcam/webcam.h | 1 + 4 files changed, 68 insertions(+), 16 deletions(-) commit 6e78764a684986b351cea1be88b826b37ee83ddd Author: Cesar Mauri Date: Thu Sep 20 20:09:12 2012 +0200 Upgrade libwebcam code to v0.2.2 libwebcam/compat.h | 30 ++- libwebcam/libwebcam.c | 598 ++++++++++++++++++++++++++++++++++++++----------- libwebcam/libwebcam.h | 4 +- libwebcam/webcam.h | 16 +- 4 files changed, 508 insertions(+), 140 deletions(-) commit f7f7fcb6f43d13e916f2a2639f275cc7f421a458 Author: Cesar Mauri Date: Sun Sep 16 11:22:41 2012 +0200 Translation files updated. Need translators work. - Added strings for further application functions - Updated eviacam.pot - Updated .po and .gmo files po/ar.gmo | Bin 9937 -> 9570 bytes po/ar.po | 122 ++++++++++++------- po/ast.gmo | Bin 9603 -> 9264 bytes po/ast.po | 125 ++++++++++++------- po/ca.gmo | Bin 23474 -> 23125 bytes po/ca.po | 125 ++++++++++++------- po/de.gmo | Bin 23736 -> 23347 bytes po/de.po | 125 ++++++++++++------- po/es.gmo | Bin 23699 -> 23344 bytes po/es.po | 125 ++++++++++++------- po/eviacam.pot | 115 +++++++++++------- po/fr.gmo | Bin 24480 -> 24132 bytes po/fr.po | 125 ++++++++++++------- po/gl.gmo | Bin 23574 -> 23204 bytes po/gl.po | 125 ++++++++++++------- po/he.gmo | Bin 26757 -> 26351 bytes po/he.po | 361 +++++++++++++++++++++++++++++-------------------------- po/it.gmo | Bin 23716 -> 23343 bytes po/it.po | 125 ++++++++++++------- po/oc.gmo | Bin 9144 -> 8772 bytes po/oc.po | 125 ++++++++++++------- po/pt_BR.gmo | Bin 23865 -> 23512 bytes po/pt_BR.po | 125 ++++++++++++------- po/ru.gmo | Bin 28131 -> 27588 bytes po/ru.po | 125 ++++++++++++------- po/tr.gmo | Bin 10861 -> 10469 bytes po/tr.po | 125 ++++++++++++------- src/gui.pjd | 30 +++++ src/wviacam.cpp | 109 ++++++++++------- src/wviacam.h | 6 + 30 files changed, 1335 insertions(+), 783 deletions(-) commit 26ded7717055e1f09814364e1134ef30ca7f8f34 Author: Cesar Mauri Date: Fri Sep 7 19:53:14 2012 +0200 Improved path settings in debug build src/Makefile.am | 6 ++++-- src/cautostart.cpp | 5 ++++- src/eviacam.vcproj | 6 ++++++ src/eviacamapp.cpp | 7 ++++--- src/paths.cpp | 44 ++++++++++++++++++++++++++++++++++++++++++++ src/paths.h | 37 +++++++++++++++++++++++++++++++++++++ src/pointeraction.cpp | 5 +++-- src/viacamcontroller.cpp | 11 +++++++++++ src/visionpipeline.cpp | 3 ++- src/wabout.cpp | 6 +++--- src/wviacam.cpp | 15 ++++++++------- 11 files changed, 126 insertions(+), 19 deletions(-) commit 8bf2c4e19d818586c46431891e5bb060154dfd0d Author: Cesar Mauri Date: Thu Sep 6 20:18:48 2012 +0200 Added new sound for left down mouse command when drag&drop is used doc/Makefile.am | 2 +- doc/click2.wav | Bin 0 -> 2228 bytes src/dwellclick.cpp | 16 ++++++------- src/dwellclick.h | 7 +++--- src/gestureclick.cpp | 61 ++++++++++++++++++++----------------------------- src/gestureclick.h | 17 +++++--------- src/pointeraction.cpp | 18 +++++++++++---- src/pointeraction.h | 1 + 8 files changed, 57 insertions(+), 65 deletions(-) commit c3db43eac85a292adcf19545d297b36969a60b3c Author: Cesar Mauri Date: Wed Sep 5 20:35:39 2012 +0200 Mouse commands enum factored out as standalone enum in separate file src/Makefile.am | 3 ++- src/clickwindowcontroller.cpp | 24 ++++++++++++------------ src/clickwindowcontroller.h | 6 ++---- src/dwellclick.cpp | 16 ++++++++-------- src/eviacam.vcproj | 3 +++ src/mousecommand.h | 38 ++++++++++++++++++++++++++++++++++++++ src/pointeraction.cpp | 4 +--- 7 files changed, 66 insertions(+), 28 deletions(-) commit 27eb1152ea92fffc437a5e89abe0805f936e3038 Author: Cesar Mauri Date: Wed Sep 5 20:13:22 2012 +0200 Fixed Russian help not available on linux doc/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit a0c472b1ea3084e5555aaea81fb67b3b1fb106c7 Author: Cesar Mauri Date: Wed Sep 5 19:37:15 2012 +0200 Updated .gitignore .gitignore | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) commit bce49bc0b23a12d835f48485725d121b1011cb35 Author: Cesar Mauri Date: Wed Sep 5 18:55:45 2012 +0200 Improved about dialogue and updated thanks section Now copyright year on configure.in only configure.in | 10 +++- doc/Makefile.am | 2 +- doc/eviacam.png | Bin 0 -> 4913 bytes doc/fve.png | Bin 0 -> 13484 bytes doc/guadalinfo_logo.png | Bin 8826 -> 10160 bytes doc/viacam_cam4_html.png | Bin 2009 -> 0 bytes src/gui.pjd | 50 ++++++++++++++--- src/version.h.in | 8 +-- src/wabout.cpp | 137 ++++++++++++++++++++++++++++++++++++++++++---- src/wabout.h | 5 +- win32/installer.iss.in | 8 +-- 11 files changed, 188 insertions(+), 32 deletions(-) commit ac882c38d66f738ed1dae4e10d27168d74ebc3b1 Author: Cesar Mauri Date: Tue Sep 4 20:02:58 2012 +0200 Fixed error INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b466af782e7d6cadb28b07685536d56369edb4e9 Author: Cesar Mauri Date: Tue Sep 4 20:02:41 2012 +0200 Changed version number to 1.5.5 configure.in | 2 +- debian/changelog | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) commit ad9730fc37ca4abff38cd8404ebe2800d7b077ab Author: Cesar Mauri Date: Tue Sep 4 20:02:13 2012 +0200 .gitignore updated .gitignore | 38 ++++++++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 4 deletions(-) commit 390f1c73af0823497bce69ba1fb8ff8001ced18d Author: Cesar Mauri Date: Thu Jul 26 10:19:38 2012 +0200 Closes bug [ID:3548107]: allow higher smoothing values src/pointeraction.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit a715822382bd81f8f653fb190ec61979b89a3d85 Author: Cesar Mauri Date: Thu Jul 26 09:51:10 2012 +0200 Updated THANKS file THANKS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 60b1abdbd7b4b03c7a826d9723b8eadb29314282 Author: Cesar Mauri Date: Fri Jun 8 13:32:29 2012 +0200 Hebrew translation updated (thanks to Yaron Shahrabani) po/he.gmo | Bin 22718 -> 26757 bytes po/he.po | 351 +++++++++++++++++++++++++++++++------------------------------ 2 files changed, 180 insertions(+), 171 deletions(-) commit 983bdb650d213dcff15ad753bce46bb0324a6e56 Author: Cesar Mauri Date: Wed Jun 6 14:03:26 2012 +0200 Updated INSTALL file INSTALL | 48 +++++++++++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 21 deletions(-) commit edb7b44cd8031b486074ac8ae4c40b23100fd850 Author: Cesar Mauri Date: Wed Jun 6 13:52:49 2012 +0200 Updated README README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit cea7e7fd57cae59a2b729a7587aa9c32b40d2db9 Author: Cesar Mauri Date: Wed Jun 6 13:52:11 2012 +0200 Updated version number in debian/changelog debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit a838f894bef297806c65c80f366248a6b13f45b9 Author: Cesar Mauri Date: Wed Jun 6 13:10:28 2012 +0200 Changed version number to 1.5.4 and updated NEWS file NEWS | 6 ++++++ configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) commit 110f9a8d67af65d38d327ebf351205e8a1ce3a75 Author: Cesar Mauri Date: Fri Mar 30 19:10:37 2012 +0200 Russian translation and documentation updated doc/help/ru/advanced_options.png | Bin 56996 -> 36762 bytes doc/help/ru/click_options.png | Bin 81386 -> 48448 bytes doc/help/ru/environment.png | Bin 162864 -> 161178 bytes doc/help/ru/general_options.png | Bin 43328 -> 27872 bytes doc/help/ru/hotkeys_options.png | Bin 85462 -> 45514 bytes doc/help/ru/main_window.png | Bin 103522 -> 105707 bytes doc/help/ru/motion_options.png | Bin 42865 -> 27868 bytes doc/help/ru/wizard1.png | Bin 26841 -> 18117 bytes doc/help/ru/wizard2.png | Bin 44901 -> 26565 bytes doc/help/ru/wizard3.png | Bin 48854 -> 27781 bytes doc/help/ru/wizard4.png | Bin 43025 -> 24690 bytes doc/help/ru/wizard5.png | Bin 36397 -> 22299 bytes doc/help/ru/wizard6.png | Bin 51646 -> 26827 bytes doc/help/ru/wizard7.png | Bin 51040 -> 27979 bytes doc/help/ru/wizard8.png | Bin 38027 -> 24129 bytes doc/help/ru/workspace_options.png | Bin 44878 -> 31201 bytes doc/help/ru/x_axis_calibration.png | Bin 8119 -> 7621 bytes doc/help/ru/y_axis_calibration.png | Bin 8503 -> 7708 bytes po/ru.gmo | Bin 27904 -> 28131 bytes po/ru.po | 53 ++++++++++++++++++------------------ 20 files changed, 27 insertions(+), 26 deletions(-) commit 49fdc1e68fac503a8d69ead67bedc6bef392bbc9 Author: Cesar Mauri Date: Tue Mar 27 21:23:29 2012 +0200 Automatic po/ files update po/ar.gmo | Bin 9937 -> 9937 bytes po/ar.po | 260 ++++++++++++++++----------------- po/ast.gmo | Bin 9603 -> 9603 bytes po/ast.po | 260 ++++++++++++++++----------------- po/ca.gmo | Bin 23474 -> 23474 bytes po/ca.po | 260 ++++++++++++++++----------------- po/de.gmo | Bin 23736 -> 23736 bytes po/de.po | 260 ++++++++++++++++----------------- po/es.gmo | Bin 23699 -> 23699 bytes po/es.po | 260 ++++++++++++++++----------------- po/eviacam.pot | 260 ++++++++++++++++----------------- po/fr.gmo | Bin 24480 -> 24480 bytes po/fr.po | 260 ++++++++++++++++----------------- po/gl.gmo | Bin 23574 -> 23574 bytes po/gl.po | 260 ++++++++++++++++----------------- po/he.gmo | Bin 22718 -> 22718 bytes po/he.po | 260 ++++++++++++++++----------------- po/it.gmo | Bin 23716 -> 23716 bytes po/it.po | 260 ++++++++++++++++----------------- po/oc.gmo | Bin 9144 -> 9144 bytes po/oc.po | 260 ++++++++++++++++----------------- po/ru.gmo | Bin 27904 -> 27904 bytes po/ru.po | 442 +++++++++++++++++++++++++++----------------------------- po/tr.gmo | Bin 10861 -> 10861 bytes po/tr.po | 260 ++++++++++++++++----------------- 25 files changed, 1771 insertions(+), 1791 deletions(-) commit 5ff0add4cb6aeaf9b94013e4d4f75547632e1869 Author: Cesar Mauri Date: Tue Mar 27 21:21:20 2012 +0200 Added Portuguese translation (thanks to Wellyngton de Oliveira) THANKS | 1 + configure.in | 2 +- po/pt_BR.gmo | Bin 0 -> 23865 bytes po/pt_BR.po | 1245 ++++++++++++++++++++++++++++++++++++++++++++++++ src/eviacam.vcproj | 6 + src/langnames-utf16.h | Bin 3124 -> 3162 bytes src/langnames-utf8.h | 3 +- src/wconfiguration.cpp | 1 + win32/installer.iss.in | 2 + 9 files changed, 1258 insertions(+), 2 deletions(-) commit cc01b319ffbdde44d5153d615fb609003e9a831a Author: Cesar Mauri Date: Thu Mar 22 11:41:53 2012 +0100 Fixed some wrong HTML headers in help contents doc/help/ca/calibration.htm | 3 +-- doc/help/ca/click.htm | 2 +- doc/help/ca/contents.htm | 2 +- doc/help/ca/environment.htm | 2 +- doc/help/ca/intro.htm | 2 +- doc/help/ca/options.htm | 2 +- doc/help/ca/webcam.htm | 2 +- doc/help/ca/wizard.htm | 2 +- doc/help/de/calibration.htm | 2 +- doc/help/de/click.htm | 2 +- doc/help/de/contents.htm | 2 +- doc/help/de/environment.htm | 2 +- doc/help/de/intro.htm | 2 +- doc/help/de/options.htm | 2 +- doc/help/de/webcam.htm | 2 +- doc/help/de/wizard.htm | 2 +- doc/help/en/calibration.htm | 2 +- doc/help/en/click.htm | 2 +- doc/help/en/contents.htm | 2 +- doc/help/en/environment.htm | 2 +- doc/help/en/intro.htm | 2 +- doc/help/en/options.htm | 2 +- doc/help/en/webcam.htm | 2 +- doc/help/en/wizard.htm | 2 +- 24 files changed, 24 insertions(+), 25 deletions(-) commit 794ec3ada6b49f48a1556934c04ec1c3b0cea6de Author: Cesar Mauri Date: Thu Mar 22 11:34:49 2012 +0100 Updated Russian translation po/ru.gmo | Bin 27847 -> 27904 bytes po/ru.po | 478 ++++++++++++++++++++++++++++++++----------------------------- 2 files changed, 249 insertions(+), 229 deletions(-) commit 131f428ea98409f7da193b125e6151052ffa9c3a Author: Cesar Mauri Date: Thu Mar 22 11:33:59 2012 +0100 iss script encoded in utf-8 and added Russian help link win32/installer.iss.in | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) commit 4f28258bdbeb2f47d267e96fdc89df1aa5334e0a Author: Cesar Mauri Date: Thu Mar 22 11:33:11 2012 +0100 Added Russian help contents (thanks to Sergey Shkurat) doc/help/ru/advanced_options.png | Bin 0 -> 56996 bytes doc/help/ru/calibration.htm | 25 +++++ doc/help/ru/click.htm | 32 ++++++ doc/help/ru/click_bar.png | Bin 0 -> 14639 bytes doc/help/ru/click_bar_thin.png | Bin 0 -> 11812 bytes doc/help/ru/click_options.png | Bin 0 -> 81386 bytes doc/help/ru/confirm_calibration.png | Bin 0 -> 20558 bytes doc/help/ru/contents.htm | 27 +++++ doc/help/ru/environment.htm | 41 +++++++ doc/help/ru/environment.png | Bin 0 -> 162864 bytes doc/help/ru/fps.png | Bin 0 -> 2299 bytes doc/help/ru/general_options.png | Bin 0 -> 43328 bytes doc/help/ru/help.hhc | 45 ++++++++ doc/help/ru/help.hhk | 12 ++ doc/help/ru/help.hhp | 30 +++++ doc/help/ru/hotkeys_options.png | Bin 0 -> 85462 bytes doc/help/ru/intro.htm | 42 +++++++ doc/help/ru/main_window.png | Bin 0 -> 103522 bytes doc/help/ru/motion_options.png | Bin 0 -> 42865 bytes doc/help/ru/options.htm | 207 +++++++++++++++++++++++++++++++++++ doc/help/ru/task_bar_icon.png | Bin 0 -> 683 bytes doc/help/ru/webcam.htm | 33 ++++++ doc/help/ru/wizard.htm | 75 +++++++++++++ doc/help/ru/wizard1.png | Bin 0 -> 26841 bytes doc/help/ru/wizard2.png | Bin 0 -> 44901 bytes doc/help/ru/wizard3.png | Bin 0 -> 48854 bytes doc/help/ru/wizard4.png | Bin 0 -> 43025 bytes doc/help/ru/wizard5.png | Bin 0 -> 36397 bytes doc/help/ru/wizard6.png | Bin 0 -> 51646 bytes doc/help/ru/wizard7.png | Bin 0 -> 51040 bytes doc/help/ru/wizard8.png | Bin 0 -> 38027 bytes doc/help/ru/workspace_options.png | Bin 0 -> 44878 bytes doc/help/ru/x_axis_calibration.png | Bin 0 -> 8119 bytes doc/help/ru/y_axis_calibration.png | Bin 0 -> 8503 bytes src/wviacam.cpp | 3 + 35 files changed, 572 insertions(+) commit 7d7e2c39af5acc7e3da7e7bff9d748fcd7558fe5 Author: Cesar Mauri Date: Thu Mar 15 12:04:34 2012 +0100 Added post-installation info in Russian for Win32 win32/Info/InfoAfter-ru.rtf | 170 +++++++++++++++++++++++++++++++++++++++++++ win32/installer.iss.in | 2 +- 2 files changed, 171 insertions(+), 1 deletion(-) commit 8f5e1a90cad6006c961e87b208866991fa456375 Author: Cesar Mauri Date: Thu Mar 15 10:19:47 2012 +0100 Updated desktop file src/eviacam.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f0b2f74f17b943eb9d1db722304e77402139da74 Author: Cesar Mauri Date: Thu Mar 15 09:51:11 2012 +0100 Added missing build dependency debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit aa2fed7d0c7cb1f921386b444d7d28db65e07290 Author: Cesar Mauri Date: Thu Mar 15 09:50:44 2012 +0100 Automatic po/ru.* update po/ru.gmo | Bin 27847 -> 27847 bytes po/ru.po | 442 +++++++++++++++++++++++++++++-------------------------------- 2 files changed, 211 insertions(+), 231 deletions(-) commit 18417bcfc0f8830e1cbc1840ac52808be623391c Author: Cesar Mauri Date: Tue Mar 13 17:03:00 2012 +0100 Added wxstd Russian catalog on Win32 src/eviacam.vcproj | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) commit 50bee66bcd922fbdb1a9150d25e5299e9205bf25 Author: Cesar Mauri Date: Tue Mar 13 17:02:40 2012 +0100 Updated Russian translation po/ru.gmo | Bin 27828 -> 27847 bytes po/ru.po | 474 ++++++++++++++++++++++++++++++++----------------------------- 2 files changed, 247 insertions(+), 227 deletions(-) commit 3ccf3085bab888fac055a4524b6a02ce34db8bd0 Author: Cesar Mauri Date: Mon Mar 12 19:57:20 2012 +0100 Added Russian translation (thanks to Sergey Shkurat) THANKS | 1 + configure.in | 2 +- po/ar.gmo | Bin 9937 -> 9937 bytes po/ar.po | 260 +++++----- po/ast.gmo | Bin 9603 -> 9603 bytes po/ast.po | 260 +++++----- po/ca.gmo | Bin 23474 -> 23474 bytes po/ca.po | 260 +++++----- po/de.gmo | Bin 23736 -> 23736 bytes po/de.po | 260 +++++----- po/es.gmo | Bin 23699 -> 23699 bytes po/es.po | 260 +++++----- po/eviacam.pot | 260 +++++----- po/fr.gmo | Bin 24480 -> 24480 bytes po/fr.po | 260 +++++----- po/gl.gmo | Bin 23574 -> 23574 bytes po/gl.po | 260 +++++----- po/he.gmo | Bin 22718 -> 22718 bytes po/he.po | 260 +++++----- po/it.gmo | Bin 23716 -> 23716 bytes po/it.po | 260 +++++----- po/oc.gmo | Bin 9144 -> 9144 bytes po/oc.po | 260 +++++----- po/ru.gmo | Bin 0 -> 27828 bytes po/ru.po | 1239 ++++++++++++++++++++++++++++++++++++++++++++++++ po/tr.gmo | Bin 10861 -> 10861 bytes po/tr.po | 260 +++++----- src/eviacam.vcproj | 11 +- src/langnames-utf16.h | Bin 3090 -> 3124 bytes src/langnames-utf8.h | 1 + src/wconfiguration.cpp | 1 + win32/installer.iss.in | 2 + 32 files changed, 2813 insertions(+), 1564 deletions(-) commit e588a615e24e38a3551fc3affd52e39b241fbd76 Merge: e2fc25b 0494c83 Author: Cesar Mauri Date: Thu Jan 19 20:29:05 2012 +0100 marge changed from creavision Conflicts: creavision/crvnormroi.cpp commit 0494c83b2c8ee12e0e1e335b42d15cc865bf2fd4 Author: Cesar Mauri Date: Thu Jan 19 19:45:06 2012 +0100 Removed compilation warning crvnormroi.cpp | 42 ++++++++++++++++++++++++++++++++++-------- 1 file changed, 34 insertions(+), 8 deletions(-) commit d3245c363fb9655428e820e7f9ade202de9830db Author: Cesar Mauri Date: Thu Jan 19 11:48:30 2012 +0100 Added linking against libv4l2 CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 73db1d174a25852a33c4e70ecf7f178a2933caaf Merge: 3ae3cc7 ce06183 Author: Cesar Mauri Date: Thu Jan 19 01:31:55 2012 +0100 Merge ssh://192.168.1.4/crea/repo/creavision commit e2fc25bb858112b64e8d366bfd146016d63c8041 Author: Cesar Mauri Date: Wed Jan 18 22:01:03 2012 +0100 Added .gitignore .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) commit 94a6137ed74ee15fbf57655be8ba0db6d3e8e08a Author: Cesar Mauri Date: Tue Jan 3 19:00:57 2012 +0100 Fixed win32 help shortcurt German translation (thanks Christian Bieder) win32/installer.iss.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 68ae7952835185df0abd87cb7a96dd9de540abfa Author: Cesar Mauri Date: Sat Dec 31 02:46:13 2011 +0100 Added deb-src-changes build target Makefile.am | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) commit aeeed42c93c86f9a852a790f72fcd2365d785a52 Author: Cesar Mauri Date: Fri Dec 30 20:56:32 2011 +0100 Updated version debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit c8ee997d116cf3a83eceeab38b636b91d11108b5 Author: Cesar Mauri Date: Fri Dec 30 19:51:36 2011 +0100 Create shortcut to NEWS file instead of Changelog win32/installer.iss.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 3ae3cc76c1e06877c8ff45e223e4e8a023bed875 Author: Cesar Mauri Date: Fri Dec 30 19:50:48 2011 +0100 Force right width/height minimum values crvnormroi.cpp | 2 ++ 1 file changed, 2 insertions(+) commit 4336379d4907437eef852e49265497ce78b4bb0c Author: Cesar Mauri Date: Fri Dec 30 19:50:48 2011 +0100 Force right width/height minimum values creavision/crvnormroi.cpp | 2 ++ 1 file changed, 2 insertions(+) commit ab370bdcb765bffbcc12af463057e070576479c2 Author: Cesar Mauri Date: Fri Dec 30 19:49:51 2011 +0100 Changed copyright years src/wabout.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 8b66103bf56913c7b82fedacead3475b8de8bf32 Author: Cesar Mauri Date: Fri Dec 30 18:25:55 2011 +0100 Automatic update of .po and .gmo files po/ar.gmo | Bin 9937 -> 9937 bytes po/ar.po | 30 +++++++++++++++--------------- po/ast.gmo | Bin 9603 -> 9603 bytes po/ast.po | 30 +++++++++++++++--------------- po/ca.gmo | Bin 23474 -> 23474 bytes po/ca.po | 30 +++++++++++++++--------------- po/de.gmo | Bin 23736 -> 23736 bytes po/de.po | 30 +++++++++++++++--------------- po/es.gmo | Bin 23699 -> 23699 bytes po/es.po | 30 +++++++++++++++--------------- po/eviacam.pot | 30 +++++++++++++++--------------- po/fr.gmo | Bin 24480 -> 24480 bytes po/fr.po | 30 +++++++++++++++--------------- po/gl.gmo | Bin 23574 -> 23574 bytes po/gl.po | 30 +++++++++++++++--------------- po/he.gmo | Bin 22718 -> 22718 bytes po/he.po | 30 +++++++++++++++--------------- po/it.gmo | Bin 23716 -> 23716 bytes po/it.po | 30 +++++++++++++++--------------- po/oc.gmo | Bin 9144 -> 9144 bytes po/oc.po | 30 +++++++++++++++--------------- po/tr.gmo | Bin 10861 -> 10861 bytes po/tr.po | 30 +++++++++++++++--------------- 23 files changed, 180 insertions(+), 180 deletions(-) commit ff6e476c86b8a07f92576c08c92b419e13cce4e8 Author: Cesar Mauri Date: Fri Dec 30 18:25:28 2011 +0100 Changed version number to 1.5.3 configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 81e4126d1fcbdc4adddbaad957759a48eae6c584 Author: Cesar Mauri Date: Fri Dec 30 18:24:58 2011 +0100 Updated NEWS file NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) commit 74a4f77d90f2c7d42ef4f4e540819d9390f363f0 Author: Christian Bieder Date: Fri Dec 30 16:01:16 2011 +0100 Check if directory already exists Signed-off-by: Cesar Mauri src/cautostart.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 4897010e18f571aef21243d6e5843f6240409cc3 Author: Cesar Mauri Date: Fri Dec 30 17:50:10 2011 +0100 Camera controls dialogue made non-modal. closes [ID:3418601]. camera options not over Main window src/gui.pjd | 12 ++---------- src/viacamcontroller.cpp | 29 ++++++++++++++++++++++------- src/viacamcontroller.h | 22 ++++++++++++++++++++-- src/wcameradialog.cpp | 4 ++-- src/wcameradialog.h | 2 +- 5 files changed, 47 insertions(+), 22 deletions(-) commit f5e7a2d976d78f5c9bfc54b3f19ac7d07c134542 Author: Cesar Mauri Date: Fri Dec 30 17:15:24 2011 +0100 Configuration dialogue made non-modal. Partially closes [ID:3418601]. camera options not over Main window src/gui.pjd | 2 +- src/viacamcontroller.cpp | 21 +++++++++++---------- src/viacamcontroller.h | 16 ++++++++++++---- src/wconfiguration.cpp | 18 +++++++++++------- 4 files changed, 35 insertions(+), 22 deletions(-) commit 552e197d896a64d9718be71d9234cd09ef32ca30 Author: Cesar Mauri Date: Fri Dec 30 15:36:09 2011 +0100 Added close window button in configuration dialogue src/gui.pjd | 2 +- src/wconfiguration.cpp | 15 ++++++++++----- src/wconfiguration.h | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) commit 87a916a37bf659cfb2c5e6e0e1c708ac743e6740 Author: Cesar Mauri Date: Fri Dec 30 13:47:39 2011 +0100 Workaround for bug [ID: 3095561]. No beep on click under Ubuntu. src/eviacamloader.c.in | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) commit 8d36db6d5ed0acdd3076bf8d10467851c3022a41 Author: Cesar Mauri Date: Thu Dec 29 21:27:53 2011 +0100 Added missing "Middle click" in gesture click combo boxes src/gui.pjd | 48 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 36 insertions(+), 12 deletions(-) commit fd8c15d3ba46748c70900ff0a6c3debc0d0ba181 Author: Cesar Mauri Date: Thu Dec 29 20:31:02 2011 +0100 Automatically use the camera if only one is connected. Thanks to Christian Bieder. src/viacamcontroller.cpp | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) commit 4c2759f57c3ec418b29c133ff2a5839c41b38878 Author: Cesar Mauri Date: Thu Dec 29 20:13:12 2011 +0100 Closes bug [ID: 3414924]. closure of program at shutdown Win 7 64bit EVT_QUERY_END_SESSION event is now handled properly. Tested on Win 7 32bit (should work also for 64bit) and linux. src/eviacamapp.cpp | 11 +++++++++++ src/eviacamapp.h | 3 +++ src/viacamcontroller.cpp | 7 +++++-- src/wviacam.cpp | 8 +++++--- 4 files changed, 24 insertions(+), 5 deletions(-) commit 9f521e45c170cb5bc1a290e696de8d78fbc56575 Author: Cesar Mauri Date: Thu Dec 29 17:41:44 2011 +0100 Improved comments crvcamera_v4l2.cpp | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) commit c8919057faa6504c6e19c591ff6ed486f921e4ad Author: Cesar Mauri Date: Thu Dec 29 17:41:44 2011 +0100 Improved comments creavision/crvcamera_v4l2.cpp | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) commit 7c375fc946cebc26bb4546fa68780e0ba76a73ef Author: Cesar Mauri Date: Thu Dec 29 16:07:25 2011 +0100 Closes bug [ID:3434108]: camera image. (3) - Disable semi-automatic modes when no exposure-auto-priority control. See comments in source. crvcamera_v4l2.cpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) commit 0498092a51c8a0142a0c363de8cdf2328871123e Author: Cesar Mauri Date: Thu Dec 29 16:07:25 2011 +0100 Closes bug [ID:3434108]: camera image. (3) - Disable semi-automatic modes when no exposure-auto-priority control. See comments in source. creavision/crvcamera_v4l2.cpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) commit 3c96701c4f0fe1a1c90e89b0a4cd667c4621bee3 Author: Cesar Mauri Date: Thu Dec 29 14:06:32 2011 +0100 Closes bug [ID:3434108]: camera image. (2) - Tries to set the best mode depending on the camera capabilities. See comments in source. crvcamera_v4l2.cpp | 115 ++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 98 insertions(+), 17 deletions(-) commit 7d09f7ff7ca6c1825d95ed716f80ccf6ddad2d49 Author: Cesar Mauri Date: Thu Dec 29 14:06:32 2011 +0100 Closes bug [ID:3434108]: camera image. (2) - Tries to set the best mode depending on the camera capabilities. See comments in source. creavision/crvcamera_v4l2.cpp | 115 +++++++++++++++++++++++++++++++++++------ 1 file changed, 98 insertions(+), 17 deletions(-) commit cf8fbb1ceccd42811c8e5c91ad02d233d91ed537 Author: Cesar Mauri Date: Wed Dec 28 19:33:59 2011 +0100 Closed bug [ID:3434108]: camera image. (Workaround) - Implemented workaround to force manual mode settings. Makefile.am | 2 +- crvcamera_v4l2.cpp | 107 +++++++++++++++++++++++++++++++--------------------- 2 files changed, 66 insertions(+), 43 deletions(-) commit 968af0fcc7181a2f549f7cb989410ada05c1652a Author: Cesar Mauri Date: Wed Dec 28 19:33:59 2011 +0100 Closed bug [ID:3434108]: camera image. (Workaround) - Implemented workaround to force manual mode settings. creavision/Makefile.am | 2 +- creavision/crvcamera_v4l2.cpp | 107 +++++++++++++++++++++++++---------------- 2 files changed, 66 insertions(+), 43 deletions(-) commit f8f8d2e0de2a9e6a6b9c14f600980849791c1719 Author: Cesar Mauri Date: Fri Nov 4 19:12:55 2011 +0100 Fixed wrong assert introduced in previous commit. wxutil/mousecontrol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bbcda6c618aaafcc454b56d9905cc87f13186f37 Author: Cesar Mauri Date: Thu Nov 3 20:48:55 2011 +0100 CMouseControl constructor parameter is not mandatory anymore on Linux. Code cleanup. wxutil/mousecontrol.cpp | 45 ++++++++++++++++++--------------------------- wxutil/mousecontrol.h | 16 +++++++--------- 2 files changed, 25 insertions(+), 36 deletions(-) commit ce0618314774ed5ac7172cc33e5882a4c8ba3274 Merge: 6efe909 eacaf96 Author: Cesar Mauri Date: Wed Oct 5 00:41:52 2011 +0200 Merge branch 'master' of /crea/repo/creavision into creavision2 commit 21ddbc575af03ba429cf099d99b586c37ef4c47a Merge: cae0f23 eacaf96 Author: Cesar Mauri Date: Tue Oct 4 22:18:26 2011 +0200 Merge commit 'eacaf969687b5f31f90b2c3e875ee4205e5901da' commit cae0f23f37acceb76623c042e13b899ab43d5386 Author: Christian Bieder Date: Sat Oct 1 19:06:39 2011 +0200 Fix Right Togglebutton Signed-off-by: Cesar Mauri src/clickwindowtext.cpp | 4 ++-- src/clickwindowvertical.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) commit 6efe9093e9b1166851ffc8f3f156ee5ea9fb9da8 Author: Cesar Mauri Date: Thu Sep 29 11:28:25 2011 +0200 Fixed bug [ID:3414928]: OpenCV Gui error. This defect crashed the program (showing an error dialogue which said "Sizes of input arguments do not match()...") some times when the tracking area reached the right or bottom edge. crvimage.cpp | 10 +- crvnormroi.cpp | 972 +++++++++++++++++++++++++++++--------------------------- crvnormroi.h | 11 +- 3 files changed, 527 insertions(+), 466 deletions(-) commit de0d2275e47f64ea4a98e04a24b6a2ba65f9b95a Author: Cesar Mauri Date: Thu Sep 29 11:28:25 2011 +0200 Fixed bug [ID:3414928]: OpenCV Gui error. This defect crashed the program (showing an error dialogue which said "Sizes of input arguments do not match()...") some times when the tracking area reached the right or bottom edge. creavision/crvimage.cpp | 10 +- creavision/crvnormroi.cpp | 972 ++++++++++++++++++++++++--------------------- creavision/crvnormroi.h | 11 +- 3 files changed, 527 insertions(+), 466 deletions(-) commit 890db80e6b1b0c0e99b62d687d81f5d21fc2ce24 Author: Cesar Mauri Date: Tue Sep 6 21:24:40 2011 +0200 Improved debian build (7) - Fixed tarball pattern debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f100f0e39c7309dfbe1e64f476948e1afec45a63 Author: Cesar Mauri Date: Wed Aug 24 12:42:02 2011 +0200 Fixed several issues in eviacamloader (thanks to Jakub Wilk) - Exit codes of setuid and setgid are now taken into account. - setgid called before setuid - Removed useless seteuid and setegid calls src/eviacamloader.c.in | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) commit 905a774a1f65d4a4882444fad54057088f9a1c84 Author: Cesar Mauri Date: Tue Aug 23 19:18:45 2011 +0200 Improved debian build (6) - Filled template.pot bogus data - Only users on group 'eviacam' can execute eviacamloader when setuid used - Updated template messages accordingly - Added catalan and spanish translations debian/po/ca.po | 50 +++++++++++++++++++++++++++++++++++++++++++++++ debian/po/es.po | 50 +++++++++++++++++++++++++++++++++++++++++++++++ debian/po/templates.pot | 23 +++++++++++----------- debian/postinst | 21 ++++++++++++++++++-- debian/postrm | 20 +++++++++++++++++++ debian/templates | 12 ++++++------ 6 files changed, 157 insertions(+), 19 deletions(-) commit ea7014ab3824e61f24d7c1dc6109a3f433d6310b Author: Cesar Mauri Date: Wed Aug 3 21:34:55 2011 +0200 Improved debian build (5): - added debconf option to ask wheter eviacamloader should be SUID debian/config | 10 ++++++++++ debian/control | 2 +- debian/po/POTFILES.in | 1 + debian/po/templates.pot | 42 ++++++++++++++++++++++++++++++++++++++++++ debian/postinst | 21 ++++++++++++++++++++- debian/templates | 12 ++++++++++++ 6 files changed, 86 insertions(+), 2 deletions(-) commit dc846fd0919db1c0c14c49846715ee576b294e9c Author: Cesar Mauri Date: Wed Aug 3 05:00:31 2011 +0200 Improved debian build (4) - libwebcam license - eviacamloader suid as postinst - several file permissions fixed debian/changelog | 3 +-- debian/copyright | 21 +++++++++++++++++++++ debian/eviacam.README.Debian | 20 ++++++++++++++++++++ debian/postinst | 4 ++++ debian/rules | 3 --- 5 files changed, 46 insertions(+), 5 deletions(-) commit 1b2ba5642e0a5f45ae1c0d5ae7dde87e15a031ed Author: Cesar Mauri Date: Wed Aug 3 04:56:19 2011 +0200 libwebcam: comment updated libwebcam/README.eviacam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 366fd9a644c97da15540beb7bff726f6944ec738 Author: Cesar Mauri Date: Wed Aug 3 04:54:09 2011 +0200 Improved make deb-* targets to not include debian directory Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 7383952e0a1d6db4c17ec07dcebac13399f83907 Author: Cesar Mauri Date: Wed Aug 3 04:53:09 2011 +0200 eviacamloader now can be executed as a regular user (in such case process priority is not modified) src/eviacamloader.c.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 0ebe77fd790f131c01122c2c78e95b36d7f0d019 Author: Cesar Mauri Date: Wed Jul 27 15:24:32 2011 +0200 Added missing eviacam.desktop src/eviacam.desktop | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) commit 2e258830f5910e813eff0df1668e247cf2aa0427 Author: Cesar Mauri Date: Tue Jul 26 23:59:12 2011 +0200 Updated some auto* files config.guess | 244 +++++++++++++++++++++++++------------------------------ config.h.in | 7 ++ config.sub | 102 +++++++++++++++++------ m4/libtool.m4 | 13 +-- m4/ltversion.m4 | 10 +-- 5 files changed, 208 insertions(+), 168 deletions(-) commit c6abf87fefc39e53fbd549f13d50dd46e3f5ac99 Author: Cesar Mauri Date: Tue Jul 26 23:56:01 2011 +0200 Improved debian build(3): debian/control - Set Standards-Version: 3.9.2 - Fixed debhelper dependency version and added autotools-dev debian/rules - New format adopted debian/control | 4 +-- debian/rules | 83 ++++---------------------------------------------------- 2 files changed, 7 insertions(+), 80 deletions(-) commit 1da0566c27fd551d1dbaad0b68fc09047ca8dbf1 Author: Cesar Mauri Date: Tue Jul 26 14:11:30 2011 +0200 Added missing linker flags (GTK_LIBS) On sid reported: /usr/bin/ld: note: 'gtk_window_unstick' is defined in DSO /usr/lib/libgtk-x11-2.0.so so try adding it to the linker command line /usr/lib/libgtk-x11-2.0.so: could not read symbols: Invalid operation Also reported in [SF: 3267761] wxutil/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) commit 088d3c6ddefec050311b98bbb826265009abb986 Author: Cesar Mauri Date: Tue Jul 26 14:07:40 2011 +0200 Updated Italiano translation (thanks to Giuseppe Masciopinto) Also ran update-gmo po/ar.gmo | Bin 9926 -> 9937 bytes po/ar.po | 3 ++- po/ast.gmo | Bin 9589 -> 9603 bytes po/ast.po | 3 ++- po/ca.gmo | Bin 23461 -> 23474 bytes po/ca.po | 3 ++- po/de.gmo | Bin 23736 -> 23736 bytes po/de.po | 4 ++-- po/es.gmo | Bin 23686 -> 23699 bytes po/es.po | 3 ++- po/eviacam.pot | 3 ++- po/fr.gmo | Bin 24469 -> 24480 bytes po/fr.po | 3 ++- po/gl.gmo | Bin 23561 -> 23574 bytes po/gl.po | 3 ++- po/he.gmo | Bin 22718 -> 22718 bytes po/he.po | 4 ++-- po/it.gmo | Bin 23593 -> 23716 bytes po/it.po | 14 +++++++------- po/oc.gmo | Bin 9133 -> 9144 bytes po/oc.po | 3 ++- po/tr.gmo | Bin 10848 -> 10861 bytes po/tr.po | 3 ++- 23 files changed, 29 insertions(+), 20 deletions(-) commit 61daca971f83eaf97330254b3db6e48dd0361f21 Author: Cesar Mauri Date: Tue Jul 26 14:02:41 2011 +0200 Improved debian build(2): - Added missing libv4l-dev dependency - Distribute missing README.es file - debian/rules cleanup - Added debian/watch debian/control | 2 +- debian/docs | 1 + debian/rules | 29 +---------------------------- debian/watch | 3 +++ 4 files changed, 6 insertions(+), 29 deletions(-) commit 0b90b17c5033fbc4c81e05a1155a1e474c5ad7a3 Author: Cesar Mauri Date: Tue Jul 26 02:24:21 2011 +0200 Old (manually maintained) ChangeLog file renamed as NEWS file and added automatic ChangeLog generation from git ChangeLog | 170 ++--------------------------------------------------------- Makefile.am | 14 +++++ NEWS | 168 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 185 insertions(+), 167 deletions(-) commit 2dbe26e0996f30c7608360629d3d425a27b65b23 Author: Cesar Mauri Date: Mon Jul 25 17:19:02 2011 +0200 Improved debian build: - Updated debian/rules and debian version to satify lintian. - Description updated. - Adopted source format 3.0 (quilt) - Set priority from extra to optional - Updated standards version to 3.9.1 - Added Homepage and updated description - dh_clean -> dh_prep - Set debian/compat to 7 - Set copyright file to the DEP5 format - Removed debian/dirs - Updated build dependencies Makefile.am | 8 +------- configure.in | 1 - debian/changelog | 6 ++++++ debian/changelog.in | 5 ----- debian/compat | 2 +- debian/control | 14 +++++++------- debian/copyright | 49 ++++++++++++++++++++++++------------------------- debian/dirs | 1 - debian/rules | 4 ++-- debian/source/format | 1 + 10 files changed, 42 insertions(+), 49 deletions(-) commit b27d8d35165eed57b9be011e55b14a4ff58f3a26 Author: Cesar Mauri Date: Thu Jul 21 16:18:52 2011 +0200 Fixes [SF:3372760]: g++: error: unrecognized option '--as-needed' Error due to stricter checks for invalid command-line options since gcc 4.6 configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c54a729ba63954660b0646d3793cbd5cd121b545 Author: Cesar Mauri Date: Wed Jul 20 14:14:17 2011 +0200 Fixed some lintian errors and warnings config.h.in | 7 - configure.in | 1 - debian/control | 10 +- debian/copyright | 10 +- debian/dirs | 1 - doc/Makefile.am | 2 +- doc/license.txt | 379 ------------------------------------------------ src/eviacam.desktop.in | 23 --- 8 files changed, 11 insertions(+), 422 deletions(-) commit 499ca778538aa1d5205ec14cda76135817fb09c4 Author: Cesar Mauri Date: Tue Jul 19 20:11:45 2011 +0200 Changed version number to 1.5.2 configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2d641299c952fabd399b174aea70a78adfd9d8bf Author: Cesar Mauri Date: Tue Jul 19 18:09:04 2011 +0200 Add gpg signature when generating .deb packages Makefile.am | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) commit bb4e4f24b0cf73be1a1091bb1622c7b7d3e17d09 Author: Cesar Mauri Date: Tue Jul 19 13:53:04 2011 +0200 make update-po po/de.po | 284 +++++++++++++++++++++++++++++++------------------------------- po/fr.po | 283 +++++++++++++++++++++++++++++++------------------------------ po/gl.po | 279 ++++++++++++++++++++++++++++++------------------------------ 3 files changed, 425 insertions(+), 421 deletions(-) commit bf503215cbb5e9313747fb9d94f2b78acdada350 Author: Cesar Mauri Date: Tue Jul 19 13:48:57 2011 +0200 Updated THANKS file THANKS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9c47e0a574de7922bb59ba7f80f3be0d36e4b7ce Author: Cesar Mauri Date: Tue Jul 19 13:32:43 2011 +0200 Changelog update ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) commit e5a5664912dc671836b99f1f5c09b9f5d4e20565 Author: Cesar Mauri Date: Tue Jul 19 13:31:27 2011 +0200 Added link to Changelog on Win win32/installer.iss.in | 2 ++ 1 file changed, 2 insertions(+) commit eacaf969687b5f31f90b2c3e875ee4205e5901da Author: Cesar Mauri Date: Sun Jul 17 17:53:57 2011 +0200 creavision: fixed wrong image release when image was imported. Also fixes other minor bugs. crvimage.cpp | 66 ++++++++++++++++++++++++++-------------------------------- 1 file changed, 30 insertions(+), 36 deletions(-) commit d986cae8bdd79994f0e8b7084e919611a35797de Author: Cesar Mauri Date: Sun Jul 17 17:53:57 2011 +0200 creavision: fixed wrong image release when image was imported. Also fixes other minor bugs. crvimage.cpp | 66 ++++++++++++++++++++++++++-------------------------------- 1 file changed, 30 insertions(+), 36 deletions(-) commit c6bbec3e4bbdbdb40125d146a40c2e13a9f05d50 Author: Cesar Mauri Date: Sun Jul 17 17:53:57 2011 +0200 creavision: fixed wrong image release when image was imported. Also fixes other minor bugs. creavision/crvimage.cpp | 66 +++++++++++++++++++++-------------------------- 1 file changed, 30 insertions(+), 36 deletions(-) commit b24ff9f929080ea547adfff7383e583f4ff60d02 Merge: 63f0a20 7bcadda Author: Cesar Mauri Date: Sat Jul 16 13:46:03 2011 +0200 Merge branch 'master' into proves commit 34b537c520306f7c5b7510e367b21ecef8b2e6d3 Merge: 63f0a20 f996ef5 Author: Cesar Mauri Date: Sat Jul 16 13:46:03 2011 +0200 Merge branch 'master' into proves commit afac3126b3dd0fd0fd066fa80440b2c86ae5cc96 Merge: 8531857 c983432 Author: Cesar Mauri Date: Sat Jul 16 13:46:03 2011 +0200 Merge branch 'master' into proves commit 7bcaddae9545d13bd9a12cca09a3bd4a5fe6b649 Author: Cesar Mauri Date: Sat Jul 16 13:41:59 2011 +0200 Fixed out of source dir build Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f996ef5b2e6f8d3710579fe88b3d34776c9a699e Author: Cesar Mauri Date: Sat Jul 16 13:41:59 2011 +0200 Fixed out of source dir build Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c98343243eeb1153e9c3d9329b0a99ad4de103d6 Author: Cesar Mauri Date: Sat Jul 16 13:41:59 2011 +0200 Fixed out of source dir build creavision/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 853185782c1540de4d24f62dd20d540e16e0e800 Merge: 3b6bc5d 9c173e2 Author: Cesar Mauri Date: Sat Jul 16 03:42:15 2011 +0200 Merge branch 'tot' into proves commit fbfb374943c1f587d0ed2f808bf4b35aef4375fb Author: cesar Date: Sun Jun 5 21:21:26 2011 +0200 Fixed videodev.h search for newer distros (cherry picked from commit a20275094be12816876b194894419c40e867b05c) Fixes bug [SF: 3267761] crvcamera_v4l2.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit e5909b6dfb068e4cf1ad7d6eec3b3a887985f564 Author: cesar Date: Sun Jun 5 21:21:26 2011 +0200 Fixed videodev.h search for newer distros (cherry picked from commit a20275094be12816876b194894419c40e867b05c) Fixes bug [SF: 3267761] crvcamera_v4l2.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 3b6bc5d7f0eda60ce3cb306e9ec54281ac49fc56 Author: cesar Date: Sun Jun 5 21:21:26 2011 +0200 Fixed videodev.h search for newer distros (cherry picked from commit a20275094be12816876b194894419c40e867b05c) Fixes bug [SF: 3267761] creavision/crvcamera_v4l2.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 9c173e2e1e57eef03b9239b9f7438df64f77a9b3 Merge: 10561e8 63f0a20 Author: Cesar Mauri Date: Sat Jul 16 02:11:41 2011 +0200 merge changes in creavision Merge commit '63f0a209f29faf12c3c1417eaa639867c810603d' into tot commit 10561e87251ef12f06acb58ef20068f640203dd9 Author: Cesar Mauri Date: Sat Jul 16 02:08:21 2011 +0200 Fixed detection of linux/videodev.h or libv4l1-videodev.h Partially closes [SF:3267761] configure.in | 9 +++++++++ libwebcam/Makefile.am | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) commit 4471969ea5ad8a474f87f0923193a9ed8ea805df Merge: edf103c bcbe90f Author: Cesar Mauri Date: Fri Jul 15 21:20:04 2011 +0200 merged changes in libwebcam Merge commit 'bcbe90f13be8893355a5223680de8e2b9a642516' into proves commit edf103c7cd557c8e96bf742ef7fdf42e806f7144 Merge: 4bcc304 f567939 Author: Cesar Mauri Date: Fri Jul 15 19:08:56 2011 +0200 Merge branch 'v1.4mant' commit 63f0a209f29faf12c3c1417eaa639867c810603d Merge: 8b48dd1 c36894d Author: Cesar Mauri Date: Fri Jul 15 18:37:38 2011 +0200 merged changes in creavision Merge commit 'c36894dc78aac8bb33376198ad2ccecffa5e63ca' commit 4bcc3049d05c77f81a9f7829fbf9ecf51d0ce6f0 Author: Cesar Mauri Date: Thu Jul 14 08:51:24 2011 +0200 Français translation update (thanks SĂŠbastien Lecointre) po/de.gmo | Bin 23629 -> 23736 bytes po/fr.gmo | Bin 24354 -> 24469 bytes po/fr.po | 292 ++++++++++++++++++++++++++++++------------------------------- po/gl.gmo | Bin 23453 -> 23561 bytes 4 files changed, 146 insertions(+), 146 deletions(-) commit 9c8c29fb9d774afd201235ec687048fc4ab1bb0a Author: Cesar Mauri Date: Wed Jul 13 21:11:29 2011 +0200 German translation updated (thanks to Christian Bieder) po/de.po | 295 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 148 insertions(+), 147 deletions(-) commit f067a84e4b83d1ae336b401234d053d535c97a0b Author: Cesar Mauri Date: Wed Jul 13 21:07:34 2011 +0200 Galego translation updated (thanks to Miguel Bouzada) po/gl.po | 288 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 140 insertions(+), 148 deletions(-) commit 767527bcc8a4ba9abae5f5f1137181082665f53f Author: Cesar Mauri Date: Mon Jul 4 20:49:20 2011 +0200 Updated .po files and Spanish and Catalan translations po/ar.gmo | Bin 9926 -> 9926 bytes po/ar.po | 274 ++++++++++++++++++++++++++++--------------------------- po/ast.gmo | Bin 9589 -> 9589 bytes po/ast.po | 274 ++++++++++++++++++++++++++++--------------------------- po/ca.gmo | Bin 23353 -> 23461 bytes po/ca.po | 275 +++++++++++++++++++++++++++++--------------------------- po/de.gmo | Bin 23629 -> 23629 bytes po/de.po | 274 ++++++++++++++++++++++++++++--------------------------- po/es.gmo | Bin 23578 -> 23686 bytes po/es.po | 275 +++++++++++++++++++++++++++++--------------------------- po/eviacam.pot | 273 ++++++++++++++++++++++++++++--------------------------- po/fr.gmo | Bin 24354 -> 24354 bytes po/fr.po | 274 ++++++++++++++++++++++++++++--------------------------- po/gl.gmo | Bin 23453 -> 23453 bytes po/gl.po | 274 ++++++++++++++++++++++++++++--------------------------- po/he.gmo | Bin 22718 -> 22718 bytes po/he.po | 274 ++++++++++++++++++++++++++++--------------------------- po/it.gmo | Bin 23593 -> 23593 bytes po/it.po | 274 ++++++++++++++++++++++++++++--------------------------- po/oc.gmo | Bin 9133 -> 9133 bytes po/oc.po | 274 ++++++++++++++++++++++++++++--------------------------- po/tr.gmo | Bin 10848 -> 10848 bytes po/tr.po | 274 ++++++++++++++++++++++++++++--------------------------- 23 files changed, 1727 insertions(+), 1562 deletions(-) commit 4ce8a3917ee5b1c567ba5e537f18c727b675c151 Author: Cesar Mauri Date: Mon Jul 4 20:42:06 2011 +0200 Open Spanish help for all Spanish regions src/wviacam.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) commit fa27cffe6db9356eddf84bd071b9733be4158432 Author: Cesar Mauri Date: Mon Jul 4 16:37:26 2011 +0200 Added middle click icons src/icons/buttonMiddle.xpm | 291 +++++++------- src/icons/buttonMiddleDisabled.xpm | 427 +++++++-------------- src/icons/buttonMiddleLocked.xpm | 525 +++++++++++++------------- src/icons/buttonMiddleSelected.xpm | 609 +++++++++++++++--------------- src/icons/buttonMiddleSelectedLocked.xpm | 608 +++++++++++++++-------------- 5 files changed, 1149 insertions(+), 1311 deletions(-) commit dbbfa147d61492e65ac487adfb7302200933057e Author: Cesar Mauri Date: Mon Jul 4 12:02:59 2011 +0200 Fixed style issues in click window src/clickwindowbitmap.h | 9 ++++++++- src/clickwindowbitmapvertical.h | 9 ++++++++- src/clickwindowtext.h | 9 ++++++++- src/clickwindowvertical.h | 8 +++++++- src/gui.pjd | 8 ++++---- 5 files changed, 35 insertions(+), 8 deletions(-) commit af1b365bf28e00d65cde82e32fe32ac12f2974f2 Author: Cesar Mauri Date: Mon Jul 4 11:00:59 2011 +0200 Removed caption style from .pjd and updated sources src/clickwindowbitmap.h | 10 +- src/clickwindowbitmapvertical.h | 4 +- src/clickwindowtext.h | 9 +- src/clickwindowvertical.h | 4 +- src/gui.pjd |39260 +++++++++++++++++++-------------------- 5 files changed, 19626 insertions(+), 19661 deletions(-) commit 22fc06dac6a2b7c729c64b838619197e0a7edef2 Author: Christian Bieder Date: Mon May 16 09:18:41 2011 +0200 Add Middleclick GUI src/gui.pjd | 323 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 323 insertions(+) commit 653dc9c485c70d2aa0d715ca96e5b2e376847db7 Author: Christian Bieder Date: Fri May 13 21:26:15 2011 +0200 Open German help for all German regions src/wviacam.cpp | 5 +++++ 1 file changed, 5 insertions(+) commit 8b48dd1ad8347f319e81ce96b3040b968da8ef78 Author: Cesar Mauri Date: Sun Jun 19 17:06:37 2011 +0200 Windows installer preliminar version CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) commit bcbe90f13be8893355a5223680de8e2b9a642516 Author: cesar Date: Sun Jun 5 21:21:26 2011 +0200 Fixed videodev.h search for newer distros CMakeLists.txt | 18 ++++++++++++++++++ compat.h | 3 ++- incvideodev.h.in | 1 + 3 files changed, 21 insertions(+), 1 deletion(-) commit a20275094be12816876b194894419c40e867b05c Author: cesar Date: Sun Jun 5 21:21:26 2011 +0200 Fixed videodev.h search for newer distros crvcamera_v4l2.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 2e0b52c3a3990c6afa8ce10a3e0fc5b90f285598 Author: Cesar Mauri Date: Fri May 13 16:02:30 2011 +0200 Removed middle gesture src/gestureclick.cpp | 4 ---- src/gestureclick.h | 8 -------- 2 files changed, 12 deletions(-) commit 888eb7b3d67a1193acc31d67e9204ca13cedf4c3 Author: Cesar Mauri Date: Fri May 13 14:19:05 2011 +0200 Added Makefile.am references to middle button icons src/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) commit e3183b431a61c4fe8d314365bb60ce944847933f Merge: 46b020f 45a531e Author: Cesar Mauri Date: Wed May 11 13:59:11 2011 +0200 Merge branch 'master' into middle commit 45a531e8379e372bc06f5bf479c76b02df8811c7 Author: Cesar Mauri Date: Wed May 11 13:51:41 2011 +0200 Fixed spec.in for OpenSUSE rpm/eviacam.spec.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit 46b020f8a95c8db0a403f676cbcf4ee09d8f85e3 Author: Christian Bieder Date: Thu May 5 20:24:32 2011 +0200 Middle click integrated Signed-off-by: Cesar Mauri src/clickwindow.cpp | 30 +-- src/clickwindow.h | 13 +- src/clickwindowbitmap.cpp | 49 +++++ src/clickwindowbitmap.h | 9 + src/clickwindowbitmapvertical.cpp | 51 ++++- src/clickwindowbitmapvertical.h | 7 + src/clickwindowcontroller.cpp | 3 + src/clickwindowcontroller.h | 4 +- src/clickwindowtext.cpp | 45 +++-- src/clickwindowtext.h | 7 +- src/clickwindowvertical.cpp | 45 +++-- src/clickwindowvertical.h | 7 +- src/dwellclick.cpp | 3 + src/gestureclick.cpp | 7 + src/gestureclick.h | 10 +- src/icons/buttonMiddle.xpm | 146 ++++++++++++++ src/icons/buttonMiddleDisabled.xpm | 306 +++++++++++++++++++++++++++++ src/icons/buttonMiddleLocked.xpm | 264 +++++++++++++++++++++++++ src/icons/buttonMiddleSelected.xpm | 310 ++++++++++++++++++++++++++++++ src/icons/buttonMiddleSelectedLocked.xpm | 310 ++++++++++++++++++++++++++++++ src/wconfiguration.cpp | 4 + src/wwizard.cpp | 1 + wxutil/mousecontrol.cpp | 26 +++ wxutil/mousecontrol.h | 3 + 24 files changed, 1610 insertions(+), 50 deletions(-) commit 27bf1daac315e742eb7c6683612d22d43f430032 Author: Cesar Mauri Date: Mon Apr 11 13:32:19 2011 +0200 creavision: (partially) improved const-correctness crvcolor.cpp | 6 +++--- crvcolor.h | 6 +++--- crvimage.h | 1 + crvmisc.cpp | 6 +++--- crvmisc.h | 6 +++--- 5 files changed, 13 insertions(+), 12 deletions(-) commit b7391b5fd47202330c06a98da7c9934ea63b8159 Author: Cesar Mauri Date: Mon Apr 4 11:28:06 2011 +0200 French translation update. Thanks to SĂŠbastien Lecointre. po/fr.gmo | Bin 24263 -> 24354 bytes po/fr.po | 44 +++++++++++++++++++++++--------------------- 2 files changed, 23 insertions(+), 21 deletions(-) commit 4fc7d0fad5962ab170f4ddda35b58edbf3c39636 Author: Cesar Mauri Date: Thu Mar 31 12:11:08 2011 +0200 Removed old SCORM packages and added metafiles for Spanish SCORM files doc/scorm/eviacam-scorm-ca.zip | Bin 1169101 -> 0 bytes doc/scorm/eviacam-scorm-en.zip | Bin 1135027 -> 0 bytes doc/scorm/eviacam-scorm-es.zip | Bin 1165850 -> 0 bytes doc/scorm/eviacam-scorm-es/adlcp_rootv1p2.xsd | 109 +++++ doc/scorm/eviacam-scorm-es/eviacam.png | Bin 0 -> 2009 bytes doc/scorm/eviacam-scorm-es/html/readme.txt | 1 + doc/scorm/eviacam-scorm-es/ims_xml.xsd | 20 + doc/scorm/eviacam-scorm-es/imscp_rootv1p1p2.xsd | 345 ++++++++++++++ doc/scorm/eviacam-scorm-es/imsmanifest.xml | 61 +++ doc/scorm/eviacam-scorm-es/imsmd_rootv1p2p1.xsd | 573 +++++++++++++++++++++++ doc/scorm/eviacam-scorm-es/normal.css | 26 + 11 files changed, 1135 insertions(+) commit 65c84a2c1d721fda76fcd357ad0d2c9619bf784b Author: Cesar Mauri Date: Thu Mar 31 12:07:19 2011 +0200 Updated Spanish documentation meta tags to make it compatible with scorm doc/help/es/calibration.htm | 5 +++-- doc/help/es/click.htm | 5 +++-- doc/help/es/contents.htm | 5 +++-- doc/help/es/environment.htm | 6 ++++-- doc/help/es/intro.htm | 6 ++++-- doc/help/es/options.htm | 5 +++-- doc/help/es/webcam.htm | 6 ++++-- doc/help/es/wizard.htm | 6 ++++-- 8 files changed, 28 insertions(+), 16 deletions(-) commit 04c9227bda82b78a73a2a724a36d126db8ebdfd9 Author: Cesar Mauri Date: Thu Mar 31 12:06:39 2011 +0200 Changed version number to 1.5.1 configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7b8847d3588e9fbf82742da5b3bed795c0f47aa8 Author: Cesar Mauri Date: Wed Mar 30 21:43:51 2011 +0200 German documentation updated. Thanks to Christian Bieder. doc/Makefile.am | 2 +- doc/help/de/advanced_options.png | Bin 57584 -> 56224 bytes doc/help/de/calibration.htm | 64 +++---- doc/help/de/click.htm | 63 +++--- doc/help/de/click_bar.htm | 49 ----- doc/help/de/click_options.png | Bin 78389 -> 81868 bytes doc/help/de/contents.htm | 29 +++ doc/help/de/environment.htm | 85 ++++----- doc/help/de/help.hhc | 14 +- doc/help/de/help.hhp | 6 +- doc/help/de/help.wxh | 41 ++-- doc/help/de/hotkeys_options.png | Bin 0 -> 69751 bytes doc/help/de/intro.htm | 97 ++++------ doc/help/de/options.htm | 379 +++++++++++++++++++++---------------- doc/help/de/webcam.htm | 69 +++---- doc/help/de/wizard.htm | 101 +++++----- doc/help/de/wizard3.png | Bin 37777 -> 55455 bytes doc/help/de/workspace_options.png | Bin 34434 -> 41931 bytes 18 files changed, 505 insertions(+), 494 deletions(-) commit 03fa6ee46dbf77470c61fa970d21fa58e762da7f Author: Cesar Mauri Date: Wed Mar 30 21:38:55 2011 +0200 German translation updated. Thanks to Christian Bieder. ChangeLog | 2 + po/de.gmo | Bin 20101 -> 23629 bytes po/de.po | 97 ++++++++--------- po/fr.gmo | Bin 24263 -> 24263 bytes po/fr.po | 283 ++++++++++++++++++++++++------------------------ win32/installer.iss.in | 2 +- 6 files changed, 188 insertions(+), 196 deletions(-) commit bbc97ed25e7ba4bde0cd836177ddb7d6f2505b7b Author: Cesar Mauri Date: Wed Mar 30 21:25:11 2011 +0200 Updated windows installer script win32/installer.iss.in | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) commit e11838cf59e9feab85c47fe1ea2f491e718bb8ee Author: Cesar Mauri Date: Wed Mar 30 20:32:28 2011 +0200 Changelog updated ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) commit 5be88d463cefb3c134cd507d0d19b3428c72278d Author: Cesar Mauri Date: Wed Mar 30 11:41:40 2011 +0200 French translation updated. Thanks to SĂŠbastien Lecointre. po/fr.gmo | Bin 20594 -> 24263 bytes po/fr.po | 373 ++++++++++++++++++++++++++++++------------------------------- 2 files changed, 182 insertions(+), 191 deletions(-) commit 36c5d589aae4d95f3b7150b98ae9d1875d1bfdfc Author: Cesar Mauri Date: Tue Mar 29 19:21:30 2011 +0200 Fixed bug when setting smoothing to 0 po/ar.gmo | Bin 9926 -> 9926 bytes po/ar.po | 10 +++++----- po/ast.gmo | Bin 9589 -> 9589 bytes po/ast.po | 10 +++++----- po/ca.gmo | Bin 23353 -> 23353 bytes po/ca.po | 10 +++++----- po/de.gmo | Bin 20101 -> 20101 bytes po/de.po | 10 +++++----- po/es.gmo | Bin 23578 -> 23578 bytes po/es.po | 10 +++++----- po/eviacam.pot | 8 ++++---- po/fr.gmo | Bin 20594 -> 20594 bytes po/fr.po | 10 +++++----- po/gl.gmo | Bin 23453 -> 23453 bytes po/gl.po | 10 +++++----- po/he.gmo | Bin 22718 -> 22718 bytes po/he.po | 10 +++++----- po/it.gmo | Bin 23593 -> 23593 bytes po/it.po | 10 +++++----- po/oc.gmo | Bin 9133 -> 9133 bytes po/oc.po | 10 +++++----- po/tr.gmo | Bin 10848 -> 10848 bytes po/tr.po | 10 +++++----- src/gui.pjd | 4 ++-- src/pointeraction.cpp | 2 +- src/pointeraction.h | 6 +++--- src/wconfiguration.cpp | 4 ++-- 27 files changed, 67 insertions(+), 67 deletions(-) commit 00c7243c178d3218cce573910aac56eb5878488b Author: Cesar Mauri Date: Tue Mar 29 18:47:56 2011 +0200 Face localization. Wider area and reduced cpu consumption src/visionpipeline.cpp | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) commit d8143f2da3886ff266535eb78d4cb431e898b48f Author: Cesar Mauri Date: Tue Mar 29 18:23:48 2011 +0200 Fixed: not applying haar cascade when face localization disabled src/visionpipeline.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) commit 8118461cbaf21969dbbb6758854e79b59eb36b14 Author: Cesar Mauri Date: Tue Mar 29 18:19:10 2011 +0200 Fixed: restoring old configuration after calibration src/cmotioncalibration.cpp | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) commit b0ca34ba3ce46702584aad4ebd3b30c2201020d4 Author: Cesar Mauri Date: Tue Mar 29 18:01:29 2011 +0200 Debug printfs commented out wxutil/wxappbar.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit ba35585819f3e3d0ac8d7bc8d948a566f154385b Author: Cesar Mauri Date: Tue Mar 29 17:53:54 2011 +0200 Italian translation updated. Thanks to Giuseppe Masciopinto. po/ar.gmo | Bin 9926 -> 9926 bytes po/ar.po | 6 +- po/ast.gmo | Bin 9589 -> 9589 bytes po/ast.po | 6 +- po/ca.gmo | Bin 23353 -> 23353 bytes po/ca.po | 6 +- po/de.gmo | Bin 20101 -> 20101 bytes po/de.po | 6 +- po/es.gmo | Bin 23578 -> 23578 bytes po/es.po | 6 +- po/eviacam.pot | 6 +- po/fr.gmo | Bin 20594 -> 20594 bytes po/fr.po | 6 +- po/gl.gmo | Bin 23453 -> 23453 bytes po/gl.po | 279 +++++++++++++++++++++++++++++--------------------------- po/he.gmo | Bin 22718 -> 22718 bytes po/he.po | 6 +- po/it.gmo | Bin 20181 -> 23593 bytes po/it.po | 101 +++++++++----------- po/oc.gmo | Bin 9133 -> 9133 bytes po/oc.po | 6 +- po/tr.gmo | Bin 10848 -> 10848 bytes po/tr.po | 6 +- 23 files changed, 219 insertions(+), 221 deletions(-) commit a917424eafc0910fdc0630c8e8e9a7c4100c46d7 Author: Cesar Mauri Date: Tue Mar 29 13:49:41 2011 +0200 Changed default hotkeys src/hotkeymanager.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit ba6eb8668c0d02154f450c8fe5c7dd4a5d331c04 Author: Cesar Mauri Date: Tue Mar 29 13:37:42 2011 +0200 Fixed bug in assisted calibration procedure src/cmotioncalibration.cpp | 99 ++++++++++++++++++++++++++++++-------------- src/cmotioncalibration.h | 8 ++-- 2 files changed, 73 insertions(+), 34 deletions(-) commit 5b7101f5b63024a2ba813196b599ea858eae7f37 Author: Cesar Mauri Date: Tue Mar 29 13:36:48 2011 +0200 Fixed doc/Makefile.am doc/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 33ef64483272b2f82f4028e42cdfcedc060c6f17 Author: Cesar Mauri Date: Tue Mar 29 11:45:57 2011 +0200 Galician documentation updated. Thanks to Miguel Bouzada doc/help/gl/advanced_options.png | Bin 47626 -> 47626 bytes doc/help/gl/calibration.htm | 47 ++--- doc/help/gl/click.htm | 67 +++---- doc/help/gl/click_bar.htm | 69 -------- doc/help/gl/click_bar.png | Bin 14153 -> 14153 bytes doc/help/gl/click_bar_thin.png | Bin 13225 -> 13225 bytes doc/help/gl/click_options.png | Bin 68011 -> 68011 bytes doc/help/gl/confirm_calibration.png | Bin 21123 -> 21123 bytes doc/help/gl/contents.htm | 17 ++ doc/help/gl/environment.htm | 87 +++------ doc/help/gl/environment.png | Bin 163711 -> 163711 bytes doc/help/gl/fps.png | Bin 2384 -> 2384 bytes doc/help/gl/general_options.png | Bin 41001 -> 41001 bytes doc/help/gl/help.hhc | 10 +- doc/help/gl/help.hhp | 6 +- doc/help/gl/help.wxh | 36 ++-- doc/help/gl/intro.htm | 74 +++----- doc/help/gl/main_window.png | Bin 113249 -> 113249 bytes doc/help/gl/motion_options.png | Bin 36845 -> 36845 bytes doc/help/gl/options.htm | 331 ++++++++++++++++------------------- doc/help/gl/task_bar_icon.png | Bin 667 -> 667 bytes doc/help/gl/webcam.htm | 52 ++---- doc/help/gl/wizard.htm | 97 +++------- doc/help/gl/wizard1.png | Bin 19769 -> 19769 bytes doc/help/gl/wizard2.png | Bin 38546 -> 38546 bytes doc/help/gl/wizard3.png | Bin 28848 -> 28848 bytes doc/help/gl/wizard4.png | Bin 35771 -> 35771 bytes doc/help/gl/wizard5.png | Bin 35297 -> 35297 bytes doc/help/gl/wizard6.png | Bin 40791 -> 40791 bytes doc/help/gl/wizard7.png | Bin 40093 -> 40093 bytes doc/help/gl/wizard8.png | Bin 34558 -> 34558 bytes doc/help/gl/workspace_options.png | Bin 32959 -> 32959 bytes doc/help/gl/x_axis_calibration.png | Bin 8409 -> 8409 bytes doc/help/gl/y_axis_calibration.png | Bin 7811 -> 7811 bytes 34 files changed, 327 insertions(+), 566 deletions(-) commit 690c782296d80e899d11c476e0717bd052d096df Author: Cesar Mauri Date: Mon Mar 28 18:26:01 2011 +0200 Fixed face localization on Windows and other minor issues src/eviacam.vcproj | 3 +- src/visionpipeline.cpp | 78 ++++++++++++++++++++++++++++-------------------- src/visionpipeline.h | 29 +++++++++--------- wxutil/waittime.cpp | 4 +-- wxutil/waittime.h | 4 +-- 5 files changed, 66 insertions(+), 52 deletions(-) commit 92760dd0c6e6b6433252cb7f4dd404228a9c4442 Author: Cesar Mauri Date: Mon Mar 28 13:50:35 2011 +0200 Galician translation updated. Thanks to Miguel Bouzada. po/gl.gmo | Bin 19871 -> 23453 bytes po/gl.po | 362 +++++++++++++++++++++++++++++-------------------------------- 2 files changed, 173 insertions(+), 189 deletions(-) commit 0078b9f4e9cd7dc6049c5e0e79ff7abd9e7a21f9 Author: Cesar Mauri Date: Mon Mar 28 13:02:44 2011 +0200 Updated string catalogues. Spanish and Catalan translations up to date. po/ar.gmo | Bin 9926 -> 9926 bytes po/ar.po | 294 +++++++++++++++++++++------------------------- po/ast.gmo | Bin 9589 -> 9589 bytes po/ast.po | 289 +++++++++++++++++++++------------------------ po/ca.gmo | Bin 23193 -> 23353 bytes po/ca.po | 305 ++++++++++++++++++++++------------------------- po/de.gmo | Bin 20101 -> 20101 bytes po/de.po | 294 +++++++++++++++++++++------------------------- po/es.gmo | Bin 23432 -> 23578 bytes po/es.po | 313 +++++++++++++++++++++++-------------------------- po/eviacam.pot | 284 ++++++++++++++++++++------------------------ po/fr.gmo | Bin 20594 -> 20594 bytes po/fr.po | 294 +++++++++++++++++++++------------------------- po/gl.gmo | Bin 19871 -> 19871 bytes po/gl.po | 294 +++++++++++++++++++++------------------------- po/he.gmo | Bin 22718 -> 22718 bytes po/he.po | 294 +++++++++++++++++++++------------------------- po/it.gmo | Bin 20181 -> 20181 bytes po/it.po | 294 +++++++++++++++++++++------------------------- po/oc.gmo | Bin 9133 -> 9133 bytes po/oc.po | 289 +++++++++++++++++++++------------------------ po/tr.gmo | Bin 10848 -> 10848 bytes po/tr.po | 294 +++++++++++++++++++++------------------------- src/hotkeymanager.cpp | 14 +-- 24 files changed, 1639 insertions(+), 1913 deletions(-) commit d0da8798e68347efefa6d31bfa4aa57826a79498 Author: Cesar Mauri Date: Mon Mar 28 12:24:54 2011 +0200 Updated doc/Makefile.am doc/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) commit 586cc27991014fc1a3d85cb6d057795ffadfe62a Author: Cesar Mauri Date: Mon Mar 28 12:22:15 2011 +0200 Updated screenshot size for German and Galician doc/help/de/environment.htm | 2 +- doc/help/de/environment.png | Bin 511211 -> 165432 bytes doc/help/gl/environment.htm | 2 +- doc/help/gl/environment.png | Bin 451091 -> 163711 bytes 4 files changed, 2 insertions(+), 2 deletions(-) commit 2db33719ed952ba8207aacc1412ac386c4e3b7e9 Author: Cesar Mauri Date: Mon Mar 28 11:19:57 2011 +0200 Catalan documentation checked and updated doc/help/ca/calibration.htm | 54 +-- doc/help/ca/click.htm | 47 +- doc/help/ca/click_bar.htm | 62 --- doc/help/ca/contents.htm | 5 + doc/help/ca/environment.htm | 75 +-- doc/help/ca/environment.png | Bin 485155 -> 164754 bytes doc/help/ca/help.hhc | 86 ++-- doc/help/ca/help.hhk | 24 +- doc/help/ca/help.hhp | 58 +-- doc/help/ca/help.wxh | 1086 +++++++++++++++++++++---------------------- doc/help/ca/intro.htm | 69 +-- doc/help/ca/options.htm | 281 +---------- doc/help/ca/webcam.htm | 52 +-- doc/help/ca/wizard.htm | 113 +---- 14 files changed, 675 insertions(+), 1337 deletions(-) commit 411bed0f46a842ea8e626d534a2ef88d259a3305 Author: Cesar Mauri Date: Sun Mar 27 23:26:19 2011 +0200 Spanish documentation checked and updated doc/help/es/calibration.htm | 64 ++----- doc/help/es/click.htm | 72 ++++--- doc/help/es/click_bar.htm | 62 ------- doc/help/es/contents.htm | 17 ++ doc/help/es/environment.htm | 89 +++------ doc/help/es/environment.png | Bin 474727 -> 163751 bytes doc/help/es/help.hhc | 18 +- doc/help/es/help.hhk | 24 +-- doc/help/es/help.hhp | 13 +- doc/help/es/help.wxh | 55 +++--- doc/help/es/intro.htm | 89 +++------ doc/help/es/options.htm | 433 ++++++++++++++++--------------------------- doc/help/es/webcam.htm | 61 ++---- doc/help/es/wizard.htm | 141 +++----------- 14 files changed, 376 insertions(+), 762 deletions(-) commit 01ec0a0f5f70ec15c8498bfcaf432082f9670176 Author: Cesar Mauri Date: Sun Mar 27 00:56:04 2011 +0100 English documentation and .css checked and updated doc/help/en/calibration.htm | 48 +- doc/help/en/click.htm | 42 +- doc/help/en/click_bar.htm | 63 --- doc/help/en/contents.htm | 27 ++ doc/help/en/environment.htm | 100 ++-- doc/help/en/environment.png | Bin 474353 -> 162864 bytes doc/help/en/help.hhc | 88 ++-- doc/help/en/help.hhp | 59 +-- doc/help/en/help.wxh | 1100 +++++++++++++++++++++---------------------- doc/help/en/intro.htm | 104 ++-- doc/help/en/options.htm | 440 ++++++++--------- doc/help/en/webcam.htm | 46 +- doc/help/en/wizard.htm | 180 +++---- doc/help/eviacam.png | Bin 0 -> 2009 bytes doc/help/normal.css | 63 +-- 15 files changed, 1052 insertions(+), 1308 deletions(-) commit a32ffa400d08cbdd14f6c9eee19760550e1e5bd1 Author: Jordi Alsina Date: Fri Mar 25 19:03:32 2011 +0100 Fixed errors appeared when compiling in windows. - Wrap pointer is allowed. - Click Bar only in top-docked mode without autohide mode. - Face localization to improve (possible bug in wxCondition). - Hotkeys are not allowed. src/clickwindowbitmap.h | 8 +++++++- src/clickwindowtext.h | 7 ++++++- src/visionpipeline.cpp | 2 +- wxutil/wxappbar.cpp | 8 ++++---- 4 files changed, 18 insertions(+), 7 deletions(-) commit 4d95a21cc4fe3619f2d323f5df6924d5f2ac207f Author: Jordi Alsina Date: Fri Mar 25 10:01:01 2011 +0100 Fixed linking errors. src/eviacam.vcproj | 12 ++++++++++++ src/gui.pjd | 8 ++++---- src/wconfiguration.cpp | 49 ++++++++++++++++++++++++++++++++++++++++------- src/wconfiguration.h | 14 ++++++++++++++ wxutil/wxappbar.cpp | 50 +++++++++++++++++++++++++++++------------------- wxutil/wxappbar.h | 3 --- wxutil/wxutil.vcproj | 6 ++++++ 7 files changed, 108 insertions(+), 34 deletions(-) commit c36894dc78aac8bb33376198ad2ccecffa5e63ca Author: Cesar Mauri Date: Tue Mar 22 13:55:08 2011 +0100 creavision: removed include directive which generated WIN32 compilation errors crvimage.cpp | 1 + crvimage.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) commit e751a39341c6754516f587b69606160ccd066f89 Author: Cesar Mauri Date: Tue Mar 22 13:55:08 2011 +0100 creavision: removed include directive which generated WIN32 compilation errors creavision/crvimage.cpp | 1 + creavision/crvimage.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) commit 9213b3c76525ea7543f59d41450986d709002af4 Author: Jordi Alsina Date: Thu Mar 17 17:41:02 2011 +0100 Updated Spanish documentation doc/help/es/advanced_options.png | Bin 46582 -> 46359 bytes doc/help/es/calibration.htm | 23 ++++- doc/help/es/click.htm | 24 ++++- doc/help/es/click_bar.htm | 39 +++++--- doc/help/es/click_options.png | Bin 69377 -> 75146 bytes doc/help/es/environment.htm | 38 ++++++-- doc/help/es/hotkeys_options.png | Bin 0 -> 68694 bytes doc/help/es/intro.htm | 40 ++++++-- doc/help/es/motion_options.png | Bin 37864 -> 38418 bytes doc/help/es/options.htm | 194 ++++++++++++++++++++++++++++++++----- doc/help/es/webcam.htm | 30 ++++-- doc/help/es/wizard.htm | 80 ++++++++++++--- doc/help/es/workspace_options.png | Bin 32856 -> 42107 bytes 13 files changed, 384 insertions(+), 84 deletions(-) commit d60833a3a596a7bc4dd2e333edf26d3969c5e866 Author: Jordi Alsina Date: Thu Mar 17 17:40:42 2011 +0100 Updated Catalan documentation doc/help/ca/advanced_options.png | Bin 45612 -> 46369 bytes doc/help/ca/calibration.htm | 31 +++-- doc/help/ca/click.htm | 29 +++-- doc/help/ca/click_bar.htm | 40 +++--- doc/help/ca/click_options.png | Bin 68335 -> 75464 bytes doc/help/ca/environment.htm | 43 ++++--- doc/help/ca/hotkeys_options.png | Bin 0 -> 65234 bytes doc/help/ca/intro.htm | 75 ++++++----- doc/help/ca/motion_options.png | Bin 36819 -> 37240 bytes doc/help/ca/options.htm | 246 ++++++++++++++++++------------------- doc/help/ca/webcam.htm | 34 ++--- doc/help/ca/wizard.htm | 104 ++++++++++------ doc/help/ca/workspace_options.png | Bin 30886 -> 39744 bytes 13 files changed, 307 insertions(+), 295 deletions(-) commit 0ddde5a7ec61478528deccbbb4eea7e06e11cddc Author: Jordi Alsina Date: Thu Mar 17 17:40:06 2011 +0100 Updated English documentation doc/help/en/advanced_options.png | Bin 44095 -> 45190 bytes doc/help/en/calibration.htm | 23 ++++- doc/help/en/click.htm | 22 ++++- doc/help/en/click_bar.htm | 25 +++++- doc/help/en/click_options.png | Bin 65536 -> 69874 bytes doc/help/en/environment.htm | 33 ++++++-- doc/help/en/hotkeys_options.png | Bin 0 -> 57977 bytes doc/help/en/intro.htm | 36 +++++--- doc/help/en/motion_options.png | Bin 35287 -> 35234 bytes doc/help/en/options.htm | 169 +++++++++++++++++++++++++++++++------ doc/help/en/webcam.htm | 33 ++++++-- doc/help/en/wizard.htm | 74 ++++++++++++++-- doc/help/en/wizard3.png | Bin 26581 -> 36894 bytes doc/help/en/workspace_options.png | Bin 30737 -> 37454 bytes 14 files changed, 347 insertions(+), 68 deletions(-) commit cfbcf8acb3e2b434c2b2668690022ed3c4c3ec5e Author: Jordi Alsina Date: Thu Mar 17 17:35:46 2011 +0100 Catalan and spanish translations. po/POTFILES.in | 2 + po/ar.gmo | Bin 9926 -> 9926 bytes po/ar.po | 320 +++++++++++++++++++++++++++------------------- po/ast.gmo | Bin 9589 -> 9589 bytes po/ast.po | 319 +++++++++++++++++++++++++++------------------- po/ca.gmo | Bin 19812 -> 23193 bytes po/ca.po | 388 +++++++++++++++++++++++++++++++------------------------ po/de.gmo | Bin 20101 -> 20101 bytes po/de.po | 320 +++++++++++++++++++++++++++------------------- po/es.gmo | Bin 20049 -> 23432 bytes po/es.po | 389 ++++++++++++++++++++++++++++++++------------------------ po/eviacam.pot | 312 ++++++++++++++++++++++++++------------------- po/fr.gmo | Bin 20594 -> 20594 bytes po/fr.po | 320 +++++++++++++++++++++++++++------------------- po/gl.gmo | Bin 19871 -> 19871 bytes po/gl.po | 320 +++++++++++++++++++++++++++------------------- po/he.gmo | Bin 22718 -> 22718 bytes po/he.po | 320 +++++++++++++++++++++++++++------------------- po/it.gmo | Bin 20181 -> 20181 bytes po/it.po | 320 +++++++++++++++++++++++++++------------------- po/oc.gmo | Bin 9133 -> 9133 bytes po/oc.po | 319 +++++++++++++++++++++++++++------------------- po/tr.gmo | Bin 10848 -> 10848 bytes po/tr.po | 320 +++++++++++++++++++++++++++------------------- 24 files changed, 2356 insertions(+), 1613 deletions(-) commit 73fed3045f356cc86cb07526ff07b0e43b45d201 Author: Jordi Alsina Date: Thu Mar 17 17:29:55 2011 +0100 Modified Face localization GUI options. src/gui.pjd | 99 ++++++++++++++++++++++++++++++++++++++++++- src/wconfiguration.cpp | 110 ++++++++++++++++++++++++++---------------------- src/wconfiguration.h | 1 + 3 files changed, 157 insertions(+), 53 deletions(-) commit de78508c9913376bfb7cdf49218df94095df40bd Author: Jordi Alsina Date: Wed Mar 16 12:54:43 2011 +0100 Fixed load haarcascade in release mode. src/visionpipeline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f125fb4b5f974c4110d985e744e932026c52553f Author: Jordi Alsina Date: Wed Mar 16 12:30:15 2011 +0100 Deleted src/warnbaroverlap class. src/warnbaroverlap.cpp | 188 ------------------------------------------------ src/warnbaroverlap.h | 98 ------------------------- 2 files changed, 286 deletions(-) commit f7ae3c77821aa11ca34e639f9c2d28d1fe55f209 Author: Cesar Mauri Date: Tue Mar 15 22:14:57 2011 +0100 Fixed some GUI typos and updated po files po/POTFILES.in | 2 + po/ar.gmo | Bin 10432 -> 9926 bytes po/ar.po | 429 +++++++++++++++++++----------- po/ast.gmo | Bin 9671 -> 9589 bytes po/ast.po | 409 ++++++++++++++++++----------- po/ca.gmo | Bin 20688 -> 19812 bytes po/ca.po | 428 +++++++++++++++++++----------- po/de.gmo | Bin 20977 -> 20101 bytes po/de.po | 428 +++++++++++++++++++----------- po/es.gmo | Bin 20941 -> 20049 bytes po/es.po | 428 +++++++++++++++++++----------- po/eviacam.pot | 377 +++++++++++++++++---------- po/fr.gmo | Bin 21513 -> 20594 bytes po/fr.po | 428 +++++++++++++++++++----------- po/gl.gmo | Bin 20755 -> 19871 bytes po/gl.po | 428 +++++++++++++++++++----------- po/he.gmo | Bin 23694 -> 22718 bytes po/he.po | 428 +++++++++++++++++++----------- po/it.gmo | Bin 21062 -> 20181 bytes po/it.po | 607 ++++++++++++++++++++++++++----------------- po/oc.gmo | Bin 9258 -> 9133 bytes po/oc.po | 409 ++++++++++++++++++----------- po/tr.gmo | Bin 11322 -> 10848 bytes po/tr.po | 429 +++++++++++++++++++----------- src/gui.pjd | 35 ++- src/warnbaroverlap.cpp | 2 +- src/wconfiguration.cpp | 10 +- src/wmotioncalibrationx.cpp | 2 +- src/wmotioncalibrationx.h | 2 +- src/wmotioncalibrationy.cpp | 2 +- src/wwizard.cpp | 4 +- wxutil/warnbaroverlap.cpp | 2 +- wxutil/warnbaroverlap.h | 4 +- 33 files changed, 3381 insertions(+), 1912 deletions(-) commit adc1979da8bdb3f99e6338bc93b9d2c1eb2f5299 Author: Cesar Mauri Date: Tue Mar 15 21:13:47 2011 +0100 Added haarcascade as part of the distrib. package and modified code accordingly src/Makefile.am | 2 +- src/data/haarcascade_frontalface_default.xml |35712 ++++++++++++++++++++++++++ src/visionpipeline.cpp | 11 +- 3 files changed, 35722 insertions(+), 3 deletions(-) commit b67ba32c4d82784304d6231d9ee464d1a0582b86 Author: Jordi Alsina Date: Tue Mar 15 18:31:06 2011 +0100 Fixed init wrap pointer to false. src/pointeraction.cpp | 1 + 1 file changed, 1 insertion(+) commit 31efb64114846f0f4157b8cdcadffc0b97342f01 Author: Jordi Alsina Date: Tue Mar 15 18:21:10 2011 +0100 Fixed SetXSpeed and SetYSpeed. When the x-speed and y-speed hotkeys values are < 0 don't wrap to 30. src/pointeraction.h | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) commit 86bb15debb0898f3be594f93bb8820d1de12d190 Author: Jordi Alsina Date: Tue Mar 15 13:02:52 2011 +0100 Click window: Fixed show frame button. src/clickwindowcontroller.cpp | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) commit d0db725a250d978fd09cf32839280b398e4f1821 Author: Jordi Alsina Date: Tue Mar 15 11:51:26 2011 +0100 Updated src/Makefile.am and wxutil/Makefil.am src/Makefile.am | 6 ++---- wxutil/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) commit 6e80322bfe9323de9043a3bb2eea5693b22d0d3d Author: Jordi Alsina Date: Tue Mar 15 11:23:20 2011 +0100 Autohide mode with WarnBarOverlap dialog. wxutil/wxappbar.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) commit c93cf87de74e4aa656ec63cc5f4a37f6c4c54804 Author: Jordi Alsina Date: Tue Mar 15 11:22:28 2011 +0100 Added WarnBarOverlap class in wxutil folder. wxutil/warnbaroverlap.cpp | 188 +++++++++++++++++++++++++++++++++++++++++++++ wxutil/warnbaroverlap.h | 98 +++++++++++++++++++++++ 2 files changed, 286 insertions(+) commit 231fa6d7da70429bf0b717cdb3fcb9788caf6e6a Author: Jordi Alsina Date: Tue Mar 15 09:53:39 2011 +0100 Autohide mode with WarnBarOverlap dialog. src/clickwindowcontroller.cpp | 33 +--- src/clickwindowcontroller.h | 2 + src/gui.pjd | 339 +++++++++++++++++++++++++++++++++++++++++ wxutil/wxappbar.cpp | 48 +++++- wxutil/wxappbar.h | 6 + 5 files changed, 401 insertions(+), 27 deletions(-) commit cf6992fe3bc1bc82012a07e0fd9b065f74216bbd Author: Jordi Alsina Date: Tue Mar 15 09:52:35 2011 +0100 Added WarnBarOverlap class in src/Makefile.am file. src/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit db1f1384e8330eeae883d7d62f40b3c64433c65f Author: Jordi Alsina Date: Tue Mar 15 09:49:55 2011 +0100 Added WarnBarOverlap class. src/warnbaroverlap.cpp | 188 ++++++++++++++++++++++++++++++++++++++++++++++++ src/warnbaroverlap.h | 98 +++++++++++++++++++++++++ 2 files changed, 286 insertions(+) commit 29017b0e1d35d81a360da76201f60555f19db796 Author: Jordi Alsina Date: Mon Mar 14 10:40:16 2011 +0100 Autohide click window centered. wxutil/wxappbar.cpp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) commit 0ea8e084046c4f948cdd61bf49ee6f805851df66 Author: Jordi Alsina Date: Mon Mar 14 10:19:29 2011 +0100 Added timer in autohide mode. wxutil/wxappbar.cpp | 78 +++++++++++++++++++++++++++++++-------------------- wxutil/wxappbar.h | 3 ++ 2 files changed, 51 insertions(+), 30 deletions(-) commit 90baacc518e7d2d98d9f5af346b2c0c6a2f46516 Author: Jordi Alsina Date: Mon Mar 14 09:24:50 2011 +0100 Added m_pMouseControl pointer in wxappbar's constructor and deleted in destructor. wxutil/wxappbar.cpp | 15 ++++++++------- wxutil/wxappbar.h | 3 ++- 2 files changed, 10 insertions(+), 8 deletions(-) commit 29ea51e38c3c94fbc3dc7bb9b14c83bfebd36d0a Author: Jordi Alsina Date: Fri Mar 11 18:52:25 2011 +0100 Autohide mode (without timer) src/clickwindowbitmap.cpp | 13 +++++++++++++ src/clickwindowbitmap.h | 3 +++ src/gui.pjd | 17 +++++++++++++++++ wxutil/wxappbar.cpp | 38 ++++++++++++++------------------------ 4 files changed, 47 insertions(+), 24 deletions(-) commit 2369a6e9a5a16959c6e634b20ee9881359df934e Author: Jordi Alsina Date: Fri Mar 11 17:17:19 2011 +0100 Autohide mode. - Without timer. - When the pointer is over a button an onLeaveWindow event is done. config.h.in | 2 +- src/clickwindowcontroller.cpp | 4 + wxutil/wxappbar.cpp | 184 +++++++++++++++++++++++++++++++++++++++++ wxutil/wxappbar.h | 4 + 4 files changed, 193 insertions(+), 1 deletion(-) commit 43999627e9f7f99212f26c8d8e2a186696b21e28 Author: cesar Date: Thu Mar 10 22:08:09 2011 +0100 click window - Created a placeholder for autohide implementation wxutil/wxappbar.cpp | 92 ++++++++++++++++++++++++++++++++++++++++----------- wxutil/wxappbar.h | 1 + 2 files changed, 73 insertions(+), 20 deletions(-) commit a80e2bbb0f3fc6268f2e76b4362aed25b47bcfeb Author: cesar Date: Thu Mar 10 21:24:21 2011 +0100 click window - Show method refactored and added calls for autohide src/clickwindowbitmap.h | 2 +- src/clickwindowbitmapvertical.h | 2 +- src/clickwindowtext.h | 2 +- src/clickwindowvertical.h | 2 +- src/gui.pjd | 8 +- wxutil/wxappbar.cpp | 443 +++++++++++++++++++++------------------ wxutil/wxappbar.h | 13 +- 7 files changed, 260 insertions(+), 212 deletions(-) commit 744da60cf4e651aedd2d80173fce45cc965a4816 Author: cesar Date: Thu Mar 10 17:54:00 2011 +0100 click window - fixed excessive wait time when closing click window wxutil/wxappbar.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 0749de1eccf4bdbc890b0bebc2dc0ec1b648630f Author: Cesar Mauri Date: Thu Mar 10 17:40:10 2011 +0100 click window - Almost fixed resizing issues, - Fixed: wait until struts are actually updated - Fixed: no taskbar entry src/clickwindow.cpp | 5 +- wxutil/wxappbar.cpp | 427 ++++++++++++++++++++++----------------------------- wxutil/wxappbar.h | 26 +++- 3 files changed, 209 insertions(+), 249 deletions(-) commit a395a8de1bb607c597d5972e558958655aad6545 Author: Cesar Mauri Date: Thu Mar 10 14:12:18 2011 +0100 click window: - Fixed strut sizing problems - Added methods to control stickness and borders - Fixed (four) dialogues creation flags - Removed some X11 direct calls - Click Window is now sticky by default - Titles - Pending: resizing issues, wait until struts are actually updated (now performs a simple sleep), no taskbar entry, autohide src/clickwindow.cpp | 4 +- src/clickwindowbitmap.h | 4 +- src/clickwindowbitmapvertical.cpp | 2 +- src/clickwindowbitmapvertical.h | 4 +- src/clickwindowcontroller.cpp | 6 +- src/clickwindowtext.h | 4 +- src/clickwindowvertical.h | 4 +- src/gui.pjd | 74 +++----- wxutil/wxappbar.cpp | 369 ++++++++++++++++++++++++++----------- wxutil/wxappbar.h | 18 +- 10 files changed, 316 insertions(+), 173 deletions(-) commit 0f386210f6e6262b428f5c5eb9f89032389eef0b Author: Jordi Alsina Date: Wed Mar 9 19:02:21 2011 +0100 Added SetWindowStyleFlag to delete the wxCAPTION flag. config.h.in | 2 +- wxutil/wxappbar.cpp | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) commit b104be7e68d56f77e12a00491de97fe695efffb9 Author: Cesar Mauri Date: Wed Mar 9 14:25:53 2011 +0100 Click window code refactored src/clickwindowcontroller.cpp | 175 ++++++++++---------- src/clickwindowcontroller.h | 73 ++++----- src/dwellclick.cpp | 2 +- src/wconfiguration.cpp | 25 +-- wxutil/wxappbar.cpp | 365 ++++++++++++++++++++--------------------- wxutil/wxappbar.h | 42 +++-- 6 files changed, 337 insertions(+), 345 deletions(-) commit 8ca921a84409f305e330b61b079e39d0ba73cf05 Author: Cesar Mauri Date: Tue Mar 8 21:34:39 2011 +0100 Reworked click window GUI options src/gui.pjd | 128 ++++++++++++++++++++++++++++-------------------- src/wconfiguration.cpp | 36 +++++++------- src/wconfiguration.h | 12 ++--- 3 files changed, 98 insertions(+), 78 deletions(-) commit fc42432855a02c6881199ff09eef95e84db43345 Author: Cesar Mauri Date: Tue Mar 8 20:29:04 2011 +0100 Fixed compilation flags to produce a debuggable in debug mode configure.in | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) commit eb35a416019e72933a59e249a5bef3731da49faa Author: Jordi Alsina Date: Tue Mar 8 15:12:22 2011 +0100 Added CClickWindowBitmapVertical and CClickWindowTextVertical classes. src/clickwindowbitmapvertical.cpp | 463 +++++++++++++++++++++++++++++++++++++ src/clickwindowbitmapvertical.h | 136 +++++++++++ src/clickwindowvertical.cpp | 328 ++++++++++++++++++++++++++ src/clickwindowvertical.h | 136 +++++++++++ 4 files changed, 1063 insertions(+) commit 8711b7bd1e5141645833898965514cfea96cd710 Author: Jordi Alsina Date: Mon Mar 7 18:52:30 2011 +0100 Autohide mode. Improved docked window position but not fixed. src/clickwindowcontroller.cpp | 14 ++++++- src/gui.pjd | 38 +++++++++++++++---- wxutil/wxappbar.cpp | 81 ++++++++++++++++++++++------------------- 3 files changed, 87 insertions(+), 46 deletions(-) commit 442daaacc6391156583438e537486b7b8d165134 Author: Jordi Alsina Date: Fri Mar 4 18:28:33 2011 +0100 Autohide mode. To fix: - Docked window position. - When trying to hide the undocked window (horizontal and vertical) it remains visible. src/clickwindowcontroller.cpp | 72 ++++++++++++++-- src/clickwindowcontroller.h | 21 ++++- src/dwellclick.cpp | 3 + src/wconfiguration.cpp | 10 ++- wxutil/wxappbar.cpp | 192 +++++++++++++++++++++++------------------ wxutil/wxappbar.h | 6 +- 6 files changed, 206 insertions(+), 98 deletions(-) commit 8a197766e9885601cfba3829a4f131f3c8c4de68 Author: Jordi Alsina Date: Thu Mar 3 11:00:14 2011 +0100 New docking mode: None vertical. src/gui.pjd | 40 ++++------------------------------------ src/wconfiguration.cpp | 46 +++++++++++++++++++++++++++++++++++++++++++--- src/wconfiguration.h | 1 + 3 files changed, 48 insertions(+), 39 deletions(-) commit 0b5a3a186a1aa8116c30e145d5321ebd81ced408 Author: Jordi Alsina Date: Tue Mar 1 12:31:05 2011 +0100 Click window interface: -staticText "Mode" replaced by "Docking mode". -Docking choice items modified (None, Top, Bottom, Left, Right). -Added autohide checkbox. src/gui.pjd | 1023 ++++++++++++++++++++++++------------------------ src/wconfiguration.cpp | 310 ++++++++------- src/wconfiguration.h | 23 +- 3 files changed, 678 insertions(+), 678 deletions(-) commit 4ddf13d7009c7fb2a73e83d8cf6c71ec8725c480 Author: Jordi Alsina Date: Tue Mar 1 11:01:47 2011 +0100 Docking modes: none, top, bottom, left, right. src/Makefile.am | 4 + src/clickwindowbitmap.h | 3 - src/clickwindowcontroller.cpp | 87 +- src/clickwindowcontroller.h | 5 +- src/clickwindowtext.h | 2 - src/gui.pjd | 2751 +++++++++++++++++++++++++++++------------ src/wconfiguration.cpp | 4 + src/wmotioncalibrationx.h | 2 +- wxutil/wxappbar.cpp | 212 +++- wxutil/wxappbar.h | 3 +- 10 files changed, 2240 insertions(+), 833 deletions(-) commit 7ca5d4c91d12a7c690d109dbd5cf76078f701931 Author: Jordi Alsina Date: Fri Feb 18 15:43:54 2011 +0100 Fixed: The no-docking click window can be dragged using eViacam. src/clickwindowcontroller.cpp | 12 +++--------- wxutil/wxappbar.cpp | 1 + 2 files changed, 4 insertions(+), 9 deletions(-) commit 99e6141b1d2921d22beeea748870ace1b2446cce Author: Jordi Alsina Date: Thu Feb 17 16:22:51 2011 +0100 Fixed no-click-button position when no docking mode is enabled. src/clickwindowcontroller.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 2baebfffa6194166f67345ef041e81dd6b5ab703 Author: Jordi Alsina Date: Thu Feb 17 09:57:14 2011 +0100 Docking function - modes NO_DOCKING and TOP_DOCKING src/clickwindowbitmap.cpp | 919 ++++++++++++++++++++--------------------- src/clickwindowbitmap.h | 298 ++++++------- src/clickwindowcontroller.cpp | 20 +- src/clickwindowcontroller.h | 11 + src/clickwindowtext.cpp | 654 ++++++++++++++--------------- src/clickwindowtext.h | 275 ++++++------ src/gui.pjd | 214 ++++++++-- src/wabout.h | 2 +- src/wconfiguration.cpp | 266 ++++++------ src/wconfiguration.h | 5 + src/wmotioncalibrationx.cpp | 2 +- src/wmotioncalibrationy.cpp | 2 +- wxutil/wxappbar.cpp | 42 +- wxutil/wxappbar.h | 114 ++--- 14 files changed, 1532 insertions(+), 1292 deletions(-) commit 030c0b5881728a8da367f985053965121ccbf3c7 Author: Jordi Alsina Date: Wed Feb 9 09:52:46 2011 +0100 Face not detected warning in assisted calibration. src/cmotioncalibration.cpp | 7 +- src/cmotioncalibration.h | 2 +- src/gui.pjd | 164 ++++++++++++++++++++++++++++++++++++++++--- src/viacamcontroller.cpp | 3 +- src/visionpipeline.cpp | 3 +- src/wmotioncalibrationx.cpp | 33 +++++++++ src/wmotioncalibrationx.h | 4 ++ src/wmotioncalibrationy.cpp | 29 ++++++++ src/wmotioncalibrationy.h | 8 ++- 9 files changed, 238 insertions(+), 15 deletions(-) commit 80bb6ba81dc067044a875713caac9bcfe1c61e7d Author: Jordi Alsina Date: Tue Feb 8 12:24:40 2011 +0100 Allow wrap pointer function with workspace limits. src/gui.pjd | 204 +++++++++++++++++++++++------------------------ src/wconfiguration.cpp | 116 +++++++++++++-------------- src/wconfiguration.h | 10 +-- wxutil/mousecontrol.cpp | 39 ++++++--- 4 files changed, 187 insertions(+), 182 deletions(-) commit 276fdae29a1458e1971dae2f8195dfa41c224956 Author: Jordi Alsina Date: Mon Feb 7 17:17:59 2011 +0100 Fixed some warnings src/hotkeymanager.cpp | 10 +++++----- src/hotkeymanager.h | 4 ++-- src/wconfiguration.cpp | 2 +- src/wmotioncalibrationx.h | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) commit 664407f59a1f710549c5bc304fe4c7762a1d00d8 Author: Jordi Alsina Date: Mon Feb 7 16:46:16 2011 +0100 Wrap pointer function. src/gui.pjd | 116 +++++++++++-- src/pointeraction.cpp | 2 + src/pointeraction.h | 7 + src/wconfiguration.cpp | 411 +++++++++++++++++++++++++---------------------- src/wconfiguration.h | 5 + wxutil/mousecontrol.cpp | 23 ++- wxutil/mousecontrol.h | 4 + 7 files changed, 364 insertions(+), 204 deletions(-) commit 77074362ec1c7ba3b6aab2879aa275688d7630ff Author: Cesar Mauri Date: Sat Feb 5 20:12:28 2011 +0100 creavision. fixed bug in crvcamera_v4l2 which prevented to open the camera again crvcamera_v4l2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 0a8093efaeaf7c21fac8b28d566e513a9adba121 Author: Jordi Alsina Date: Fri Feb 4 12:04:54 2011 +0100 Fixed some interface details in hotkeys and advanced tabs. src/gui.pjd | 765 +++++++++++++++++++++++++----------------------- src/wconfiguration.cpp | 241 +++++++-------- src/wconfiguration.h | 13 +- 3 files changed, 528 insertions(+), 491 deletions(-) commit ac7de4d30a4d2aec802de8e9b337493e3170d58f Author: Cesar Mauri Date: Mon Jan 31 12:13:31 2011 +0100 creavision: added libwebcam dependency in CMakeLists CMakeLists.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit eb881998a063a478b42a016d19c37ab3f5545754 Author: Cesar Mauri Date: Mon Jan 31 12:12:24 2011 +0100 creavision: added debug messages in CCameraV4L2 crvcamera_v4l2.cpp | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) commit 29c133dde114cebbf50d99f19f95bf631abd1b84 Author: Cesar Mauri Date: Mon Jan 31 12:11:20 2011 +0100 creavision: fixed bug in CCameraWDM when opening and closing crvcamera_wdm.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) commit d6bf5d83409274969473d97760328342a8c4577d Author: Cesar Mauri Date: Mon Jan 31 12:09:50 2011 +0100 creavision: fix bug in CIplImage class when calling Free crvimage.cpp | 30 ++++++++++++++---------------- crvimage.h | 1 + 2 files changed, 15 insertions(+), 16 deletions(-) commit 84084398273c93cfc103d034d7c53a8751629196 Author: Jordi Alsina Date: Thu Jan 27 18:12:32 2011 +0100 Protected the CKeyCommand::SetKey function. src/hotkeymanager.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 116e31a34e1933c0013422cf95811e8d8b22dacf Author: Cesar Mauri Date: Thu Jan 27 12:46:13 2011 +0100 creavision: added Detach method CMakeLists.txt | 2 +- crvimage.cpp | 23 ++++++++++++++++++++++- crvimage.h | 9 ++++++--- 3 files changed, 29 insertions(+), 5 deletions(-) commit 67228e19bfb42efd542b33f44f75f4baa9a4f88c Author: Jordi Alsina Date: Thu Jan 27 09:37:44 2011 +0100 Removed old activation key function. src/gui.pjd | 277 ------------------------------------------------ src/hotkeymanager.cpp | 7 +- src/hotkeymanager.h | 22 ---- src/wconfiguration.cpp | 218 ++++++++++++------------------------- src/wconfiguration.h | 24 ----- 5 files changed, 68 insertions(+), 480 deletions(-) commit 151ab29280ec378db540f3063ad9d6611a363d9c Author: Jordi Alsina Date: Thu Jan 27 09:18:56 2011 +0100 Interface for hotkeys. config.h.in | 2 +- src/gui.pjd | 154 ++++++++++++++++++++++++ src/hotkeymanager.cpp | 304 +++++++++++++++++++++++------------------------- src/hotkeymanager.h | 68 ++--------- src/wcameradialog.cpp | 26 ++--- src/wcameradialog.h | 28 ++--- src/wconfiguration.cpp | 298 +++++++++++++++++++++++++++++------------------ src/wconfiguration.h | 14 ++- 8 files changed, 533 insertions(+), 361 deletions(-) commit 5d4dfdfd4d5e62b9af326b6630e1b4b4583c6664 Author: Cesar Mauri Date: Tue Jan 25 21:45:09 2011 +0100 Added new "bool DoQueryFrame(CIplImage& image)" member on camera classes crvcamera.cpp | 29 ++++++++++++++++++++++------ crvcamera.h | 8 +++++++- crvcamera_v4l2.cpp | 53 ++++++++++++++++++++++++++++++++++++++-------------- crvcamera_v4l2.h | 1 + crvcamera_wdm.cpp | 35 ++++++++++++++++++++++++---------- crvcamera_wdm.h | 6 +++--- 6 files changed, 98 insertions(+), 34 deletions(-) commit dc4a87062cfb27f50ed360ef0d1852c5f7a2e52d Author: Cesar Mauri Date: Tue Jan 25 21:42:59 2011 +0100 Removed compilation warning defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit cb36bb5ff912ddda6ab826bd5e4e7bda756f57ad Author: Jordi Alsina Date: Tue Jan 25 17:24:48 2011 +0100 Added hotkeys: - Increase Y speed. - Decrease X speed. - Decrease Y speed. Updated read and write profile data functions. src/ckeyboardcode.h | 12 ++--- src/hotkeymanager.cpp | 132 +++++++++++++++++++++++++++++++++++++++---------- src/hotkeymanager.h | 23 +++++++++ 3 files changed, 136 insertions(+), 31 deletions(-) commit eaa59440783713a432e8ea7cbf14156d762eda4d Author: Jordi Alsina Date: Tue Jan 25 15:27:32 2011 +0100 Added CPointerAction::CenterPointer() function. src/hotkeymanager.cpp | 2 +- src/pointeraction.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit faa7af80a97c02d47d05135319042c48a8f772a0 Author: Jordi Alsina Date: Tue Jan 25 12:46:38 2011 +0100 Created CKeyCommand abstract class. Added Hotkeys: - Enable eViacam. - Enable workspace limit. - Center the pointer. - Increase X axis speed. src/hotkeymanager.cpp | 94 +++++++++++++++++++++++++++++++++++++++++++++++-- src/hotkeymanager.h | 63 +++++++++++++++++++++++++++++++++ 2 files changed, 155 insertions(+), 2 deletions(-) commit d1a6bf46ab5e3f991f82ecb66c9d3e22a7cc6954 Author: Jordi Alsina Date: Tue Jan 25 12:43:36 2011 +0100 Added GetMousecontrol() function in pointeraction. src/pointeraction.h | 1 + 1 file changed, 1 insertion(+) commit e503dce021b7c8e27363c0696510db1b5b59d922 Author: Jordi Alsina Date: Tue Jan 25 12:42:28 2011 +0100 Added CenterPointer() function in mouseControl. wxutil/mousecontrol.cpp | 7 ++++++- wxutil/mousecontrol.h | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) commit 60b3e7986267459e5385caac44b023c6b44524d1 Author: Cesar Mauri Date: Tue Jan 25 01:05:29 2011 +0100 Added CMakeLists.txt for libwebcam CMakeLists.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) commit 4681fc7b6a9a13a839cf2ebc25f5e9893b6078c7 Author: Cesar Mauri Date: Tue Jan 25 01:05:06 2011 +0100 Added CMakeLists.txt for creavision CMakeLists.txt | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) commit f56793904dde2ee8769ec7daff0d233b4c0e1adc Merge: 971b2e5 9a803ba Author: Cesar Mauri Date: Tue Jan 25 00:19:26 2011 +0100 Readed libwebcam as a subtree git-subtree-dir: libwebcam git-subtree-mainline: 971b2e504575d93d7d18c4d84b1cf5b6118b6f09 git-subtree-split: 9a803ba7cd674e4d40656477699468f8905eba4d commit 971b2e504575d93d7d18c4d84b1cf5b6118b6f09 Author: Cesar Mauri Date: Tue Jan 25 00:18:45 2011 +0100 Removed libwebcam from eviacam libwebcam/COPYING | 674 ----------- libwebcam/COPYING.LESSER | 165 --- libwebcam/Makefile.am | 9 - libwebcam/README | 128 --- libwebcam/README.eviacam | 1 - libwebcam/compat.h | 148 --- libwebcam/dynctrl-logitech.h | 108 -- libwebcam/libwebcam.c | 2550 ------------------------------------------ libwebcam/libwebcam.h | 312 ------ libwebcam/uvcvideo.h | 664 ----------- libwebcam/webcam.h | 721 ------------ 11 files changed, 5480 deletions(-) commit 9a803ba7cd674e4d40656477699468f8905eba4d Author: Cesar Mauri Date: Tue Jan 25 00:14:59 2011 +0100 libwebcam extracted from eviacam COPYING | 674 ++++++++++++++ COPYING.LESSER | 165 ++++ Makefile.am | 9 + README | 128 +++ README.eviacam | 1 + compat.h | 148 +++ dynctrl-logitech.h | 108 +++ libwebcam.c | 2550 ++++++++++++++++++++++++++++++++++++++++++++++++++++ libwebcam.h | 312 +++++++ uvcvideo.h | 664 ++++++++++++++ webcam.h | 721 +++++++++++++++ 11 files changed, 5480 insertions(+) commit bdb879760dfbbb3a03aef4f1397f20c3a0db1711 Author: Cesar Mauri Date: Tue Jan 25 00:06:14 2011 +0100 Fixed videoInput compilation error in debug mode videoInput.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) commit 072879700a9331b54fe75d6cadb17295f4955f0e Merge: ee2e3d5 50bf44e Author: Cesar Mauri Date: Sat Jan 22 19:30:29 2011 +0100 Merge branch 'v1.4mant' commit 50bf44e8fec2057150a95ee1e1132d117abc12b7 Merge: ffff0a7 ac382f4 Author: Cesar Mauri Date: Sat Jan 22 19:12:29 2011 +0100 Readded creavision as a subtree git-subtree-dir: creavision git-subtree-mainline: ffff0a7ba6c7bf2b22df42f6621124c7986577da git-subtree-split: ac382f4aedf1c5bdb3b7d3bcec37a3b15bb1f740 commit ffff0a7ba6c7bf2b22df42f6621124c7986577da Author: Cesar Mauri Date: Sat Jan 22 19:09:37 2011 +0100 Removed creavision creavision/CreaVision_eviacam.vcproj | 202 --- creavision/Makefile.am | 18 - creavision/colorspaces.cpp | 1398 -------------------- creavision/colorspaces.h | 257 ---- creavision/crvcamera.cpp | 102 -- creavision/crvcamera.h | 181 --- creavision/crvcamera_cv.cpp | 198 --- creavision/crvcamera_cv.h | 64 - creavision/crvcamera_enum.cpp | 73 -- creavision/crvcamera_enum.h | 52 - creavision/crvcamera_v4l2.cpp | 1596 ----------------------- creavision/crvcamera_v4l2.h | 156 --- creavision/crvcamera_wdm.cpp | 127 -- creavision/crvcamera_wdm.h | 59 - creavision/crvcolor.cpp | 220 ---- creavision/crvcolor.h | 57 - creavision/crvgeomtry.cpp | 345 ----- creavision/crvgeomtry.h | 131 -- creavision/crvhistogram.cpp | 143 --- creavision/crvhistogram.h | 49 - creavision/crvimage.cpp | 307 ----- creavision/crvimage.h | 97 -- creavision/crvmisc.cpp | 488 ------- creavision/crvmisc.h | 124 -- creavision/crvnormroi.cpp | 482 ------- creavision/crvnormroi.h | 101 -- creavision/crvskindetection.cpp | 174 --- creavision/crvskindetection.h | 41 - creavision/defs.h | 139 -- creavision/pwc-ioctl.h | 324 ----- creavision/videoInput.cpp | 2343 ---------------------------------- creavision/videoInput.h | 385 ------ 32 files changed, 10433 deletions(-) commit ac382f4aedf1c5bdb3b7d3bcec37a3b15bb1f740 Author: Cesar Mauri Date: Sat Jan 22 19:08:39 2011 +0100 Extracted creavision from eviacam CreaVision_eviacam.vcproj | 202 ++++ Makefile.am | 18 + colorspaces.cpp | 1398 +++++++++++++++++++++++++++ colorspaces.h | 257 +++++ crvcamera.cpp | 102 ++ crvcamera.h | 181 ++++ crvcamera_cv.cpp | 198 ++++ crvcamera_cv.h | 64 ++ crvcamera_enum.cpp | 73 ++ crvcamera_enum.h | 52 + crvcamera_v4l2.cpp | 1596 ++++++++++++++++++++++++++++++ crvcamera_v4l2.h | 156 +++ crvcamera_wdm.cpp | 127 +++ crvcamera_wdm.h | 59 ++ crvcolor.cpp | 220 +++++ crvcolor.h | 57 ++ crvgeomtry.cpp | 345 +++++++ crvgeomtry.h | 131 +++ crvhistogram.cpp | 143 +++ crvhistogram.h | 49 + crvimage.cpp | 307 ++++++ crvimage.h | 97 ++ crvmisc.cpp | 488 ++++++++++ crvmisc.h | 124 +++ crvnormroi.cpp | 482 ++++++++++ crvnormroi.h | 101 ++ crvskindetection.cpp | 174 ++++ crvskindetection.h | 41 + defs.h | 139 +++ pwc-ioctl.h | 324 +++++++ videoInput.cpp | 2343 +++++++++++++++++++++++++++++++++++++++++++++ videoInput.h | 385 ++++++++ 32 files changed, 10433 insertions(+) commit ee2e3d57c9feddbe791bcb5442411d1813e71bf1 Author: Jordi Alsina Date: Fri Jan 21 17:33:43 2011 +0100 Fixed warnings in CVisionPipeline. src/visionpipeline.cpp | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) commit 91408b04ddf97c4a3922cc6b5cb89533c837dacb Author: Jordi Alsina Date: Fri Jan 21 16:52:52 2011 +0100 Added m_threadPeriod setter in CVisionPipeline as a security measure. src/visionpipeline.cpp | 39 +++++++++++++++++++++++++++++++++------ src/visionpipeline.h | 1 + 2 files changed, 34 insertions(+), 6 deletions(-) commit be2121067edf95d5c1162bb14dd30eeabb30d3ff Author: Jordi Alsina Date: Fri Jan 21 16:22:49 2011 +0100 Fixed click generated when face is not detected and EnableWhenFaceDetected is enabled. src/viacamcontroller.cpp | 7 ++-- src/visionpipeline.cpp | 84 +++++++++++++++++++++++----------------------- src/visionpipeline.h | 2 +- 3 files changed, 47 insertions(+), 46 deletions(-) commit c86235afd7bb3cd8515d6b605e60bfacf3e19e85 Author: Jordi Alsina Date: Fri Jan 21 15:44:27 2011 +0100 Fixed WaitTimeout in face detection thread. src/gui.pjd | 56 ++++-------------------------------------------- src/visionpipeline.cpp | 36 ++++++++++++++++++++----------- src/visionpipeline.h | 1 + src/wconfiguration.cpp | 30 +++++++++++++++++++------- src/wconfiguration.h | 4 ++++ 5 files changed, 54 insertions(+), 73 deletions(-) commit 3dce257e67e58a814d1299dbf6e0054c202b0f3b Merge: 5d0f98e 8a320e2 Author: Cesar Mauri Date: Fri Jan 21 12:59:10 2011 +0100 Merge branch 'v1.4mant' commit 8a320e21ba1eff93f81eb4204735d9b45e6eea86 Author: Cesar Mauri Date: Fri Jan 21 12:10:05 2011 +0100 Fixed broken link in Catalan help doc/help/ca/calibration.htm | 2 +- doc/help/ca/click.htm | 2 +- doc/help/ca/click_bar.htm | 2 +- doc/help/ca/environment.htm | 2 +- doc/help/ca/help.hhp | 20 ++++++++++---------- doc/help/ca/options.htm | 2 +- doc/help/ca/webcam.htm | 2 +- doc/help/ca/wizard.htm | 2 +- 8 files changed, 17 insertions(+), 17 deletions(-) commit e00141f462295b62b69d996a6bca60e3eeb80858 Author: Cesar Mauri Date: Fri Jan 21 12:08:25 2011 +0100 ChangeLog update ChangeLog | 1 + 1 file changed, 1 insertion(+) commit 7e550a0bd961d90574799cc1647da554e4370d0b Author: Cesar Mauri Date: Fri Jan 21 11:59:47 2011 +0100 Removed obsolete fixvfwfps creavision/Makefile.am | 1 - creavision/fixvfwfps/fixvfwfps.vcproj | 131 --------------------------------- creavision/fixvfwfps/main.cpp | 6 -- win32/eviacam.sln | 9 --- 4 files changed, 147 deletions(-) commit 5d0f98eb48b48e6d939b414160acb514c4e30eac Author: Jordi Alsina Date: Fri Jan 21 11:52:00 2011 +0100 Replaced the WaitTimeout by Wait in face detection thread. The destructor sends a signal to delete the thread. src/visionpipeline.cpp | 10 +++++++--- src/visionpipeline.h | 1 + 2 files changed, 8 insertions(+), 3 deletions(-) commit d653d01a7b2a40a4ecde9e547450e87fc658b818 Author: Cesar Mauri Date: Fri Jan 21 11:44:52 2011 +0100 Updated copyright date win32/installer.iss.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 453b27be2398d8d6b50278a76388565564869480 Author: Jordi Alsina Date: Fri Jan 21 11:22:53 2011 +0100 Replaced spinControl by choice in cpu usage for locate face detection function. src/gui.pjd | 34 +++++++----------- src/visionpipeline.cpp | 92 +++++++++++++++++++++++++++++++++--------------- src/visionpipeline.h | 6 ++-- src/wconfiguration.cpp | 31 ++++++++++------ src/wconfiguration.h | 8 ++--- 5 files changed, 104 insertions(+), 67 deletions(-) commit e5f30a496e5fdf1dcd7bb2ea033095be3187df0b Author: Cesar Mauri Date: Fri Jan 21 11:20:40 2011 +0100 Changelog update ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) commit 9678d59fb08d410a2a9a84a3910fdb82f1112b8e Author: Jordi Alsina Date: Thu Jan 20 12:54:14 2011 +0100 The mouse stops when 'enable when face detected' is enabled and face is not detected. src/visionpipeline.cpp | 88 ++++++++++++++++++++++++------------------------ 1 file changed, 44 insertions(+), 44 deletions(-) commit c9e4adc59751f0bb1f0b84160b8a4cdcfbd68f15 Author: Jordi Alsina Date: Thu Jan 20 12:05:41 2011 +0100 GUI: Added the option to calibrate the period time of the thread. src/gui.pjd | 549 ++++++++++++++++++++++++++++++++---------------- src/visionpipeline.cpp | 21 +- src/visionpipeline.h | 5 +- src/wconfiguration.cpp | 135 +++++++----- src/wconfiguration.h | 5 + 5 files changed, 476 insertions(+), 239 deletions(-) commit 94a6727712670596cf771caea2abfb7ddd225302 Author: Jordi Alsina Date: Thu Jan 20 10:32:48 2011 +0100 Finishes the thread on exit. src/visionpipeline.cpp | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) commit 1a3c6072711849eac7ddd8924bc56a6d7fccd913 Author: Cesar Mauri Date: Wed Jan 19 22:36:59 2011 +0100 Fixed cvCopy error and other minor issues src/visionpipeline.cpp | 62 ++++++++++++++++++++++++++---------------------- src/visionpipeline.h | 10 ++++---- 2 files changed, 38 insertions(+), 34 deletions(-) commit 9c39269053ef5a4f4063efb0d2141d2e5572b300 Author: Jordi Alsina Date: Wed Jan 19 16:25:18 2011 +0100 Error in cvCopy. "Sizes of input arguments do not match". config.h.in | 9 +++- src/visionpipeline.cpp | 112 ++++++++++++++++++++++++++++++++++-------------- src/visionpipeline.h | 20 ++++++--- 3 files changed, 101 insertions(+), 40 deletions(-) commit 38026c3d53d8f4c23d7708f83b66387c0d4fd87d Author: Jordi Alsina Date: Wed Jan 12 09:56:18 2011 +0100 Track area color degradation according on face detection src/visionpipeline.cpp | 50 ++- src/visionpipeline.h | 6 +- src/wconfiguration.cpp | 1 + src/wwizard.cpp | 1 + wxcamwindow/visiblenormroi.cpp | 890 ++++++++++++++++++++-------------------- wxcamwindow/visiblenormroi.h | 153 +++---- 6 files changed, 568 insertions(+), 533 deletions(-) commit 07478323db66ef251b1512ab355fd7f1a225c935 Merge: fcd7c62 d103166 Author: Cesar Mauri Date: Mon Jan 10 16:31:21 2011 +0100 Merge branch 'v1.4mant' commit fcd7c62c15fab459b1fff3072b230d72b1ebeeca Author: Cesar Mauri Date: Mon Jan 10 16:30:48 2011 +0100 Changed version number to 1.5 configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d10316660793a3d2716b33cd5ac50425b32db0a3 Author: Cesar Mauri Date: Mon Jan 10 16:20:27 2011 +0100 Updated THANKS file THANKS | 1 + 1 file changed, 1 insertion(+) commit 6cff3ce8128e411a35363a7b2fb2b407a5b2f269 Author: cesar Date: Mon Jan 10 15:32:54 2011 +0100 Solved compilation error for 64bit platforms. Bug: [SF:3152009] src/ckeyboardcode.cpp | 16 ++++++++-------- src/ckeyboardcode.h | 10 +++++----- src/hotkeymanager.cpp | 4 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) commit 4dc0d65417d320f819a8bc28fb4c9763d3cd9f53 Author: Jordi Alsina Date: Fri Jan 7 11:26:30 2011 +0100 Added spin control to set face detection timeout in the wizard. src/gui.pjd | 276 +++++++++++++++++++++++++++++++++ src/visionpipeline.h | 4 +- src/wconfiguration.cpp | 4 +- src/wwizard.cpp | 396 ++++++++++++++++++++++++++---------------------- src/wwizard.h | 7 +- 5 files changed, 500 insertions(+), 187 deletions(-) commit d97cfb8fb0f2dd7f641768d1a853c8b5bb65ce94 Author: Jordi Alsina Date: Fri Jan 7 11:04:10 2011 +0100 Fixed haarcascade path. src/visionpipeline.cpp | 2 +- src/wconfiguration.cpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) commit 3afd3425d54e62dfbbb1167318491d8cf08c0a8b Author: Jordi Alsina Date: Fri Jan 7 10:46:39 2011 +0100 Replaced pointer CWaitTime* by CWaitTime in visionpipeline class. src/visionpipeline.cpp | 10 +++++----- src/visionpipeline.h | 7 +++++-- src/wconfiguration.cpp | 6 ++++-- 3 files changed, 14 insertions(+), 9 deletions(-) commit 1839a04d8d011af45d40c03e4902e2c4318b09b6 Author: Jordi Alsina Date: Fri Jan 7 09:56:27 2011 +0100 Fixed include waittime.h in visionpipeline class. src/visionpipeline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit dfa7c4e367c8e0c5950374242028afa87d4133c5 Author: Jordi Alsina Date: Fri Jan 7 09:47:13 2011 +0100 Options->Advanced - Added spin control to set face detection timeout. src/gui.pjd | 251 +++++++++++++++++++++++++++++++++++++++++++++--- src/visionpipeline.cpp | 13 ++- src/visionpipeline.h | 1 + src/wconfiguration.cpp | 123 +++++++++++++++--------- src/wconfiguration.h | 5 + 5 files changed, 326 insertions(+), 67 deletions(-) commit 83224506622766fc03ab1895a8b6b9c278a9d3f0 Author: Jordi Alsina Date: Wed Jan 5 16:29:46 2011 +0100 Face detection system using timer. src/visionpipeline.cpp | 15 ++++----------- src/visionpipeline.h | 3 ++- 2 files changed, 6 insertions(+), 12 deletions(-) commit 9e84b6b5336c649c419420cf8ddaa8848d6af012 Author: Jordi Alsina Date: Wed Jan 5 16:27:48 2011 +0100 Added face located options in the wizard. src/gui.pjd | 155 ++++++++++++++++++++- src/wwizard.cpp | 409 ++++++++++++++++++++++++++++++------------------------- src/wwizard.h | 10 ++ 3 files changed, 390 insertions(+), 184 deletions(-) commit 258fa00d74e97f176bd0825d92e98ca5614052ac Author: Jordi Alsina Date: Wed Jan 5 16:04:36 2011 +0100 visionpipeline class with face detection functions. src/visionpipeline.cpp | 84 ++++++++++++++++++++++++++++++++---------------- src/visionpipeline.h | 12 +++++-- 2 files changed, 66 insertions(+), 30 deletions(-) commit 77c38b5ee245bf294df0df69bc42ca5a936009b3 Author: Jordi Alsina Date: Wed Jan 5 12:55:02 2011 +0100 Face detection with a cascade of boosted classifiers based on Haars-like features. Options->Advanced->Show locate face filter is replaced by Enable eViacam when face detected. src/gui.pjd |33164 ++++++++++++++++++++++++------------------------ src/wconfiguration.cpp | 26 +- src/wconfiguration.h | 8 +- 3 files changed, 16596 insertions(+), 16602 deletions(-) commit 94750e2c206d8d8a06eedf5a5ca832535c05be5b Author: Cesar Mauri Date: Wed Jan 5 11:54:24 2011 +0100 Fixed compilation error in release mode src/eviacamapp.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit 4063a9ac56444aa041c2aa4cb67bc57b0cb54870 Author: Cesar Mauri Date: Tue Jan 4 12:06:58 2011 +0100 Fixed fuzzy strings in Italiano translation po/it.gmo | Bin 19372 -> 21062 bytes po/it.po | 328 ++++++++++++++++++++++++++++--------------------------------- 2 files changed, 152 insertions(+), 176 deletions(-) commit a6e6a6c7e03af4255a9afff68b15809a009e62fa Author: Cesar Mauri Date: Mon Jan 3 22:47:36 2011 +0100 CKeyboardCode: removed boost dependency src/ckeyboardcode.cpp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) commit f8f33d58e276d98a416ac78a91ad0909ebf5a5e7 Author: Cesar Mauri Date: Mon Jan 3 22:41:14 2011 +0100 Corrected typo and updated translations po/POTFILES.in | 8 +- po/ar.gmo | Bin 10726 -> 10432 bytes po/ar.po | 444 +++++++++++++++++++-------------------- po/ast.gmo | Bin 9930 -> 9671 bytes po/ast.po | 447 +++++++++++++++++++-------------------- po/ca.gmo | Bin 20924 -> 20688 bytes po/ca.po | 445 +++++++++++++++++++-------------------- po/de.gmo | Bin 21204 -> 20977 bytes po/de.po | 437 +++++++++++++++++++-------------------- po/es.gmo | Bin 21172 -> 20941 bytes po/es.po | 447 +++++++++++++++++++-------------------- po/eviacam.pot | 425 +++++++++++++++++++------------------- po/fr.gmo | Bin 21748 -> 21513 bytes po/fr.po | 445 +++++++++++++++++++-------------------- po/gl.gmo | Bin 20979 -> 20755 bytes po/gl.po | 445 +++++++++++++++++++-------------------- po/he.gmo | Bin 23983 -> 23694 bytes po/he.po | 441 +++++++++++++++++++-------------------- po/it.gmo | Bin 11441 -> 19372 bytes po/it.po | 619 +++++++++++++++++++++++++++---------------------------- po/oc.gmo | Bin 9546 -> 9258 bytes po/oc.po | 447 +++++++++++++++++++-------------------- po/tr.gmo | Bin 11599 -> 11322 bytes po/tr.po | 448 ++++++++++++++++++++-------------------- src/gui.pjd | 10 +- src/wwizard.cpp | 2 +- src/wwizard.h | 10 +- 27 files changed, 2765 insertions(+), 2755 deletions(-) commit 33299e643e818586f6623ef16bbab6a71448803b Author: Cesar Mauri Date: Mon Jan 3 22:01:45 2011 +0100 Updated Italiano translation (thanks to Giuseppe Masciopinto) NOTE: translation has fuzzy strings. Update needed po/it.po | 498 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 273 insertions(+), 225 deletions(-) commit f5b9a9f9dff3d40c3255806210971a3a5add551a Author: Cesar Mauri Date: Mon Jan 3 21:55:05 2011 +0100 Fixed bug [3141920] that asked close confirmation twice src/wviacam.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 38659b7342e2843b6bf4215f88511525c4c10358 Author: Cesar Mauri Date: Mon Jan 3 21:26:10 2011 +0100 CMouseControl refactoring completed - CMouseControl removed - Rewired other classes to use CDwellClick, CPointerAction and CGestureClick NOTE: this new class structure yields a different configuration layout (i.e. some options are stored in different places so it is needed to (re)configure eViacam again). - Resolved issue that opened the click window twice at startup. It might have to do with bug [ID:3144118] - Resolved issue that populated wrong entries in profile list. - Removed "Click Window enabled at startup" option. Now the current click window status is stored and used for the next execution. - General code cleanup - Tested: configuration dialog, wizard and assisted calibration. src/Makefile.am | 2 - src/clickwindow.cpp | 16 - src/clickwindow.h | 2 - src/clickwindowbitmap.cpp | 6 - src/clickwindowbitmap.h | 10 - src/clickwindowcontroller.cpp | 8 - src/clickwindowcontroller.h | 16 - src/cmotioncalibration.cpp | 47 +- src/cmotioncalibration.h | 13 +- src/dwellclick.cpp | 26 +- src/dwellclick.h | 12 +- src/eviacam.vcproj | 6 - src/eviacamapp.h | 1 + src/gestureclick.h | 6 +- src/gui.pjd | 73 - src/hotkeymanager.cpp | 41 +- src/hotkeymanager.h | 4 +- src/mouseoutput.cpp | 514 ------ src/mouseoutput.h | 390 ----- src/pointeraction.cpp | 83 +- src/pointeraction.h | 29 +- src/viacamcontroller.cpp | 127 +- src/viacamcontroller.h | 16 +- src/wcameradialog.cpp | 2 +- src/wcameradialog.h | 2 + src/wconfiguration.cpp | 3606 +++++++++++++++++++++-------------------- src/wconfiguration.h | 881 +++++----- src/wviacam.cpp | 42 +- src/wviacam.h | 9 +- src/wwizard.cpp | 34 +- win32/installer.iss.in | 22 +- wxutil/configbase.cpp | 6 +- wxutil/configmanager.cpp | 48 +- 33 files changed, 2560 insertions(+), 3540 deletions(-) commit 6c57c98a5cbe4eb452d83760013f2357cd758a43 Author: Cesar Mauri Date: Sun Jan 2 19:03:58 2011 +0100 CMouseControl refactoring phase one Split in classes CDwellClick, CPointerAction and CGestureClick src/Makefile.am | 10 +- src/dwellclick.cpp | 207 ++++++++++++++++++++++++++++ src/dwellclick.h | 101 ++++++++++++++ src/eviacam.vcproj | 18 +++ src/gestureclick.cpp | 351 +++++++++++++++++++++++++++++++++++++++++++++++ src/gestureclick.h | 163 ++++++++++++++++++++++ src/pointeraction.cpp | 269 ++++++++++++++++++++++++++++++++++++ src/pointeraction.h | 161 ++++++++++++++++++++++ wxutil/mousecontrol.cpp | 20 ++- wxutil/mousecontrol.h | 38 +++-- 10 files changed, 1322 insertions(+), 16 deletions(-) commit 53416feba18ab545283eca8f6aad5ecbc45691c2 Author: Cesar Mauri Date: Thu Dec 30 22:03:11 2010 +0100 Comment added src/hotkeymanager.cpp | 6 ++++++ 1 file changed, 6 insertions(+) commit a9ed817c2e6e091f51ccdf5ca66a9e935233018f Author: Cesar Mauri Date: Thu Dec 30 21:39:12 2010 +0100 Comment added src/cvisualalert.h | 1 + 1 file changed, 1 insertion(+) commit 61476461f7772627b09c90bb87ea4c12eafb2b44 Author: Cesar Mauri Date: Thu Dec 30 19:01:01 2010 +0100 Class CMotionTracker renamed to CVisionPipeline and code cleanup src/Makefile.am | 4 +- src/eviacam.vcproj | 12 +- src/motiontracker.cpp | 344 ------------------------------------------- src/motiontracker.h | 81 ---------- src/viacamcontroller.cpp | 36 ++--- src/viacamcontroller.h | 68 +-------- src/visionpipeline.cpp | 331 +++++++++++++++++++++++++++++++++++++++++ src/visionpipeline.h | 76 ++++++++++ src/wconfiguration.cpp | 10 +- wxcamwindow/capturethread.h | 3 +- 10 files changed, 434 insertions(+), 531 deletions(-) commit 0ab539433112e78414e37c35f7685978a5d0f58e Author: Cesar Mauri Date: Thu Dec 30 17:52:55 2010 +0100 Removed memory leak opening help src/wviacam.cpp | 28 +++++++++++++++------------- src/wviacam.h | 13 +++++++++---- 2 files changed, 24 insertions(+), 17 deletions(-) commit 18575b635df657fa57eeaaa81c929c8306f14411 Author: Cesar Mauri Date: Thu Dec 30 17:23:01 2010 +0100 Class CHotkeyManager factored out from CViacamController and code cleanup src/Makefile.am | 122 ++++++++++++++++----- src/ckeyboardcode.cpp | 28 +++-- src/ckeyboardcode.h | 17 ++- src/cmotioncalibration.cpp | 22 ++-- src/eviacam.vcproj | 3 + src/eviacamapp.h | 7 +- src/eviacamdefs.h | 35 ++++++ src/hotkeymanager.cpp | 75 +++++++++++++ src/hotkeymanager.h | 76 +++++++++++++ src/viacamcontroller.cpp | 173 ++++++++++++++---------------- src/viacamcontroller.h | 243 +++++++++++++++++------------------------- src/wconfiguration.cpp | 252 ++++++++++++++++++++------------------------ src/wconfiguration.h | 9 +- src/wviacam.cpp | 9 +- src/wwizard.cpp | 77 +++++++------- src/wwizard.h | 48 +++------ src/wwizardmanager.cpp | 9 +- src/wwizardmanager.h | 4 +- 18 files changed, 673 insertions(+), 536 deletions(-) commit e54765727e594ce26dac96966809e89db83cca28 Author: Cesar Mauri Date: Thu Dec 30 12:28:41 2010 +0100 Added method to get controller src/eviacamapp.cpp | 1 + src/eviacamapp.h | 7 +++++++ 2 files changed, 8 insertions(+) commit e6f5ff5d709e50d130b55ce6b9f71f622e2ef45d Author: Cesar Mauri Date: Thu Dec 30 12:21:59 2010 +0100 guiapp renamed to eviacamapp configure.in | 2 +- src/Makefile.am | 4 +- src/eviacam.vcproj | 10 +++- src/eviacamapp.cpp | 170 ++++++++++++++++++++++++++++++++++++++++++++++++++++ src/eviacamapp.h | 99 ++++++++++++++++++++++++++++++ src/gui.pjd | 16 +++-- src/guiapp.cpp | 170 ---------------------------------------------------- src/guiapp.h | 102 ------------------------------- 8 files changed, 292 insertions(+), 281 deletions(-) commit 63bafc7749ff7d06cb2cf4f7751ec5c1c71b2244 Author: Cesar Mauri Date: Thu Dec 30 11:59:00 2010 +0100 viacamcontroller, guiapp and cautostart cleanup src/cautostart.cpp | 2 +- src/guiapp.cpp | 1 - src/viacamcontroller.cpp | 10 ---------- src/viacamcontroller.h | 23 +++++++---------------- 4 files changed, 8 insertions(+), 28 deletions(-) commit 4fc353067ff655dc39252b0bffaa853699d1d5af Author: Cesar Mauri Date: Wed Dec 29 21:31:41 2010 +0100 WGetKey removed timer src/ckeyboardcode.cpp | 11 +++++++++- src/ckeyboardcode.h | 4 ++++ src/gui.pjd | 55 ++++++++++++++++++++++++++++++------------------- src/wgetkey.cpp | 43 ++++++++++++++++++++++++++++---------- src/wgetkey.h | 25 +++++++++++----------- 5 files changed, 93 insertions(+), 45 deletions(-) commit 410db620063ca8a9e1f11b8b436443f6683ac6dc Author: Cesar Mauri Date: Wed Dec 29 20:05:57 2010 +0100 ckeyboardcode cleanup src/Makefile.am | 12 ++- src/activationkey.cpp | 240 ---------------------------------------------- src/activationkey.h | 122 ----------------------- src/ckeyboardcode.cpp | 95 +----------------- src/ckeyboardcode.h | 13 +-- src/ckeyboardcontrol.cpp | 97 ------------------- src/ckeyboardcontrol.h | 38 -------- src/eviacam.vcproj | 18 ++-- src/gui.pjd | 22 ++--- src/viacamcontroller.cpp | 5 +- src/viacamcontroller.h | 4 +- src/wconfiguration.cpp | 11 +-- src/wgetkey.cpp | 215 +++++++++++++++++++++++++++++++++++++++++ src/wgetkey.h | 118 +++++++++++++++++++++++ 14 files changed, 364 insertions(+), 646 deletions(-) commit 7554332aeefdeed52928872f563e97805a2e4c14 Author: Cesar Mauri Date: Wed Dec 29 01:57:54 2010 +0100 Added synchronization when reading key code. This bug freezed capture on debian when the activation key option were enabled src/viacamcontroller.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 9ba43c7a9cdaa86fbb0a4f79a3f9c34806f4e9bc Author: Cesar Mauri Date: Wed Dec 29 01:55:06 2010 +0100 Refactored ckeyboardcode src/activationkey.cpp | 36 ++--- src/activationkey.h | 16 ++- src/ckeyboardcode.cpp | 349 +++++++++++++++++++++++++++++++++++++++++++--- src/ckeyboardcode.h | 81 +++++++---- src/ckeyboardcontrol.cpp | 4 +- src/ckeyboardcontrol.h | 8 +- src/eviacam.vcproj | 6 +- src/viacamcontroller.cpp | 36 ++--- src/viacamcontroller.h | 36 +++-- src/wconfiguration.cpp | 31 ++-- 10 files changed, 481 insertions(+), 122 deletions(-) commit 2c9e577f3a89ed23d4a5ddb5184cd389081d99d0 Author: Cesar Mauri Date: Tue Dec 28 19:34:23 2010 +0100 gui.pjd: changed target wx version to 2.8.7 and set output format as unix src/gui.pjd | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) commit f1d5fa574c158885d75119ffa9313fdb2be81b69 Author: Cesar Mauri Date: Tue Dec 28 17:32:01 2010 +0100 Removed compilation warnings wxcamwindow/visiblenormroi.cpp | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) commit df299d7e01a23fe1e61880003605157153576c7b Author: Cesar Mauri Date: Tue Dec 28 17:17:40 2010 +0100 Finished camera layer refactoring and cleanup creavision/CreaVision_eviacam.vcproj | 4 +- creavision/crvcamera.cpp | 2 +- creavision/crvcamera.h | 17 +- creavision/crvcamera_cv.cpp | 41 +-- creavision/crvcamera_cv.h | 8 +- creavision/crvcamera_enum.cpp | 222 ++----------- creavision/crvcamera_enum.h | 32 +- creavision/crvcamera_v4l2.cpp | 567 ++++++++++++++++++++++------------ creavision/crvcamera_v4l2.h | 55 ++-- creavision/crvcamera_wdm.cpp | 43 +-- creavision/crvcamera_wdm.h | 12 +- creavision/crvgeomtry.cpp | 2 +- creavision/crvhistogram.cpp | 4 +- creavision/crvskindetection.cpp | 4 +- src/guiapp.cpp | 1 - 15 files changed, 524 insertions(+), 490 deletions(-) commit 267ea46f467f7041a2335f8bfe62b1f260d0942b Author: Cesar Mauri Date: Tue Dec 28 17:17:09 2010 +0100 Removed compilation warnings creavision/colorspaces.cpp | 136 ++++++++++++++++++++++---------------------- 1 file changed, 68 insertions(+), 68 deletions(-) commit 12e1536011aaf439780df0bb28ba6fe1a7d12a55 Author: Cesar Mauri Date: Fri Dec 24 19:44:49 2010 +0100 CCamera, CCameraWDM and CCameraCV code cleanup and refactoring. Implemented Non-Virtual Interface (NVI) idiom for Open, Close and QueryFrame calls. CCameraV4L2 and CCameraEnum pending. creavision/crvcamera.cpp | 94 ++++++++++++++++---------------------- creavision/crvcamera.h | 84 +++++++++++++--------------------- creavision/crvcamera_cv.cpp | 101 ++++++----------------------------------- creavision/crvcamera_cv.h | 18 +++++--- creavision/crvcamera_v4l2.cpp | 13 +++--- creavision/crvcamera_v4l2.h | 8 ++-- creavision/crvcamera_wdm.cpp | 45 +++++++++--------- creavision/crvcamera_wdm.h | 18 ++++---- 8 files changed, 139 insertions(+), 242 deletions(-) commit 85a79a04fece7e9ee5c019f69bb741d32e1e36f4 Author: Cesar Mauri Date: Fri Dec 24 14:30:37 2010 +0100 Added Hebrew translation THANKS | 1 + configure.in | 2 +- po/ar.gmo | Bin 10726 -> 10726 bytes po/ar.po | 226 +++++----- po/ast.gmo | Bin 9930 -> 9930 bytes po/ast.po | 226 +++++----- po/ca.gmo | Bin 20924 -> 20924 bytes po/ca.po | 226 +++++----- po/de.gmo | Bin 21204 -> 21204 bytes po/de.po | 226 +++++----- po/es.gmo | Bin 21172 -> 21172 bytes po/es.po | 226 +++++----- po/eviacam.pot | 226 +++++----- po/fr.gmo | Bin 21748 -> 21748 bytes po/fr.po | 226 +++++----- po/gl.gmo | Bin 20979 -> 20979 bytes po/gl.po | 226 +++++----- po/he.gmo | Bin 0 -> 23983 bytes po/he.po | 1098 ++++++++++++++++++++++++++++++++++++++++++++++++ po/it.gmo | Bin 11441 -> 11441 bytes po/it.po | 226 +++++----- po/oc.gmo | Bin 9546 -> 9546 bytes po/oc.po | 226 +++++----- po/tr.gmo | Bin 11599 -> 11599 bytes po/tr.po | 226 +++++----- src/eviacam.vcproj | 10 +- src/langnames-utf16.h | Bin 3054 -> 3090 bytes src/langnames-utf8.h | 3 +- src/wconfiguration.cpp | 3 +- win32/installer.iss.in | 2 + 30 files changed, 2357 insertions(+), 1248 deletions(-) commit c2b77cdc4762f607d3781407b4d421b2c4fb0dfe Author: Cesar Mauri Date: Fri Dec 24 13:11:54 2010 +0100 Updated version number to 1.4.2 configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ab000d2c64ee7e4a99fad4c9277841c3572f3d27 Author: Cesar Mauri Date: Tue Dec 21 20:20:35 2010 +0100 Changelog updated ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) commit 9993a6ab5a6c344698d7761791c31993955081ee Author: Cesar Mauri Date: Mon Dec 20 22:25:27 2010 +0100 eviacamloader: eviacam path now is partially generated by configure configure.in | 1 + src/Makefile.am | 2 +- src/eviacamloader.c | 112 ------------------------------------------------ src/eviacamloader.c.in | 112 ++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 114 insertions(+), 113 deletions(-) commit 1cd76d10904593d2aa3ba79fc5abef915268c0f8 Author: Cesar Mauri Date: Mon Dec 20 21:56:41 2010 +0100 Added German and Galego help files doc/Makefile.am | 7 +- doc/help/ca/advanced_options.png | Bin 0 -> 45612 bytes doc/help/ca/calibration.htm | 42 +++ doc/help/ca/click.htm | 39 +++ doc/help/ca/click_bar.htm | 70 +++++ doc/help/ca/click_bar.png | Bin 0 -> 14153 bytes doc/help/ca/click_bar_thin.png | Bin 0 -> 12729 bytes doc/help/ca/click_options.png | Bin 0 -> 68335 bytes doc/help/ca/confirm_calibration.png | Bin 0 -> 22624 bytes doc/help/ca/doc-0001.htn | Bin 0 -> 501 bytes doc/help/ca/doc-0002.htn | Bin 0 -> 519 bytes doc/help/ca/environment.htm | 67 +++++ doc/help/ca/environment.png | Bin 0 -> 485155 bytes doc/help/ca/fps.png | Bin 0 -> 2706 bytes doc/help/ca/general_options.png | Bin 0 -> 39963 bytes doc/help/ca/help.hhc | 43 +++ doc/help/ca/help.hhk | 12 + doc/help/ca/help.hhp | 29 ++ doc/help/ca/help.wxh | 543 +++++++++++++++++++++++++++++++++ doc/help/ca/intro.htm | 67 +++++ doc/help/ca/main_window.png | Bin 0 -> 107526 bytes doc/help/ca/motion_options.png | Bin 0 -> 36819 bytes doc/help/ca/options.htm | 286 ++++++++++++++++++ doc/help/ca/task_bar_icon.png | Bin 0 -> 667 bytes doc/help/ca/webcam.htm | 43 +++ doc/help/ca/wizard.htm | 84 ++++++ doc/help/ca/wizard1.png | Bin 0 -> 27988 bytes doc/help/ca/wizard2.png | Bin 0 -> 39494 bytes doc/help/ca/wizard3.png | Bin 0 -> 30172 bytes doc/help/ca/wizard4.png | Bin 0 -> 36768 bytes doc/help/ca/wizard5.png | Bin 0 -> 35770 bytes doc/help/ca/wizard6.png | Bin 0 -> 39581 bytes doc/help/ca/wizard7.png | Bin 0 -> 40697 bytes doc/help/ca/wizard8.png | Bin 0 -> 36209 bytes doc/help/ca/workspace_options.png | Bin 0 -> 30886 bytes doc/help/ca/x_axis_calibration.png | Bin 0 -> 9356 bytes doc/help/ca/y_axis_calibration.png | Bin 0 -> 9556 bytes doc/help/cat/advanced_options.png | Bin 45612 -> 0 bytes doc/help/cat/calibration.htm | 42 --- doc/help/cat/click.htm | 39 --- doc/help/cat/click_bar.htm | 70 ----- doc/help/cat/click_bar.png | Bin 14153 -> 0 bytes doc/help/cat/click_bar_thin.png | Bin 12729 -> 0 bytes doc/help/cat/click_options.png | Bin 68335 -> 0 bytes doc/help/cat/confirm_calibration.png | Bin 22624 -> 0 bytes doc/help/cat/doc-0001.htn | Bin 501 -> 0 bytes doc/help/cat/doc-0002.htn | Bin 519 -> 0 bytes doc/help/cat/environment.htm | 67 ----- doc/help/cat/environment.png | Bin 485155 -> 0 bytes doc/help/cat/fps.png | Bin 2706 -> 0 bytes doc/help/cat/general_options.png | Bin 39963 -> 0 bytes doc/help/cat/help.hhc | 43 --- doc/help/cat/help.hhk | 12 - doc/help/cat/help.hhp | 29 -- doc/help/cat/help.wxh | 543 --------------------------------- doc/help/cat/intro.htm | 67 ----- doc/help/cat/main_window.png | Bin 107526 -> 0 bytes doc/help/cat/motion_options.png | Bin 36819 -> 0 bytes doc/help/cat/options.htm | 286 ------------------ doc/help/cat/task_bar_icon.png | Bin 667 -> 0 bytes doc/help/cat/webcam.htm | 43 --- doc/help/cat/wizard.htm | 84 ------ doc/help/cat/wizard1.png | Bin 27988 -> 0 bytes doc/help/cat/wizard2.png | Bin 39494 -> 0 bytes doc/help/cat/wizard3.png | Bin 30172 -> 0 bytes doc/help/cat/wizard4.png | Bin 36768 -> 0 bytes doc/help/cat/wizard5.png | Bin 35770 -> 0 bytes doc/help/cat/wizard6.png | Bin 39581 -> 0 bytes doc/help/cat/wizard7.png | Bin 40697 -> 0 bytes doc/help/cat/wizard8.png | Bin 36209 -> 0 bytes doc/help/cat/workspace_options.png | Bin 30886 -> 0 bytes doc/help/cat/x_axis_calibration.png | Bin 9356 -> 0 bytes doc/help/cat/y_axis_calibration.png | Bin 9556 -> 0 bytes doc/help/de/advanced_options.png | Bin 0 -> 57584 bytes doc/help/de/calibration.htm | 35 +++ doc/help/de/click.htm | 34 +++ doc/help/de/click_bar.htm | 49 +++ doc/help/de/click_bar.png | Bin 0 -> 14153 bytes doc/help/de/click_bar_thin.png | Bin 0 -> 8752 bytes doc/help/de/click_options.png | Bin 0 -> 78389 bytes doc/help/de/confirm_calibration.png | Bin 0 -> 29335 bytes doc/help/de/doc-0001.htn | Bin 0 -> 501 bytes doc/help/de/doc-0002.htn | Bin 0 -> 519 bytes doc/help/de/environment.htm | 43 +++ doc/help/de/environment.png | Bin 0 -> 511211 bytes doc/help/de/fps.png | Bin 0 -> 2059 bytes doc/help/de/general_options.png | Bin 0 -> 44823 bytes doc/help/de/help.hhc | 43 +++ doc/help/de/help.hhk | 12 + doc/help/de/help.hhp | 29 ++ doc/help/de/help.wxh | 550 ++++++++++++++++++++++++++++++++++ doc/help/de/intro.htm | 55 ++++ doc/help/de/main_window.png | Bin 0 -> 119429 bytes doc/help/de/motion_options.png | Bin 0 -> 40903 bytes doc/help/de/options.htm | 161 ++++++++++ doc/help/de/task_bar_icon.png | Bin 0 -> 683 bytes doc/help/de/webcam.htm | 32 ++ doc/help/de/wizard.htm | 53 ++++ doc/help/de/wizard1.png | Bin 0 -> 30878 bytes doc/help/de/wizard2.png | Bin 0 -> 52308 bytes doc/help/de/wizard3.png | Bin 0 -> 37777 bytes doc/help/de/wizard4.png | Bin 0 -> 51295 bytes doc/help/de/wizard5.png | Bin 0 -> 43398 bytes doc/help/de/wizard6.png | Bin 0 -> 68500 bytes doc/help/de/wizard7.png | Bin 0 -> 58693 bytes doc/help/de/wizard8.png | Bin 0 -> 43441 bytes doc/help/de/workspace_options.png | Bin 0 -> 34434 bytes doc/help/de/x_axis_calibration.png | Bin 0 -> 11235 bytes doc/help/de/y_axis_calibration.png | Bin 0 -> 11060 bytes doc/help/en/advanced_options.png | Bin 0 -> 44095 bytes doc/help/en/calibration.htm | 29 ++ doc/help/en/click.htm | 28 ++ doc/help/en/click_bar.htm | 44 +++ doc/help/en/click_bar.png | Bin 0 -> 14153 bytes doc/help/en/click_bar_thin.png | Bin 0 -> 11987 bytes doc/help/en/click_options.png | Bin 0 -> 65536 bytes doc/help/en/confirm_calibration.png | Bin 0 -> 17811 bytes doc/help/en/doc-0001.htn | Bin 0 -> 501 bytes doc/help/en/doc-0002.htn | Bin 0 -> 519 bytes doc/help/en/environment.htm | 36 +++ doc/help/en/environment.png | Bin 0 -> 474353 bytes doc/help/en/fps.png | Bin 0 -> 2250 bytes doc/help/en/general_options.png | Bin 0 -> 40826 bytes doc/help/en/help.hhc | 43 +++ doc/help/en/help.hhk | 12 + doc/help/en/help.hhp | 29 ++ doc/help/en/help.wxh | 550 ++++++++++++++++++++++++++++++++++ doc/help/en/intro.htm | 50 ++++ doc/help/en/main_window.png | Bin 0 -> 108309 bytes doc/help/en/motion_options.png | Bin 0 -> 35287 bytes doc/help/en/options.htm | 158 ++++++++++ doc/help/en/task_bar_icon.png | Bin 0 -> 683 bytes doc/help/en/webcam.htm | 28 ++ doc/help/en/wizard.htm | 48 +++ doc/help/en/wizard1.png | Bin 0 -> 26949 bytes doc/help/en/wizard2.png | Bin 0 -> 36483 bytes doc/help/en/wizard3.png | Bin 0 -> 26581 bytes doc/help/en/wizard4.png | Bin 0 -> 35373 bytes doc/help/en/wizard5.png | Bin 0 -> 32645 bytes doc/help/en/wizard6.png | Bin 0 -> 42280 bytes doc/help/en/wizard7.png | Bin 0 -> 40058 bytes doc/help/en/wizard8.png | Bin 0 -> 35485 bytes doc/help/en/workspace_options.png | Bin 0 -> 30737 bytes doc/help/en/x_axis_calibration.png | Bin 0 -> 8431 bytes doc/help/en/y_axis_calibration.png | Bin 0 -> 8523 bytes doc/help/eng/advanced_options.png | Bin 44095 -> 0 bytes doc/help/eng/calibration.htm | 29 -- doc/help/eng/click.htm | 28 -- doc/help/eng/click_bar.htm | 44 --- doc/help/eng/click_bar.png | Bin 14153 -> 0 bytes doc/help/eng/click_bar_thin.png | Bin 11987 -> 0 bytes doc/help/eng/click_options.png | Bin 65536 -> 0 bytes doc/help/eng/confirm_calibration.png | Bin 17811 -> 0 bytes doc/help/eng/doc-0001.htn | Bin 501 -> 0 bytes doc/help/eng/doc-0002.htn | Bin 519 -> 0 bytes doc/help/eng/environment.htm | 36 --- doc/help/eng/environment.png | Bin 474353 -> 0 bytes doc/help/eng/fps.png | Bin 2250 -> 0 bytes doc/help/eng/general_options.png | Bin 40826 -> 0 bytes doc/help/eng/help.hhc | 43 --- doc/help/eng/help.hhk | 12 - doc/help/eng/help.hhp | 29 -- doc/help/eng/help.wxh | 550 ---------------------------------- doc/help/eng/intro.htm | 50 ---- doc/help/eng/main_window.png | Bin 108309 -> 0 bytes doc/help/eng/motion_options.png | Bin 35287 -> 0 bytes doc/help/eng/options.htm | 158 ---------- doc/help/eng/task_bar_icon.png | Bin 683 -> 0 bytes doc/help/eng/webcam.htm | 28 -- doc/help/eng/wizard.htm | 48 --- doc/help/eng/wizard1.png | Bin 26949 -> 0 bytes doc/help/eng/wizard2.png | Bin 36483 -> 0 bytes doc/help/eng/wizard3.png | Bin 26581 -> 0 bytes doc/help/eng/wizard4.png | Bin 35373 -> 0 bytes doc/help/eng/wizard5.png | Bin 32645 -> 0 bytes doc/help/eng/wizard6.png | Bin 42280 -> 0 bytes doc/help/eng/wizard7.png | Bin 40058 -> 0 bytes doc/help/eng/wizard8.png | Bin 35485 -> 0 bytes doc/help/eng/workspace_options.png | Bin 30737 -> 0 bytes doc/help/eng/x_axis_calibration.png | Bin 8431 -> 0 bytes doc/help/eng/y_axis_calibration.png | Bin 8523 -> 0 bytes doc/help/es/advanced_options.png | Bin 0 -> 46582 bytes doc/help/es/calibration.htm | 30 ++ doc/help/es/click.htm | 26 ++ doc/help/es/click_bar.htm | 55 ++++ doc/help/es/click_bar.png | Bin 0 -> 14153 bytes doc/help/es/click_bar_thin.png | Bin 0 -> 13145 bytes doc/help/es/click_options.png | Bin 0 -> 69377 bytes doc/help/es/confirm_calibration.png | Bin 0 -> 22015 bytes doc/help/es/doc-0001.htn | Bin 0 -> 501 bytes doc/help/es/doc-0002.htn | Bin 0 -> 519 bytes doc/help/es/environment.htm | 46 +++ doc/help/es/environment.png | Bin 0 -> 474727 bytes doc/help/es/fps.png | Bin 0 -> 2384 bytes doc/help/es/general_options.png | Bin 0 -> 41283 bytes doc/help/es/help.hhc | 43 +++ doc/help/es/help.hhk | 12 + doc/help/es/help.hhp | 29 ++ doc/help/es/help.wxh | 541 +++++++++++++++++++++++++++++++++ doc/help/es/intro.htm | 38 +++ doc/help/es/main_window.png | Bin 0 -> 109387 bytes doc/help/es/motion_options.png | Bin 0 -> 37864 bytes doc/help/es/options.htm | 134 +++++++++ doc/help/es/task_bar_icon.png | Bin 0 -> 667 bytes doc/help/es/webcam.htm | 29 ++ doc/help/es/wizard.htm | 55 ++++ doc/help/es/wizard1.png | Bin 0 -> 26966 bytes doc/help/es/wizard2.png | Bin 0 -> 39713 bytes doc/help/es/wizard3.png | Bin 0 -> 29745 bytes doc/help/es/wizard4.png | Bin 0 -> 36752 bytes doc/help/es/wizard5.png | Bin 0 -> 36080 bytes doc/help/es/wizard6.png | Bin 0 -> 40540 bytes doc/help/es/wizard7.png | Bin 0 -> 41972 bytes doc/help/es/wizard8.png | Bin 0 -> 36285 bytes doc/help/es/workspace_options.png | Bin 0 -> 32856 bytes doc/help/es/x_axis_calibration.png | Bin 0 -> 8756 bytes doc/help/es/y_axis_calibration.png | Bin 0 -> 8545 bytes doc/help/esp/advanced_options.png | Bin 46582 -> 0 bytes doc/help/esp/calibration.htm | 30 -- doc/help/esp/click.htm | 26 -- doc/help/esp/click_bar.htm | 55 ---- doc/help/esp/click_bar.png | Bin 14153 -> 0 bytes doc/help/esp/click_bar_thin.png | Bin 13145 -> 0 bytes doc/help/esp/click_options.png | Bin 69377 -> 0 bytes doc/help/esp/confirm_calibration.png | Bin 22015 -> 0 bytes doc/help/esp/doc-0001.htn | Bin 501 -> 0 bytes doc/help/esp/doc-0002.htn | Bin 519 -> 0 bytes doc/help/esp/environment.htm | 46 --- doc/help/esp/environment.png | Bin 474727 -> 0 bytes doc/help/esp/fps.png | Bin 2384 -> 0 bytes doc/help/esp/general_options.png | Bin 41283 -> 0 bytes doc/help/esp/help.hhc | 43 --- doc/help/esp/help.hhk | 12 - doc/help/esp/help.hhp | 29 -- doc/help/esp/help.wxh | 541 --------------------------------- doc/help/esp/intro.htm | 38 --- doc/help/esp/main_window.png | Bin 109387 -> 0 bytes doc/help/esp/motion_options.png | Bin 37864 -> 0 bytes doc/help/esp/options.htm | 134 --------- doc/help/esp/task_bar_icon.png | Bin 667 -> 0 bytes doc/help/esp/webcam.htm | 29 -- doc/help/esp/wizard.htm | 55 ---- doc/help/esp/wizard1.png | Bin 26966 -> 0 bytes doc/help/esp/wizard2.png | Bin 39713 -> 0 bytes doc/help/esp/wizard3.png | Bin 29745 -> 0 bytes doc/help/esp/wizard4.png | Bin 36752 -> 0 bytes doc/help/esp/wizard5.png | Bin 36080 -> 0 bytes doc/help/esp/wizard6.png | Bin 40540 -> 0 bytes doc/help/esp/wizard7.png | Bin 41972 -> 0 bytes doc/help/esp/wizard8.png | Bin 36285 -> 0 bytes doc/help/esp/workspace_options.png | Bin 32856 -> 0 bytes doc/help/esp/x_axis_calibration.png | Bin 8756 -> 0 bytes doc/help/esp/y_axis_calibration.png | Bin 8545 -> 0 bytes doc/help/gl/NOTAS-Feito | 11 + doc/help/gl/advanced_options.png | Bin 0 -> 47626 bytes doc/help/gl/calibration.htm | 30 ++ doc/help/gl/click.htm | 41 +++ doc/help/gl/click_bar.htm | 69 +++++ doc/help/gl/click_bar.png | Bin 0 -> 14153 bytes doc/help/gl/click_bar_thin.png | Bin 0 -> 13225 bytes doc/help/gl/click_options.png | Bin 0 -> 68011 bytes doc/help/gl/confirm_calibration.png | Bin 0 -> 21123 bytes doc/help/gl/environment.htm | 67 +++++ doc/help/gl/environment.png | Bin 0 -> 451091 bytes doc/help/gl/fps.png | Bin 0 -> 2384 bytes doc/help/gl/general_options.png | Bin 0 -> 41001 bytes doc/help/gl/help.hhc | 43 +++ doc/help/gl/help.hhp | 29 ++ doc/help/gl/help.wxh | 541 +++++++++++++++++++++++++++++++++ doc/help/gl/intro.htm | 51 ++++ doc/help/gl/main_window.png | Bin 0 -> 113249 bytes doc/help/gl/motion_options.png | Bin 0 -> 36845 bytes doc/help/gl/options.htm | 181 +++++++++++ doc/help/gl/task_bar_icon.png | Bin 0 -> 667 bytes doc/help/gl/webcam.htm | 40 +++ doc/help/gl/wizard.htm | 69 +++++ doc/help/gl/wizard1.png | Bin 0 -> 19769 bytes doc/help/gl/wizard2.png | Bin 0 -> 38546 bytes doc/help/gl/wizard3.png | Bin 0 -> 28848 bytes doc/help/gl/wizard4.png | Bin 0 -> 35771 bytes doc/help/gl/wizard5.png | Bin 0 -> 35297 bytes doc/help/gl/wizard6.png | Bin 0 -> 40791 bytes doc/help/gl/wizard7.png | Bin 0 -> 40093 bytes doc/help/gl/wizard8.png | Bin 0 -> 34558 bytes doc/help/gl/workspace_options.png | Bin 0 -> 32959 bytes doc/help/gl/x_axis_calibration.png | Bin 0 -> 8409 bytes doc/help/gl/y_axis_calibration.png | Bin 0 -> 7811 bytes po/de.gmo | Bin 11275 -> 21204 bytes po/de.po | 263 ++++++++-------- po/fr.gmo | Bin 11546 -> 21748 bytes po/fr.po | 252 ++++++++-------- src/wviacam.cpp | 17 +- 292 files changed, 5957 insertions(+), 3686 deletions(-) commit c606a87a89ed93f5fbd1998ba83813162bbea83e Author: Cesar Mauri Date: Mon Dec 20 19:40:08 2010 +0100 Updated French and German translation catalogs po/de.po | 408 +++++++++++++++++++++++++++++++++----------------------------- po/fr.po | 394 +++++++++++++++++++++++++++++++---------------------------- 2 files changed, 426 insertions(+), 376 deletions(-) commit e0815a6f52bc6ee050e3bb58d43b33a4dd263660 Author: Cesar Mauri Date: Wed Dec 15 00:12:05 2010 +0100 Updated THANKS file THANKS | 1 + 1 file changed, 1 insertion(+) commit 8379e8c4d43817d35834f873d34d30908b070a56 Author: Cesar Mauri Date: Wed Dec 1 10:23:01 2010 +0100 Added convenience script for translators mail list generation po/gensenderlist.sh | 1 + 1 file changed, 1 insertion(+) commit b4693d4164e9ba0047f003259eaed6023fb84cab Author: Cesar Mauri Date: Mon Nov 29 13:54:16 2010 +0100 README and INSTALL files updated INSTALL | 372 +++++++++++++++-------------------------------------------- INSTALL.es | 95 +++++++++++++++ Makefile.am | 2 + README | 87 ++++---------- README.ca | 48 +++++--- README.es | 89 ++++++++++++++ 6 files changed, 334 insertions(+), 359 deletions(-) commit b1f3a9410c1db5b87325e0569d6c0aed093a5023 Author: Cesar Mauri Date: Sat Nov 27 02:08:02 2010 +0100 Update THANKS file THANKS | 3 +- po/gl.gmo | Bin 11353 -> 20979 bytes po/gl.po | 246 ++++++++++++++++++++++++++++++------------------------------- 3 files changed, 125 insertions(+), 124 deletions(-) commit 5b1695a1bae7508414a4edacf83f33692693ae82 Author: Cesar Mauri Date: Tue Nov 23 10:45:43 2010 +0100 Updated dependency in debian control debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d3457eaf7fbf1f11711489e7c2f2617b3188e38d Author: Cesar Mauri Date: Mon Nov 22 22:09:17 2010 +0100 Updated Galego translation po/gl.po | 437 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 229 insertions(+), 208 deletions(-) commit a8c80e419a80cbefea34d87719e005af890ed346 Author: Cesar Mauri Date: Thu Nov 18 20:51:47 2010 +0100 Added recommended dependency in debian/control config.h.in | 7 -- debian/control | 2 + po/ca.po | 257 +++++++++++++++++++++++++++--------------------------- po/es.po | 264 +++++++++++++++++++++++++++++--------------------------- 4 files changed, 269 insertions(+), 261 deletions(-) commit f5ba8e52848d0241809888fb36bc071b741ca403 Author: Cesar Mauri Date: Thu Nov 18 20:01:45 2010 +0100 Changed version number to 1.4.1 configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6650d1905503553072889f4306b2367f7bfe732a Author: Cesar Mauri Date: Thu Nov 18 19:58:24 2010 +0100 Now copies wxWidgets .mo files for Windows build src/eviacam.vcproj | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) commit 2548f9672ff9fdebcaac8b2d4656a0ca7999ef06 Author: Cesar Mauri Date: Thu Nov 18 18:56:29 2010 +0100 Updated missing strings for translation and ca & es translations po/POTFILES.in | 1 + po/ar.gmo | Bin 10572 -> 10726 bytes po/ar.po | 33 +++++-- po/ast.gmo | Bin 9765 -> 9930 bytes po/ast.po | 33 +++++-- po/ca.gmo | Bin 20530 -> 20924 bytes po/ca.po | 286 +++++++++++++++++++++++++++-------------------------- po/de.gmo | Bin 11154 -> 11275 bytes po/de.po | 27 +++-- po/es.gmo | Bin 20772 -> 21172 bytes po/es.po | 293 ++++++++++++++++++++++++++++--------------------------- po/eviacam.pot | 20 +++- po/fr.gmo | Bin 11387 -> 11546 bytes po/fr.po | 33 +++++-- po/gl.gmo | Bin 11198 -> 11353 bytes po/gl.po | 33 +++++-- po/it.gmo | Bin 11289 -> 11441 bytes po/it.po | 33 +++++-- po/oc.gmo | Bin 9389 -> 9546 bytes po/oc.po | 33 +++++-- po/tr.gmo | Bin 11430 -> 11599 bytes po/tr.po | 33 +++++-- src/wwizard.cpp | 8 +- 23 files changed, 507 insertions(+), 359 deletions(-) commit e6ae1ab2c7e8d5fb8436833a55d359af169ded94 Author: Cesar Mauri Date: Mon Nov 15 21:27:54 2010 +0100 Changelog update to add closed bugs ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) commit 0f392804a92fc9ffb1be5a09939cea82d6810252 Author: Cesar Mauri Date: Mon Nov 15 21:00:51 2010 +0100 Automatic language files updated po/ar.gmo | Bin 10572 -> 10572 bytes po/ar.po | 234 ++++++++++++++++++++++++++++---------------------------- po/ast.gmo | Bin 9765 -> 9765 bytes po/ast.po | 234 ++++++++++++++++++++++++++++---------------------------- po/ca.gmo | Bin 20530 -> 20530 bytes po/ca.po | 234 ++++++++++++++++++++++++++++---------------------------- po/de.gmo | Bin 11154 -> 11154 bytes po/de.po | 234 ++++++++++++++++++++++++++++---------------------------- po/es.gmo | Bin 20772 -> 20772 bytes po/es.po | 234 ++++++++++++++++++++++++++++---------------------------- po/eviacam.pot | 234 ++++++++++++++++++++++++++++---------------------------- po/fr.gmo | Bin 11387 -> 11387 bytes po/fr.po | 234 ++++++++++++++++++++++++++++---------------------------- po/gl.gmo | Bin 11198 -> 11198 bytes po/gl.po | 234 ++++++++++++++++++++++++++++---------------------------- po/it.gmo | Bin 11289 -> 11289 bytes po/it.po | 234 ++++++++++++++++++++++++++++---------------------------- po/oc.gmo | Bin 9389 -> 9389 bytes po/oc.po | 234 ++++++++++++++++++++++++++++---------------------------- po/tr.gmo | Bin 11430 -> 11430 bytes po/tr.po | 234 ++++++++++++++++++++++++++++---------------------------- 21 files changed, 1287 insertions(+), 1287 deletions(-) commit 861d07a95884628de3a845ace024e7ea3e7ddba7 Author: Cesar Mauri Date: Mon Nov 15 02:40:07 2010 +0100 TODO & THANKS THANKS | 1 + TODO | 8 ++------ 2 files changed, 3 insertions(+), 6 deletions(-) commit f23c374fd482a5e189f101f58432a9ad287d29fd Author: Cesar Mauri Date: Mon Nov 15 02:37:21 2010 +0100 Tunned assisted calibration & modified default capture area src/cmotioncalibration.cpp | 6 +++--- src/motiontracker.cpp | 4 ++-- src/wconfirmcalibration.cpp | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) commit f6fdcc551d5cd8318d8c91f3f996d14b3696fff5 Author: Cesar Mauri Date: Mon Nov 15 02:01:34 2010 +0100 Added missing license information src/wcameradialog.cpp | 15 ++++++++++++++- src/wcameradialog.h | 15 ++++++++++++++- src/wconfiguration.h | 13 +++++++++++++ 3 files changed, 41 insertions(+), 2 deletions(-) commit 4b6a17df8808253fb67c43ca1674337c737b25ac Author: Cesar Mauri Date: Mon Nov 15 01:55:39 2010 +0100 Fixed bug in gesture options update src/gui.pjd | 4 +++ src/wconfiguration.cpp | 75 +++++++++++++++++++++++++++++++++++++++++++++++- src/wconfiguration.h | 20 +++++++++++++ 3 files changed, 98 insertions(+), 1 deletion(-) commit c3f611444edec9b00b710576a77982225cb8376e Author: Cesar Mauri Date: Mon Nov 15 01:37:22 2010 +0100 Gesture click: Keyboard events generation marked as experimental code src/mouseoutput.cpp | 4 ++++ 1 file changed, 4 insertions(+) commit 680a3ec724b209f44818d26d657f4264f5a5c67f Author: Cesar Mauri Date: Mon Nov 15 01:29:14 2010 +0100 Changelog update ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) commit 031d93a03dfaa2fcb3bb7541d62338eb97057f6d Author: Cesar Mauri Date: Mon Nov 15 01:08:31 2010 +0100 Added license for documentation doc/Makefile.am | 2 +- doc/license.txt | 379 +++ ltmain.sh | 8413 ------------------------------------------------------- 3 files changed, 380 insertions(+), 8414 deletions(-) commit bc5537521f2eefff5bc9d7751184a5361eb8920b Author: Cesar Mauri Date: Mon Nov 15 00:55:33 2010 +0100 Updated windows installer script for new help layout win32/installer.iss.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit 2dfdc6f3a882a16ed4c8867e9464db033077bdd6 Author: Cesar Mauri Date: Mon Nov 15 00:38:51 2010 +0100 Updated Spanish documentation doc/help/eng/intro.htm | 75 +-- doc/help/eng/webcam.htm | 55 +-- doc/help/esp/calibration.htm | 37 +- doc/help/esp/click.htm | 32 +- doc/help/esp/click_bar.htm | 54 +-- doc/help/esp/environment.htm | 62 +-- doc/help/esp/help.hhc | 86 ++-- doc/help/esp/help.hhp | 58 +-- doc/help/esp/help.wxh | 1084 +++++++++++++++++++++--------------------- doc/help/esp/intro.htm | 85 ++-- doc/help/esp/options.htm | 205 ++------ doc/help/esp/webcam.htm | 32 +- doc/help/esp/wizard.htm | 59 +-- 13 files changed, 818 insertions(+), 1106 deletions(-) commit f50e096b6e112be58fc593cafd1b2de710fc414b Author: cesar Date: Sun Nov 14 22:10:24 2010 +0100 Updated english documentation doc/help/eng/calibration.htm | 59 +++---- doc/help/eng/click.htm | 61 +++---- doc/help/eng/click_bar.htm | 83 ++++----- doc/help/eng/environment.htm | 74 +++----- doc/help/eng/help.hhc | 20 +-- doc/help/eng/help.hhp | 6 +- doc/help/eng/help.wxh | 27 ++- doc/help/eng/intro.htm | 67 +++----- doc/help/eng/options.htm | 388 +++++++++++++----------------------------- doc/help/eng/webcam.htm | 57 +++---- doc/help/eng/wizard.htm | 91 +++------- eviacam.kdevelop | 2 +- 12 files changed, 319 insertions(+), 616 deletions(-) commit dc684ad7de73a5e32a05a56d5bd652d2dd504096 Author: cesar Date: Sun Nov 14 17:58:02 2010 +0100 Documentation reorganization (updated program paths) doc/Makefile.am | 2 +- doc/help/esp/macros.db | Bin 69 -> 0 bytes doc/help/esp/macros.h | 8 - doc/hhp | 67 - doc/readme.txt | 1 + ltmain.sh |13245 +++++++++++++++++++++++++++--------------------- src/wviacam.cpp | 6 +- 7 files changed, 7352 insertions(+), 5977 deletions(-) commit f58f6cfd738f4b4240898638045933cd01c46b9e Author: cesar Date: Sun Nov 14 17:45:44 2010 +0100 Documentation reorganization doc/cat/eViacam.zip | Bin 1169101 -> 0 bytes doc/cat/hhp/advanced_options.png | Bin 45612 -> 0 bytes doc/cat/hhp/click_bar.png | Bin 14153 -> 0 bytes doc/cat/hhp/click_bar_thin.png | Bin 12729 -> 0 bytes doc/cat/hhp/click_options.png | Bin 68335 -> 0 bytes doc/cat/hhp/confirm_calibration.png | Bin 22624 -> 0 bytes doc/cat/hhp/doc-0001.htn | Bin 501 -> 0 bytes doc/cat/hhp/doc-0002.htn | Bin 519 -> 0 bytes doc/cat/hhp/doc-0003.htd | 67 ---- doc/cat/hhp/doc-0003.htm | 68 ---- doc/cat/hhp/doc-0004.htd | 67 ---- doc/cat/hhp/doc-0004.htm | 68 ---- doc/cat/hhp/doc-0007.htd | 43 --- doc/cat/hhp/doc-0007.htm | 44 --- doc/cat/hhp/doc-0008.htd | 286 ---------------- doc/cat/hhp/doc-0008.htm | 287 ---------------- doc/cat/hhp/doc-0009.htd | 39 --- doc/cat/hhp/doc-0009.htm | 40 --- doc/cat/hhp/doc-0011.htd | 70 ---- doc/cat/hhp/doc-0011.htm | 71 ---- doc/cat/hhp/doc-0012.htd | 84 ----- doc/cat/hhp/doc-0012.htm | 85 ----- doc/cat/hhp/doc-0013.htd | 42 --- doc/cat/hhp/doc-0013.htm | 43 --- doc/cat/hhp/environment.png | Bin 485155 -> 0 bytes doc/cat/hhp/fps.png | Bin 2706 -> 0 bytes doc/cat/hhp/general_options.png | Bin 39963 -> 0 bytes doc/cat/hhp/help.hhc | 43 --- doc/cat/hhp/help.hhk | 44 --- doc/cat/hhp/help.hhp | 29 -- doc/cat/hhp/help.wxh | Bin 13551 -> 0 bytes doc/cat/hhp/help.wxh.bak | Bin 6743 -> 0 bytes doc/cat/hhp/macros.db | Bin 69 -> 0 bytes doc/cat/hhp/macros.h | 8 - doc/cat/hhp/main_window.png | Bin 107526 -> 0 bytes doc/cat/hhp/motion_options.png | Bin 36819 -> 0 bytes doc/cat/hhp/task_bar_icon.png | Bin 667 -> 0 bytes doc/cat/hhp/wizard1.png | Bin 27988 -> 0 bytes doc/cat/hhp/wizard2.png | Bin 39494 -> 0 bytes doc/cat/hhp/wizard3.png | Bin 30172 -> 0 bytes doc/cat/hhp/wizard4.png | Bin 36768 -> 0 bytes doc/cat/hhp/wizard5.png | Bin 35770 -> 0 bytes doc/cat/hhp/wizard6.png | Bin 39581 -> 0 bytes doc/cat/hhp/wizard7.png | Bin 40697 -> 0 bytes doc/cat/hhp/wizard8.png | Bin 36209 -> 0 bytes doc/cat/hhp/workspace_options.png | Bin 30886 -> 0 bytes doc/cat/hhp/x_axis_calibration.png | Bin 9356 -> 0 bytes doc/cat/hhp/y_axis_calibration.png | Bin 9556 -> 0 bytes doc/cat/htm/calibration.htm | 42 --- doc/cat/htm/click.htm | 39 --- doc/cat/htm/click_bar.htm | 70 ---- doc/cat/htm/environment.htm | 67 ---- doc/cat/htm/intro.htm | 67 ---- doc/cat/htm/options.htm | 286 ---------------- doc/cat/htm/webcam.htm | 43 --- doc/cat/htm/wizard.htm | 84 ----- doc/cat/style/normal.css | 67 ---- doc/eng/eViacam.zip | Bin 1135027 -> 0 bytes doc/eng/hhp/advanced_options.png | Bin 44095 -> 0 bytes doc/eng/hhp/click_bar.png | Bin 14153 -> 0 bytes doc/eng/hhp/click_bar_thin.png | Bin 11987 -> 0 bytes doc/eng/hhp/click_options.png | Bin 65536 -> 0 bytes doc/eng/hhp/confirm_calibration.png | Bin 17811 -> 0 bytes doc/eng/hhp/doc-0001.htn | Bin 501 -> 0 bytes doc/eng/hhp/doc-0002.htn | Bin 519 -> 0 bytes doc/eng/hhp/doc-0003.htd | 68 ---- doc/eng/hhp/doc-0003.htm | 69 ---- doc/eng/hhp/doc-0004.htd | 68 ---- doc/eng/hhp/doc-0004.htm | 69 ---- doc/eng/hhp/doc-0007.htd | 44 --- doc/eng/hhp/doc-0007.htm | 45 --- doc/eng/hhp/doc-0008.htd | 307 ----------------- doc/eng/hhp/doc-0008.htm | 308 ----------------- doc/eng/hhp/doc-0009.htd | 39 --- doc/eng/hhp/doc-0009.htm | 40 --- doc/eng/hhp/doc-0011.htd | 71 ---- doc/eng/hhp/doc-0011.htm | 72 ---- doc/eng/hhp/doc-0012.htd | 85 ----- doc/eng/hhp/doc-0012.htm | 86 ----- doc/eng/hhp/doc-0013.htd | 46 --- doc/eng/hhp/doc-0013.htm | 47 --- doc/eng/hhp/environment.png | Bin 474353 -> 0 bytes doc/eng/hhp/eviacam_doc.hhk | 20 -- doc/eng/hhp/fps.png | Bin 2250 -> 0 bytes doc/eng/hhp/general_options.png | Bin 40826 -> 0 bytes doc/eng/hhp/help.hhc | 43 --- doc/eng/hhp/help.hhk | 44 --- doc/eng/hhp/help.hhp | 29 -- doc/eng/hhp/help.wxh | Bin 13832 -> 0 bytes doc/eng/hhp/macros.db | Bin 69 -> 0 bytes doc/eng/hhp/macros.h | 8 - doc/eng/hhp/main_window.png | Bin 108309 -> 0 bytes doc/eng/hhp/motion_options.png | Bin 35287 -> 0 bytes doc/eng/hhp/task_bar_icon.png | Bin 683 -> 0 bytes doc/eng/hhp/wizard1.png | Bin 26949 -> 0 bytes doc/eng/hhp/wizard2.png | Bin 36483 -> 0 bytes doc/eng/hhp/wizard3.png | Bin 26581 -> 0 bytes doc/eng/hhp/wizard4.png | Bin 35373 -> 0 bytes doc/eng/hhp/wizard5.png | Bin 32645 -> 0 bytes doc/eng/hhp/wizard6.png | Bin 42280 -> 0 bytes doc/eng/hhp/wizard7.png | Bin 40058 -> 0 bytes doc/eng/hhp/wizard8.png | Bin 35485 -> 0 bytes doc/eng/hhp/workspace_options.png | Bin 30737 -> 0 bytes doc/eng/hhp/x_axis_calibration.png | Bin 8431 -> 0 bytes doc/eng/hhp/y_axis_calibration.png | Bin 8523 -> 0 bytes doc/eng/htm/calibration.htm | 45 --- doc/eng/htm/click.htm | 38 --- doc/eng/htm/click_bar.htm | 70 ---- doc/eng/htm/environment.htm | 67 ---- doc/eng/htm/intro.htm | 67 ---- doc/eng/htm/options.htm | 305 ----------------- doc/eng/htm/webcam.htm | 43 --- doc/eng/htm/wizard.htm | 84 ----- doc/eng/style/normal.css | 67 ---- doc/esp/eViacam.zip | Bin 1165850 -> 0 bytes doc/esp/hhp/advanced_options.png | Bin 46582 -> 0 bytes doc/esp/hhp/click_bar.png | Bin 14153 -> 0 bytes doc/esp/hhp/click_bar_thin.png | Bin 13145 -> 0 bytes doc/esp/hhp/click_options.png | Bin 69377 -> 0 bytes doc/esp/hhp/confirm_calibration.png | Bin 22015 -> 0 bytes doc/esp/hhp/doc-0001.htn | Bin 501 -> 0 bytes doc/esp/hhp/doc-0002.htn | Bin 519 -> 0 bytes doc/esp/hhp/doc-0003.htd | 67 ---- doc/esp/hhp/doc-0003.htm | 68 ---- doc/esp/hhp/doc-0004.htd | 67 ---- doc/esp/hhp/doc-0004.htm | 68 ---- doc/esp/hhp/doc-0007.htd | 43 --- doc/esp/hhp/doc-0007.htm | 44 --- doc/esp/hhp/doc-0008.htd | 285 ---------------- doc/esp/hhp/doc-0008.htm | 286 ---------------- doc/esp/hhp/doc-0009.htd | 39 --- doc/esp/hhp/doc-0009.htm | 40 --- doc/esp/hhp/doc-0011.htd | 70 ---- doc/esp/hhp/doc-0011.htm | 71 ---- doc/esp/hhp/doc-0012.htd | 84 ----- doc/esp/hhp/doc-0012.htm | 85 ----- doc/esp/hhp/doc-0013.htd | 42 --- doc/esp/hhp/doc-0013.htm | 43 --- doc/esp/hhp/environment.png | Bin 474727 -> 0 bytes doc/esp/hhp/fps.png | Bin 2384 -> 0 bytes doc/esp/hhp/general_options.png | Bin 41283 -> 0 bytes doc/esp/hhp/help.hhc | 43 --- doc/esp/hhp/help.hhk | 44 --- doc/esp/hhp/help.hhp | 29 -- doc/esp/hhp/help.wxh | Bin 13562 -> 0 bytes doc/esp/hhp/help.wxh.bak | Bin 13606 -> 0 bytes doc/esp/hhp/macros.db | Bin 69 -> 0 bytes doc/esp/hhp/macros.h | 8 - doc/esp/hhp/main_window.png | Bin 109387 -> 0 bytes doc/esp/hhp/motion_options.png | Bin 37864 -> 0 bytes doc/esp/hhp/task_bar_icon.png | Bin 667 -> 0 bytes doc/esp/hhp/wizard1.png | Bin 26966 -> 0 bytes doc/esp/hhp/wizard2.png | Bin 39713 -> 0 bytes doc/esp/hhp/wizard3.png | Bin 29745 -> 0 bytes doc/esp/hhp/wizard4.png | Bin 36752 -> 0 bytes doc/esp/hhp/wizard5.png | Bin 36080 -> 0 bytes doc/esp/hhp/wizard6.png | Bin 40540 -> 0 bytes doc/esp/hhp/wizard7.png | Bin 41972 -> 0 bytes doc/esp/hhp/wizard8.png | Bin 36285 -> 0 bytes doc/esp/hhp/wizard81.prv.jpg | Bin 3412 -> 0 bytes doc/esp/hhp/workspace_options.png | Bin 32856 -> 0 bytes doc/esp/hhp/workspace_options1.prv.jpg | Bin 2198 -> 0 bytes doc/esp/hhp/x_axis_calibration.png | Bin 8756 -> 0 bytes doc/esp/hhp/x_axis_calibration1.prv.jpg | Bin 2367 -> 0 bytes doc/esp/hhp/y_axis_calibration.png | Bin 8545 -> 0 bytes doc/esp/hhp/y_axis_calibration1.prv.jpg | Bin 2638 -> 0 bytes doc/esp/htm/calibration.htm | 42 --- doc/esp/htm/click.htm | 39 --- doc/esp/htm/click_bar.htm | 70 ---- doc/esp/htm/environment.htm | 67 ---- doc/esp/htm/intro.htm | 67 ---- doc/esp/htm/options.htm | 293 ---------------- doc/esp/htm/webcam.htm | 43 --- doc/esp/htm/wizard.htm | 84 ----- doc/esp/style/normal.css | 67 ---- doc/help/cat/advanced_options.png | Bin 0 -> 45612 bytes doc/help/cat/calibration.htm | 42 +++ doc/help/cat/click.htm | 39 +++ doc/help/cat/click_bar.htm | 70 ++++ doc/help/cat/click_bar.png | Bin 0 -> 14153 bytes doc/help/cat/click_bar_thin.png | Bin 0 -> 12729 bytes doc/help/cat/click_options.png | Bin 0 -> 68335 bytes doc/help/cat/confirm_calibration.png | Bin 0 -> 22624 bytes doc/help/cat/doc-0001.htn | Bin 0 -> 501 bytes doc/help/cat/doc-0002.htn | Bin 0 -> 519 bytes doc/help/cat/environment.htm | 67 ++++ doc/help/cat/environment.png | Bin 0 -> 485155 bytes doc/help/cat/fps.png | Bin 0 -> 2706 bytes doc/help/cat/general_options.png | Bin 0 -> 39963 bytes doc/help/cat/help.hhc | 43 +++ doc/help/cat/help.hhk | 12 + doc/help/cat/help.hhp | 29 ++ doc/help/cat/help.wxh | 543 ++++++++++++++++++++++++++++++ doc/help/cat/intro.htm | 67 ++++ doc/help/cat/main_window.png | Bin 0 -> 107526 bytes doc/help/cat/motion_options.png | Bin 0 -> 36819 bytes doc/help/cat/options.htm | 286 ++++++++++++++++ doc/help/cat/task_bar_icon.png | Bin 0 -> 667 bytes doc/help/cat/webcam.htm | 43 +++ doc/help/cat/wizard.htm | 84 +++++ doc/help/cat/wizard1.png | Bin 0 -> 27988 bytes doc/help/cat/wizard2.png | Bin 0 -> 39494 bytes doc/help/cat/wizard3.png | Bin 0 -> 30172 bytes doc/help/cat/wizard4.png | Bin 0 -> 36768 bytes doc/help/cat/wizard5.png | Bin 0 -> 35770 bytes doc/help/cat/wizard6.png | Bin 0 -> 39581 bytes doc/help/cat/wizard7.png | Bin 0 -> 40697 bytes doc/help/cat/wizard8.png | Bin 0 -> 36209 bytes doc/help/cat/workspace_options.png | Bin 0 -> 30886 bytes doc/help/cat/x_axis_calibration.png | Bin 0 -> 9356 bytes doc/help/cat/y_axis_calibration.png | Bin 0 -> 9556 bytes doc/help/eng/advanced_options.png | Bin 0 -> 44095 bytes doc/help/eng/calibration.htm | 44 +++ doc/help/eng/click.htm | 37 +++ doc/help/eng/click_bar.htm | 69 ++++ doc/help/eng/click_bar.png | Bin 0 -> 14153 bytes doc/help/eng/click_bar_thin.png | Bin 0 -> 11987 bytes doc/help/eng/click_options.png | Bin 0 -> 65536 bytes doc/help/eng/confirm_calibration.png | Bin 0 -> 17811 bytes doc/help/eng/doc-0001.htn | Bin 0 -> 501 bytes doc/help/eng/doc-0002.htn | Bin 0 -> 519 bytes doc/help/eng/environment.htm | 66 ++++ doc/help/eng/environment.png | Bin 0 -> 474353 bytes doc/help/eng/fps.png | Bin 0 -> 2250 bytes doc/help/eng/general_options.png | Bin 0 -> 40826 bytes doc/help/eng/help.hhc | 43 +++ doc/help/eng/help.hhk | 12 + doc/help/eng/help.hhp | 29 ++ doc/help/eng/help.wxh | 555 +++++++++++++++++++++++++++++++ doc/help/eng/intro.htm | 66 ++++ doc/help/eng/main_window.png | Bin 0 -> 108309 bytes doc/help/eng/motion_options.png | Bin 0 -> 35287 bytes doc/help/eng/options.htm | 304 +++++++++++++++++ doc/help/eng/task_bar_icon.png | Bin 0 -> 683 bytes doc/help/eng/webcam.htm | 42 +++ doc/help/eng/wizard.htm | 83 +++++ doc/help/eng/wizard1.png | Bin 0 -> 26949 bytes doc/help/eng/wizard2.png | Bin 0 -> 36483 bytes doc/help/eng/wizard3.png | Bin 0 -> 26581 bytes doc/help/eng/wizard4.png | Bin 0 -> 35373 bytes doc/help/eng/wizard5.png | Bin 0 -> 32645 bytes doc/help/eng/wizard6.png | Bin 0 -> 42280 bytes doc/help/eng/wizard7.png | Bin 0 -> 40058 bytes doc/help/eng/wizard8.png | Bin 0 -> 35485 bytes doc/help/eng/workspace_options.png | Bin 0 -> 30737 bytes doc/help/eng/x_axis_calibration.png | Bin 0 -> 8431 bytes doc/help/eng/y_axis_calibration.png | Bin 0 -> 8523 bytes doc/help/esp/advanced_options.png | Bin 0 -> 46582 bytes doc/help/esp/calibration.htm | 43 +++ doc/help/esp/click.htm | 40 +++ doc/help/esp/click_bar.htm | 71 ++++ doc/help/esp/click_bar.png | Bin 0 -> 14153 bytes doc/help/esp/click_bar_thin.png | Bin 0 -> 13145 bytes doc/help/esp/click_options.png | Bin 0 -> 69377 bytes doc/help/esp/confirm_calibration.png | Bin 0 -> 22015 bytes doc/help/esp/doc-0001.htn | Bin 0 -> 501 bytes doc/help/esp/doc-0002.htn | Bin 0 -> 519 bytes doc/help/esp/environment.htm | 68 ++++ doc/help/esp/environment.png | Bin 0 -> 474727 bytes doc/help/esp/fps.png | Bin 0 -> 2384 bytes doc/help/esp/general_options.png | Bin 0 -> 41283 bytes doc/help/esp/help.hhc | 43 +++ doc/help/esp/help.hhk | 12 + doc/help/esp/help.hhp | 29 ++ doc/help/esp/help.wxh | 543 ++++++++++++++++++++++++++++++ doc/help/esp/intro.htm | 67 ++++ doc/help/esp/macros.db | Bin 0 -> 69 bytes doc/help/esp/macros.h | 8 + doc/help/esp/main_window.png | Bin 0 -> 109387 bytes doc/help/esp/motion_options.png | Bin 0 -> 37864 bytes doc/help/esp/options.htm | 285 ++++++++++++++++ doc/help/esp/task_bar_icon.png | Bin 0 -> 667 bytes doc/help/esp/webcam.htm | 43 +++ doc/help/esp/wizard.htm | 84 +++++ doc/help/esp/wizard1.png | Bin 0 -> 26966 bytes doc/help/esp/wizard2.png | Bin 0 -> 39713 bytes doc/help/esp/wizard3.png | Bin 0 -> 29745 bytes doc/help/esp/wizard4.png | Bin 0 -> 36752 bytes doc/help/esp/wizard5.png | Bin 0 -> 36080 bytes doc/help/esp/wizard6.png | Bin 0 -> 40540 bytes doc/help/esp/wizard7.png | Bin 0 -> 41972 bytes doc/help/esp/wizard8.png | Bin 0 -> 36285 bytes doc/help/esp/workspace_options.png | Bin 0 -> 32856 bytes doc/help/esp/x_axis_calibration.png | Bin 0 -> 8756 bytes doc/help/esp/y_axis_calibration.png | Bin 0 -> 8545 bytes doc/help/normal.css | 67 ++++ doc/hhp | 67 ++++ doc/scorm/eviacam-scorm-ca.zip | Bin 0 -> 1169101 bytes doc/scorm/eviacam-scorm-en.zip | Bin 0 -> 1135027 bytes doc/scorm/eviacam-scorm-es.zip | Bin 0 -> 1165850 bytes 290 files changed, 4145 insertions(+), 6985 deletions(-) commit 1de9816d9dd5204714a77d5105f7a5feb5e761c3 Author: Cesar Mauri Date: Sun Nov 14 05:16:44 2010 +0100 Updated Windows install process to include the documentation eviacam.kdevelop | 2 +- po/ar.gmo | Bin 10572 -> 10572 bytes po/ar.po | 284 ++++++++++++++++++++++++------------------------ po/ast.gmo | Bin 9765 -> 9765 bytes po/ast.po | 284 ++++++++++++++++++++++++------------------------ po/ca.gmo | Bin 20530 -> 20530 bytes po/ca.po | 284 ++++++++++++++++++++++++------------------------ po/de.gmo | Bin 11154 -> 11154 bytes po/de.po | 284 ++++++++++++++++++++++++------------------------ po/es.gmo | Bin 20772 -> 20772 bytes po/es.po | 284 ++++++++++++++++++++++++------------------------ po/eviacam.pot | 284 ++++++++++++++++++++++++------------------------ po/fr.gmo | Bin 11387 -> 11387 bytes po/fr.po | 284 ++++++++++++++++++++++++------------------------ po/gl.gmo | Bin 11198 -> 11198 bytes po/gl.po | 284 ++++++++++++++++++++++++------------------------ po/it.gmo | Bin 11289 -> 11289 bytes po/it.po | 284 ++++++++++++++++++++++++------------------------ po/oc.gmo | Bin 9389 -> 9389 bytes po/oc.po | 284 ++++++++++++++++++++++++------------------------ po/tr.gmo | Bin 11430 -> 11430 bytes po/tr.po | 284 ++++++++++++++++++++++++------------------------ src/wviacam.cpp | 2 + win32/installer.iss.in | 4 +- 24 files changed, 1568 insertions(+), 1564 deletions(-) commit febb2150039b43bafd8141c1d855d191469a9238 Author: Cesar Mauri Date: Sun Nov 14 04:09:20 2010 +0100 Fixed windows build creavision/crvcamera.h | 6 +- ltmain.sh |13207 ++++++++---------- src/activationkey.cpp | 2 + src/ckeyboardcontrol.cpp | 2 + src/ckeyboardcontrol.h | 2 +- src/cvisualalert.cpp | 6 + src/eviacam.vcproj | 24 + src/gui.pjd |33252 +++++++++++++++++++++++----------------------- src/mouseoutput.cpp | 6 +- src/mouseoutput.h | 3 +- src/wconfiguration.cpp | 3432 ++--- src/wconfiguration.h | 823 +- src/wwizard.cpp | 14 +- wxutil/mousecontrol.cpp | 5 +- 14 files changed, 24714 insertions(+), 26070 deletions(-) commit edf006a60a62160c935c5300c67b66e90ba4699a Author: cesar Date: Sun Nov 14 01:44:15 2010 +0100 Added missing file config.h.in | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) commit 825d3d5e2dd20098f94403eecc6ee6e2bc5b88ef Author: cesar Date: Sun Nov 14 01:33:35 2010 +0100 More doc cleanup doc/Makefile.am | 2 +- doc/cat/hhp/help.htb | Bin 1148464 -> 0 bytes doc/eng/hhp/advanced_options.prv.jpg | Bin 2542 -> 0 bytes doc/eng/hhp/help.htb | Bin 944121 -> 0 bytes doc/esp/hhp/advanced_options1.prv.jpg | Bin 2679 -> 0 bytes doc/esp/hhp/click_bar1.prv.jpg | Bin 902 -> 0 bytes doc/esp/hhp/click_bar_thin1.prv.jpg | Bin 918 -> 0 bytes doc/esp/hhp/click_options1.prv.jpg | Bin 3021 -> 0 bytes doc/esp/hhp/confirm_calibration1.prv.jpg | Bin 2619 -> 0 bytes doc/esp/hhp/environment1.prv.jpg | Bin 2523 -> 0 bytes doc/esp/hhp/fps1.prv.jpg | Bin 996 -> 0 bytes doc/esp/hhp/general_options1.prv.jpg | Bin 2052 -> 0 bytes doc/esp/hhp/help.htb | Bin 962075 -> 0 bytes doc/esp/hhp/main_window1.prv.jpg | Bin 3035 -> 0 bytes doc/esp/hhp/motion_options1.prv.jpg | Bin 2064 -> 0 bytes doc/esp/hhp/task_bar_icon1.prv.jpg | Bin 904 -> 0 bytes doc/esp/hhp/wizard11.prv.jpg | Bin 2587 -> 0 bytes doc/esp/hhp/wizard21.prv.jpg | Bin 3595 -> 0 bytes doc/esp/hhp/wizard31.prv.jpg | Bin 3215 -> 0 bytes doc/esp/hhp/wizard41.prv.jpg | Bin 3579 -> 0 bytes doc/esp/hhp/wizard51.prv.jpg | Bin 3200 -> 0 bytes doc/esp/hhp/wizard61.prv.jpg | Bin 4252 -> 0 bytes doc/esp/hhp/wizard71.prv.jpg | Bin 3826 -> 0 bytes doc/readme.txt | 4 ++++ 24 files changed, 5 insertions(+), 1 deletion(-) commit fa6fcbdcd0fb955324950d84d797bb5e52164bf2 Author: cesar Date: Sat Nov 13 03:57:44 2010 +0100 Fixed help file display in release mode & po updates doc/Makefile.am | 9 +- po/ar.gmo | Bin 10726 -> 10572 bytes po/ar.po | 389 +++++++++++++++++++------------------ po/ast.gmo | Bin 9930 -> 9765 bytes po/ast.po | 389 +++++++++++++++++++------------------ po/ca.gmo | Bin 20688 -> 20530 bytes po/ca.po | 570 +++++++++++++++++++++++++++--------------------------- po/de.gmo | Bin 11275 -> 11154 bytes po/de.po | 385 ++++++++++++++++++------------------- po/es.gmo | Bin 20932 -> 20772 bytes po/es.po | 577 ++++++++++++++++++++++++++++--------------------------- po/eviacam.pot | 380 ++++++++++++++++++------------------ po/fr.gmo | Bin 11546 -> 11387 bytes po/fr.po | 389 +++++++++++++++++++------------------ po/gl.gmo | Bin 11353 -> 11198 bytes po/gl.po | 389 +++++++++++++++++++------------------ po/it.gmo | Bin 11441 -> 11289 bytes po/it.po | 389 +++++++++++++++++++------------------ po/oc.gmo | Bin 9546 -> 9389 bytes po/oc.po | 389 +++++++++++++++++++------------------ po/tr.gmo | Bin 11599 -> 11430 bytes po/tr.po | 389 +++++++++++++++++++------------------ src/wviacam.cpp | 15 +- 23 files changed, 2336 insertions(+), 2323 deletions(-) commit e04142f022c6418c59866222f3589d53450c9404 Author: cesar Date: Sat Nov 13 01:29:59 2010 +0100 Doc cleanup doc/cat/htm/calibration.htm~ | 42 ------ doc/cat/htm/click.htm~ | 39 ------ doc/cat/htm/click_bar.htm~ | 70 ---------- doc/cat/htm/environment.htm~ | 67 ---------- doc/cat/htm/intro.htm~ | 67 ---------- doc/cat/htm/options.htm~ | 286 ----------------------------------------- doc/cat/htm/webcam.htm~ | 43 ------- doc/cat/htm/wizard.htm~ | 84 ------------ doc/esp/htm/calibration.htm~ | 42 ------ doc/esp/htm/click_bar.htm~ | 70 ---------- doc/esp/htm/environment.htm~ | 67 ---------- doc/esp/htm/options.htm~ | 293 ------------------------------------------ doc/esp/htm/webcam.htm~ | 43 ------- doc/esp/htm/wizard.htm~ | 84 ------------ 14 files changed, 1297 deletions(-) commit 3a5821031c34d122bd87c32c4b5fbb5d42be04cc Author: cesar Date: Fri Nov 12 21:17:37 2010 +0100 Solved several issues related with click type selection and calibration - Moved click selection confirmations to mouseoutput - Wizard asks for confirmation before changing click mode and doesn't modify click method in the last screen - Corrected click selection logic in configuration dialogue - Clicking disabled during calibration - Default dwell time set to 1 second src/cmotioncalibration.cpp | 79 ++++++++++++++-------------- src/cmotioncalibration.h | 36 ++++++------- src/gui.pjd | 1 - src/mouseoutput.cpp | 21 +++++++- src/mouseoutput.h | 2 +- src/wconfiguration.cpp | 122 ++++++++++++++++++-------------------------- src/wconfiguration.h | 8 +-- src/wwizard.cpp | 95 ++++++++++++++-------------------- src/wwizard.h | 36 ++----------- 9 files changed, 174 insertions(+), 226 deletions(-) commit 24c83e495dbbaa2dd89c0464d3aa68c1fd0a94cf Author: cesar Date: Fri Nov 12 18:02:09 2010 +0100 Disabled consecutive clicks mode for gesture click and set more reasonable dwell time src/mouseoutput.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) commit 3daca002183d576b2e7619bf505d8af16aa205ea Merge: 2a43846 602d34e Author: cesar Date: Fri Nov 12 17:52:50 2010 +0100 Merge branch 'master' of cesar@192.168.1.4:/crea/repo/eviacam commit 2a4384648021b7ffdae1b5a6e0cc8ebaa31a9840 Author: cesar Date: Fri Nov 12 17:51:45 2010 +0100 Wizard. Now the wizard only opens once src/Makefile.am | 4 ++-- src/viacamcontroller.cpp | 16 ++++----------- src/viacamcontroller.h | 18 ++++------------- src/wwizard.cpp | 25 ++++++++++++++--------- src/wwizard.h | 21 +++++++++++++++++--- src/wwizardmanager.cpp | 49 ++++++++++++++++++++++++++++++++++++++++++++++ src/wwizardmanager.h | 47 ++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 140 insertions(+), 40 deletions(-) commit 602d34e63932ab08488169aeac7fc525ba2b27e6 Author: Jordi Alsina Date: Fri Nov 12 17:18:48 2010 +0100 Help contents. Added english, spanish and catalan SCORM packages. doc/cat/eViacam.zip | Bin 0 -> 1169101 bytes doc/eng/eViacam.zip | Bin 0 -> 1135027 bytes doc/esp/eViacam.zip | Bin 0 -> 1165850 bytes 3 files changed, 0 insertions(+), 0 deletions(-) commit 76f57f0c84f1c31826971fd87ae3336e1ba762f4 Author: Jordi Alsina Date: Fri Nov 12 17:15:44 2010 +0100 Help contents. Catalan version. (htm and hhp modes). doc/cat/hhp/advanced_options.png | Bin 0 -> 45612 bytes doc/cat/hhp/click_bar.png | Bin 0 -> 14153 bytes doc/cat/hhp/click_bar_thin.png | Bin 0 -> 12729 bytes doc/cat/hhp/click_options.png | Bin 0 -> 68335 bytes doc/cat/hhp/confirm_calibration.png | Bin 0 -> 22624 bytes doc/cat/hhp/doc-0001.htn | Bin 0 -> 501 bytes doc/cat/hhp/doc-0002.htn | Bin 0 -> 519 bytes doc/cat/hhp/doc-0003.htd | 67 ++++++++ doc/cat/hhp/doc-0003.htm | 68 +++++++++ doc/cat/hhp/doc-0004.htd | 67 ++++++++ doc/cat/hhp/doc-0004.htm | 68 +++++++++ doc/cat/hhp/doc-0007.htd | 43 ++++++ doc/cat/hhp/doc-0007.htm | 44 ++++++ doc/cat/hhp/doc-0008.htd | 286 ++++++++++++++++++++++++++++++++++ doc/cat/hhp/doc-0008.htm | 287 +++++++++++++++++++++++++++++++++++ doc/cat/hhp/doc-0009.htd | 39 +++++ doc/cat/hhp/doc-0009.htm | 40 +++++ doc/cat/hhp/doc-0011.htd | 70 +++++++++ doc/cat/hhp/doc-0011.htm | 71 +++++++++ doc/cat/hhp/doc-0012.htd | 84 ++++++++++ doc/cat/hhp/doc-0012.htm | 85 +++++++++++ doc/cat/hhp/doc-0013.htd | 42 +++++ doc/cat/hhp/doc-0013.htm | 43 ++++++ doc/cat/hhp/environment.png | Bin 0 -> 485155 bytes doc/cat/hhp/fps.png | Bin 0 -> 2706 bytes doc/cat/hhp/general_options.png | Bin 0 -> 39963 bytes doc/cat/hhp/help.hhc | 43 ++++++ doc/cat/hhp/help.hhk | 44 ++++++ doc/cat/hhp/help.hhp | 29 ++++ doc/cat/hhp/help.htb | Bin 0 -> 1148464 bytes doc/cat/hhp/help.wxh | Bin 0 -> 13551 bytes doc/cat/hhp/help.wxh.bak | Bin 0 -> 6743 bytes doc/cat/hhp/macros.db | Bin 0 -> 69 bytes doc/cat/hhp/macros.h | 8 + doc/cat/hhp/main_window.png | Bin 0 -> 107526 bytes doc/cat/hhp/motion_options.png | Bin 0 -> 36819 bytes doc/cat/hhp/task_bar_icon.png | Bin 0 -> 667 bytes doc/cat/hhp/wizard1.png | Bin 0 -> 27988 bytes doc/cat/hhp/wizard2.png | Bin 0 -> 39494 bytes doc/cat/hhp/wizard3.png | Bin 0 -> 30172 bytes doc/cat/hhp/wizard4.png | Bin 0 -> 36768 bytes doc/cat/hhp/wizard5.png | Bin 0 -> 35770 bytes doc/cat/hhp/wizard6.png | Bin 0 -> 39581 bytes doc/cat/hhp/wizard7.png | Bin 0 -> 40697 bytes doc/cat/hhp/wizard8.png | Bin 0 -> 36209 bytes doc/cat/hhp/workspace_options.png | Bin 0 -> 30886 bytes doc/cat/hhp/x_axis_calibration.png | Bin 0 -> 9356 bytes doc/cat/hhp/y_axis_calibration.png | Bin 0 -> 9556 bytes doc/cat/htm/calibration.htm | 42 +++++ doc/cat/htm/calibration.htm~ | 42 +++++ doc/cat/htm/click.htm | 39 +++++ doc/cat/htm/click.htm~ | 39 +++++ doc/cat/htm/click_bar.htm | 70 +++++++++ doc/cat/htm/click_bar.htm~ | 70 +++++++++ doc/cat/htm/environment.htm | 67 ++++++++ doc/cat/htm/environment.htm~ | 67 ++++++++ doc/cat/htm/intro.htm | 67 ++++++++ doc/cat/htm/intro.htm~ | 67 ++++++++ doc/cat/htm/options.htm | 286 ++++++++++++++++++++++++++++++++++ doc/cat/htm/options.htm~ | 286 ++++++++++++++++++++++++++++++++++ doc/cat/htm/webcam.htm | 43 ++++++ doc/cat/htm/webcam.htm~ | 43 ++++++ doc/cat/htm/wizard.htm | 84 ++++++++++ doc/cat/htm/wizard.htm~ | 84 ++++++++++ doc/cat/style/normal.css | 67 ++++++++ 65 files changed, 2991 insertions(+) commit 0fee6d4b5ee229015fc792cd8293388077f291b1 Author: Jordi Alsina Date: Fri Nov 12 17:13:31 2010 +0100 Modified two images of the documentation. The main window image appears with a user's face. doc/eng/hhp/environment.png | Bin 386348 -> 474353 bytes doc/eng/hhp/main_window.png | Bin 14309 -> 108309 bytes doc/esp/hhp/environment.png | Bin 387463 -> 474727 bytes doc/esp/hhp/main_window.png | Bin 15005 -> 109387 bytes 4 files changed, 0 insertions(+), 0 deletions(-) commit 559a7b25bd66df11717fc248d24dcb2979490462 Author: cesar Date: Fri Nov 12 14:33:25 2010 +0100 Translations. Updated 1 missing string for catalan & spanish po/ar.gmo | Bin 10726 -> 10726 bytes po/ar.po | 150 +++++++++++----------- po/ast.gmo | Bin 9930 -> 9930 bytes po/ast.po | 150 +++++++++++----------- po/ca.gmo | Bin 20660 -> 20688 bytes po/ca.po | 375 +++++++++++++++++++++++++++--------------------------- po/de.gmo | Bin 11275 -> 11275 bytes po/de.po | 150 +++++++++++----------- po/es.gmo | Bin 20904 -> 20932 bytes po/es.po | 382 ++++++++++++++++++++++++++++---------------------------- po/eviacam.pot | 150 +++++++++++----------- po/fr.gmo | Bin 11546 -> 11546 bytes po/fr.po | 150 +++++++++++----------- po/gl.gmo | Bin 11353 -> 11353 bytes po/gl.po | 150 +++++++++++----------- po/it.gmo | Bin 11441 -> 11441 bytes po/it.po | 150 +++++++++++----------- po/oc.gmo | Bin 9546 -> 9546 bytes po/oc.po | 150 +++++++++++----------- po/tr.gmo | Bin 11599 -> 11599 bytes po/tr.po | 150 +++++++++++----------- 21 files changed, 1067 insertions(+), 1040 deletions(-) commit f3accd09110b4e6280659909878564e9bb34c8b9 Author: cesar Date: Fri Nov 12 14:28:35 2010 +0100 Wizard. Fixed behaviour of the button to test clicks. src/gui.pjd | 17 ++---- src/wwizard.cpp | 176 +++++++++++++++++++++---------------------------------- src/wwizard.h | 9 +-- 3 files changed, 75 insertions(+), 127 deletions(-) commit 687b112635480d0be284dd9e939498e0d071d019 Author: Jordi Alsina Date: Thu Nov 11 16:34:01 2010 +0100 Help contents according to the selected language. src/gui.pjd | 2 +- src/viacamcontroller.h | 7 +++++++ src/wviacam.cpp | 29 +++++++++++++++-------------- src/wviacam.h | 5 +---- 4 files changed, 24 insertions(+), 19 deletions(-) commit db7dbeab358eb1a8fc9c5eb389b40ab47ff3a226 Author: Jordi Alsina Date: Thu Nov 11 12:07:20 2010 +0100 Help contents. Spanish version. (htm and hhp modes). doc/esp/hhp/advanced_options.png | Bin 0 -> 46582 bytes doc/esp/hhp/advanced_options1.prv.jpg | Bin 0 -> 2679 bytes doc/esp/hhp/click_bar.png | Bin 0 -> 14153 bytes doc/esp/hhp/click_bar1.prv.jpg | Bin 0 -> 902 bytes doc/esp/hhp/click_bar_thin.png | Bin 0 -> 13145 bytes doc/esp/hhp/click_bar_thin1.prv.jpg | Bin 0 -> 918 bytes doc/esp/hhp/click_options.png | Bin 0 -> 69377 bytes doc/esp/hhp/click_options1.prv.jpg | Bin 0 -> 3021 bytes doc/esp/hhp/confirm_calibration.png | Bin 0 -> 22015 bytes doc/esp/hhp/confirm_calibration1.prv.jpg | Bin 0 -> 2619 bytes doc/esp/hhp/doc-0001.htn | Bin 0 -> 501 bytes doc/esp/hhp/doc-0002.htn | Bin 0 -> 519 bytes doc/esp/hhp/doc-0003.htd | 67 +++++++ doc/esp/hhp/doc-0003.htm | 68 +++++++ doc/esp/hhp/doc-0004.htd | 67 +++++++ doc/esp/hhp/doc-0004.htm | 68 +++++++ doc/esp/hhp/doc-0007.htd | 43 +++++ doc/esp/hhp/doc-0007.htm | 44 +++++ doc/esp/hhp/doc-0008.htd | 285 +++++++++++++++++++++++++++++ doc/esp/hhp/doc-0008.htm | 286 +++++++++++++++++++++++++++++ doc/esp/hhp/doc-0009.htd | 39 ++++ doc/esp/hhp/doc-0009.htm | 40 ++++ doc/esp/hhp/doc-0011.htd | 70 +++++++ doc/esp/hhp/doc-0011.htm | 71 ++++++++ doc/esp/hhp/doc-0012.htd | 84 +++++++++ doc/esp/hhp/doc-0012.htm | 85 +++++++++ doc/esp/hhp/doc-0013.htd | 42 +++++ doc/esp/hhp/doc-0013.htm | 43 +++++ doc/esp/hhp/environment.png | Bin 0 -> 387463 bytes doc/esp/hhp/environment1.prv.jpg | Bin 0 -> 2523 bytes doc/esp/hhp/fps.png | Bin 0 -> 2384 bytes doc/esp/hhp/fps1.prv.jpg | Bin 0 -> 996 bytes doc/esp/hhp/general_options.png | Bin 0 -> 41283 bytes doc/esp/hhp/general_options1.prv.jpg | Bin 0 -> 2052 bytes doc/esp/hhp/help.hhc | 43 +++++ doc/esp/hhp/help.hhk | 44 +++++ doc/esp/hhp/help.hhp | 29 +++ doc/esp/hhp/help.htb | Bin 0 -> 962075 bytes doc/esp/hhp/help.wxh | Bin 0 -> 13562 bytes doc/esp/hhp/help.wxh.bak | Bin 0 -> 13606 bytes doc/esp/hhp/macros.db | Bin 0 -> 69 bytes doc/esp/hhp/macros.h | 8 + doc/esp/hhp/main_window.png | Bin 0 -> 15005 bytes doc/esp/hhp/main_window1.prv.jpg | Bin 0 -> 3035 bytes doc/esp/hhp/motion_options.png | Bin 0 -> 37864 bytes doc/esp/hhp/motion_options1.prv.jpg | Bin 0 -> 2064 bytes doc/esp/hhp/task_bar_icon.png | Bin 0 -> 667 bytes doc/esp/hhp/task_bar_icon1.prv.jpg | Bin 0 -> 904 bytes doc/esp/hhp/wizard1.png | Bin 0 -> 26966 bytes doc/esp/hhp/wizard11.prv.jpg | Bin 0 -> 2587 bytes doc/esp/hhp/wizard2.png | Bin 0 -> 39713 bytes doc/esp/hhp/wizard21.prv.jpg | Bin 0 -> 3595 bytes doc/esp/hhp/wizard3.png | Bin 0 -> 29745 bytes doc/esp/hhp/wizard31.prv.jpg | Bin 0 -> 3215 bytes doc/esp/hhp/wizard4.png | Bin 0 -> 36752 bytes doc/esp/hhp/wizard41.prv.jpg | Bin 0 -> 3579 bytes doc/esp/hhp/wizard5.png | Bin 0 -> 36080 bytes doc/esp/hhp/wizard51.prv.jpg | Bin 0 -> 3200 bytes doc/esp/hhp/wizard6.png | Bin 0 -> 40540 bytes doc/esp/hhp/wizard61.prv.jpg | Bin 0 -> 4252 bytes doc/esp/hhp/wizard7.png | Bin 0 -> 41972 bytes doc/esp/hhp/wizard71.prv.jpg | Bin 0 -> 3826 bytes doc/esp/hhp/wizard8.png | Bin 0 -> 36285 bytes doc/esp/hhp/wizard81.prv.jpg | Bin 0 -> 3412 bytes doc/esp/hhp/workspace_options.png | Bin 0 -> 32856 bytes doc/esp/hhp/workspace_options1.prv.jpg | Bin 0 -> 2198 bytes doc/esp/hhp/x_axis_calibration.png | Bin 0 -> 8756 bytes doc/esp/hhp/x_axis_calibration1.prv.jpg | Bin 0 -> 2367 bytes doc/esp/hhp/y_axis_calibration.png | Bin 0 -> 8545 bytes doc/esp/hhp/y_axis_calibration1.prv.jpg | Bin 0 -> 2638 bytes doc/esp/htm/calibration.htm | 42 +++++ doc/esp/htm/calibration.htm~ | 42 +++++ doc/esp/htm/click.htm | 39 ++++ doc/esp/htm/click_bar.htm | 70 +++++++ doc/esp/htm/click_bar.htm~ | 70 +++++++ doc/esp/htm/environment.htm | 67 +++++++ doc/esp/htm/environment.htm~ | 67 +++++++ doc/esp/htm/intro.htm | 67 +++++++ doc/esp/htm/options.htm | 293 ++++++++++++++++++++++++++++++ doc/esp/htm/options.htm~ | 293 ++++++++++++++++++++++++++++++ doc/esp/htm/webcam.htm | 43 +++++ doc/esp/htm/webcam.htm~ | 43 +++++ doc/esp/htm/wizard.htm | 84 +++++++++ doc/esp/htm/wizard.htm~ | 84 +++++++++ doc/esp/style/normal.css | 67 +++++++ 85 files changed, 2897 insertions(+) commit 4c04457f910c9185ec449d437c7b20c3f722b727 Author: Jordi Alsina Date: Thu Nov 11 11:04:01 2010 +0100 Added css file for htm help contents (english version). doc/eng/style/normal.css | 67 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) commit 461e1b09a81434f29da4f60e0e024f10db9b0975 Author: Jordi Alsina Date: Thu Nov 11 10:59:34 2010 +0100 Fixed images path in help contents (english htm mode) doc/eng/htm/calibration.htm | 6 +++--- doc/eng/htm/click_bar.htm | 2 +- doc/eng/htm/environment.htm | 8 ++++---- doc/eng/htm/options.htm | 14 +++++++------- doc/eng/htm/webcam.htm | 2 +- doc/eng/htm/wizard.htm | 16 ++++++++-------- 6 files changed, 24 insertions(+), 24 deletions(-) commit 4cda2510536c5aee9f60d68796b12c48362f56bd Author: Jordi Alsina Date: Thu Nov 11 10:47:22 2010 +0100 Help contents. English version. (htm and hhp modes) doc/eng/calibration.htm | 44 ----- doc/eng/click.htm | 37 ---- doc/eng/click_bar.htm | 57 ------ doc/eng/general_options.htm | 68 -------- doc/eng/hhp/advanced_options.png | Bin 0 -> 44095 bytes doc/eng/hhp/advanced_options.prv.jpg | Bin 0 -> 2542 bytes doc/eng/hhp/click_bar.png | Bin 0 -> 14153 bytes doc/eng/hhp/click_bar_thin.png | Bin 0 -> 11987 bytes doc/eng/hhp/click_options.png | Bin 0 -> 65536 bytes doc/eng/hhp/confirm_calibration.png | Bin 0 -> 17811 bytes doc/eng/hhp/doc-0001.htn | Bin 0 -> 501 bytes doc/eng/hhp/doc-0002.htn | Bin 0 -> 519 bytes doc/eng/hhp/doc-0003.htd | 68 ++++++++ doc/eng/hhp/doc-0003.htm | 69 ++++++++ doc/eng/hhp/doc-0004.htd | 68 ++++++++ doc/eng/hhp/doc-0004.htm | 69 ++++++++ doc/eng/hhp/doc-0007.htd | 44 +++++ doc/eng/hhp/doc-0007.htm | 45 +++++ doc/eng/hhp/doc-0008.htd | 307 ++++++++++++++++++++++++++++++++ doc/eng/hhp/doc-0008.htm | 308 +++++++++++++++++++++++++++++++++ doc/eng/hhp/doc-0009.htd | 39 +++++ doc/eng/hhp/doc-0009.htm | 40 +++++ doc/eng/hhp/doc-0011.htd | 71 ++++++++ doc/eng/hhp/doc-0011.htm | 72 ++++++++ doc/eng/hhp/doc-0012.htd | 85 +++++++++ doc/eng/hhp/doc-0012.htm | 86 +++++++++ doc/eng/hhp/doc-0013.htd | 46 +++++ doc/eng/hhp/doc-0013.htm | 47 +++++ doc/eng/hhp/environment.png | Bin 0 -> 386348 bytes doc/eng/hhp/eviacam_doc.hhk | 20 +++ doc/eng/hhp/fps.png | Bin 0 -> 2250 bytes doc/eng/hhp/general_options.png | Bin 0 -> 40826 bytes doc/eng/hhp/help.hhc | 43 +++++ doc/eng/hhp/help.hhk | 44 +++++ doc/eng/hhp/help.hhp | 29 ++++ doc/eng/hhp/help.htb | Bin 0 -> 944121 bytes doc/eng/hhp/help.wxh | Bin 0 -> 13832 bytes doc/eng/hhp/macros.db | Bin 0 -> 69 bytes doc/eng/hhp/macros.h | 8 + doc/eng/hhp/main_window.png | Bin 0 -> 14309 bytes doc/eng/hhp/motion_options.png | Bin 0 -> 35287 bytes doc/eng/hhp/task_bar_icon.png | Bin 0 -> 683 bytes doc/eng/hhp/wizard1.png | Bin 0 -> 26949 bytes doc/eng/hhp/wizard2.png | Bin 0 -> 36483 bytes doc/eng/hhp/wizard3.png | Bin 0 -> 26581 bytes doc/eng/hhp/wizard4.png | Bin 0 -> 35373 bytes doc/eng/hhp/wizard5.png | Bin 0 -> 32645 bytes doc/eng/hhp/wizard6.png | Bin 0 -> 42280 bytes doc/eng/hhp/wizard7.png | Bin 0 -> 40058 bytes doc/eng/hhp/wizard8.png | Bin 0 -> 35485 bytes doc/eng/hhp/workspace_options.png | Bin 0 -> 30737 bytes doc/eng/hhp/x_axis_calibration.png | Bin 0 -> 8431 bytes doc/eng/hhp/y_axis_calibration.png | Bin 0 -> 8523 bytes doc/eng/htm/calibration.htm | 45 +++++ doc/eng/htm/click.htm | 38 ++++ doc/eng/htm/click_bar.htm | 70 ++++++++ doc/eng/htm/environment.htm | 67 +++++++ doc/eng/htm/intro.htm | 67 +++++++ doc/eng/htm/options.htm | 305 ++++++++++++++++++++++++++++++++ doc/eng/htm/webcam.htm | 43 +++++ doc/eng/htm/wizard.htm | 84 +++++++++ doc/eng/profile_options_advanced.htm | 55 ------ doc/eng/profile_options_click.htm | 127 -------------- doc/eng/profile_options_motion.htm | 58 ------- doc/eng/profile_options_workspace.htm | 39 ----- doc/eng/wizard.htm | 76 -------- po/ar.gmo | Bin 10726 -> 10726 bytes po/ar.po | 96 +++++----- po/ast.gmo | Bin 9930 -> 9930 bytes po/ast.po | 96 +++++----- po/ca.gmo | Bin 20660 -> 20660 bytes po/ca.po | 96 +++++----- po/de.gmo | Bin 11275 -> 11275 bytes po/de.po | 96 +++++----- po/es.gmo | Bin 20904 -> 20904 bytes po/es.po | 96 +++++----- po/eviacam.pot | 96 +++++----- po/fr.gmo | Bin 11546 -> 11546 bytes po/fr.po | 96 +++++----- po/gl.gmo | Bin 11353 -> 11353 bytes po/gl.po | 96 +++++----- po/it.gmo | Bin 11441 -> 11441 bytes po/it.po | 96 +++++----- po/oc.gmo | Bin 9546 -> 9546 bytes po/oc.po | 96 +++++----- po/tr.gmo | Bin 11599 -> 11599 bytes po/tr.po | 96 +++++----- src/gui.pjd | 33 ++++ src/wviacam.cpp | 27 ++- src/wviacam.h | 3 + 90 files changed, 2936 insertions(+), 1071 deletions(-) commit d52f1f0ec212c73055877c8d1da0c4cc61439885 Author: cesar Date: Wed Nov 10 00:18:41 2010 +0100 Fixed confirmcalibration buttun messages src/gui.pjd | 13 ++++---- src/wconfirmcalibration.cpp | 22 ++++++------- src/wviacam.h | 2 +- src/wwizard.cpp | 74 ++++++++++++++++++++++++++++++++----------- src/wwizard.h | 14 +++++--- 5 files changed, 83 insertions(+), 42 deletions(-) commit 2d66f150542167e67eae93c425c8583fd4cfea93 Author: cesar Date: Tue Nov 9 21:57:53 2010 +0100 Updated message catalog, added wxi18n and catalan and spanish translations po/POTFILES.in | 12 + po/ar.gmo | Bin 11441 -> 10726 bytes po/ar.po | 756 +++++++++++++++++++++++++++++++----------- po/ast.gmo | Bin 10370 -> 9930 bytes po/ast.po | 777 +++++++++++++++++++++++++++++++------------ po/ca.gmo | Bin 11938 -> 20660 bytes po/ca.po | 811 +++++++++++++++++++++++++++++++++------------ po/de.gmo | Bin 11924 -> 11275 bytes po/de.po | 773 +++++++++++++++++++++++++++++++------------ po/es.gmo | Bin 12034 -> 20904 bytes po/es.po | 814 ++++++++++++++++++++++++++++++++++------------ po/eviacam.pot | 683 ++++++++++++++++++++++++++++---------- po/fr.gmo | Bin 12240 -> 11546 bytes po/fr.po | 773 +++++++++++++++++++++++++++++++------------ po/gl.gmo | Bin 11984 -> 11353 bytes po/gl.po | 775 +++++++++++++++++++++++++++++++------------ po/it.gmo | Bin 12102 -> 11441 bytes po/it.po | 775 +++++++++++++++++++++++++++++++------------ po/oc.gmo | Bin 10009 -> 9546 bytes po/oc.po | 777 +++++++++++++++++++++++++++++++------------ po/tr.gmo | Bin 12263 -> 11599 bytes po/tr.po | 775 +++++++++++++++++++++++++++++++------------ src/viacamcontroller.cpp | 1 + 23 files changed, 6272 insertions(+), 2230 deletions(-) commit 211e9da63458f03177f651bf2b70865670c7bf0b Author: cesar Date: Tue Nov 9 21:57:15 2010 +0100 Fixed minor issues in configuration and wizard UI src/gui.pjd | 836 ++++++++++++++++++++++-------------------------- src/wconfiguration.cpp | 322 +++++++++---------- src/wwizard.cpp | 2 +- 3 files changed, 546 insertions(+), 614 deletions(-) commit 53d37ac2742e53f1d9c6f1ccdfb9a0e9d486b22a Author: cesar Date: Tue Nov 9 13:25:32 2010 +0100 Fixed build in release mode and debian package generation creavision/crvcamera_v4l2.cpp | 6 ++++-- src/Makefile.am | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) commit 7dd5e979b8a7ffd52c6a3f539cb8ed975e8e1d62 Author: cesar Date: Tue Nov 9 13:13:45 2010 +0100 Changed version number to 1.4 configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 396db9dca7da9fbe9df9d812c30220daddafa2d2 Author: cesar Date: Tue Nov 9 13:13:23 2010 +0100 Removed intermediate files from git debian/changelog | 5 --- rpm/eviacam.spec | 109 --------------------------------------------- src/eviacam.desktop | 23 ---------- src/version.h | 10 ----- win32/installer.iss | 123 --------------------------------------------------- 5 files changed, 270 deletions(-) commit 3a60c7d7c5358c1c0157e6467cdca0e3e686cced Author: cesar Date: Tue Nov 9 13:04:01 2010 +0100 Added help contents options to the main window src/gui.pjd | 35 ++++++++++++++++++++++++++++++++++- src/wviacam.cpp | 45 +++++++++++++++++++++++---------------------- src/wviacam.h | 1 + 3 files changed, 58 insertions(+), 23 deletions(-) commit a7f4931af29591656ca20e151da162f8f10a9d2a Author: cesar Date: Tue Nov 9 12:59:19 2010 +0100 Improved calibration assistant aesthetics src/gui.pjd | 336 +++++++++++++++++++++++++++++++++++++++++-- src/icons/usermoveh64.xpm | 288 +++++++++++++++++++++++++++++++++++++ src/icons/usermovev64.xpm | 324 +++++++++++++++++++++++++++++++++++++++++ src/wconfirmcalibration.cpp | 22 ++- src/wconfirmcalibration.h | 2 +- src/wmotioncalibrationx.cpp | 9 ++ src/wmotioncalibrationx.h | 2 +- src/wmotioncalibrationy.cpp | 9 ++ src/wmotioncalibrationy.h | 2 +- 9 files changed, 971 insertions(+), 23 deletions(-) commit a6536b11db0e74fd75f5702b1075024d8bed1380 Author: cesar Date: Tue Nov 9 01:49:42 2010 +0100 Wizard. Text revision. src/gui.pjd | 2300 +++++++++++++++++++++++++++++++++++++++++++------------ src/wwizard.cpp | 563 ++++++++++---- src/wwizard.h | 75 +- 3 files changed, 2272 insertions(+), 666 deletions(-) commit beead52904431fe708ecbd430b914f3869745c9e Author: cesar Date: Mon Nov 8 00:55:21 2010 +0100 Wizard: fixed m_toggleEnableMotion to show actual state & confirmation src/gui.pjd | 1 + src/viacamcontroller.cpp | 4 +-- src/viacamcontroller.h | 3 +- src/wwizard.cpp | 70 +++++++++++++++++++++++++++++----------------- src/wwizard.h | 20 ++----------- 5 files changed, 53 insertions(+), 45 deletions(-) commit bdbfd78217d7adc74678a9c5f830ebbff8e9af1d Author: cesar Date: Sun Nov 7 22:33:56 2010 +0100 Fixed wrong frame rate in wizard src/gui.pjd | 1 + src/wwizard.cpp | 17 +++++++++++++++-- src/wwizard.h | 3 +++ 3 files changed, 19 insertions(+), 2 deletions(-) commit 605b51a106db857e88e9f22c31e50d6d72acddd5 Author: cesar Date: Sun Nov 7 22:05:46 2010 +0100 Renewed wizard layout src/gui.pjd | 3945 ++++++++++++++++++++++++++---------------------- src/wconfiguration.cpp | 2 +- src/wwizard.cpp | 366 +++-- src/wwizard.h | 42 +- 4 files changed, 2349 insertions(+), 2006 deletions(-) commit 21bf25a2e34b4138097f1a995301ad20b9ea8bd6 Merge: 950ffdc 7aecede Author: cesar Date: Sun Nov 7 20:45:44 2010 +0100 Merge branch 'master' of cesar@192.168.1.4:/crea/repo/eviacam commit 950ffdc39151b811281258285868ebe258dd46ff Author: cesar Date: Sun Nov 7 20:30:28 2010 +0100 Renewed configuration dialog design src/activationkey.cpp | 4 +- src/activationkey.h | 4 +- src/gui.pjd | 7175 ++++++++++++++++++++++++---------------------- src/viacamcontroller.cpp | 2 +- src/wconfiguration.cpp | 830 +++--- src/wconfiguration.h | 139 +- 6 files changed, 4180 insertions(+), 3974 deletions(-) commit 1324a759bd89fab2209c280ad6fb0ab1bb7cfe18 Author: cesar Date: Sat Nov 6 05:03:35 2010 +0100 Interface design src/gui.pjd | 1950 +++++++++++++++++++++++++++--------------------- src/wconfiguration.cpp | 434 ++++++----- src/wconfiguration.h | 12 +- 3 files changed, 1354 insertions(+), 1042 deletions(-) commit 7aecede8f02d2d25415058a1100a1105589a6f5b Author: Jordi Alsina Date: Fri Nov 5 18:44:42 2010 +0100 Added wizard.htm (english documentation) doc/eng/wizard.htm | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) commit 52238c3be5bd62cf48d999aba38b8bb76f7809e9 Author: Jordi Alsina Date: Fri Nov 5 18:41:49 2010 +0100 Added english documentation files. doc/eng/calibration.htm | 44 ++++++++++++ doc/eng/click.htm | 37 ++++++++++ doc/eng/click_bar.htm | 57 +++++++++++++++ doc/eng/general_options.htm | 68 ++++++++++++++++++ doc/eng/profile_options_advanced.htm | 55 ++++++++++++++ doc/eng/profile_options_click.htm | 127 +++++++++++++++++++++++++++++++++ doc/eng/profile_options_motion.htm | 58 +++++++++++++++ doc/eng/profile_options_workspace.htm | 39 ++++++++++ 8 files changed, 485 insertions(+) commit 79821bbfa69b38571f60ccab192d91b8fa9cb977 Author: cesar Date: Thu Nov 4 21:06:57 2010 +0100 Added warning before allowing to modify camera control while enabled src/viacamcontroller.cpp | 19 ++++--------------- src/viacamcontroller.h | 2 -- src/wviacam.cpp | 28 +--------------------------- 3 files changed, 5 insertions(+), 44 deletions(-) commit 6bc73caf53854cbe8a8a681bf06356a2379b0d44 Author: cesar Date: Thu Nov 4 20:47:17 2010 +0100 Fixed label Wizard menu Configuration src/gui.pjd | 4 ++-- src/wviacam.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit bc9b04cd1c898500e4a07bfae8e17189a4468f14 Author: cesar Date: Thu Nov 4 20:45:04 2010 +0100 Removed unused gesture time option src/gui.pjd | 174 +---------------------- src/mouseoutput.h | 13 -- src/wconfiguration.cpp | 366 +++++++++++++++++++++--------------------------- src/wconfiguration.h | 12 +- 4 files changed, 165 insertions(+), 400 deletions(-) commit 27e9875bc354b61b89f7c385ae62858fc08a4920 Author: cesar Date: Thu Nov 4 20:21:04 2010 +0100 Re-arranged menu entries & removed test dialogue src/gui.pjd | 1063 +------------------------------------------------------ src/wviacam.cpp | 8 +- src/wviacam.h | 8 +- 3 files changed, 26 insertions(+), 1053 deletions(-) commit bfc91cc477528458d3c08c428bbdc4cf06c838fa Merge: 5e6a573 7577f3a Author: Jordi Alsina Date: Wed Nov 3 18:45:45 2010 +0100 Merge branch 'master' of crea.dnsalias.com:/crea/repo/eviacam commit 7577f3a6cb3c8025bf43092fc3e4731164bd730f Merge: 436f4cd 93a4bff Author: cesar Date: Wed Nov 3 18:38:01 2010 +0100 Merge branch 'master' of cesar@192.168.1.4:/crea/repo/eviacam commit 436f4cd57d59bc0ca7a122d2989817799b99537d Author: cesar Date: Wed Nov 3 18:37:31 2010 +0100 Fixed broken frames for UVC devices and removed compilation warnings creavision/crvcamera_v4l2.cpp | 170 +++++++++++++++++++++++------------------ creavision/crvcamera_v4l2.h | 6 +- 2 files changed, 98 insertions(+), 78 deletions(-) commit 5e6a573e30eb470de2fbec810630bb6f70fec924 Author: Jordi Alsina Date: Wed Nov 3 18:29:56 2010 +0100 Refact. CKeyboardBitmapCheck src/Makefile.am | 4 ++-- src/activationkey.cpp | 20 ++++++++++---------- src/activationkey.h | 5 ++--- src/cautostart.h | 2 +- src/ckeyboardcode.cpp | 8 ++++++++ src/ckeyboardcode.h | 1 + src/ckeyboardcontrol.cpp | 26 +++++++++++++++++++++++++- src/ckeyboardcontrol.h | 2 ++ src/viacamcontroller.cpp | 5 +++-- src/viacamcontroller.h | 5 +++-- 10 files changed, 57 insertions(+), 21 deletions(-) commit 93a4bff72841a551b8a04c82dc9f8522519b4df3 Author: Jordi Alsina Date: Wed Nov 3 12:54:11 2010 +0100 Test commit without Makefile.in (commit -a) src/cautostart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 70eb3c8b809ac7510dc48aa6b6656e8ebd93e223 Author: cesar Date: Wed Nov 3 12:37:53 2010 +0100 Fixed call to open camera dialogue src/wwizard.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 23f0e9b4cdf73587c5b2409a061f0b7c1cf641da Merge: bc0f7d3 1279e19 Author: cesar Date: Wed Nov 3 12:27:37 2010 +0100 Merge branch 'master' of cesar@192.168.1.4:/crea/repo/eviacam commit bc0f7d31aefb3e0a09707fef06bfccfefa5adb39 Author: cesar Date: Wed Nov 3 12:25:29 2010 +0100 Camera controls dialogue integration Removed menu entry and enabled button in configuration dialogue. src/gui.pjd | 34 ------------------------ src/viacamcontroller.cpp | 11 +++++++- src/viacamcontroller.h | 16 ++++++----- src/wviacam.cpp | 66 ++++++++++++++++++---------------------------- src/wviacam.h | 4 --- 5 files changed, 45 insertions(+), 86 deletions(-) commit 1279e199563805729c8190901b72733e1785c0e7 Author: Jordi Alsina Date: Wed Nov 3 11:30:43 2010 +0100 gui.pjd forgotten in last commits src/gui.pjd | 3232 +++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 2359 insertions(+), 873 deletions(-) commit 48586ceb23a85806386c9a0c27060820636386e2 Author: Jordi Alsina Date: Wed Nov 3 10:22:08 2010 +0100 Fixed descriptive text of the wizard. src/wwizard.cpp | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) commit 6d3dbb927ce75e98d61f28d68e0e46182a8f2e84 Author: Jordi Alsina Date: Wed Nov 3 10:09:03 2010 +0100 Fixed when the wizard starts with motion enabled, finishes with motion enabled too. src/wwizard.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 4093cad3575fd668f9ea5d0953dbafcd7e2b1d81 Author: cesar Date: Tue Nov 2 22:11:22 2010 +0100 Better camera control dialogue. Still needs some improvements but it ok for now src/gui.pjd | 1051 ++++++++++++++++++++----------------------------- src/wcameradialog.cpp | 51 ++- src/wcameradialog.h | 5 + 3 files changed, 467 insertions(+), 640 deletions(-) commit b8224bb6ece449ec757fc5ca7613e9ffd167bc5f Author: Jordi Alsina Date: Tue Nov 2 16:56:22 2010 +0100 Wizard with descriptive texts in all pages. (Framerate in camera properties page doesn't work) src/wwizard.cpp | 305 +++++++++++++++++++++++++++++++++++-------------------- src/wwizard.h | 1 + 2 files changed, 194 insertions(+), 112 deletions(-) commit aeb9ba99fdad67f28bca633298487e0a3bbc362c Author: Jordi Alsina Date: Tue Nov 2 11:14:15 2010 +0100 Wizard. Added settings button in camera properties page and checkboxes in last page. src/wwizard.cpp | 223 ++++++++++++++++++++++++++++++++----------------------- src/wwizard.h | 14 ++++ 2 files changed, 146 insertions(+), 91 deletions(-) commit 88c8d0166b4ec897f5cb1b0c0cea1d5ef29be6fe Author: cesar Date: Mon Nov 1 04:39:47 2010 +0100 Camera control dialogue basic scrolling version src/gui.pjd | 657 ++++++++++++++++++++++++++++++++++++------------- src/wcameradialog.cpp | 77 +++--- src/wcameradialog.h | 15 +- 3 files changed, 528 insertions(+), 221 deletions(-) commit 38ff20734afc453492b2f5484fe181613307a936 Author: cesar Date: Sun Oct 31 02:46:58 2010 +0200 Code cleanup & fix minor issues src/cvisualalert.cpp | 142 +--------------------------------- src/cvisualalert.h | 13 ---- src/mouseoutput.cpp | 194 +++++++++++++---------------------------------- src/mouseoutput.h | 33 ++------ wxutil/mousecontrol.cpp | 27 ++++--- wxutil/mousecontrol.h | 10 +-- wxutil/waittime.h | 2 +- 7 files changed, 80 insertions(+), 341 deletions(-) commit baafbfe8b3a2a1d987b45bbf9110b9b77c5f10b4 Author: cesar Date: Sun Oct 31 00:57:14 2010 +0200 Removed autogenerated files from git Makefile.in | 788 -- aclocal.m4 | 904 -- config.h.in | 123 - configure |21048 ----------------------------------------------- creavision/Makefile.in | 505 -- doc/Makefile.in | 556 -- libwebcam/Makefile.in | 479 -- rpm/Makefile.in | 389 - src/Makefile.in | 1026 --- wxcamwindow/Makefile.in | 486 -- wxutil/Makefile.in | 489 -- 11 files changed, 26793 deletions(-) commit 73b0be7966e188758ab77e060a52e251b8e1fd68 Author: cesar Date: Sun Oct 31 00:48:36 2010 +0200 Fixed some issues with gesture click. - Refactored visual alerts (drawing) code - Modified behaviour src/cvisualalert.cpp | 205 +++++++++++++++++++++++++++++------ src/cvisualalert.h | 59 +++++++--- src/mouseoutput.cpp | 291 ++++++++++++++++++++++++++++++-------------------- src/mouseoutput.h | 127 ++++++++++++---------- wxutil/waittime.cpp | 8 +- wxutil/waittime.h | 7 +- 6 files changed, 470 insertions(+), 227 deletions(-) commit 788ae6ec4d27be9ad0759c50e870358191c2faaa Merge: a499ed0 3d1f69e Author: cesar Date: Fri Oct 29 19:08:50 2010 +0200 Merge branch 'master' of cesar@192.168.1.4:/crea/repo/eviacam commit 3d1f69efce19a90e8fe2f2be46d2635cbff67858 Author: Jordi Alsina Date: Fri Oct 29 18:52:34 2010 +0200 Wizard without right framerate, descriptive texts, and checkboxes in the last page. src/gui.pjd | 2066 +++++++++++++++++++++++++++++++++++++++++++------------ src/wwizard.cpp | 811 ++++++++++++++++++---- src/wwizard.h | 242 ++++++- 3 files changed, 2522 insertions(+), 597 deletions(-) commit a499ed036c285488dcf7ef05b58e38ae360284b0 Author: cesar Date: Fri Oct 29 18:44:04 2010 +0200 Fix. Don't start wizard when error detected src/viacamcontroller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6ce75760e91590550a8ef1940234e1f96960d98f Author: Jordi Alsina Date: Fri Oct 29 12:24:54 2010 +0200 Erased sleep(1) in CViacamController::StartWizard() function src/viacamcontroller.cpp | 3 --- 1 file changed, 3 deletions(-) commit 8f67df63a5cc321458d89729f36b41b54c54ca96 Author: Jordi Alsina Date: Fri Oct 29 11:42:30 2010 +0200 Added wcameradialog.h and wcameradialog.cpp files src/wcameradialog.cpp | 277 +++++++++++++++++++++++++++++++++++++++++++++++++ src/wcameradialog.h | 123 ++++++++++++++++++++++ 2 files changed, 400 insertions(+) commit 354cc761a3048aea191ccb06c12a049359d89305 Author: Jordi Alsina Date: Fri Oct 29 11:37:13 2010 +0200 WCameraDialog - Camera controls without scrollbars. There is a provisional item in the configuration menu called -camera controls- to open the dialog. Makefile.in | 11 +- aclocal.m4 |10175 +--------------------------------------------- config.h.in | 2 +- configure | 414 +- creavision/Makefile.in | 11 +- doc/Makefile.in | 11 +- libwebcam/Makefile.in | 11 +- rpm/Makefile.in | 11 +- src/Makefile.am | 4 +- src/Makefile.in | 32 +- src/gui.pjd | 1345 +++++- src/viacamcontroller.cpp | 10 + src/viacamcontroller.h | 1 + src/wviacam.cpp | 65 +- src/wviacam.h | 4 + src/wwizard.cpp | 1 + wxcamwindow/Makefile.in | 11 +- wxutil/Makefile.in | 11 +- 18 files changed, 1601 insertions(+), 10529 deletions(-) commit 0c2ab3de402112872289f1a49e0e5c67f816a9b5 Author: Jordi Alsina Date: Thu Oct 28 18:22:30 2010 +0200 Fixed bug in CCameraControlV4l2::SetValue(int value) creavision/crvcamera_v4l2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c59e94f350ef378f95ba4f1093db2e1beeb9c61b Author: cesar Date: Wed Oct 27 21:20:48 2010 +0200 Added (again) new fourcc entries to support older kernels creavision/crvcamera_v4l2.cpp | 93 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 91 insertions(+), 2 deletions(-) commit 37ef978644b636090d50a9a7b1357bc57f226698 Author: cesar Date: Wed Oct 27 21:09:01 2010 +0200 Fixed plane order for pwc cameras creavision/crvcamera_v4l2.cpp | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) commit 44aa2ee492a1d5d2fb104976c3d9c88c20268164 Author: cesar Date: Wed Oct 27 21:08:30 2010 +0200 Added Wconversion warnings for gcc configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0ed2e08ca154d5e3c543d3d46c610d097161941c Author: cesar Date: Tue Oct 26 23:05:06 2010 +0200 libwebcam modified to return the file descriptor crvcamera_v4l2 updated accordingly creavision/crvcamera_v4l2.cpp | 106 ++++------------------------------------- creavision/crvcamera_v4l2.h | 2 +- libwebcam/libwebcam.c | 80 ++++++++++++++++++++++++------- libwebcam/libwebcam.h | 2 + libwebcam/webcam.h | 1 + 5 files changed, 77 insertions(+), 114 deletions(-) commit 428be01a6a1a1b2d6533baf36ac1cb7d327f10f9 Author: Cesar Mauri Date: Tue Oct 26 20:31:24 2010 +0200 Added new fourcc entries to support older kernels creavision/crvcamera_v4l2.cpp | 93 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 91 insertions(+), 2 deletions(-) commit 2986f909e0104130bf9f782cbf853e03cb2e5bd9 Author: Jordi Alsina Date: Mon Oct 25 16:37:35 2010 +0200 crvcamera_v4l2 - workaround for aspect ratio selection creavision/crvcamera_v4l2.cpp | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) commit b41e8298c94ceef4524a85424b2674320419ac07 Merge: 5d2698f 8a69921 Author: Jordi Alsina Date: Mon Oct 25 12:13:36 2010 +0200 Merge branch 'master' of crea.dnsalias.com:/crea/repo/eviacam commit 8a69921c480e51e2f38dab8f6dda00d3b937920b Author: cesar Date: Mon Oct 25 12:11:47 2010 +0200 Linux capture layer: enable PWC workaround creavision/crvcamera_v4l2.cpp | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) commit 5d2698f2536081e4e46c31904587bae650d7bc49 Merge: d987209 b797ead Author: Jordi Alsina Date: Mon Oct 25 09:52:09 2010 +0200 Merge branch 'master' of crea.dnsalias.com:/crea/repo/eviacam commit b797ead3fcc61445ebdedfd93bf0d63003738e88 Author: cesar Date: Sun Oct 24 22:01:34 2010 +0200 Linux camera layer: implemented automatic selection of best camera settings. PWC cameras doesn't allowing opening the device twice and a provisional workaround has been added until libwebcam gets modified creavision/crvcamera_v4l2.cpp | 344 +++++++++++++++++++++++++++++++++++------ 1 file changed, 297 insertions(+), 47 deletions(-) commit a27b3fa0d175a6f50dba8118f5f6dd780be57554 Author: cesar Date: Sat Oct 23 01:31:20 2010 +0200 Fixed eviamloader to not respawn due to a fatal process termination (e.g. no camera) src/eviacamloader.c | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) commit d9872092ca34035dadd4cff218787a76e4b914b3 Author: Jordi Alsina Date: Fri Oct 22 11:33:35 2010 +0200 CViacamController::GetCamera() - Returns the m_pCamera pointer. src/viacamcontroller.h | 6 ++++++ 1 file changed, 6 insertions(+) commit 826e312ab25f9f233f28d57650e352aa447c76cc Author: Jordi Alsina Date: Thu Oct 21 16:41:35 2010 +0200 wizard - tooltip text in checkboxes added src/wwizard.cpp | 4 ++++ 1 file changed, 4 insertions(+) commit 62f2affe269c99e9020277208d6b7044aae763b1 Author: Jordi Alsina Date: Thu Oct 21 16:18:05 2010 +0200 wizard - It Resets the left, right, top and bottom actions to enable the click test when the user selects the gesture click mode. src/wwizard.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) commit b330687086fb1e91b9d2572a959c251376adf083 Author: Jordi Alsina Date: Thu Oct 21 16:02:40 2010 +0200 wizard - skips the calibration page automatically when the user deselects the -perform calibration- checkbox src/wconfiguration.cpp | 5 +++-- src/wwizard.cpp | 12 +++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) commit 861702b896f06f5370979dac6c6ecf2b8f930483 Merge: 3332d0b 4998004 Author: Jordi Alsina Date: Thu Oct 21 09:08:09 2010 +0200 Merge branch 'master' of crea.dnsalias.com:/crea/repo/eviacam commit 49980046e4b92de0900001f8dad2ce32c9f89039 Merge: f6ed96e 19b2f62 Author: cesar Date: Wed Oct 20 21:05:01 2010 +0200 Merge commit 'origin' commit f6ed96efcf89e9cfd3143cb5da37803a8be005cc Author: cesar Date: Wed Oct 20 21:04:45 2010 +0200 Merge conflict solving process src/viacamcontroller.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 1a1ab8f1f3119488f1adae2d65ffb5b30d455060 Author: cesar Date: Wed Oct 20 20:53:22 2010 +0200 Added support for dynamic controls in the capture layer. Now it is possible to query the camera which controls has and get/set their values. The old configuration method (dialogue provided by the driver, Windows only) is still available. creavision/crvcamera.cpp | 1 + creavision/crvcamera.h | 240 ++++++++++++------ creavision/crvcamera_v4l2.cpp | 545 ++++++++++++++++------------------------- creavision/crvcamera_v4l2.h | 73 ++++-- 4 files changed, 419 insertions(+), 440 deletions(-) commit 3332d0b3786e404d46c6b5718649dbf960054d01 Author: Jordi Alsina Date: Wed Oct 20 18:53:41 2010 +0200 wwizard class (forgotten in previous commit) src/wwizard.cpp | 1158 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/wwizard.h | 470 ++++++++++++++++++++++ 2 files changed, 1628 insertions(+) commit 19b2f620ef6d41c3a462e9304b436edba9e97ed6 Author: Jordi Alsina Date: Wed Oct 20 18:48:55 2010 +0200 Wizard (whithout skip the calibration page automatically when the user deselects the -perform calibration- checkbox) creavision/Makefile.in | 72 +- creavision/crvcamera_v4l2.cpp | 3 +- src/Makefile.am | 4 +- src/Makefile.in | 22 +- src/cmotioncalibration.cpp | 1 - src/gui.pjd | 1852 +++++++++++++++++++++++++++++++++++------ src/viacamcontroller.cpp | 19 +- src/viacamcontroller.h | 14 +- src/wconfiguration.cpp | 3 +- src/wviacam.cpp | 118 +-- src/wviacam.h | 18 +- 11 files changed, 1715 insertions(+), 411 deletions(-) commit 6799e0bd49443f5d2f0d4a4a1ba8013e02beb631 Author: cesar Date: Thu Oct 14 13:42:11 2010 +0200 Second step towards improved capture layer for linux. Is still under development and some code in testing mode but should support properly most pwc and uvc cameras. It should also provide support for other cameras beyond the two mentioned earlier. Further steps are: - Write code for DetectBestImageFormat method - Provide an interface to enumerate & manipulate controls - Support JPEG/MJPEG formats creavision/Makefile.am | 4 +- creavision/Makefile.in | 79 ++- creavision/colorspaces.cpp | 1398 +++++++++++++++++++++++++++++++++++++++++ creavision/colorspaces.h | 257 ++++++++ creavision/crvcamera_enum.cpp | 370 +---------- creavision/crvcamera_enum.h | 2 + creavision/crvcamera_v4l2.cpp | 1348 +++++++++++++++++++++++---------------- creavision/crvcamera_v4l2.h | 90 +-- creavision/defs.h | 139 ++++ wxcamwindow/capturethread.cpp | 9 +- 10 files changed, 2713 insertions(+), 983 deletions(-) commit a84c9030f94493ec5f49e7eaf7a33adc70e6e35a Author: Cesar Mauri Date: Sat Oct 9 04:34:07 2010 +0200 Fixed memory leaks src/viacamcontroller.cpp | 1 + 1 file changed, 1 insertion(+) commit eabb7b99e0650d9c5a2b05698c3b4d123c579a69 Author: Cesar Mauri Date: Sat Oct 9 03:31:20 2010 +0200 Fixed windows build src/mouseoutput.cpp | 115 ++++++++++++++++++++------------------------------- src/mouseoutput.h | 8 ++-- 2 files changed, 49 insertions(+), 74 deletions(-) commit 3de069a418c437d92079d6561dbcd19b237fb963 Author: Jordi Alsina Date: Fri Oct 8 18:10:48 2010 +0200 Calibration method: When the mouse leaves the confirmation window, the cancel button countdown is activated. (correct files) src/wconfirmcalibration.cpp | 17 +++++++++++++++++ src/wconfirmcalibration.h | 3 +++ 2 files changed, 20 insertions(+) commit 4fa78fde0bd69d346e559b9ad4227664d49c3562 Author: Jordi Alsina Date: Fri Oct 8 18:06:59 2010 +0200 Calibration method: When the mouse leaves the confirmation calibration, the cancel button countdown is activated. src/gui.pjd | 1 + 1 file changed, 1 insertion(+) commit 74b026aa45bd896a752e496a036ff0358b770e52 Author: Cesar Mauri Date: Fri Oct 8 17:55:12 2010 +0200 Fixed wrong gui.pjd src/gui.pjd | 10 ---------- 1 file changed, 10 deletions(-) commit e824f40580a714add669f78e0502aa956c5b445c Author: Jordi Alsina Date: Thu Oct 7 19:14:12 2010 +0200 keyboard output events method corrected Makefile.in | 236 +++++++++++------------------------- configure | 3 +- creavision/Makefile.in | 24 ++-- libwebcam/Makefile.in | 72 ++++------- src/Makefile.in | 300 ++++++++++++++++++---------------------------- src/ckeyboardcode.cpp | 44 +++---- src/ckeyboardcode.h | 17 ++- src/ckeyboardcontrol.cpp | 55 +++------ src/ckeyboardcontrol.h | 13 +- src/mouseoutput.cpp | 37 +++++- 10 files changed, 317 insertions(+), 484 deletions(-) commit 07651e1f7c44d7eaf89a7cc00057783b7413a356 Merge: 30941a7 d125cfa Author: Jordi Alsina Date: Thu Oct 7 17:49:56 2010 +0200 Merge branch 'master' of crea.dnsalias.com:/crea/repo/eviacam Conflicts: src/Makefile.in src/ckeyboardcontrol.cpp src/ckeyboardcontrol.h src/gui.pjd src/wconfirmcalibration.cpp src/wconfirmcalibration.h commit 30941a7d544dfafe4b4fd18d194745039a9e1664 Author: Jordi Alsina Date: Thu Oct 7 17:27:46 2010 +0200 changes to resolve merge src/Makefile.am | 4 +- src/Makefile.in | 38 +++- src/activationkey.cpp | 2 + src/ckeyboardcode.cpp | 79 ++++++++ src/ckeyboardcode.h | 52 +++++ src/ckeyboardcontrol.cpp | 88 +++++++++ src/ckeyboardcontrol.h | 41 ++++ src/cmotioncalibration.cpp | 30 ++- src/gui.pjd | 399 +++++++++++---------------------------- src/guiapp.cpp | 6 +- src/mouseoutput.cpp | 124 ++++++------ src/mouseoutput.h | 67 ++++--- src/viacamcontroller.cpp | 5 +- src/wconfiguration.cpp | 451 ++++++++++++++++---------------------------- src/wconfiguration.h | 47 ++--- 15 files changed, 729 insertions(+), 704 deletions(-) commit d125cfa90f06f1f566378a00a3712079cfc43fee Author: Cesar Mauri Date: Thu Oct 7 13:00:45 2010 +0200 Fixed creavision build on windows. Currently the code on evicam directory doesn't compile on Windows due to specific X11 types exposed. creavision/CreaVision_eviacam.vcproj | 6 ++++++ creavision/crvcamera_enum.cpp | 4 ++-- src/eviacam.vcproj | 12 ++++++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) commit 66cba9262e20cf765d4b657412b7ba984e8a245e Author: Cesar Mauri Date: Thu Oct 7 12:39:40 2010 +0200 Fixed broken creavision built (linux only) creavision/Makefile.am | 2 + creavision/Makefile.in | 95 +++++++++++++++--------------------------------- 2 files changed, 32 insertions(+), 65 deletions(-) commit e5ac80554b08e02a03d6f464aef14f4fd5baa003 Author: Jordi Alsina Date: Thu Oct 7 10:51:02 2010 +0200 calibration method => confirm calibration buttons with timer src/wconfirmcalibration.cpp | 124 +++++++++++++++++++++++++++++++++++++++---- src/wconfirmcalibration.h | 19 ++++++- 2 files changed, 130 insertions(+), 13 deletions(-) commit a2533298ec3b6ee98bfd27009ac98d61b3e94b17 Author: Jordi Alsina Date: Thu Oct 7 10:48:24 2010 +0200 wmotioncalibrationx & wmotioncalibrationy (correct header title) src/wmotioncalibrationx.cpp | 2 +- src/wmotioncalibrationx.h | 2 +- src/wmotioncalibrationy.cpp | 2 +- src/wmotioncalibrationy.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) commit d87b98c59d22d3d93166a13876489069ddaa9510 Author: cesar Date: Wed Oct 6 23:53:40 2010 +0200 First step towards the implementation of new capture layer for linux. It is based on a new class to enumerate and create cameras using libwebcam (this library has has been added to the tree). Currently has the same behaviour than the previous implementation. Makefile.am | 3 + Makefile.in | 239 ++-- configure.in | 1 + creavision/Makefile.am | 9 +- creavision/Makefile.in | 83 +- creavision/crvcamera_enum.cpp | 587 ++++++++++ creavision/crvcamera_enum.h | 48 + libwebcam/COPYING | 674 +++++++++++ libwebcam/COPYING.LESSER | 165 +++ libwebcam/Makefile.am | 9 + libwebcam/Makefile.in | 502 +++++++++ libwebcam/README | 128 +++ libwebcam/README.eviacam | 1 + libwebcam/compat.h | 148 +++ libwebcam/dynctrl-logitech.h | 108 ++ libwebcam/libwebcam.c | 2502 +++++++++++++++++++++++++++++++++++++++++ libwebcam/libwebcam.h | 310 +++++ libwebcam/uvcvideo.h | 664 +++++++++++ libwebcam/webcam.h | 720 ++++++++++++ src/Makefile.am | 1 + src/Makefile.in | 304 +++-- src/guiapp.cpp | 3 +- src/viacamcontroller.cpp | 37 +- 23 files changed, 7006 insertions(+), 240 deletions(-) commit bdcbaaa1eb12da27601c538d7be9c0083ffac824 Author: Jordi Alsina Date: Wed Oct 6 18:59:05 2010 +0200 key output events (without using ckeyboardcontrol class) src/Makefile.am | 4 +- src/Makefile.in | 38 +++- src/activationkey.cpp | 2 + src/ckeyboardcode.cpp | 79 ++++++++ src/ckeyboardcode.h | 52 +++++ src/ckeyboardcontrol.cpp | 88 +++++++++ src/ckeyboardcontrol.h | 38 ++++ src/cmotioncalibration.cpp | 30 ++- src/gui.pjd | 384 ++++++++++-------------------------- src/guiapp.cpp | 6 +- src/mouseoutput.cpp | 124 ++++++------ src/mouseoutput.h | 67 ++++--- src/viacamcontroller.cpp | 5 +- src/wconfiguration.cpp | 451 +++++++++++++++---------------------------- src/wconfiguration.h | 47 ++--- src/wconfirmcalibration.cpp | 125 ++++++++++-- src/wconfirmcalibration.h | 20 +- 17 files changed, 852 insertions(+), 708 deletions(-) commit 11b0539142e1067903b52e5564470d00b7049a31 Author: Jordi Alsina Date: Fri Oct 1 16:42:54 2010 +0200 GUI - Allow visual alerts option src/mouseoutput.cpp | 71 +++++++++---- src/mouseoutput.h | 14 +++ src/wconfiguration.cpp | 264 ++++++++++++++++++++++++++---------------------- src/wconfiguration.h | 5 + 4 files changed, 213 insertions(+), 141 deletions(-) commit 4902ae404f93199b2166dd3f85fcfe1935e64eb5 Author: Jordi Alsina Date: Fri Oct 1 11:49:20 2010 +0200 cmouseoutput & cvisualalert patches src/cvisualalert.cpp | 172 ++++++++++++++++++++++---------------------- src/cvisualalert.h | 29 ++++---- src/mouseoutput.cpp | 193 +++++++++++++++++++++++++++++++------------------- src/mouseoutput.h | 31 +++----- 4 files changed, 230 insertions(+), 195 deletions(-) commit 4c5c8b51e48c6d56c5ede297bcdc336351e6bf91 Author: Cesar Mauri Date: Thu Sep 30 12:22:32 2010 +0200 Updated src/cmotioncalibration.cpp to allow compiling on Windows src/cmotioncalibration.cpp | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) commit e597513e0c0890e7fb6dc4a9fd1f52d61d229980 Author: Cesar Mauri Date: Thu Sep 30 12:01:33 2010 +0200 Removed compilation warning in wxutil/waittime.cpp wxutil/waittime.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2016792dd1f15d7bdf08a69d39338edb0b6b439d Author: Cesar Mauri Date: Thu Sep 30 11:54:59 2010 +0200 Updated Visual C++ projects to add new source code files. This commit doesn't include those new files. src/eviacam.vcproj | 30 ++++++++++++++++++++++++++++++ wxutil/wxutil.vcproj | 12 ++++++------ 2 files changed, 36 insertions(+), 6 deletions(-) commit 35d4443b5b1736bfffe7985b050b3690f4b4a989 Author: Jordi Alsina Date: Mon Sep 27 18:54:09 2010 +0200 Gesture click method src/Makefile.am | 4 +- src/Makefile.in | 21 +- src/gui.pjd | 526 ++++++++++++++++++++++++++++++---------------- src/guiapp.cpp | 6 + src/mouseoutput.cpp | 138 ++++++++---- src/mouseoutput.h | 25 ++- src/viacamcontroller.cpp | 3 + src/wconfiguration.cpp | 356 ++++++++++++++++++------------- src/wconfiguration.h | 20 +- wxutil/waittime.cpp | 7 + wxutil/waittime.h | 9 +- 11 files changed, 726 insertions(+), 389 deletions(-) commit 497626d94026dd54458b1a8c12ff899f52379635 Author: Jordi Alsina Date: Mon Sep 27 18:45:42 2010 +0200 cvisualalert class src/cvisualalert.cpp | 183 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/cvisualalert.h | 57 ++++++++++++++++ 2 files changed, 240 insertions(+) commit ab9816c92c163908c439a20d7f1fdbc02fba08c5 Author: Jordi Alsina Date: Mon Sep 20 18:35:33 2010 +0200 Gesture click method (letters are not enabled. Without changing pointer mouse) src/clickwindowcontroller.h | 4 +- src/gui.pjd | 99 ++++++------ src/mouseoutput.cpp | 140 +++++++++++++++-- src/mouseoutput.h | 65 +++++++- src/wconfiguration.cpp | 357 ++++++++++++++++++++++++++++++++++++------- src/wconfiguration.h | 47 ++++-- 6 files changed, 580 insertions(+), 132 deletions(-) commit 9c60d96d9d18b63d19c81dd89bc754be68b1461b Author: Jordi Alsina Date: Fri Sep 17 10:55:00 2010 +0200 Configuration interface (click panel) src/gui.pjd | 1067 +++++++++++++++++++++++++++++++++++++++--------- src/wconfiguration.cpp | 378 ++++++++++------- src/wconfiguration.h | 36 +- 3 files changed, 1142 insertions(+), 339 deletions(-) commit 866059339975cd58a19d927ec20095247ccff6a6 Author: Jordi Alsina Date: Fri Sep 17 10:53:38 2010 +0200 m_dwellCountdown, m_preGestureCountdown, m_gestureCountdown with getters and setters src/mouseoutput.cpp | 12 +++++++++--- src/mouseoutput.h | 36 ++++++++++++++++++++++++++++++++---- 2 files changed, 41 insertions(+), 7 deletions(-) commit 328799295bc433109003b5f384f3a6a6c386d98c Author: Jordi Alsina Date: Thu Sep 16 17:19:34 2010 +0200 CWaitTime - IsExpired function wxutil/waittime.cpp | 7 +++++++ wxutil/waittime.h | 1 + 2 files changed, 8 insertions(+) commit 68582bbf95aa200523962dbb06369466dcec47e2 Author: Jordi Alsina Date: Thu Sep 16 16:41:56 2010 +0200 CDwellAction class replaced by CWaitTime class po/ar.gmo | Bin 11441 -> 11441 bytes po/ar.po | 210 ++++++++++++++++++++++++------------------------ po/ast.gmo | Bin 10370 -> 10370 bytes po/ast.po | 210 ++++++++++++++++++++++++------------------------ po/ca.gmo | Bin 11938 -> 11938 bytes po/ca.po | 210 ++++++++++++++++++++++++------------------------ po/de.gmo | Bin 11924 -> 11924 bytes po/de.po | 210 ++++++++++++++++++++++++------------------------ po/es.gmo | Bin 12034 -> 12034 bytes po/es.po | 210 ++++++++++++++++++++++++------------------------ po/eviacam.pot | 210 ++++++++++++++++++++++++------------------------ po/fr.gmo | Bin 12240 -> 12240 bytes po/fr.po | 210 ++++++++++++++++++++++++------------------------ po/gl.gmo | Bin 11984 -> 11984 bytes po/gl.po | 210 ++++++++++++++++++++++++------------------------ po/it.gmo | Bin 12102 -> 12102 bytes po/it.po | 210 ++++++++++++++++++++++++------------------------ po/oc.gmo | Bin 10009 -> 10009 bytes po/oc.po | 210 ++++++++++++++++++++++++------------------------ po/tr.gmo | Bin 12263 -> 12263 bytes po/tr.po | 210 ++++++++++++++++++++++++------------------------ src/Makefile.am | 10 ++- src/Makefile.in | 40 ++++----- src/mouseoutput.h | 4 +- src/viacamcontroller.h | 6 +- wxutil/Makefile.am | 4 +- wxutil/Makefile.in | 8 +- wxutil/dwellaction.cpp | 54 ------------- wxutil/dwellaction.h | 52 ------------ wxutil/waittime.cpp | 54 +++++++++++++ wxutil/waittime.h | 52 ++++++++++++ 31 files changed, 1322 insertions(+), 1272 deletions(-) commit e9207433d7a2c2bfec61aace1b020e7fb45c20d5 Author: Jordi Alsina Date: Thu Sep 16 15:56:24 2010 +0200 Calibration method (spin controls refresh) src/cmotioncalibration.cpp | 5 +++- src/cmotioncalibration.h | 2 +- src/gui.pjd | 60 +++++++++++++++++++++++++------------------- src/viacamcontroller.cpp | 4 +-- src/viacamcontroller.h | 2 +- src/wconfiguration.cpp | 10 ++++---- 6 files changed, 47 insertions(+), 36 deletions(-) commit 7918a1d08cbac10e707d65de309460a78458bb9c Author: Jordi Alsina Date: Thu Sep 16 11:30:25 2010 +0200 Calibration method (adjusted multipliers) src/cmotioncalibration.cpp | 206 ++++++++++++++++++++++++++++++++++ src/cmotioncalibration.h | 52 +++++++++ src/wconfirmcalibration.cpp | 255 +++++++++++++++++++++++++++++++++++++++++++ src/wconfirmcalibration.h | 123 +++++++++++++++++++++ src/wmotioncalibrationx.cpp | 175 +++++++++++++++++++++++++++++ src/wmotioncalibrationx.h | 105 ++++++++++++++++++ src/wmotioncalibrationy.cpp | 174 +++++++++++++++++++++++++++++ src/wmotioncalibrationy.h | 105 ++++++++++++++++++ 8 files changed, 1195 insertions(+) commit 0316e694d2a3239b710b81cf3ffe18743bebe905 Author: Jordi Alsina Date: Wed Sep 15 16:28:32 2010 +0200 Calibration method Makefile.in | 22 +- aclocal.m4 |10400 ++++++++------ config.h.in | 7 + configure |34720 +++++++++++++++++++--------------------------- creavision/Makefile.in | 24 +- doc/Makefile.in | 24 +- eviacam.kdevelop | 4 +- ltmain.sh |13245 ++++++++++-------- rpm/Makefile.in | 22 +- src/Makefile.am | 12 +- src/Makefile.in | 105 +- src/gui.pjd | 807 ++ src/viacamcontroller.cpp | 13 +- src/viacamcontroller.h | 12 +- src/wconfiguration.cpp | 357 +- src/wconfiguration.h | 7 + wxcamwindow/Makefile.in | 24 +- 17 files changed, 28417 insertions(+), 31388 deletions(-) commit 8c2eb91d03c7f74dde2b5c311466b0a2bfd64eef Merge: 3d6292d 69b620e Author: Jordi Alsina Date: Mon Sep 13 12:04:11 2010 +0200 Merge branch 'master' of crea.dnsalias.com:/crea/repo/eviacam commit 3d6292d4d301015160086616a094eec4f4a87504 Author: Jordi Alsina Date: Mon Sep 13 12:03:37 2010 +0200 wxutil/Makefile.in file wxutil/Makefile.in | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) commit 69b620e6fead73e99b0ed9908abf7c1277a9532b Author: Cesar Mauri Date: Mon Sep 13 10:00:13 2010 +0200 New class CTimeUtil to read timestamps. Modified client. wxutil/Makefile.am | 4 ++-- wxutil/Makefile.in | 7 ++++--- wxutil/dwellaction.cpp | 30 +++--------------------------- wxutil/dwellaction.h | 1 - wxutil/timeutil.cpp | 46 ++++++++++++++++++++++++++++++++++++++++++++++ wxutil/timeutil.h | 27 +++++++++++++++++++++++++++ wxutil/wxutil.vcproj | 6 ++++++ 7 files changed, 88 insertions(+), 33 deletions(-) commit b8e499e19f4d4110504036d2cedfb1d53f8c48fa Author: Jordi Alsina Date: Wed Sep 8 18:52:06 2010 +0200 viacamcontroller.h -> m_motionCalibration variable (getter & setter) src/viacamcontroller.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 1a00f09de0fec61320a5b9591d50067bf950aebb Merge: fd1d939 6aff501 Author: Cesar Mauri Date: Wed Sep 8 17:53:07 2010 +0200 Merge branch 'master' of /crea/repo/eviacam commit fd1d939bb10122295b71ef5a7260807488f5bcec Author: Cesar Mauri Date: Wed Sep 8 17:52:43 2010 +0200 Added missing includes which prevented compilation src/activationkey.h | 1 + src/wconfiguration.h | 5 +++++ 2 files changed, 6 insertions(+) commit 6aff5017bf13d683c84c39d296c3e2f753b84d3d Author: Jordi Alsina Date: Tue Sep 7 17:03:06 2010 +0200 viacamcontroler.h -> added m_motionCalibration variable, getter and setter. src/viacamcontroller.h | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) commit f8fe5b43d71f7e79b41db8b220500c54866ed365 Author: Cesar Mauri Date: Mon Sep 6 17:40:01 2010 +0200 Added preliminary Arabic support (thanks to Hatim Alahmadi) TODO | 2 + configure | 4 +- configure.in | 4 +- debian/changelog | 2 +- po/ar.gmo | Bin 0 -> 11441 bytes po/ar.po | 682 ++++++++++++++++++++++++++++++++++++++++++++++ po/ast.gmo | Bin 10370 -> 10370 bytes po/ast.po | 206 +++++++------- po/ca.gmo | Bin 11938 -> 11938 bytes po/ca.po | 206 +++++++------- po/de.gmo | Bin 11924 -> 11924 bytes po/de.po | 206 +++++++------- po/es.gmo | Bin 12034 -> 12034 bytes po/es.po | 206 +++++++------- po/eviacam.pot | 206 +++++++------- po/fr.gmo | Bin 12240 -> 12240 bytes po/fr.po | 206 +++++++------- po/gl.gmo | Bin 10490 -> 11984 bytes po/gl.po | 238 ++++++++-------- po/it.gmo | Bin 12102 -> 12102 bytes po/it.po | 206 +++++++------- po/oc.gmo | Bin 10009 -> 10009 bytes po/oc.po | 206 +++++++------- po/tr.gmo | Bin 12263 -> 12263 bytes po/tr.po | 206 +++++++------- rpm/eviacam.spec | 4 +- src/eviacam.vcproj | 4 + src/langnames-utf16.h | Bin 3022 -> 3054 bytes src/langnames-utf8.h | 3 +- src/version.h | 2 +- src/viacamcontroller.cpp | 3 +- src/wconfiguration.cpp | 3 +- win32/installer.iss | 6 +- win32/installer.iss.in | 2 + 34 files changed, 1749 insertions(+), 1064 deletions(-) commit a235de924c6f945d2eefe3ee571a6d85f219c741 Author: Cesar Mauri Date: Fri Aug 27 18:14:22 2010 +0200 Changelog update ChangeLog | 6 +- Makefile.in | 32 +- aclocal.m4 | 1144 ++++++++++++++++++-------- config.guess | 60 +- config.h.in | 2 +- config.sub | 78 +- configure | 2077 +++++++++++++++++++++++++++++++++-------------- creavision/Makefile.in | 24 +- doc/Makefile.in | 22 +- ltmain.sh | 277 ++++--- po/fr.gmo | Bin 12243 -> 12240 bytes rpm/Makefile.in | 9 +- src/Makefile.in | 28 +- wxcamwindow/Makefile.in | 24 +- wxutil/Makefile.in | 24 +- 15 files changed, 2672 insertions(+), 1135 deletions(-) commit 206e5447d954c3a9fd863cfda88135746fc8e3fa Author: Cesar Mauri Date: Mon Aug 23 21:37:45 2010 +0200 Added changes contributed by Sébastien Lecointre to fr.po po/fr.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit 5e090d4288ffe9c957383888774147664b493a1e Author: Cesar Mauri Date: Wed Aug 18 21:28:56 2010 +0200 Added InfoAfter French win32/Info/InfoAfter-fr.rtf | 162 +++++++++++++++++++++++++++++++++++++++++++ win32/installer.iss | 2 +- win32/installer.iss.in | 2 +- 3 files changed, 164 insertions(+), 2 deletions(-) commit e6156eefd88bf67361e02ed0e7069d7d7a3ac3ed Author: Cesar Mauri Date: Mon Aug 9 12:34:17 2010 +0200 Updated Galego translation ChangeLog | 2 ++ po/gl.po | 115 +++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 65 insertions(+), 52 deletions(-) commit 125eb84dacfc02657f4ce2d8177ca2178b297835 Author: Cesar Mauri Date: Tue Aug 3 18:41:08 2010 +0200 Added Guadalinfo logo configure | 2 +- debian/changelog | 2 +- doc/Makefile.am | 2 +- doc/Makefile.in | 2 +- doc/guadalinfo_logo.png | Bin 0 -> 8826 bytes po/ast.gmo | Bin 10370 -> 10370 bytes po/ast.po | 4 ++-- po/ca.gmo | Bin 11938 -> 11938 bytes po/ca.po | 4 ++-- po/de.gmo | Bin 11924 -> 11924 bytes po/de.po | 4 ++-- po/es.gmo | Bin 12034 -> 12034 bytes po/es.po | 4 ++-- po/eviacam.pot | 4 ++-- po/fr.gmo | Bin 10615 -> 12243 bytes po/fr.po | 53 ++++++++++++++++------------------------------- po/gl.gmo | Bin 10490 -> 10490 bytes po/gl.po | 4 ++-- po/it.gmo | Bin 12102 -> 12102 bytes po/it.po | 4 ++-- po/oc.gmo | Bin 10009 -> 10009 bytes po/oc.po | 4 ++-- po/tr.gmo | Bin 12263 -> 12263 bytes po/tr.po | 4 ++-- rpm/eviacam.spec | 4 ++-- src/version.h | 2 +- src/wabout.cpp | 4 ++-- win32/installer.iss | 4 ++-- 28 files changed, 47 insertions(+), 64 deletions(-) commit d1c32dbad22284aea40b459e8f7f398f097bce61 Author: Cesar Mauri Date: Tue Aug 3 17:58:08 2010 +0200 Updated version number to 1.3.1 configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f44f5d2e0dfd14a8811eba8c7e2fcfdfa4165c61 Author: Cesar Mauri Date: Tue Aug 3 17:37:59 2010 +0200 Updated French translation - closes [3032896] (thanks to YannUbuntu) ChangeLog | 4 +++ THANKS | 3 +- eviacam.kdevelop | 4 +-- po/fr.po | 94 +++++++++++++++++++++++++++++++-------------------- src/eviacam.desktop | 3 +- 5 files changed, 66 insertions(+), 42 deletions(-) commit 118158863624d19b225dcba613da36ac3e924860 Author: Cesar Mauri Date: Fri Jul 16 18:15:34 2010 +0200 ChangeLog & TODO updated ChangeLog | 11 +++++++---- TODO | 7 ++----- 2 files changed, 9 insertions(+), 9 deletions(-) commit f746f44df2c818d469baa4b745081cbf6e5e9b75 Author: cesar Date: Fri Jul 16 18:02:25 2010 +0200 Fixed debian package generation for opencv-2.x (ubuntu) debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 967c99b3757503efe738c7dd9d1ff83873766327 Author: Cesar Mauri Date: Fri Jul 16 17:03:28 2010 +0200 Fixed hang during main window resize wxcamwindow/camwindow.cpp | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) commit 95000ee05d74d9f98fbd75be828a79c1556e8086 Author: Cesar Mauri Date: Fri Jul 16 14:29:50 2010 +0200 Now opens ClickWindow by default in all platforms src/clickwindowcontroller.cpp | 4 ---- 1 file changed, 4 deletions(-) commit 5876546fda77d9326980ae1e004b5e318f5575bf Author: Cesar Mauri Date: Fri Jul 16 14:24:45 2010 +0200 Fixed some .desktop file warnings src/eviacam.desktop.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 44c6d95ce6fb8ad16054a38a53a22d68a37ab0bc Author: Cesar Mauri Date: Thu Jul 15 21:01:01 2010 +0200 Fixed broken Windows build Makefile.in | 50 +- aclocal.m4 |10984 ++++++-------- config.h.in | 9 +- configure |36825 +++++++++++++++++++++++++++-------------------- creavision/Makefile.in | 44 +- doc/Makefile.in | 42 +- ltmain.sh |13232 ++++++++--------- rpm/Makefile.in | 29 +- src/Makefile.in | 48 +- src/cautostart.cpp | 9 + src/eviacam.vcproj | 6 + src/viacamcontroller.h | 8 +- src/wconfiguration.cpp | 2 +- wxcamwindow/Makefile.in | 44 +- wxutil/Makefile.in | 44 +- 15 files changed, 31908 insertions(+), 29468 deletions(-) commit 41607b70fe7c8ce0280678176424cdd7ad955dce Author: Jordi Alsina Date: Wed Jul 14 18:12:45 2010 +0200 Autostart - non hardcoded path po/ast.gmo | Bin 10370 -> 10370 bytes po/ast.po | 206 ++++++++++++++++++++--------------------- po/ca.gmo | Bin 11938 -> 11938 bytes po/ca.po | 206 ++++++++++++++++++++--------------------- po/de.gmo | Bin 11794 -> 11924 bytes po/de.po | 241 +++++++++++++++++++++++------------------------- po/es.gmo | Bin 12034 -> 12034 bytes po/es.po | 206 ++++++++++++++++++++--------------------- po/eviacam.pot | 206 ++++++++++++++++++++--------------------- po/fr.gmo | Bin 10615 -> 10615 bytes po/fr.po | 206 ++++++++++++++++++++--------------------- po/gl.gmo | Bin 10490 -> 10490 bytes po/gl.po | 206 ++++++++++++++++++++--------------------- po/it.gmo | Bin 12102 -> 12102 bytes po/it.po | 206 ++++++++++++++++++++--------------------- po/oc.gmo | Bin 10009 -> 10009 bytes po/oc.po | 206 ++++++++++++++++++++--------------------- po/tr.gmo | Bin 12263 -> 12263 bytes po/tr.po | 206 ++++++++++++++++++++--------------------- src/cautostart.cpp | 11 +-- src/wconfiguration.cpp | 10 +- 21 files changed, 1046 insertions(+), 1070 deletions(-) commit 2443ee93a9912b521f826aa245689ed5acf85e86 Author: Jordi Alsina Date: Wed Jul 14 12:14:53 2010 +0200 WConfiguration constructor without autostart* parameter - function GetAutostart() in CViacamController class Activationkey constructor without wconfiguration* parameter - function GetConfiguration() in CViacamController Class src/activationkey.cpp | 9 +-------- src/activationkey.h | 1 - src/viacamcontroller.h | 6 ++++++ src/wconfiguration.cpp | 7 ++++--- 4 files changed, 11 insertions(+), 12 deletions(-) commit d4bef38e985f46203d8edc702e328cb6ecc28012 Author: Jordi Alsina Date: Wed Jul 14 11:58:10 2010 +0200 WConfiguration constructor without Autostart* parameter, Funcion GetAutostart in CViacamController src/viacamcontroller.cpp | 10 +--------- src/viacamcontroller.h | 6 ++++++ src/wconfiguration.cpp | 12 +++--------- src/wconfiguration.h | 1 - 4 files changed, 10 insertions(+), 19 deletions(-) commit 821513eb60cb2d8d4b6bb0455dd60966eff01112 Author: Jordi Alsina Date: Wed Jul 14 11:40:03 2010 +0200 ActivationKey - delete(pointer) added src/wconfiguration.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 35bb4e9eeb1727bbbbb62ec873a8d33af5da887f Author: Jordi Alsina Date: Wed Jul 14 11:29:44 2010 +0200 Activationkey - without minimize button & close window clicking src/activationkey.cpp | 33 +++++++-------------------------- src/activationkey.h | 9 +++------ src/gui.pjd | 6 +++--- 3 files changed, 13 insertions(+), 35 deletions(-) commit ab346449737df32d772c4ac6e47cf7fb767034f0 Author: Jordi Alsina Date: Wed Jul 14 11:13:16 2010 +0200 Activationkey class with timer and modal po/ast.gmo | Bin 10370 -> 10370 bytes po/ca.gmo | Bin 11818 -> 11938 bytes po/de.gmo | Bin 10351 -> 11794 bytes po/es.gmo | Bin 11915 -> 12034 bytes po/fr.gmo | Bin 10615 -> 10615 bytes po/gl.gmo | Bin 10490 -> 10490 bytes po/it.gmo | Bin 10653 -> 12102 bytes po/oc.gmo | Bin 10009 -> 10009 bytes po/tr.gmo | Bin 10802 -> 12263 bytes src/activationkey.cpp | 39 ++++++++++++++++-- src/activationkey.h | 7 ++++ src/gui.pjd | 1 + src/keyboardbitmapcheck.cpp | 4 +- src/keyboardbitmapcheck.h | 2 +- src/viacamcontroller.cpp | 96 ++++++++++++------------------------------- src/viacamcontroller.h | 23 ++++++----- src/wconfiguration.cpp | 13 +++++- 17 files changed, 97 insertions(+), 88 deletions(-) commit 00c75620f70e25c36ab4830ea1b7bb962bf6f6e9 Merge: a2d514f d51f3ed Author: Cesar Mauri Date: Tue Jul 13 14:47:41 2010 +0200 Merge branch 'master' of /crea/repo/eviacam commit a2d514f066aec583525d98f7da17656a37d103de Author: Cesar Mauri Date: Tue Jul 13 14:47:27 2010 +0200 German translation update po/de.po | 61 +++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 37 insertions(+), 24 deletions(-) commit d51f3ed7e250a96b50f5342edf59d213faeab34e Merge: 1253630 ca1123b Author: Jordi Alsina Date: Tue Jul 13 12:32:27 2010 +0200 Merge branch 'master' of crea.dnsalias.com:/crea/repo/eviacam Conflicts: src/viacamcontroller.h commit 1253630c809cff2fc9e56f56d365c2830f4a71ab Author: Jordi Alsina Date: Tue Jul 13 12:23:51 2010 +0200 fixed headers, improve autostart class, indented classes src/activationkey.cpp | 13 ++ src/activationkey.h | 3 + src/cautostart.cpp | 76 +++----- src/cautostart.h | 13 +- src/gui.pjd | 9 +- src/keyboardbitmapcheck.cpp | 62 +++--- src/keyboardbitmapcheck.h | 6 +- src/viacamcontroller.h | 15 +- src/wabout.cpp | 444 ++++++++++++++++++++++--------------------- src/wabout.h | 176 ++++++++--------- src/wconfiguration.cpp | 2 +- 11 files changed, 403 insertions(+), 416 deletions(-) commit ca1123b4d2776f9a929cd9b34077baa776fa0add Author: Cesar Mauri Date: Mon Jul 12 21:39:26 2010 +0200 Language update. de, it, ca, es translations. Missing string. po/POTFILES.in | 2 + po/ast.po | 54 ++++++++++++---------- po/ca.po | 106 +++++++++++++++++++++--------------------- po/de.po | 107 ++++++++++++++++++++++-------------------- po/es.po | 108 +++++++++++++++++++++---------------------- po/eviacam.pot | 54 ++++++++++++---------- po/fr.po | 54 ++++++++++++---------- po/gl.po | 54 ++++++++++++---------- po/it.po | 99 ++++++++++++++++++++------------------- po/oc.po | 54 ++++++++++++---------- po/tr.po | 98 +++++++++++++++++++++------------------ win32/Info/InfoAfter-de.rtf | 20 ++++++++ win32/installer.iss | 4 +- win32/installer.iss.in | 4 +- 14 files changed, 438 insertions(+), 380 deletions(-) commit e2e12d65d8d180c052dccd276f413d1e93b3d73e Author: Cesar Mauri Date: Mon Jul 12 21:28:57 2010 +0200 Fixed broken Windows build src/viacamcontroller.cpp | 9 ++++----- src/viacamcontroller.h | 2 ++ 2 files changed, 6 insertions(+), 5 deletions(-) commit fcfb963f3276cd79c4f5728bfeb167dd0428563c Author: Jordi Alsina Date: Mon Jul 12 11:46:15 2010 +0200 Activationkey class with timer configure | 2 +- po/ast.gmo | Bin 10370 -> 10370 bytes po/ca.gmo | Bin 10462 -> 11818 bytes po/de.gmo | Bin 10484 -> 10351 bytes po/es.gmo | Bin 10530 -> 11915 bytes po/fr.gmo | Bin 10615 -> 10615 bytes po/gl.gmo | Bin 10490 -> 10490 bytes po/it.gmo | Bin 10653 -> 10653 bytes po/oc.gmo | Bin 10009 -> 10009 bytes po/tr.gmo | Bin 10802 -> 10802 bytes src/Makefile.in | 54 +- src/activationkey.cpp | 65 +- src/activationkey.h | 36 +- src/gui.pjd |17152 +++++++++++++++++++++++----------------------- src/viacamcontroller.cpp | 45 +- src/viacamcontroller.h | 10 +- src/wconfiguration.cpp | 2835 ++++---- 17 files changed, 10148 insertions(+), 10051 deletions(-) commit 96092bdea2157c3e3ec76eafb58ac5d2c3610a24 Author: Cesar Mauri Date: Sun Jul 11 18:16:52 2010 +0200 ChangeLog file updated ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) commit f04fd547e1d6f9f3c99063788b508488d37c565c Author: Cesar Mauri Date: Sun Jul 11 18:03:55 2010 +0200 Fixed language issues. Regenerate po. Updated ca & es translations. po/ast.po | 273 +++++++++++++++++++++++++++-------------- po/ca.po | 314 +++++++++++++++++++++++++++++++---------------- po/de.po | 244 ++++++++++++++++++++++--------------- po/es.po | 316 +++++++++++++++++++++++++++++++----------------- po/eviacam.pot | 258 +++++++++++++++++++++++++-------------- po/fr.po | 272 +++++++++++++++++++++++++++-------------- po/gl.po | 273 +++++++++++++++++++++++++++-------------- po/it.po | 273 +++++++++++++++++++++++++++-------------- po/oc.po | 277 ++++++++++++++++++++++++++++-------------- po/tr.po | 273 +++++++++++++++++++++++++++-------------- src/gui.pjd | 62 +++------- src/wconfiguration.cpp | 36 +++--- 12 files changed, 1871 insertions(+), 1000 deletions(-) commit b7b11de047ce86c906343a172ac299e6f8d160ea Author: Cesar Mauri Date: Sat Jul 10 21:30:07 2010 +0200 .dektop file also copied to resources directory src/Makefile.am | 1 + 1 file changed, 1 insertion(+) commit 67958db66506885ee83d22ab4ac38a71997ff799 Author: Cesar Mauri Date: Sat Jul 10 21:04:25 2010 +0200 Fixed version number in eviacam.desktop file src/eviacam.desktop | 2 +- src/eviacam.desktop.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 0efeec1577fad687170c1b59014ec9712d3dd2ba Author: Cesar Mauri Date: Sat Jul 10 20:57:29 2010 +0200 Changed version number to 1.3 configure.in | 2 +- debian/changelog | 2 +- rpm/eviacam.spec | 4 ++-- src/version.h | 2 +- win32/installer.iss | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) commit 51f20e9869af5ce7588147824685c1aeb81b4258 Author: Cesar Mauri Date: Sat Jul 10 20:33:18 2010 +0200 Return exit code 0 when camera not detected to avoid respawning again and again wxcamwindow/capturethread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c4a80dedb675ed69c5eedd8b018fd6ccd9102318 Author: Cesar Mauri Date: Sat Jul 10 20:31:57 2010 +0200 Fixed broken compilation for Windows src/gui.pjd |17180 +++++++++++++++++++++++----------------------- src/viacamcontroller.cpp | 61 +- src/viacamcontroller.h | 23 +- src/wconfiguration.cpp | 2831 ++++---- 4 files changed, 10063 insertions(+), 10032 deletions(-) commit 20e584ada20938d2e388cbccaf1390dc3cb61d65 Author: Jordi Alsina Date: Fri Jul 9 12:50:18 2010 +0200 cautostart class src/cautostart.cpp | 55 +++++++++++++++++++++++++++++++++++++++---- src/cautostart.h | 5 ++-- src/gui.pjd | 3 ++- src/keyboardbitmapcheck.cpp | 1 + src/viacamcontroller.cpp | 14 +++++++---- src/viacamcontroller.h | 10 +++++--- src/wconfiguration.cpp | 49 ++++++++++++++++++++++++++++---------- src/wconfiguration.h | 10 ++++++++ 8 files changed, 120 insertions(+), 27 deletions(-) commit d5f1a5ac0cce5f1695f38a4976459f42897c30e0 Author: Jordi Alsina Date: Thu Jul 8 09:33:40 2010 +0200 Activationkey class (without timer) src/activationkey.cpp | 161 +++++++++++++++++++++++++++++++++++++++++++++++++ src/activationkey.h | 94 +++++++++++++++++++++++++++++ 2 files changed, 255 insertions(+) commit 5b73dc8fc414a8146a2c8591973337834f57c9bd Author: Jordi Alsina Date: Wed Jul 7 12:55:50 2010 +0200 cautostart class structure Makefile.in | 50 +- aclocal.m4 |11016 +++++++------ config.h.in | 9 +- configure |36097 ++++++++++++++++++------------------------- creavision/Makefile.in | 44 +- doc/Makefile.in | 42 +- eviacam.kdevelop | 9 +- ltmain.sh |13164 +++++++++------- m4/libtool.m4 | 27 +- rpm/Makefile.in | 29 +- src/Makefile.am | 16 +- src/Makefile.in | 238 +- src/cautostart.cpp | 45 + src/cautostart.h | 39 + src/gui.pjd | 518 + src/keyboardbitmapcheck.cpp | 1 - src/viacamcontroller.cpp | 78 +- src/viacamcontroller.h | 49 +- src/wconfiguration.cpp | 195 +- src/wconfiguration.h | 26 + src/wviacam.cpp | 1290 +- src/wviacam.h | 424 +- wxcamwindow/Makefile.in | 44 +- wxutil/Makefile.in | 44 +- 24 files changed, 30986 insertions(+), 32508 deletions(-) commit 20b9c9b0073359f0760013735ac6babfbc397e9b Author: Cesar Mauri Date: Fri Jul 2 22:38:06 2010 +0200 Updated german translation po/de.po | 334 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 186 insertions(+), 148 deletions(-) commit 1dab8ee4625291b5b4e95f2c747d8b31e9566240 Author: Cesar Mauri Date: Fri Jul 2 22:22:57 2010 +0200 Fixed compilation warnings. Closes [2989534]. Thanks to Christian Bieder. creavision/crvimage.cpp | 10 ++++++---- creavision/crvimage.h | 4 ++-- src/icons/buttonDblLeft.xpm | 2 +- src/icons/buttonDblLeftDisabled.xpm | 2 +- src/icons/buttonDblLeftLocked.xpm | 2 +- src/icons/buttonDblLeftSelected.xpm | 2 +- src/icons/buttonDblLeftSelectedLocked.xpm | 2 +- src/icons/buttonDrag.xpm | 2 +- src/icons/buttonDragDisabled.xpm | 2 +- src/icons/buttonDragLocked.xpm | 2 +- src/icons/buttonDragSelected.xpm | 2 +- src/icons/buttonDragSelectedLocked.xpm | 2 +- src/icons/buttonHideMainWindow.xpm | 2 +- src/icons/buttonLeft.xpm | 2 +- src/icons/buttonLeftDisabled.xpm | 2 +- src/icons/buttonLeftLocked.xpm | 2 +- src/icons/buttonLeftSelected.xpm | 2 +- src/icons/buttonLeftSelectedLocked.xpm | 2 +- src/icons/buttonNoClick.xpm | 2 +- src/icons/buttonNoClickSelected.xpm | 2 +- src/icons/buttonRight.xpm | 2 +- src/icons/buttonRightDisabled.xpm | 2 +- src/icons/buttonRightLocked.xpm | 2 +- src/icons/buttonRightSelected.xpm | 2 +- src/icons/buttonRightSelectedLocked.xpm | 2 +- src/icons/buttonShowMainWindow.xpm | 2 +- src/icons/clickwindow.xpm | 2 +- src/icons/clickwindowoff.xpm | 2 +- src/icons/eviacam.ico | Bin 3262 -> 3262 bytes src/icons/eviacam.xpm | 2 +- src/icons/eviacam_mini.ico | Bin 894 -> 894 bytes src/icons/eviacam_mini.xpm | 2 +- src/icons/help.xpm | 2 +- src/icons/keyboard.xpm | 2 +- src/icons/off.xpm | 2 +- src/icons/on.xpm | 2 +- src/icons/preferences.xpm | 2 +- src/icons/user.xpm | 2 +- wxutil/mousecontrol.cpp | 4 ++-- 39 files changed, 44 insertions(+), 42 deletions(-) commit 20c80210cd4c656e9c6d3dda87068980da4d55b7 Author: Jordi Alsina Date: Thu Jul 1 13:18:09 2010 +0200 keyboardbitmapcheck class src/keyboardbitmapcheck.cpp | 63 +++++++++++++++++++++++++++++++++++++++++++ src/keyboardbitmapcheck.h | 37 +++++++++++++++++++++++++ 2 files changed, 100 insertions(+) commit c7d78c7b9e585d79247d0ebacf2949637ec34f09 Author: Jordi Alsina Date: Mon Jun 28 12:24:15 2010 +0200 Workspace - Default values src/eviacam.desktop | 2 +- src/gui.pjd | 8 ++++---- src/mouseoutput.cpp | 18 ++++++++++++++++-- src/wconfiguration.cpp | 9 ++++----- wxutil/mousecontrol.cpp | 1 - 5 files changed, 25 insertions(+), 13 deletions(-) commit a7a19a6f0aa2170fd742365ce55789f25bbd00de Author: Cesar Mauri Date: Sun Jun 27 05:07:42 2010 +0200 Added eviacamloader (run high priority & respawn on crash) Makefile.am | 1 - debian/rules | 2 +- src/Makefile.am | 7 +++- src/Makefile.in | 69 ++++++++++++++++++++++++++++++------- src/eviacam.desktop.in | 2 +- src/eviacamloader.c | 88 ++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 152 insertions(+), 17 deletions(-) commit 8cd17e8d91d5e1e82654ff67f8c2288a3db00288 Merge: 9bcf2d0 4dd8591 Author: Jordi Alsina Date: Wed Jun 23 10:07:57 2010 +0200 Merge branch 'master' of crea.dnsalias.com:/crea/repo/eviacam commit 9bcf2d0a36cf438fa737a2c2d085c49084c44042 Author: Jordi Alsina Date: Wed Jun 23 10:04:57 2010 +0200 Working area restriction with GUI src/gui.pjd | 325 +++++++++++++++++++++++++++++++++++++-- src/mouseoutput.cpp | 1 + src/mouseoutput.h | 81 ++++++++++ src/wconfiguration.cpp | 390 +++++++++++++++++++++++++++++++---------------- src/wconfiguration.h | 19 ++- wxutil/mousecontrol.cpp | 13 +- wxutil/mousecontrol.h | 7 +- 7 files changed, 677 insertions(+), 159 deletions(-) commit 4dd859192490a3adde2b1dfecf0787e5b405a9c5 Author: cesar Date: Mon Jun 21 15:36:50 2010 +0200 Closes bug [2989526]. Click Window Button text "Hide/Show Main Window" src/clickwindowbitmap.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 02d38efece2aa337f76e5cade0a5ed5918a48294 Author: Jordi Alsina Date: Mon Jun 21 10:51:35 2010 +0200 Working area GUI (without connector functions) src/gui.pjd |14679 +++++++++++++++++++++++++----------------------- src/wconfiguration.cpp | 2289 ++++---- src/wconfiguration.h | 521 +- 3 files changed, 9218 insertions(+), 8271 deletions(-) commit dc745988d8dfcf09dcea3693607d32a3ddb4f20f Author: Jordi Alsina Date: Fri Jun 18 17:29:21 2010 +0200 Working area restriction eviacam.kdevelop | 4 ++-- wxutil/mousecontrol.cpp | 41 ++++++++++------------------------------- 2 files changed, 12 insertions(+), 33 deletions(-) commit 2f0d8d583bc2f7be650269d8b5c3a9f1f9f3e5af Author: Jordi Alsina Date: Fri Jun 18 12:26:29 2010 +0200 Added flag enabledRestrictedWorkingArea wxutil/mousecontrol.h | 4 ++++ 1 file changed, 4 insertions(+) commit ba575ce09c1caea3ba6066410d0c99080dacc2c1 Author: cesar Date: Thu Jun 17 16:25:23 2010 +0200 Fixed bug [ID: 2989528] - Restore minimized Camera Window src/wviacam.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) commit fd89d490f4ad02a9f1521733fb0af0c9bf42a936 Author: cesar Date: Thu Jun 17 14:12:21 2010 +0200 Addresses issues reported on [ID: 2996064]. (Tested on Ubuntu 9.10 x86 GNOME) src/clickwindowcontroller.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) commit a8fef5765ba23116b7ba4268a94c88a073fe8a54 Author: Cesar Mauri Date: Thu Jun 17 13:25:58 2010 +0200 Switched back to CCameraCV class (linux) src/viacamcontroller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2d51fce2d0a0bb9f8097d475da813cefae13c2a8 Author: Cesar Mauri Date: Thu Jun 17 13:21:25 2010 +0200 Switched to CCameraV4L2 class for testing (linux) src/viacamcontroller.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 8d97bf34724dfe8529525444596649320d75cc9a Author: Cesar Mauri Date: Thu Jun 17 13:05:16 2010 +0200 Added crvcamera_v4l2 (Testing quality code) PWC cameras auto set frame rate Function ShowSettingsDialog simply modifies brightness, contrast, etc., to see those change in "hot". Can be deleted. GetNumDevices always returns 1. Should be fixed. creavision/Makefile.am | 6 +- creavision/Makefile.in | 13 +- creavision/crvcamera_v4l2.cpp | 962 +++++++++++++++++++++++++++++++++++++++++ creavision/crvcamera_v4l2.h | 100 +++++ creavision/pwc-ioctl.h | 324 ++++++++++++++ 5 files changed, 1396 insertions(+), 9 deletions(-) commit 89132dfc3dae6091cde716b50f49c064dc218e74 Author: Cesar Mauri Date: Wed Jun 16 00:21:41 2010 +0200 First commit (version 1.2.1) ABOUT-NLS | 1 + AGRAIMENTS.txt | 8 + AUTHORS | 1 + COPYING | 674 + ChangeLog | 68 + INSTALL | 280 + Makefile.am | 89 + Makefile.in | 762 + README | 137 + README.ca | 69 + THANKS | 15 + TODO | 53 + aclocal.m4 | 9261 ++++++++++ autogen.sh | 6 + config.guess | 1500 ++ config.h.in | 116 + config.rpath | 614 + config.sub | 1608 ++ configure |27088 +++++++++++++++++++++++++++++ configure.in | 200 + creavision/CreaVision_eviacam.vcproj | 196 + creavision/Makefile.am | 16 + creavision/Makefile.in | 482 + creavision/crvcamera.cpp | 117 + creavision/crvcamera.h | 94 + creavision/crvcamera_cv.cpp | 268 + creavision/crvcamera_cv.h | 58 + creavision/crvcamera_wdm.cpp | 123 + creavision/crvcamera_wdm.h | 55 + creavision/crvcolor.cpp | 220 + creavision/crvcolor.h | 57 + creavision/crvgeomtry.cpp | 345 + creavision/crvgeomtry.h | 131 + creavision/crvhistogram.cpp | 143 + creavision/crvhistogram.h | 49 + creavision/crvimage.cpp | 305 + creavision/crvimage.h | 97 + creavision/crvmisc.cpp | 488 + creavision/crvmisc.h | 124 + creavision/crvnormroi.cpp | 482 + creavision/crvnormroi.h | 101 + creavision/crvskindetection.cpp | 174 + creavision/crvskindetection.h | 41 + creavision/fixvfwfps/fixvfwfps.vcproj | 131 + creavision/fixvfwfps/main.cpp | 6 + creavision/videoInput.cpp | 2343 +++ creavision/videoInput.h | 385 + debian/changelog | 5 + debian/changelog.in | 5 + debian/compat | 1 + debian/control | 15 + debian/copyright | 26 + debian/dirs | 2 + debian/docs | 4 + debian/rules | 109 + depcomp | 584 + doc/Makefile.am | 6 + doc/Makefile.in | 539 + doc/appc_logo.png | Bin 0 -> 10934 bytes doc/click.wav | Bin 0 -> 2608 bytes doc/opencvlicense.txt | 36 + doc/stsi_logo.png | Bin 0 -> 13138 bytes doc/viacam_cam4_html.png | Bin 0 -> 2009 bytes eviacam.kdevelop | 274 + install-sh | 507 + ltmain.sh | 6871 ++++++++ m4/ChangeLog | 11 + m4/gettext.m4 | 419 + m4/iconv.m4 | 101 + m4/lib-ld.m4 | 110 + m4/lib-link.m4 | 644 + m4/lib-prefix.m4 | 185 + m4/libtool.m4 | 7357 ++++++++ m4/ltoptions.m4 | 368 + m4/ltsugar.m4 | 123 + m4/ltversion.m4 | 23 + m4/lt~obsolete.m4 | 92 + m4/nls.m4 | 31 + m4/po.m4 | 428 + m4/progtest.m4 | 92 + missing | 367 + po/ChangeLog | 11 + po/Makefile.in.in | 403 + po/Makevars | 41 + po/POTFILES.in | 19 + po/Rules-quot | 47 + po/ast.gmo | Bin 0 -> 10370 bytes po/ast.po | 695 + po/boldquot.sed | 10 + po/ca.gmo | Bin 0 -> 10462 bytes po/ca.po | 692 + po/de.gmo | Bin 0 -> 10484 bytes po/de.po | 618 + po/en@boldquot.header | 25 + po/en@quot.header | 22 + po/es.gmo | Bin 0 -> 10530 bytes po/es.po | 696 + po/eviacam.pot | 561 + po/fr.gmo | Bin 0 -> 10615 bytes po/fr.po | 619 + po/gl.gmo | Bin 0 -> 10490 bytes po/gl.po | 684 + po/insert-header.sin | 23 + po/it.gmo | Bin 0 -> 10653 bytes po/it.po | 674 + po/oc.gmo | Bin 0 -> 10009 bytes po/oc.po | 692 + po/quot.sed | 6 + po/remove-potcdate.sin | 19 + po/stamp-po | 1 + po/tr.gmo | Bin 0 -> 10802 bytes po/tr.po | 627 + rpm/Makefile.am | 28 + rpm/Makefile.in | 371 + rpm/eviacam.spec | 109 + rpm/eviacam.spec.in | 109 + src/Makefile.am | 51 + src/Makefile.in | 751 + src/clickwindow.cpp | 209 + src/clickwindow.h | 93 + src/clickwindowbitmap.cpp | 466 + src/clickwindowbitmap.h | 158 + src/clickwindowcontroller.cpp | 321 + src/clickwindowcontroller.h | 140 + src/clickwindowtext.cpp | 327 + src/clickwindowtext.h | 137 + src/eviacam.desktop | 24 + src/eviacam.desktop.in | 24 + src/eviacam.vcproj | 272 + src/gui.pjd | 6901 ++++++++ src/gui.rc | 25 + src/guiapp.cpp | 165 + src/guiapp.h | 102 + src/icons/buttonDblLeft.xpm | 180 + src/icons/buttonDblLeftDisabled.xpm | 125 + src/icons/buttonDblLeftLocked.xpm | 296 + src/icons/buttonDblLeftSelected.xpm | 310 + src/icons/buttonDblLeftSelectedLocked.xpm | 310 + src/icons/buttonDrag.xpm | 151 + src/icons/buttonDragDisabled.xpm | 306 + src/icons/buttonDragLocked.xpm | 267 + src/icons/buttonDragSelected.xpm | 310 + src/icons/buttonDragSelectedLocked.xpm | 310 + src/icons/buttonHideMainWindow.xpm | 230 + src/icons/buttonLeft.xpm | 148 + src/icons/buttonLeftDisabled.xpm | 306 + src/icons/buttonLeftLocked.xpm | 265 + src/icons/buttonLeftSelected.xpm | 310 + src/icons/buttonLeftSelectedLocked.xpm | 310 + src/icons/buttonNoClick.xpm | 261 + src/icons/buttonNoClickSelected.xpm | 285 + src/icons/buttonRight.xpm | 146 + src/icons/buttonRightDisabled.xpm | 306 + src/icons/buttonRightLocked.xpm | 264 + src/icons/buttonRightSelected.xpm | 310 + src/icons/buttonRightSelectedLocked.xpm | 310 + src/icons/buttonShowMainWindow.xpm | 234 + src/icons/clickwindow.xpm | 39 + src/icons/clickwindowoff.xpm | 40 + src/icons/eviacam.ico | Bin 0 -> 3262 bytes src/icons/eviacam.xpm | 60 + src/icons/eviacam_mini.ico | Bin 0 -> 894 bytes src/icons/eviacam_mini.xpm | 38 + src/icons/help.xpm | 192 + src/icons/keyboard.xpm | 39 + src/icons/off.xpm | 242 + src/icons/on.xpm | 176 + src/icons/preferences.xpm | 457 + src/icons/user.xpm | 284 + src/langnames-utf16.h | Bin 0 -> 3022 bytes src/langnames-utf8.h | 42 + src/motiontracker.cpp | 344 + src/motiontracker.h | 81 + src/mouseoutput.cpp | 230 + src/mouseoutput.h | 209 + src/version.h | 10 + src/version.h.in | 10 + src/viacamcontroller.cpp | 421 + src/viacamcontroller.h | 186 + src/wabout.cpp | 221 + src/wabout.h | 108 + src/wconfiguration.cpp | 1115 ++ src/wconfiguration.h | 255 + src/wviacam.cpp | 648 + src/wviacam.h | 212 + win32/Info/InfoAfter-ca.rtf | 28 + win32/Info/InfoAfter-es.rtf | 41 + win32/Info/InfoAfter-tr.rtf | 62 + win32/Info/InfoAfter.rtf | 25 + win32/eViacam.exe.manifest | 10 + win32/eviacam.sln | 60 + win32/installer.iss | 121 + win32/installer.iss.in | 121 + wxcamwindow/Makefile.am | 12 + wxcamwindow/Makefile.in | 469 + wxcamwindow/camwindow.cpp | 397 + wxcamwindow/camwindow.h | 92 + wxcamwindow/capturethread.cpp | 90 + wxcamwindow/capturethread.h | 62 + wxcamwindow/visiblenormroi.cpp | 465 + wxcamwindow/visiblenormroi.h | 95 + wxcamwindow/wxcamwindow.vcproj | 168 + wxcamwindow/wxnormroi.cpp | 104 + wxcamwindow/wxnormroi.h | 52 + wxutil/Makefile.am | 14 + wxutil/Makefile.in | 471 + wxutil/configbase.cpp | 39 + wxutil/configbase.h | 44 + wxutil/configmanager.cpp | 220 + wxutil/configmanager.h | 54 + wxutil/dwellaction.cpp | 78 + wxutil/dwellaction.h | 53 + wxutil/mousecontrol.cpp | 505 + wxutil/mousecontrol.h | 133 + wxutil/wxappbar.cpp | 526 + wxutil/wxappbar.h | 77 + wxutil/wxutil.vcproj | 182 + 217 files changed, 103663 insertions(+)