Commit Graph

371 Commits

Author SHA1 Message Date
tzutalin cbc1761e9f If there no default saved dir, show a dialog for autosaving 2017-09-27 18:43:24 +08:00
tzutalin d8e961126a Fix the issue that is unable to import libs if installing by pip 2017-09-27 17:57:09 +08:00
tzutalin 5dab21b847 v1.5.0 2017-09-14 14:17:59 +08:00
darrenl 429290c799 Merge pull request #157 from jaewchoi/fix
fix a minor cursor restore bug
2017-09-05 21:09:59 +08:00
Jaewoo Choi 91a830e01b fix a minor cursor restore bug 2017-09-05 21:39:43 +09:00
darrenl 374aabc7bf Merge pull request #156 from jaewchoi/roundbox
Add a feature to draw a box easier
2017-08-30 11:30:54 +08:00
Jaewoo Choi dd09ffb497 Added a feature to draw a box easier 2017-08-30 03:33:07 +09:00
darrenl b40edc3ab3 Merge pull request #152 from BOTFritz/master
Fixed scroll zoom on nonprimary monitor or in small window
2017-08-29 12:20:39 +08:00
BOTFritz 511e4a6ac0 Fixed scroll zoom on nonprimary monitor or in small window 2017-08-29 03:34:49 +00:00
darrenl 79f736139b Merge pull request #151 from jaewchoi/create
Fix a bug: creating a box with one point
2017-08-25 13:47:46 +08:00
darrenl 295e0e970b Merge pull request #149 from jaewchoi/selection
fix a bug to select a small bounding box
2017-08-25 13:46:16 +08:00
Jaewoo Choi 835af44c3a Prevent from creating a zero sized box 2017-08-22 21:28:36 +09:00
Jaewoo Choi 95ff5062fe fix a bug: creating a box with one point 2017-08-22 20:57:05 +09:00
Jaewoo Choi 7b8519f50e fix a bug to select a small bounding box 2017-08-22 14:59:40 +09:00
darrenl fcffa12842 Merge pull request #148 from jaewchoi/selection
fix a bug of disabled edit and delete menu in the label list menu
2017-08-22 08:30:09 +08:00
Jaewoo Choi f1ee71bf1c fix a bug of disabled edit and delete menu in the label list menu 2017-08-22 02:05:58 +09:00
darrenl e62ce15649 Update README.rst 2017-08-17 20:02:20 +08:00
darrenl 10102c9e37 Merge pull request #144 from jiyeqian/master
Prevent the crash
2017-08-14 09:40:12 +08:00
Jiye Qian a1decb8e24 Enhance compatibility
Adding the path to '.settings.pkl' file, this is especailly useful for MacOS. Then we can put '.settings.pkl' into 'MacOS' folder within 'labelImg.app'. The App will crash without path setting, as soon as we close the App in MacOS.
2017-08-14 02:29:26 +08:00
Jiye Qian 6222214ff3 Prevent the crash caused by illegal XML 2017-08-13 19:50:50 +08:00
tzutalin 6186acd575 Update version to v1.4.3 2017-08-09 14:11:09 +08:00
tzutalin c64a5eae9b Refactor settings class 2017-08-08 09:53:22 +08:00
darrenl 3c63864997 Merge pull request #139 from jiyeqian/master
Enhance compatibility
2017-08-05 06:05:41 -05:00
Jiye Qian 6859657c36 Enhance compatibility
Adding the path to 'data' folder, this is especailly useful for Mac OSX.
Then we can put the 'data' folder into 'MacOS' folder within 'labelImg.app'.
2017-08-05 15:38:37 +08:00
tzutalin 6958e69851 Fix the issue # 136 and add constants.py 2017-08-04 14:45:42 +08:00
darrenl f6c27b0c10 Merge pull request #138 from jiyeqian/master
Enhance compatibility
2017-08-04 00:20:21 -05:00
Jiye Qian 67de46730f Enhance compatibility
With Anaconda3-4.4.0-Windows-x86_64 in Win 8 & 10, encoding name "utf8" will lead to error.  We change the encoding name to "utf-8", it's OK. Very strange, we do not know why.
2017-08-03 23:34:55 +08:00
tzutalin e86472a592 Upload missing files 2017-08-01 09:30:27 +08:00
darrenl 7cef42c8df Update .travis.yml 2017-07-27 18:31:53 +08:00
darrenl dbda4976ca Merge pull request #129 from KevinGay/patch-1
Made spelling corrections to variables
2017-07-27 10:15:38 +08:00
Kevin Gay 5506da5b55 Made spelling corrections to variables 2017-07-26 21:59:59 -04:00
darrenl 3aa1c59fc2 Merge pull request #126 from jiyeqian/master
Fix filename bug
2017-07-26 14:16:46 +08:00
Jiye Qian a878ab83b7 Fix filename bug
If the file name contains ".", it will go wrong.  e.g. hello.world.jpg --> hello.xml
2017-07-26 01:53:49 +08:00
tzutalin 14edc88a64 Fix runtime errors for py3qt5 2017-07-25 16:43:04 +08:00
tzutalin 1889d8c88f Add README for build-tools 2017-07-21 22:38:03 +08:00
tzutalin d11fbb57de Update version to 1.4.0 2017-07-21 18:01:53 +08:00
tzutalin 398da39dce Don't save verified by default 2017-07-21 17:55:26 +08:00
tzutalin a09ecbb7bb Add single mode features and fix minor issues 2017-07-21 17:32:30 +08:00
darrenl 4015a0eab5 Merge pull request #112 from proste/qt5-deprecated-fix
Fixed usage of deprecated function
2017-07-11 11:36:19 +08:00
Stepan Prochazka bfd502e64f Fixed usage of deprecated function 2017-07-10 16:56:36 +02:00
darrenl 7baa5a17ef Merge pull request #110 from Langhalsdino/patch-1
Fixed possible typo in makefile
2017-07-10 14:19:49 +08:00
Frederic Tausch f987cbc6ca Fixed possible typo
"make qt5" will now actually use qt5: "pyrcc5 -o resources.py resources.qrc"

Bug: "make qt5" installed qt4py2. That is kind of miss leading, since "qt5" should actually use qt5 and not use qt4.
2017-07-10 14:44:48 +09:00
tzutalin 2d92e10529 Fix build error for qt5+py3 2017-07-07 23:14:41 +08:00
tzutalin 9899c131d1 Update build-windows-binary.sh 2017-07-07 14:23:28 +08:00
tzutalin 7f288a0817 fix crash for py3 2017-07-07 13:48:25 +08:00
tzutalin b0e7706de9 Update build-for-pypi.sh 2017-07-07 13:29:09 +08:00
tzutalin d9e16955f4 Update veriosn to v1.3.4 2017-07-07 11:13:46 +08:00
tzutalin 27cf04aecc Fix issue #96 2017-07-07 11:09:00 +08:00
darrenl 0efb50ac62 Merge pull request #104 from lhk/master
Zooming in on cursor
2017-06-27 10:39:52 +08:00
Lars Klein 9f6fdbd06b cleaning up the code 2017-06-23 19:33:00 +02:00