Commit Graph

  • 8eb63e2985 write more sensible error messages to console if items do not contain a 'class' key Martin Baeuml 2012-05-11 17:33:30 +02:00
  • fc3aea187a Merge branch 'master' of github.com:cvhciKIT/sloth Martin Baeuml 2012-03-23 13:08:17 +01:00
  • f8fc599054 fix CopyAnnotationsPlugin, obeys prefix now Martin Baeuml 2012-03-23 13:07:59 +01:00
  • 5cee1d4a31 Consistently use next() free function to get next element Mika Fischer 2012-03-21 17:42:24 +01:00
  • d0afb915e3 Ignore gedit swap files. Markus Roth 2012-03-12 13:43:25 -07:00
  • fae19e20b9 Add functions to select all items (the typical Ctrl + a action). Markus Roth 2012-03-12 13:42:17 -07:00
  • 8a05a9ee94 Skip step frames right away instead of iterating through all intermediate frames. Markus Roth 2012-03-11 18:46:14 -07:00
  • 85375223bf Allow get{Previous,Next}Sibling() to step more than one sibling. Markus Roth 2012-03-11 18:44:48 -07:00
  • 88375eefdd Rename app to sloth (affects gui window title). Markus Roth 2012-03-11 06:28:08 -07:00
  • 076c637258 normalize rect to avoid negative width or height Martin Baeuml 2012-03-11 11:52:43 +01:00
  • c2663dc841 Fix Issue #70: Make rect resize corner dependent on mouse position in rect. Markus Roth 2012-03-11 01:58:16 -08:00
  • 10afed2005 add support to goto image by index Martin Baeuml 2012-03-10 13:08:25 +01:00
  • 68e355d14a Add okapy hints and sphinx to doc. Markus Roth 2012-03-07 19:33:35 -08:00
  • 3e2a72a6c9 speed up adding ImageSeqs Martin Baeuml 2012-03-08 00:22:08 +01:00
  • 9609f8f74c make CopyAnnotationsPlugin more powerful Martin Baeuml 2012-03-07 15:55:35 +01:00
  • fa1973f3f6 fix log message Martin Baeuml 2012-03-07 15:54:58 +01:00
  • bfa47ee0d7 add support for multi-frame stepping Martin Baeuml 2012-03-07 15:54:46 +01:00
  • a8e6131b0a remove obsolete import Martin Baeuml 2012-03-07 15:54:23 +01:00
  • ec3f1a4cd4 load annotations after setting up main window and automatically go to first image Martin Baeuml 2012-02-24 10:56:31 +01:00
  • 1327f2c976 make appendfiles command handle videos Martin Baeuml 2012-02-20 12:55:39 +01:00
  • cefe16181b print out some progress for convert command Martin Baeuml 2012-02-20 12:55:17 +01:00
  • 77c632d3b7 add logging to commands Martin Baeuml 2012-02-20 12:54:45 +01:00
  • 3cef23f320 minor fixes for FrameModelItems in annotation model Martin Baeuml 2012-02-20 12:54:21 +01:00
  • defc8558ef implement loading of videos in the AnnotationContainer Martin Baeuml 2012-02-20 12:53:54 +01:00
  • 5917866c3e minor doc fix Martin Baeuml 2012-02-13 16:47:20 +01:00
  • c2b911f18b Update doc/examples.rst baeuml 2012-02-07 15:57:07 +01:00
  • 1851c24f8f update documentation url Martin Baeuml 2012-02-07 15:43:55 +01:00
  • 22f6ba3b67 Try to ensure that sloth uses the corresponding module Mika Fischer 2012-02-07 14:30:35 +01:00
  • cefbec4238 Revert "GroupItem may not be selected or focused" Mika Fischer 2012-01-27 14:05:00 +01:00
  • 5eecfd6789 Try to fix boundingRect of GroupItem by ignoring boundingRect of text child Mika Fischer 2012-01-27 14:00:06 +01:00
  • 15f7abe8b0 Emit signals when selection is changed programmaticaly Mika Fischer 2012-01-27 13:38:08 +01:00
  • 219bc2557b Fix selection in scene view when one model item has multiple scene items Mika Fischer 2012-01-27 13:32:53 +01:00
  • c0940bce1d Add missing constructor for NPointFaceItem Mika Fischer 2012-01-27 13:31:34 +01:00
  • 09d2ff7ae2 add gui image for documentation Martin Baeuml 2011-12-11 19:19:51 +01:00
  • f7012b649d make example consistent with documentation Martin Baeuml 2011-12-11 19:19:42 +01:00
  • 3ff1393294 update documentation Martin Baeuml 2011-12-11 19:19:24 +01:00
  • 1dbbdf3ed3 update documentation Martin Baeuml 2011-12-10 09:57:40 +01:00
  • 7c377a0669 call prepareGeometryChange *before* actually changing the bounding rect Martin Baeuml 2011-12-06 16:53:09 +01:00
  • 01ea5edcad GroupItem may not be selected or focused Martin Baeuml 2011-12-06 16:51:38 +01:00
  • 99822b85d6 add missing paint base method Martin Baeuml 2011-12-06 16:42:21 +01:00
  • 5e0c295316 make the item's text size independent of the scene's transformation (fixes #64) Martin Baeuml 2011-12-06 16:25:56 +01:00
  • 1002806ef0 display text in child item (fixes #12) Martin Baeuml 2011-12-06 16:25:16 +01:00
  • 9694c98bae fix RectItemInserter Martin Baeuml 2011-12-06 15:43:35 +01:00
  • 589abac210 allow ids to be in the range 0-35 Martin Baeuml 2011-12-06 15:37:23 +01:00
  • 76bc73440c allow setting id during insert mode Martin Baeuml 2011-10-12 12:56:35 +02:00
  • 09060a52fc pep8 Martin Baeuml 2011-10-11 11:06:33 +02:00
  • 9e153a78c4 more sensible error/log message when expected key is not found in modelitem Martin Baeuml 2011-10-11 10:59:56 +02:00
  • 328aa38723 Support missing points in NPointFaceItem Mika Fischer 2011-10-05 16:37:02 +02:00
  • db32df3b0d Actually die when neither okapy nor PIL can be found Mika Fischer 2011-10-05 16:36:30 +02:00
  • f0bc05ead5 Change points in NPointFaceItem Mika Fischer 2011-09-30 14:41:37 +02:00
  • f430bfeb4c Fix bug when default_properties is None Mika Fischer 2011-09-30 14:41:22 +02:00
  • 4467185ab5 Make sure the properties selected when the annotation is finished are used Mika Fischer 2011-09-30 14:23:08 +02:00
  • a8cdedd6cb Fix bug in PointItemInserter Mika Fischer 2011-09-30 14:22:22 +02:00
  • 3d2499fb60 Fix bug in NPointFaceItemInserter Mika Fischer 2011-09-30 13:50:39 +02:00
  • 85bcefda61 Use SequenceItemInserter and GroupItem for NPointFaceItem and Inserter Mika Fischer 2011-09-30 13:43:57 +02:00
  • e681f8c8d0 Fixes for Python 3 Mika Fischer 2011-09-30 13:42:53 +02:00
  • 48dd3b63a0 disconnect correct slot (fixes #58) Martin Baeuml 2011-09-28 12:55:02 +02:00
  • c6a370041f fix segmentation fault Martin Baeuml 2011-09-26 18:08:53 +02:00
  • 479bd7015a put statusbar progress bar to gui object Martin Baeuml 2011-09-26 18:05:00 +02:00
  • 523664d9f8 fix variable typo Martin Baeuml 2011-09-26 18:02:35 +02:00
  • 8e4304d252 use new style signals Martin Baeuml 2011-09-26 16:45:49 +02:00
  • cccfa412ba remove obsolete code from frameviewer.py (closes #49) Martin Baeuml 2011-09-15 14:01:22 +02:00
  • 5c1558c327 fix _ensureAllLoaded (fixes #56, fixes #57) Martin Baeuml 2011-09-15 13:55:59 +02:00
  • 9d4fac6315 add annotation accessor to labeltool object Martin Baeuml 2011-09-15 13:53:28 +02:00
  • cc6bab33b9 only read annotations from children that support it (fixes #55) Martin Baeuml 2011-09-15 13:43:24 +02:00
  • f5c3cef173 fix handling of subcommands (fixes #51) Martin Baeuml 2011-09-14 18:25:57 +02:00
  • 491184720b add generic plugin to copy labels from the previous image/frame (fixes #34) Martin Baeuml 2011-09-14 18:10:33 +02:00
  • 79debb75b6 update documentation link Martin Baeuml 2011-09-14 17:33:39 +02:00
  • 757623bd9a add defaultAutoTextKeys class member Martin Baeuml 2011-09-14 17:20:56 +02:00
  • b4d5445fbf add cycleValuesOnKeypress parameter to BaseItem Martin Baeuml 2011-09-14 17:20:39 +02:00
  • 74897c8a52 add BBoxFaceItem Martin Baeuml 2011-09-14 16:08:24 +02:00
  • c0fd6536df add GroupItem Martin Baeuml 2011-09-14 16:07:52 +02:00
  • 733bf7a635 add prefix handling for basic items Martin Baeuml 2011-09-14 16:07:02 +02:00
  • f611940fb0 add BBoxFaceInserter Martin Baeuml 2011-09-14 16:06:30 +02:00
  • 79be604192 add SequenceItemInserter Martin Baeuml 2011-09-14 16:04:57 +02:00
  • de4b68ce27 update PointItemInserter and RectItemInserter to use prefix, commit and annotationFinished Martin Baeuml 2011-09-14 15:45:12 +02:00
  • 030ea73928 add prefix, commit and annotation properties to the base inserter Martin Baeuml 2011-09-14 15:44:01 +02:00
  • 348643d67a add imageChange slot to inserters Martin Baeuml 2011-09-14 15:42:56 +02:00
  • 65cdb2aaf2 add annotationFinished signal to inserters Martin Baeuml 2011-09-14 15:41:52 +02:00
  • bf9fd9d4ef allow HTML in the scene message Martin Baeuml 2011-09-14 15:40:36 +02:00
  • 54556bc715 take a bit more care when deleting graphicsitems from the scene Martin Baeuml 2011-09-14 15:39:53 +02:00
  • 7e00a1a058 use default configuration as config template for the createconfig command Martin Baeuml 2011-09-07 13:11:02 +02:00
  • 3f6ea5c536 add example section to the documentation for tips & tricks Martin Baeuml 2011-09-07 13:04:01 +02:00
  • 7e1416a5ea add sloth.annotations.container.OkapiAnnotationContainer to read files generated by the Okapi::AnnotationContainer and save them accordingly Tobias Gehrig 2011-08-26 12:15:38 +02:00
  • ae87e0c99d fix importing of importlib Martin Baeuml 2011-08-11 15:24:32 +02:00
  • 8edbfb59ee Use <Space> as mark all as confirmed/labeled and go to next frame Mika Fischer 2011-08-02 17:17:28 +02:00
  • 5d66746a85 Remove previous/next frame shortcuts from ui file Mika Fischer 2011-08-02 17:15:57 +02:00
  • 249ac44fdf Add support for hotkeys which trigger a sequence of functions Mika Fischer 2011-08-02 17:07:02 +02:00
  • e70e51ed7a Add option to appendfiles to mark appended files as unlabeled Mika Fischer 2011-08-02 13:16:46 +02:00
  • d9e992c0f2 Add support for inserter hotkeys Mika Fischer 2011-08-02 11:28:48 +02:00
  • 802a17d0c3 Fix some bugs with NPointFaceItem Mika Fischer 2011-08-01 15:24:57 +02:00
  • a1582f135d Add basic support for face labels that consist of facial landmarks Mika Fischer 2011-08-01 14:53:27 +02:00
  • 1a2d5412aa Consistently use _foo for "protected" members Mika Fischer 2011-07-25 10:55:48 +02:00
  • ba24bc95a2 Exit insertion mode when inserter finishes by itself Mika Fischer 2011-07-25 10:32:44 +02:00
  • 3d22943dbf Fix saving of annotations Mika Fischer 2011-07-22 14:31:26 +02:00
  • 25fc26eddb Python 3 fix Mika Fischer 2011-07-22 14:31:16 +02:00
  • f4f0435814 Python 3 fixes Mika Fischer 2011-07-21 10:41:25 +02:00
  • a7dba8cd4c Fix division by zero with empty labelfile Mika Fischer 2011-07-21 10:37:37 +02:00
  • 24eb44ba2e Fix some bugs with background loading Mika Fischer 2011-07-14 10:14:35 +02:00
  • a7f135dc81 Add progress bar for background loader Mika Fischer 2011-07-13 23:29:08 +02:00