Martin Baeuml
6fbae9ef9e
notify observers of data change when the key did not exist before
2012-09-06 10:17:37 +02:00
Martin Baeuml
9abc9b6f68
add support for more general hotkeys on items
...
This also will replace the cycleOnKeypress eventually.
2012-09-02 17:18:54 +02:00
Martin Baeuml
aeee36dcb7
appendfiles: don't make an absolute path relative
2012-08-21 14:12:18 +02:00
Martin Baeuml
96794b3afe
add sloth application icon
2012-08-08 18:38:29 +02:00
Martin Baeuml
77ae2e8e07
remove last mention of pylabel
2012-08-08 18:38:28 +02:00
Martin Baeuml
611d57bd2d
add more points to NPointFaceItem (and comment)
2012-08-01 01:22:39 +02:00
Martin Baeuml
a8224fdc64
minor documentation fixes
2012-06-09 00:08:06 +02:00
Martin Baeuml
fe5774b244
remove obsolete import
2012-06-09 00:07:40 +02:00
Martin Baeuml
db2acb268b
add option to set the scene background via config option
2012-06-09 00:07:23 +02:00
Markus Roth
e6d3fe08ad
Implement mergefiles subcommand.
...
mergefiles merges annotations of two files into one.
Closes issue #71 .
2012-05-25 10:15:38 +02:00
Markus Roth
1478f0bc30
Add TODO.
2012-05-25 10:05:35 +02:00
Martin Baeuml
8eb63e2985
write more sensible error messages to console if items do not contain a 'class' key
2012-05-11 17:33:30 +02:00
Martin Baeuml
fc3aea187a
Merge branch 'master' of github.com:cvhciKIT/sloth
2012-03-23 13:08:17 +01:00
Martin Baeuml
f8fc599054
fix CopyAnnotationsPlugin, obeys prefix now
2012-03-23 13:07:59 +01:00
Mika Fischer
5cee1d4a31
Consistently use next() free function to get next element
2012-03-21 17:42:24 +01:00
Markus Roth
d0afb915e3
Ignore gedit swap files.
2012-03-12 13:43:25 -07:00
Markus Roth
fae19e20b9
Add functions to select all items (the typical Ctrl + a action).
2012-03-12 13:42:17 -07:00
Markus Roth
8a05a9ee94
Skip step frames right away instead of iterating through all intermediate frames.
2012-03-11 18:46:14 -07:00
Markus Roth
85375223bf
Allow get{Previous,Next}Sibling() to step more than one sibling.
2012-03-11 18:44:48 -07:00
Markus Roth
88375eefdd
Rename app to sloth (affects gui window title).
2012-03-11 06:28:19 -07:00
Martin Baeuml
076c637258
normalize rect to avoid negative width or height
2012-03-11 11:52:43 +01:00
Markus Roth
c2663dc841
Fix Issue #70 : Make rect resize corner dependent on mouse position in rect.
2012-03-11 01:58:16 -08:00
Martin Baeuml
10afed2005
add support to goto image by index
2012-03-10 13:08:25 +01:00
Markus Roth
68e355d14a
Add okapy hints and sphinx to doc.
2012-03-07 19:33:35 -08:00
Martin Baeuml
3e2a72a6c9
speed up adding ImageSeqs
2012-03-08 00:22:08 +01:00
Martin Baeuml
9609f8f74c
make CopyAnnotationsPlugin more powerful
2012-03-07 15:55:35 +01:00
Martin Baeuml
fa1973f3f6
fix log message
2012-03-07 15:54:58 +01:00
Martin Baeuml
bfa47ee0d7
add support for multi-frame stepping
2012-03-07 15:54:46 +01:00
Martin Baeuml
a8e6131b0a
remove obsolete import
2012-03-07 15:54:23 +01:00
Martin Baeuml
ec3f1a4cd4
load annotations after setting up main window and automatically go to first image
2012-02-24 10:56:31 +01:00
Martin Baeuml
1327f2c976
make appendfiles command handle videos
2012-02-20 12:55:39 +01:00
Martin Baeuml
cefe16181b
print out some progress for convert command
2012-02-20 12:55:17 +01:00
Martin Baeuml
77c632d3b7
add logging to commands
2012-02-20 12:54:45 +01:00
Martin Baeuml
3cef23f320
minor fixes for FrameModelItems in annotation model
2012-02-20 12:54:21 +01:00
Martin Baeuml
defc8558ef
implement loading of videos in the AnnotationContainer
2012-02-20 12:53:54 +01:00
Martin Baeuml
5917866c3e
minor doc fix
2012-02-13 16:47:20 +01:00
baeuml
c2b911f18b
Update doc/examples.rst
2012-02-07 15:57:07 +01:00
Martin Baeuml
1851c24f8f
update documentation url
...
Documentation is now continuously generated (and hosted) on readthedocs.org.
2012-02-07 15:43:55 +01:00
Mika Fischer
22f6ba3b67
Try to ensure that sloth uses the corresponding module
...
This also makes it possible to run sloth without installing or setting
PYTHONPATH.
2012-02-07 14:30:35 +01:00
Mika Fischer
cefbec4238
Revert "GroupItem may not be selected or focused"
...
This reverts commit 01ea5edcad .
2012-01-27 14:05:00 +01:00
Mika Fischer
5eecfd6789
Try to fix boundingRect of GroupItem by ignoring boundingRect of text child
2012-01-27 14:02:37 +01:00
Mika Fischer
15f7abe8b0
Emit signals when selection is changed programmaticaly
...
Also try not to to anything if selection is unchanged
2012-01-27 14:02:37 +01:00
Mika Fischer
219bc2557b
Fix selection in scene view when one model item has multiple scene items
2012-01-27 14:02:37 +01:00
Mika Fischer
c0940bce1d
Add missing constructor for NPointFaceItem
2012-01-27 14:02:37 +01:00
Martin Baeuml
09d2ff7ae2
add gui image for documentation
2011-12-11 19:19:51 +01:00
Martin Baeuml
f7012b649d
make example consistent with documentation
2011-12-11 19:19:42 +01:00
Martin Baeuml
3ff1393294
update documentation
2011-12-11 19:19:24 +01:00
Martin Baeuml
1dbbdf3ed3
update documentation
2011-12-10 09:57:40 +01:00
Martin Baeuml
7c377a0669
call prepareGeometryChange *before* actually changing the bounding rect
2011-12-06 16:53:09 +01:00
Martin Baeuml
01ea5edcad
GroupItem may not be selected or focused
...
Only its children can be. This fixes the problem, that a group item
could even be selected by clicking somewhere between the item's children
and the upper left corner of the scene (because the group items bounding
rect extends all the way up to (0,0))
2011-12-06 16:51:38 +01:00