Commit Graph

362 Commits

Author SHA1 Message Date
Martin Baeuml fa7a547dea goto first image if going to next and no image was previously selected 2011-07-07 10:46:27 +02:00
Martin Baeuml d0002ab5ac remove okapy dependency, use PIL when okapy not present (fixes #31) 2011-07-07 10:40:41 +02:00
Martin Baeuml 89c1e2871a add separate menu for shortcuts (fixes #47) 2011-07-07 10:18:04 +02:00
Martin Baeuml 160d1b5aed fix toolbar display text 2011-07-07 10:17:35 +02:00
Martin Baeuml a5f9a716c2 Fix Window/Views menu (fixes #48)
- make dock widget lockable
- add dock widget view action to menu
- save dock lock state to settings
2011-07-07 10:17:15 +02:00
Martin Baeuml 2d3723a33d add silk icons license 2011-07-07 10:13:15 +02:00
Martin Baeuml dbc0d7af2f add "save as" icon 2011-07-07 10:13:04 +02:00
Martin Baeuml 662135a24d fix problem with older pyqt version 2011-07-07 09:04:51 +02:00
Mika Fischer 4fe9c9a62b Remove unnecessary iterator function 2011-06-30 18:58:24 +02:00
Mika Fischer dcf653833b Make sure current image is visble in TreeView when image is changed 2011-06-30 18:56:30 +02:00
Mika Fischer 7fc789ad8d Enable fancy Animations in TreeView :-) 2011-06-30 18:56:06 +02:00
Mika Fischer a66351a4fc Prepare support for editing items via the TreeView (but leave it disabled) 2011-06-30 18:33:10 +02:00
Mika Fischer ed40c57998 Fix bug in AnnotationScene 2011-06-30 18:30:39 +02:00
Mika Fischer cd62566e54 Add support for resizing RectItems using the mouse (closes #15) 2011-06-30 17:40:12 +02:00
Mika Fischer 1582e1f923 Move panning to middle button 2011-06-30 17:37:32 +02:00
Mika Fischer 56ad08aca7 Make FaceDetector plugin less verbose 2011-06-30 17:11:44 +02:00
Mika Fischer d20e59d745 Fix bug with scene receiving model change events when no image is displayed 2011-06-30 17:06:49 +02:00
Mika Fischer d5d4b16a5f Sort properties in TreeView 2011-06-30 16:49:17 +02:00
Mika Fischer 983044c2a7 Ensure that mouse position is updated properly() 2011-06-30 15:42:41 +02:00
Mika Fischer 8292b5b93f Add current mouse position to status bar 2011-06-30 15:20:34 +02:00
Mika Fischer 3162544d3a Make status bar widgets look better 2011-06-30 15:20:10 +02:00
Martin Baeuml 25c067f75d remove obsolete sloth-cli 2011-06-30 15:05:42 +02:00
Mika Fischer a7d51aefe4 Allow RectItems with zero width or height 2011-06-30 14:47:14 +02:00
Mika Fischer 2f30904259 Add hotkeys to mark images/annotations as labeled/confirmed 2011-06-30 14:12:23 +02:00
Mika Fischer 623d7b82a3 Add functions to set/unset unlabeled and unconfirmed properties 2011-06-30 14:12:06 +02:00
Mika Fischer 4b7aaf2356 Make items change color according to unconfirmed property 2011-06-30 14:11:22 +02:00
Mika Fischer 5c62ef4ad3 Emit dataChanged() signal for hidden ModelItem properties 2011-06-30 13:23:28 +02:00
Mika Fischer 0efb7ab958 Nicer logging output 2011-06-30 11:56:54 +02:00
Mika Fischer bb8e77dc8c Make sure always whole rows are selected in TreeView 2011-06-30 11:06:47 +02:00
Mika Fischer 999b5c556d Paint unconfirmed annotations red in treeview and scene 2011-06-30 11:02:23 +02:00
Mika Fischer aeef0e848c Add possibility to specify starting point for model iterator 2011-06-30 10:51:53 +02:00
Mika Fischer 9b632067a7 Display unlabeled images/videos/frames in red in TreeView 2011-06-30 10:49:07 +02:00
Mika Fischer 187cbc68f7 Speed up model generation 2011-06-29 18:04:37 +02:00
Mika Fischer ab46377de7 Rename type to class for FileModelItems 2011-06-29 16:30:33 +02:00
Mika Fischer 5300781f22 Add marginally better error when inserter could not be found 2011-06-29 16:23:18 +02:00
Mika Fischer 07bbce9090 Remove remaining instances of 'type' 2011-06-29 16:23:18 +02:00
Martin Baeuml dca319a919 fix factory mapping when using QString as arguments 2011-06-29 15:40:41 +02:00
Mika Fischer bd0ed4d601 Merge branch 'master' of github.com:cvhciKIT/sloth 2011-06-29 15:19:52 +02:00
Mika Fischer ab12820775 Fix starting insertion when label selected making editor disappear 2011-06-29 15:19:29 +02:00
Martin Baeuml a783464023 add inserter api documentation 2011-06-29 15:13:00 +02:00
Martin Baeuml c0a32197cd make face detector plugin work with new api 2011-06-29 15:11:20 +02:00
Martin Baeuml abcde4b921 make item/inserter factory case sensitive 2011-06-29 15:10:57 +02:00
Martin Baeuml bf970c235f setup gui in core labeltool object 2011-06-29 15:10:40 +02:00
Martin Baeuml f645de0ff8 show undocumented members in labeltool api 2011-06-29 14:57:56 +02:00
Mika Fischer d2a38466bf Only add AnnotationModelItems to scene 2011-06-29 14:49:02 +02:00
Mika Fischer 5c70fddec7 Completely remove type from example labels 2011-06-29 14:47:31 +02:00
Mika Fischer 7b43446d61 Only query model for attribute values if necessary 2011-06-29 14:26:32 +02:00
Mika Fischer 8a6c980493 Display class in treeview instead of type 2011-06-29 14:15:45 +02:00
Mika Fischer 7ddc228c39 Remove unneeded functions 2011-06-29 14:15:32 +02:00
Mika Fischer d050d61e60 Fix reporting of numer of annotations in loaded file 2011-06-29 14:04:04 +02:00