111 Commits (73a7a7fd79f8dc5adbbe4fcf3446d3b5ab764ec4)

Author SHA1 Message Date
Boris Sekachev 62cd4eccdc Fixed: Inconsistent labels between UI and CLI/API 6 years ago
Boris Sekachev 71d0bb5124 Removed extra action dispatching 6 years ago
Boris Sekachev ef11ca4fc6 Fix navigation 6 years ago
Boris Sekachev eeee914a9d Fixed latest input numbers, removed extra code, fixed typings 6 years ago
Boris Sekachev d789087dd3 Fixed ui failing in propagate confirmation 6 years ago
Boris Sekachev b12ae3471b Fixed input numbers in player settings 6 years ago
Boris Sekachev e55deb7142 Fixed UI fail when write characters in auto save interval input 6 years ago
Boris Sekachev 4eeb94d3ba Validation for frame input value 6 years ago
Dmitry Kalinin 57e8083943
Merge pull request #1292 from opencv/dk/point-deletion
React UI: Point deletion context menu
6 years ago
Dmitry Kalinin 3c128b2a73 fixed PR 6 years ago
Dmitry Kalinin c11cc642df fixes 6 years ago
Dmitry Kalinin 56f58b6664 Fixed context menu on ubuntu 6 years ago
Boris Sekachev 796044782f
React UI: Better exception handling (#1297) 6 years ago
Dmitry Kalinin 7e7a5a60ed Merge branch 'develop' into dk/point-deletion 6 years ago
Dmitry Kalinin 1c1ab6a0e5 fixed point context menu for rectangles 6 years ago
Boris Sekachev bfd300039e
React UI: Added logging (#1288) 6 years ago
Dmitry Kalinin 845be3b486 Added point deletion context menu 6 years ago
Dmitry Kalinin b0dbbb3faa Merge branch 'develop' into dk/point-deletion 6 years ago
Boris Sekachev 1bb582f7f0
React UI: Attribute annotation mode (#1255)
* Done main work

* Fixed mount/unmount for canvas wrapper

* Refactoring, added filters

* Added missed file

* Removed unnecessary useEffect

* Removed extra code

* Max 9 attributes, inputNumber -> Input in aam

* Added blur

* Renamed component

* Fixed condition when validate number attribute

* Some minor fixes

* Fixed hotkeys config

* Fixed canvas zoom

* Improved behaviour of number & text

* Fixed attributes switching order

* Fix tags

* Fixed interval
6 years ago
Dmitry Kalinin 4d0c22513a temp 6 years ago
Dmitry Kalinin 38cb4d11ca PR fixed 6 years ago
Dmitry Kalinin 6e77a2309b Styles fixed 6 years ago
Dmitry Kalinin 5fc65c8e73 PR fixed 6 years ago
Dmitry Kalinin 965ff77898 wip 6 years ago
Dmitry Kalinin 89628fbac5 Fixed filters with tags 6 years ago
Dmitry Kalinin 8b27dbe613 Fixed tags color changing and hiding 6 years ago
Dmitry Kalinin a99dd38fee Fix copying and creating tags 6 years ago
Dmitry Kalinin c85ecb7bf3 Deleted unused objects 6 years ago
Dmitry Kalinin 8602da72f1 Fixed copying/pasting actions 6 years ago
Dmitry Kalinin 4746574ff1 merge fix 6 years ago
Dmitry Kalinin 5c009f5d88 Merge branch 'develop' into dk/cvat-ui-tags 6 years ago
Dmitry Kalinin 3199fbbdf9 Added tag support in new UI (without canvas drawing) 6 years ago
Boris Sekachev 78dad73de9
React UI: Added shortcuts (#1230) 6 years ago
Dmitry Kalinin f468c4035f Setup tag forward to the state 6 years ago
Boris Sekachev 65cbabd8df
Added button to cancel started automatic annotation (#1198) 6 years ago
Dmitry Kalinin 401d66dcd7
React UI: Filters history (#1225)
* Added filters history

* Fixed unclosed dropdown

* Added saving filters to localStrorage
6 years ago
Boris Sekachev 6a59e7cff8
React UI: batch of fixes (#1227)
* Fix: keyframes navigation

* Fix: handled removing of the latest keyframe

* Fix: activating a shape when another shape is being changed

* Fix: up points in the side bar on points click

* Fix: editable shape isn't transformed when change zoom

* Updated message
6 years ago
Dmitry Kalinin 6acda049a8 Added tag popover template 6 years ago
Boris Sekachev 97195238b0
React UI: Pinned option was added (#1202) 6 years ago
Andrey Zhavoronkov 0dae5def6b
Az/cvat proxy (#1177)
* added nginx proxy

* removed unnecessary port configuration & build arg

* updated installation guide
6 years ago
Dmitry Kalinin adb66b57ba
React UI: Improved rotation feature (#1206)
Co-authored-by: Boris Sekachev <40690378+bsekachev@users.noreply.github.com>
6 years ago
Boris Sekachev 5dc52f94a2
React UI: Batch of fixes (#1211)
* Disabled tracks for polyshapes in UI

* RectDrawingMethod enum pushed to cvat-canvas, fixed some code issues

* Optional arguments

* Draw a text for locked shapes, some fixes with not keyframe shapes

* Fixed zooming & batch grouping

* Reset zoom for tasks with images

* Fixed putting shapes out of canvas

* Fixed grid opacity, little refactoring of componentDidUpdate in canvas-wrapper component

* Fixed corner cases for drawing

* Fixed putting shapes out of canvas

* Improved drawing

* Removed extra event handler
6 years ago
Boris Sekachev c2d58e5b7d
Added license headers (#1208)
* Added licenser

* Added license headers for cvat-canvas and cvat-ui
6 years ago
Boris Sekachev d6e7216c1f
React UI: Changing color for a group (#1205) 6 years ago
Dmitry Kalinin 5645cdf7c1
React-UI: settings (#1164)
* Image filters: brightness, contrast, saturation
* Auto saving
* Frame auto fit
* Player speed
* Leave confirmation for unsaved changes
6 years ago
Boris Sekachev 90d594d706
React UI: Changing color for a shape (#1194)
* Minimized size of an element in side panel

* To background / to foreground like in legacy UI

* Added color changer for a shape

* Adjusted color updating
6 years ago
Boris Sekachev 9850094773
React UI: ZOrder implementation (#1176)
* Drawn z-order switcher

* Z layer was added to state

* Added ZLayer API method cvat-canvas

* Added sorting by Z

* Displaying points in top

* Removed old code

* Improved sort function

* Drawn a couple of icons

* Send to foreground / send to background

* Updated unit tests

* Added unit tests for filter parser

* Removed extra code

* Updated README.md
6 years ago
Boris Sekachev f329e14fe4
Added displayed versions of core, canvas, and ui in about (#1191)
* Added displayed versions of core, canvas, and ui in about

* Removed extra method
6 years ago
Boris Sekachev f208cfeaf5
More types in actions and reducers (#1166) 6 years ago
Boris Sekachev 228b813160
React UI: Objects filtering & search (#1155)
* Initial filter function

* Updated method for filtering

* Updated documentation

* Added annotations filter file

* Updated some comments

* Added filter to UI

* Implemented search alorithm

* Removed extra code

* Fixed typos

* Added frame URL

* Object URL

* Removed extra encoding/decoding
6 years ago