23rd
d03d50ef0d
Removed cIntRetinaFactor and cRetinaFactor.
2024-03-24 07:10:07 +03:00
23rd
e98f56b0b7
Fixed aspect ratio of non-standard stickers in photo editor.
2023-11-06 12:41:15 +04:00
John Preston
749fb52113
Implement animated spoilers.
2022-09-18 16:52:30 +04:00
John Preston
f8e22210e7
Move Webm sticker to UnwrappedMedia.
2022-08-04 13:35:34 +03:00
John Preston
a6621233d0
Show first frame of webm in photo editor.
2022-01-28 19:10:07 +03:00
John Preston
8b7d2c880e
Support rendering Webm videos with alpha.
2022-01-28 19:10:07 +03:00
John Preston
3ff17a8789
Refactor image transformation interfaces.
2022-01-21 15:33:44 +03:00
John Preston
f1244e19a1
Fix build for Windows.
2022-01-12 13:07:00 +03:00
23rd
39d5d3a1cf
Moved some photo editor files to td_ui.
2022-01-12 11:54:25 +03:00
23rd
f8be5731a5
Moved out extracting of attached stickers from Scene to FileLoadTask.
2022-01-12 11:54:25 +03:00
John Preston
b773bb6e70
Add icons to the media viewer menus.
2021-12-29 21:22:33 +03:00
John Preston
84f561b251
Don't use MTP* in the image editor.
2021-10-04 23:47:33 +04:00
John Preston
19ce1edc16
Use base::SafeRound instead of std::round.
...
Previous assertion violations because of NaN from std::round were
in video streaming, see commits 27d58ba07b
, 8f5830d520
.
Now the crashes happened in the ConvertScale() call from a background
thread when preparing an image from clipboard for sending to a chat.
2021-09-27 12:13:57 +04:00
23rd
6b93d8dc41
Refactored and fixed saving scene states between modes in photo editor.
2021-07-09 12:49:07 +03:00
23rd
9be122710d
Moved SaveState from Editor::BaseItem to Editor::NumberedItem.
2021-07-09 12:49:07 +03:00
23rd
1e3044fbf4
Moved performing of Undo/Redo from Editor::Paint to Editor::Scene.
2021-07-09 12:49:07 +03:00
23rd
aef2148ed0
Moved hasUndo and hasRedo from Editor::Paint to Editor::Scene.
2021-07-09 12:49:07 +03:00
23rd
fb511c3e03
Added status to Editor::NumberedItem.
2021-07-09 12:49:07 +03:00
23rd
6acd9f18ad
Replaced interaction with QGraphicsItem to Editor::NumberedItem.
2021-07-09 12:49:07 +03:00
23rd
78b25c694e
Added ability to save and restore items state in photo editor.
2021-07-09 12:49:07 +03:00
23rd
bf8f3e42f4
Simplified work with Editor::ItemBase::Data.
2021-07-09 12:49:07 +03:00
23rd
fe8eae09c4
Fixed item handlers size when opening photo editor with modified scene.
2021-07-09 12:49:07 +03:00
23rd
5bbf3a329d
Fixed items order when opening photo editor with modified scene.
2021-07-09 12:49:07 +03:00
23rd
8ddbf08a97
Changed max and min sizes of scene items from pixels to ratio.
2021-07-09 12:49:06 +03:00
23rd
d69090bf34
Moved flip and rotation info to Editor::ItemBase struct.
2021-07-09 12:49:06 +03:00
23rd
0c50fbf1b9
Moved Editor::ItemBase arguments to struct.
2021-07-09 12:49:06 +03:00
John Preston
3cdd115317
Beta version 2.8.6: Fix build for Linux.
2021-07-07 00:54:56 +03:00
23rd
f567328a60
Fixed deleting item after saving result of scene in photo editor.
2021-07-06 14:15:07 +03:00
23rd
953fa52490
Fixed updating of undo state on deleting item in photo editor.
2021-07-06 14:15:07 +03:00
23rd
9dacf69d41
Fixed line drawing on mode switching in photo editor.
2021-07-06 12:13:06 +03:00
23rd
a91efd9164
Fixed ability to draw blank lines in photo editor.
2021-07-06 12:13:06 +03:00
23rd
a631a28092
Removed App::pixmapFromImageInPlace.
2021-07-06 12:13:06 +03:00
23rd
7bcb1fc8b2
Fixed borders of drawn lines in photo editor.
2021-07-06 12:13:06 +03:00
23rd
96b40f43e9
Added ability to drag and drop images in photo editor.
2021-07-06 12:13:06 +03:00
23rd
a93ec9c2c2
Added Escape hotkey to clear selection in photo editor.
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
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
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