Commit graph

242 commits

Author SHA1 Message Date
Rebecca Breu
df071a99fc Add dragging of edges in crop mode 2021-10-14 20:45:38 +02:00
David Andrs
4cd7ae1cc5 Remember main window geometry 2021-10-14 20:45:30 +02:00
Rebecca Breu
3d98ad13db Bump version number to 0.3.0-dev 2021-10-13 17:04:57 +02:00
Rebecca Breu
3345efaacf Image cropping 2021-10-13 17:04:57 +02:00
luz paz
235b03951b Fix source comment typo 2021-10-07 15:24:40 +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
6c1da756aa Upgrade to PyQt 6.2 2021-10-04 08:34:54 +02:00
Rebecca Breu
12904fc230 Fix typo in CONTRIBUTING 2021-10-03 22:25:10 +02:00
Rebecca Breu
22e219f56f Show list of recent files on welcome screen 2021-10-03 22:21:23 +02:00
mbaz
05301859b6 Fix typo in README.rst
alaways -> always
2021-09-29 21:04:46 +02:00
luz paz
c893072ec6 Fix flake8 E501 issue 2021-09-20 20:58:29 +02:00
luz paz
9a518703da Fix various typos
Found via `codespell -q 3`
2021-09-20 20:58:29 +02:00
Rebecca Breu
206f216f81 Bump version number to 0.2.1-dev 2021-09-20 19:14:01 +02:00
Rebecca Breu
ccbafb48ca Update installation instructions in README 2021-09-06 21:38:23 +02:00
Rebecca Breu
c308c08a07 Update beeref.desktop for new single file executable 2021-09-06 19:14:17 +02:00
Rebecca Breu
ed1c3484f1 Add release date to changelog 2021-09-06 18:57:39 +02:00
Rebecca Breu
07c89c9f17 Put database migrations in transaction 2021-09-06 18:54:23 +02:00
Rebecca Breu
580d15c79a Add system info to debug log 2021-09-06 07:08:44 +02:00
Rebecca Breu
4b5564ed2f Run builds on Python 3.9
The json extension for SQLite on Windos is only included in 3.9+
2021-09-05 22:06:52 +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
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