Commit b7813a9
authored
feat(capture-tools): implement capture tools with toolbar and canvas functionality (#74)
- Introduced a new capture tools module with a toolbar for annotation.
- Added functionality for drawing, text annotations, and OCR capabilities.
- Integrated a width slider for annotation stroke width adjustment.
- Implemented color selection for annotations with a color palette.
- Added tests for capture tools functionality and annotation model.
- Updated i18n handling to use shared gettext domain.
- Enhanced styling for capture tools UI components.
- Ensured compatibility with existing modules and updated schemas.1 parent 0b6287f commit b7813a9
93 files changed
Lines changed: 4034 additions & 166 deletions
File tree
- data
- icons/hicolor/scalable/actions
- po
- schemas
- src
- capture
- clipboard
- desktop/trayIcons
- dev
- dock
- panel
- bluetoothMenu
- clock
- meetingClock
- weatherClock
- volumeMixer
- patches
- preferences
- privacy
- styles
- theme
- types
- tests
- shell
- unit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
73 | | - | |
| 74 | + | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
| 91 | + | |
| 92 | + | |
89 | 93 | | |
90 | 94 | | |
Lines changed: 2 additions & 0 deletions
Loading
Loading
Lines changed: 2 additions & 0 deletions
Loading
Lines changed: 2 additions & 0 deletions
Loading
Lines changed: 18 additions & 0 deletions
Loading
Lines changed: 2 additions & 0 deletions
Loading
Lines changed: 2 additions & 0 deletions
Loading
0 commit comments