Commit graph

152 commits

Author SHA1 Message Date
Rebecca Breu
4aa6c2eb30 Appimage: Add metadata, don't include GTK libs, various fixes 2024-05-05 11:05:49 +02:00
Rebecca Breu
5f4c5088f0 Fix color sampling while multiple items are selected 2024-05-04 16:40:36 +02:00
Rebecca Breu
2af6a75cc3 Added unit tests for pinterst image download 2024-05-04 15:33:29 +02:00
Rebecca Breu
c64385b2c0 Configurable mouse and mouswheel controls 2024-04-01 15:21:54 +02:00
Rebecca Breu
b2c8b867f2 Fail gracefully when exif orientation usupported 2024-03-22 20:32:21 +01:00
Rebecca Breu
f9590e9f2e Ajdusted modifiers for panning via scroll wheel 2024-03-03 14:14:05 +01:00
Rebecca Breu
53c2ced83e Added panning via scroll wheel 2024-03-03 13:29:52 +01:00
Rebecca Breu
113ba39488 Notification when attempt to paste from empty clipboard 2024-03-03 12:18:26 +01:00
Rebecca Breu
7aab1ed38f Add color sampler to copy colors to clipboard in hex format 2024-03-02 20:38:49 +01:00
Rebecca Breu
5c308c57b7 Fix grayscale checkbox not updating properly 2024-03-01 19:59:32 +01:00
Rebecca Breu
69dc401d0b Fix unit tests 2024-02-27 21:43:16 +01:00
Rebecca Breu
51b9bafbeb Use different cursor for moving the BeeRef window 2024-02-20 22:00:46 +01:00
Rebecca Breu
3fafc16e35 Show image's color gamut 2024-01-17 21:33:20 +01:00
Rebecca Breu
3cefa4dbc3 Settings dialog: Add icons when settings have changed from default 2024-01-06 11:34:41 +01:00
Rebecca Breu
fb3bc234c7 Add dialog for changing keyboard settings 2024-01-05 14:14:25 +01:00
Rebecca Breu
1eab4712d3 Add export format SVG 2023-12-31 12:26:48 +01:00
Rebecca Breu
327126b649 Fix pasting images from Web when URL contanis non-ASCII chars (#87) 2023-12-28 14:47:42 +01:00
Rebecca Breu
f6b4c9491b Improve performance of Select All/Deselect All 2023-12-28 13:23:05 +01:00
Rebecca Breu
310ca140e0 Export scene: Fix scale/margins when scene has been scaled/moved (#83) 2023-12-27 23:19:10 +01:00
Rebecca Breu
371e2e19a1 Add ability to toggle grayscale 2023-12-17 15:03:50 +01:00
Rebecca Breu
3769531493 Add ability to change opacity 2023-12-17 12:20:19 +01:00
Rebecca Breu
9c506aadaa Added configurable gap between images when arranging 2023-12-15 22:32:57 +01:00
Rebecca Breu
b95571bce5 Export Scene: Append file extension when not given 2023-12-14 21:28:18 +01:00
Rebecca Breu
b176e79a44 Fix ghost of 'Recent Files' showing up on Welcome Screen when empty 2023-12-08 21:46:14 +01:00
Rebecca Breu
4ae153b7d7 Activating 'Move window' shortcut during window move ends the action 2023-12-06 21:31:16 +01:00
Rebecca Breu
6942c40615 Some more unit tests 2023-12-04 22:24:41 +01:00
Rebecca Breu
d3f45f2e38 Additional unit tests 2023-12-03 22:47:43 +01:00
Rebecca Breu
421e0256b9 Fix copy and pasting an item from bee file to another 2023-12-02 19:27:15 +01:00
Rebecca Breu
723bb5819d Add action "Move window" 2023-12-02 18:29:40 +01:00
Rebecca Breu
e5b96589d2 Fix unit tests 2023-11-28 21:51:35 +01:00
Rebecca Breu
3f50c56c18 Exit edit mode with Escape 2023-11-28 21:46:37 +01:00
Rebecca Breu
bf6d138241 Remove empty text items when leaving editing mode 2023-11-28 21:37:57 +01:00
Rebecca Breu
a0d09692d7 Make text changes undoable 2023-11-28 21:23:24 +01:00
Rebecca Breu
752ca47da7 Implement 'Export Scene to Image' 2023-11-28 17:57:19 +01:00
Rebecca Breu
608787d9a9 Antialiasing/smoothing for displaying images 2023-11-26 11:15:01 +01:00
Rebecca Breu
3311294ccd Fix: image binary data being retained in bee file after deleting 2023-11-25 21:14:02 +01:00
Rebecca Breu
78963119e0 Fix TypeError when panning (introduced with Qt upgrade) 2023-11-25 18:14:41 +01:00
Rebecca Breu
7bef122896 Images can now be embedded as PNG or JPG 2023-11-24 23:04:33 +01:00
Rebecca Breu
bd61598266 PEP8 2023-11-22 22:08:37 +01:00
Rebecca Breu
6b162f3ffb Prevent flipping of crop area 2021-10-17 21:56:01 +02:00
Rebecca Breu
cf55d1a5e3 Refactor 'just selected' code 2021-10-15 10:17:02 +02:00
Rebecca Breu
333515913a Add handle-free center so that small items can always be moved 2021-10-15 10:13:03 +02:00
Rebecca Breu
df071a99fc Add dragging of edges in crop mode 2021-10-14 20:45:38 +02:00
Rebecca Breu
3345efaacf Image cropping 2021-10-13 17:04:57 +02:00
Rebecca Breu
2c498e875a Renamed gui.py -> widgets.py 2021-10-05 11:14:06 +02:00
Rebecca Breu
5475f5d843 Create keyboard settings file; keyboard settings for recent files 2021-10-05 10:44:03 +02:00
Rebecca Breu
22e219f56f Show list of recent files on welcome screen 2021-10-03 22:21:23 +02:00
Rebecca Breu
e08f043361 Fit view when pasting/loading images into empty scene 2021-09-04 15:50:26 +02:00
Rebecca Breu
3ee5f65407 Added: Dragging bee files onto empty scenes to open 2021-09-01 18:25:37 +02:00
Rebecca Breu
e35a6e5390 Handle unknown item types while loading bee files
Just in case we add new item types in future versions
2021-09-01 15:47:55 +02:00