Commit graph

222 commits

Author SHA1 Message Date
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
Rebecca Breu
53777bc346 Fix images getting loaded mirrored, fixes issue #20
This bug got introduced when adding test items.
2021-08-31 19:09:30 +02:00
Rebecca Breu
c04e3706f5 Make determination of selection handles more robust 2021-08-30 18:28:19 +02:00
Rebecca Breu
7f9fc8944c Fix copying text items 2021-08-30 11:08:11 +02:00
David Andrs
f08ac4cfe2 MacOS X tweaks
- put version in the app bundle
- do not include version in the .app bundle name

Closes #19
2021-08-13 19:31:07 +02:00
Rebecca Breu
e0cf0bef43 Fix output collection in build action 2021-08-12 13:07:08 +02:00
David Andrs
532294ba1c Adding a test 2021-08-12 13:00:40 +02:00
David Andrs
becc427e5d Enable opening files from Finder on MacOS X 2021-08-12 13:00:40 +02:00
Rebecca Breu
ce3751912b Let Pyinstaller build the app as one executable (fixes #4)
In addition, switch over to use a spec file to allow for more flexibility in the future.
2021-08-09 20:04:30 +02:00
Rebecca Breu
05bb02163d Revert "debug output"
This reverts commit 3ebf9ea037.
2021-08-09 20:02:53 +02:00
Rebecca Breu
3ebf9ea037 debug output 2021-08-09 18:51:33 +02:00
Rebecca Breu
2587ed01c5 Read keyboard shortcuts from file 2021-08-01 19:10:03 +02:00
Rebecca Breu
1b14e18658 Fix hover on scale areas for narrows items 2021-07-29 20:41:13 +02:00
Rebecca Breu
4453f2bbc3 PEP8 fixes 2021-07-28 18:40:50 +02:00
Rebecca Breu
3c7a050349 Add unittest for the actual migrations 2021-07-28 18:33:27 +02:00
Rebecca Breu
5d115b9391 Add text item 2021-07-28 18:33:27 +02:00
Rebecca Breu
849de6197a Add new loglevel TRACE
The debug log file still only logs DEBUG and above, so it's less verbose now. TRACE output will only show in the console if the loglevel is set accordingly.
2021-07-28 18:33:27 +02:00
Rebecca Breu
2de388ec5f Bump version number to 0.2.0 2021-07-28 18:32:24 +02:00
Rebecca Breu
03ad75d314 Fix Action to rebuild website on release 2021-07-18 16:08:12 +02:00
Rebecca Breu
0c3ccb2703 Action to rebuild website on release 2021-07-18 16:05:52 +02:00
Rebecca Breu
d9ebf934c7 Update CHANGELOG for release 0.1.1 2021-07-18 15:16:28 +02:00
Rebecca Breu
50eda2875a Dark style for menus and dialogs 2021-07-17 19:37:06 +02:00
Rebecca Breu
d635a3ea3a Make outline of rubberband selection fixed width 2021-07-13 21:07:48 +02:00
Rebecca Breu
8deb807b06 Flipping an image on mouse press instead of mouse release
This should make it more clear to the user that the edges are
click-to-flip instead of drag-to-scale. Before, dragging an edge
outside of the handle areas would do nothing and seem broken.
2021-07-13 18:25:23 +02:00
Rebecca Breu
f493adbebc Update CONTRIBUTING 2021-07-12 20:02:08 +02:00
Rebecca Breu
2bf3f95fde Update README and CONTRIBUTING 2021-07-12 19:59:44 +02:00
Rebecca Breu
18a60f08fa Fix double-click-to-zoom issue with previous position
Douple click to zoom an item and double-clicking again should now always correctly go back to the previous position.
2021-07-11 22:02:59 +02:00
Rebecca Breu
08f44a2fb0 Bump version number to 0.1.1 2021-07-11 21:05:09 +02:00
Rebecca Breu
47bf495de2 Update CHANGELOG and README for release 0.1.0 2021-07-10 12:02:28 +02:00
Rebecca Breu
6656982ab2 Remove old file 2021-07-09 21:45:01 +02:00
Rebecca Breu
49bdfc0d39 Fix custom cursor size on Windows 2021-07-09 21:39:08 +02:00
Rebecca Breu
ff41aa4b69 Fix file name handling when opening bee files 2021-07-09 17:13:50 +02:00
Rebecca Breu
71b397b4ae Fix setup.py 2021-07-09 16:01:29 +02:00
Rebecca Breu
ae71f231e3 Use QPlainTextEdit for log file display 2021-07-09 15:45:02 +02:00
Rebecca Breu
5ec0164390 Build now includes Qt's imageformats plugins 2021-07-08 20:31:04 +02:00
Rebecca Breu
8dd0ee2aed Drop Python 3.6 support
exif relies on plum-py which in turn needs Python 3.7
2021-07-08 19:29:12 +02:00
Rebecca Breu
f9a7294fdb Rescale cursor bitmaps to 32x31 2021-07-08 19:01:10 +02:00
Rebecca Breu
f0bee26749 Adjust to new version of plum library 2021-07-08 16:32:20 +02:00
Rebecca Breu
f896cfb154 Fix file path issues 2021-07-08 12:53:41 +02:00
Rebecca Breu
baad7f834c Revert "Run unittests on windows as well"
This reverts commit f1d1e5f7db.
2021-07-07 20:02:35 +02:00
Rebecca Breu
f1d1e5f7db Run unittests on windows as well 2021-07-07 19:56:40 +02:00
Rebecca Breu
2092680717 Make flip edges narrower 2021-07-07 17:03:58 +02:00
Rebecca Breu
e0cf4479b2 Fix icon in builds 2021-07-06 23:00:19 +02:00
Rebecca Breu
30c766e78c Remove icon from build 2021-07-06 22:13:21 +02:00
Rebecca Breu
5f83dfe0a2 Update logo.ico 2021-07-06 22:01:55 +02:00
Rebecca Breu
c1f95f7fe5 Add ico icon format for windows build 2021-07-06 21:57:12 +02:00
Rebecca Breu
cd59039b1d build.py: Fix lib dir on Windows 2021-07-06 21:47:21 +02:00
Rebecca Breu
35acce6b3d debug build.py 2021-07-06 21:38:22 +02:00