23rd
|
948302cf02
|
Added setting to hide photo editor hint.
|
2021-07-06 12:13:06 +03:00 |
23rd
|
e4cff8cb4b
|
Added photo editor hint to EditCaptionBox.
|
2021-07-06 12:13:06 +03:00 |
23rd
|
5bd17ae1b2
|
Fixed caption area height in EditCaptionBox.
Regression was introduced in 51f960442e .
|
2021-07-06 12:13:06 +03:00 |
23rd
|
22213a71c1
|
Added ability to open photo editor in EditCaptionBox with left-click.
|
2021-07-06 12:13:06 +03:00 |
23rd
|
e926e5f882
|
Slightly improved style of controls in photo editor.
|
2021-07-06 12:13:06 +03:00 |
23rd
|
6bb7e2c2eb
|
Removed using of hardcoded numbers of tray menu actions.
|
2021-07-06 12:13:06 +03:00 |
23rd
|
2a86ce596d
|
Added shortcuts for actions of items in photo editor.
|
2021-07-06 12:13:06 +03:00 |
23rd
|
f936e484cc
|
Removed unused types from scene items.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
b2a1c10036
|
Removed masks panel when there are no masks.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
2a58d01927
|
Removed search and featured buttons from masks panel.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
7cd6b821b3
|
Fixed update of recently attached stickers after sending.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
de108c8efe
|
Fixed removing masks set from StickersListWidget.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
e7104b5ebe
|
Added support for archived masks.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
2d17bd02a3
|
Moved mask management to separate box.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
2a3115f461
|
Fixed phrases to display mask count.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
8d62800e77
|
Moved stickerSetInstalled from ApiWrap to Data::Stickers.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
7e04bf9533
|
Added ability to install mask sets.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
2bd3a8aaff
|
Added ability to delete and reorder mask sets.
Moved ApiWrap::stickerSetDisenabled and ApiWrap::stickersSaveOrder
to ApiWrap::saveStickerSets as lambdas.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
70f92a7817
|
Added initial masks tab to manage stickers box.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
8e08f69508
|
Added support updateNewStickerSet and updateStickerSets for masks.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
abe62475cb
|
Added support updateStickerSetsOrder for masks.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
1cdb83462e
|
Added initial implementation of masks panel.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
d9a29b6f15
|
Fixed item pen width in big images.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
1504f92a64
|
Fixed size limits of item on big images.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
36e5056b59
|
Fixed selection of items on mode switching.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
c5c707f0fd
|
Fixed independence of item and scene transforms when adding.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
832dd8d50c
|
Moved some photo editor files to separate directories.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
7d2b20e624
|
Made TabbedSelector more flexible.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
049945a9b9
|
Added ability to duplicate items in photo editor.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
808c9e3d2c
|
Added ability to flip items in photo editor.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
fde7cef9c8
|
Removed using of raw pointers for QGraphicsItem in photo editor.
Now all items are wrapped in the shared_ptr,
and the Scene loses ownership of all items before being destroyed.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
2791f89f30
|
Added initial context menu to items in photo editor.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
858b5831e8
|
Fixed clearing of redo list after adding sticker item in photo editor.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
9166423598
|
Fixed multi selection of items in photo editor.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
184d984336
|
Added ability to snap rotation of items with Shift key in photo editor.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
0b5044f064
|
Fixed size of handles of base item in photo editor.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
274b66f74b
|
Added ability to create items in photo editor with different ratios.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
e05343d721
|
Added sending info of stickered photos.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
bc316a2536
|
Removed Storage::UploadedThumbDocument struct.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
a6904be81d
|
Slightly optimized mouse painting in photo editor.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
690a7d1608
|
Fixed undo and redo paint actions.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
a3e54fcd7c
|
Moved draft painting in photo editor to separate files.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
23c67bb2a2
|
Added ability to add stickers to photo in photo editor.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
75367f0488
|
Added sticker panel to photo editor.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
216ffad80e
|
Added container of controllers for photo editor.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
c312607ff8
|
Added stickers panel controller for photo editor.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
812d616f66
|
Added scene base item for photo editor.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
183408cb2d
|
Added button highlighting for flipped image to photo editor.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
1a7d5b7c95
|
Removed unused photo crop box.
|
2021-07-06 12:13:05 +03:00 |
23rd
|
17465e1082
|
Replaced old photo crop box with photo editor for profile photos.
|
2021-07-06 12:13:05 +03:00 |